From b7ff71ba7662440835960bef5618d09a65d2a5e0 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Sun, 22 Oct 2023 00:03:33 +0000 Subject: [PATCH] [skip ci] Updated translations via Crowdin --- src/i18n/lang/ar-SA.json | 20 +++++++++++++++++++- src/i18n/lang/ca-ES.json | 20 +++++++++++++++++++- src/i18n/lang/cs-CZ.json | 20 +++++++++++++++++++- src/i18n/lang/da-DK.json | 20 +++++++++++++++++++- src/i18n/lang/de-DE.json | 20 +++++++++++++++++++- src/i18n/lang/de-swiss.json | 20 +++++++++++++++++++- src/i18n/lang/eo-UY.json | 20 +++++++++++++++++++- src/i18n/lang/es-ES.json | 20 +++++++++++++++++++- src/i18n/lang/fr-FR.json | 20 +++++++++++++++++++- src/i18n/lang/hu-HU.json | 20 +++++++++++++++++++- src/i18n/lang/it-IT.json | 20 +++++++++++++++++++- src/i18n/lang/ja-JP.json | 20 +++++++++++++++++++- src/i18n/lang/ko-KR.json | 20 +++++++++++++++++++- src/i18n/lang/nl-NL.json | 20 +++++++++++++++++++- src/i18n/lang/no-NO.json | 20 +++++++++++++++++++- src/i18n/lang/pl-PL.json | 20 +++++++++++++++++++- src/i18n/lang/pt-BR.json | 20 +++++++++++++++++++- src/i18n/lang/pt-PT.json | 20 +++++++++++++++++++- src/i18n/lang/ro-RO.json | 20 +++++++++++++++++++- src/i18n/lang/ru-RU.json | 20 +++++++++++++++++++- src/i18n/lang/sk-SK.json | 20 +++++++++++++++++++- src/i18n/lang/sr-CS.json | 20 +++++++++++++++++++- src/i18n/lang/sv-SE.json | 20 +++++++++++++++++++- src/i18n/lang/tr-TR.json | 20 +++++++++++++++++++- src/i18n/lang/vi-VN.json | 20 +++++++++++++++++++- src/i18n/lang/zh-CN.json | 20 +++++++++++++++++++- src/i18n/lang/zh-TW.json | 20 +++++++++++++++++++- 27 files changed, 513 insertions(+), 27 deletions(-) diff --git a/src/i18n/lang/ar-SA.json b/src/i18n/lang/ar-SA.json index e96dad760..64b1851ba 100644 --- a/src/i18n/lang/ar-SA.json +++ b/src/i18n/lang/ar-SA.json @@ -359,6 +359,21 @@ "favorites": { "title": "المُفضلات" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "تخصيص", "id": "الرقم التعريفي", "created": "تاريخ الإنشاء", + "createdBy": "Created by {0}", "actions": "الإجراءات", "cannotBeUndone": "لا يمكن التراجع عن هذا الإجراء!" }, @@ -933,7 +949,9 @@ "notification": { "title": "الإشعارات", "none": "ليس لديك أي إشعارات. نتمنى لك يوماً سعيداً!", - "explainer": "ستظهر الإشعارات هنا عند تنفيذ الإجراءات أو المهام التي اشتركت فيها." + "explainer": "ستظهر الإشعارات هنا عند تنفيذ الإجراءات أو المهام التي اشتركت فيها.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "اﻷوامر", diff --git a/src/i18n/lang/ca-ES.json b/src/i18n/lang/ca-ES.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/ca-ES.json +++ b/src/i18n/lang/ca-ES.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/cs-CZ.json b/src/i18n/lang/cs-CZ.json index 604a9bbd0..a0e71d786 100644 --- a/src/i18n/lang/cs-CZ.json +++ b/src/i18n/lang/cs-CZ.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Vlastní", "id": "ID", "created": "Vytvořeno", + "createdBy": "Created by {0}", "actions": "Akce", "cannotBeUndone": "Toto nelze vrátit!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Oznámení", "none": "Nemáte žádná oznámení. Mějte příjemný den!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Příkazy", diff --git a/src/i18n/lang/da-DK.json b/src/i18n/lang/da-DK.json index 780775373..5b3930fa7 100644 --- a/src/i18n/lang/da-DK.json +++ b/src/i18n/lang/da-DK.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Brugerdefineret", "id": "ID", "created": "Oprettet den", + "createdBy": "Created by {0}", "actions": "Handlinger", "cannotBeUndone": "Dette kan ikke fortrydes!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifikationer", "none": "Du har ingen notifikationer. Hav en dejlig dag!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Kommandoer", diff --git a/src/i18n/lang/de-DE.json b/src/i18n/lang/de-DE.json index a553580e6..1356a0d21 100644 --- a/src/i18n/lang/de-DE.json +++ b/src/i18n/lang/de-DE.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoriten" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Ziel-URL", + "targetUrlInvalid": "Bitte gib eine gültige URL an.", + "events": "Ereignisse", + "eventsHint": "Wähle alle Ereignisse aus, für die dieser Webhook Updates erhalten soll (innerhalb des aktuellen Projekts).", + "mustSelectEvents": "Du musst mindestens ein Ereignis auswählen.", + "delete": "Diesen Webhook löschen", + "deleteText": "Bist du sicher, dass du diesen Webhook löschen möchtest? Externe Ziele werden nicht mehr über Ereignisse benachrichtigt.", + "deleteSuccess": "Der Webhook wurde erfolgreich gelöscht.", + "create": "Webhook erstellen", + "secret": "Schlüssel", + "secretHint": "Wenn angegeben, werden alle Anfragen an die Webhook Ziel-URL mit HMAC signiert.", + "secretDocs": "In der Dokumentation findest du weitere Informationen zum Umgang mit Schlüsseln." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Benutzerdefiniert", "id": "ID", "created": "Erstellt am", + "createdBy": "Erstellt von {0}", "actions": "Aktionen", "cannotBeUndone": "Dies kann nicht rückgängig gemacht werden!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Benachrichtigungen", "none": "Du hast keine Benachrichtigungen. Einen schönen Tag noch!", - "explainer": "Benachrichtigungen werden hier angezeigt, wenn Aktionen für Projekte oder Aufgaben, die du abonniert hast, ausgeführt werden." + "explainer": "Benachrichtigungen werden hier angezeigt, wenn Aktionen für Projekte oder Aufgaben, die du abonniert hast, ausgeführt werden.", + "markAllRead": "Alle Benachrichtigungen als gelesen markieren", + "markAllReadSuccess": "Alle Benachrichtigungen erfolgreich als gelesen markiert." }, "quickActions": { "commands": "Befehle", diff --git a/src/i18n/lang/de-swiss.json b/src/i18n/lang/de-swiss.json index 7862875a6..83782500e 100644 --- a/src/i18n/lang/de-swiss.json +++ b/src/i18n/lang/de-swiss.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoriten" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Ziel-URL", + "targetUrlInvalid": "Bitte gib eine gültige URL an.", + "events": "Ereignisse", + "eventsHint": "Wähle alle Ereignisse aus, für die dieser Webhook Updates erhalten soll (innerhalb des aktuellen Projekts).", + "mustSelectEvents": "Du musst mindestens ein Ereignis auswählen.", + "delete": "Diesen Webhook löschen", + "deleteText": "Bist du sicher, dass du diesen Webhook löschen möchtest? Externe Ziele werden nicht mehr über Ereignisse benachrichtigt.", + "deleteSuccess": "Der Webhook wurde erfolgreich gelöscht.", + "create": "Webhook erstellen", + "secret": "Schlüssel", + "secretHint": "Wenn angegeben, werden alle Anfragen an die Webhook Ziel-URL mit HMAC signiert.", + "secretDocs": "In der Dokumentation findest du weitere Informationen zum Umgang mit Schlüsseln." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Benutzerdefiniert", "id": "ID", "created": "Erstellt am", + "createdBy": "Erstellt von {0}", "actions": "Aktionen", "cannotBeUndone": "Dies kann nicht rückgängig gemacht werden!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Benachrichtigunge", "none": "Du hesch kei neui Benachrichtunge. Heb e schös Tägli!", - "explainer": "Benachrichtigungen werden hier angezeigt, wenn Aktionen für Projekte oder Aufgaben, die du abonniert hast, ausgeführt werden." + "explainer": "Benachrichtigungen werden hier angezeigt, wenn Aktionen für Projekte oder Aufgaben, die du abonniert hast, ausgeführt werden.", + "markAllRead": "Alle Benachrichtigungen als gelesen markieren", + "markAllReadSuccess": "Alle Benachrichtigungen erfolgreich als gelesen markiert." }, "quickActions": { "commands": "Befehl", diff --git a/src/i18n/lang/eo-UY.json b/src/i18n/lang/eo-UY.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/eo-UY.json +++ b/src/i18n/lang/eo-UY.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/es-ES.json b/src/i18n/lang/es-ES.json index 757178655..a82de8cae 100644 --- a/src/i18n/lang/es-ES.json +++ b/src/i18n/lang/es-ES.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoritos" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Personalizado", "id": "ID", "created": "Creado en", + "createdBy": "Created by {0}", "actions": "Acciones", "cannotBeUndone": "¡No se puede deshacer!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notificaciones", "none": "No tienes notificaciones. ¡Que tengas un buen día!", - "explainer": "Las notificaciones aparecerán aquí cuando se realicen acciones en proyectos o tareas a las que te hayas suscrito." + "explainer": "Las notificaciones aparecerán aquí cuando se realicen acciones en proyectos o tareas a las que te hayas suscrito.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Comandos", diff --git a/src/i18n/lang/fr-FR.json b/src/i18n/lang/fr-FR.json index 96d0c9771..b708aa472 100644 --- a/src/i18n/lang/fr-FR.json +++ b/src/i18n/lang/fr-FR.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoris" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Personnaliser", "id": "Identifiant", "created": "Créé à", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "Cette action ne peut pas être annulée !" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "Vous n’avez pas de notification. Passez une bonne journée !", - "explainer": "Les notifications apparaîtront ici lorsque des actions auxquelles vous êtes abonné·e se produisent." + "explainer": "Les notifications apparaîtront ici lorsque des actions auxquelles vous êtes abonné·e se produisent.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commandes", diff --git a/src/i18n/lang/hu-HU.json b/src/i18n/lang/hu-HU.json index 295b9543e..87c389b17 100644 --- a/src/i18n/lang/hu-HU.json +++ b/src/i18n/lang/hu-HU.json @@ -359,6 +359,21 @@ "favorites": { "title": "Kedvencek" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Egyéni", "id": "Azonosító", "created": "Létrehozva ekkor:", + "createdBy": "Created by {0}", "actions": "Műveletek", "cannotBeUndone": "Ezt nem lehet visszavonni!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Értesítések", "none": "Nincsenek értesítései. Legyen szép napja!", - "explainer": "Az értesítések itt jelennek meg, amikor olyan projektek vagy feladatok történnek, amelyekre feliratkozott." + "explainer": "Az értesítések itt jelennek meg, amikor olyan projektek vagy feladatok történnek, amelyekre feliratkozott.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Parancsok", diff --git a/src/i18n/lang/it-IT.json b/src/i18n/lang/it-IT.json index 12b5134ac..6a3e8f2ff 100644 --- a/src/i18n/lang/it-IT.json +++ b/src/i18n/lang/it-IT.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Personalizzato", "id": "ID", "created": "Creato il", + "createdBy": "Created by {0}", "actions": "Azioni", "cannotBeUndone": "Questa azione non può essere annullata!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifiche", "none": "Nessuna notifica. Buona giornata!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Comandi", diff --git a/src/i18n/lang/ja-JP.json b/src/i18n/lang/ja-JP.json index 75e10d45a..6034ec1ae 100644 --- a/src/i18n/lang/ja-JP.json +++ b/src/i18n/lang/ja-JP.json @@ -359,6 +359,21 @@ "favorites": { "title": "お気に入り" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "カスタム", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "この操作は元に戻せません!" }, @@ -933,7 +949,9 @@ "notification": { "title": "通知", "none": "通知はありません。それではよい一日を!", - "explainer": "購読しているプロジェクトやタスクが変更されると通知されます。" + "explainer": "購読しているプロジェクトやタスクが変更されると通知されます。", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "コマンド", diff --git a/src/i18n/lang/ko-KR.json b/src/i18n/lang/ko-KR.json index db26a295a..f04f756cc 100644 --- a/src/i18n/lang/ko-KR.json +++ b/src/i18n/lang/ko-KR.json @@ -359,6 +359,21 @@ "favorites": { "title": "즐겨찾기" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/nl-NL.json b/src/i18n/lang/nl-NL.json index 7e2692ead..7a2c90f02 100644 --- a/src/i18n/lang/nl-NL.json +++ b/src/i18n/lang/nl-NL.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notificaties", "none": "Je hebt geen meldingen. Fijne dag!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/no-NO.json b/src/i18n/lang/no-NO.json index e7361f3e8..d441c3f1e 100644 --- a/src/i18n/lang/no-NO.json +++ b/src/i18n/lang/no-NO.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoritter" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Egendefinert", "id": "Id", "created": "Opprettet", + "createdBy": "Created by {0}", "actions": "Handlinger", "cannotBeUndone": "Dette kan ikke angres!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Varsler", "none": "Du har ingen varsler på dette tidspunktet!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Kommandoer", diff --git a/src/i18n/lang/pl-PL.json b/src/i18n/lang/pl-PL.json index f34ff0cf8..583fcf463 100644 --- a/src/i18n/lang/pl-PL.json +++ b/src/i18n/lang/pl-PL.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Własne", "id": "ID", "created": "Utworzono", + "createdBy": "Created by {0}", "actions": "Akcje", "cannotBeUndone": "Tego nie da się cofnąć!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Powiadomienia", "none": "Nie masz żadnych powiadomień. Miłego dnia!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Polecenia", diff --git a/src/i18n/lang/pt-BR.json b/src/i18n/lang/pt-BR.json index 7ad521502..cb267e403 100644 --- a/src/i18n/lang/pt-BR.json +++ b/src/i18n/lang/pt-BR.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Criado em", + "createdBy": "Created by {0}", "actions": "Ações", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notificações", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Comandos", diff --git a/src/i18n/lang/pt-PT.json b/src/i18n/lang/pt-PT.json index 831ea961c..b810c916c 100644 --- a/src/i18n/lang/pt-PT.json +++ b/src/i18n/lang/pt-PT.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoritos" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Personalizado", "id": "ID", "created": "Criado em", + "createdBy": "Created by {0}", "actions": "Ações", "cannotBeUndone": "Isto não pode ser revertido!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notificações", "none": "Não tens nenhuma notificação. Tem um bom dia!", - "explainer": "As notificações aparecerão aqui quando ocorrem ações em projetos ou tarefas às quais estejas subscrito." + "explainer": "As notificações aparecerão aqui quando ocorrem ações em projetos ou tarefas às quais estejas subscrito.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Comandos", diff --git a/src/i18n/lang/ro-RO.json b/src/i18n/lang/ro-RO.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/ro-RO.json +++ b/src/i18n/lang/ro-RO.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/ru-RU.json b/src/i18n/lang/ru-RU.json index 3d432c8d0..e5e75c7eb 100644 --- a/src/i18n/lang/ru-RU.json +++ b/src/i18n/lang/ru-RU.json @@ -359,6 +359,21 @@ "favorites": { "title": "Избранное" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Настраиваемый", "id": "ID", "created": "Дата создания", + "createdBy": "Created by {0}", "actions": "Действия", "cannotBeUndone": "Это действие отменить нельзя!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Уведомления", "none": "Уведомлений нет. Хорошего дня!", - "explainer": "Здесь появятся уведомления, когда что-нибудь произойдёт с проектами или задачами, на которые вы подписаны." + "explainer": "Здесь появятся уведомления, когда что-нибудь произойдёт с проектами или задачами, на которые вы подписаны.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Команды", diff --git a/src/i18n/lang/sk-SK.json b/src/i18n/lang/sk-SK.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/sk-SK.json +++ b/src/i18n/lang/sk-SK.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/sr-CS.json b/src/i18n/lang/sr-CS.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/sr-CS.json +++ b/src/i18n/lang/sr-CS.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/sv-SE.json b/src/i18n/lang/sv-SE.json index bb8a44fb5..b81aba828 100644 --- a/src/i18n/lang/sv-SE.json +++ b/src/i18n/lang/sv-SE.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favoriter" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Kommandon", diff --git a/src/i18n/lang/tr-TR.json b/src/i18n/lang/tr-TR.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/tr-TR.json +++ b/src/i18n/lang/tr-TR.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands", diff --git a/src/i18n/lang/vi-VN.json b/src/i18n/lang/vi-VN.json index 3dd7e94f8..02d5ab8aa 100644 --- a/src/i18n/lang/vi-VN.json +++ b/src/i18n/lang/vi-VN.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Tuỳ chỉnh", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Thông báo", "none": "Bạn không có thông báo nào. Chúc một ngày tốt lành!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Các lệnh", diff --git a/src/i18n/lang/zh-CN.json b/src/i18n/lang/zh-CN.json index c83062aa1..0e8b4994a 100644 --- a/src/i18n/lang/zh-CN.json +++ b/src/i18n/lang/zh-CN.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "自定义", "id": "ID", "created": "创建于", + "createdBy": "Created by {0}", "actions": "行为", "cannotBeUndone": "此操作无法撤消!" }, @@ -933,7 +949,9 @@ "notification": { "title": "通知", "none": "没有任何通知。 祝你今天过得愉快!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "命令", diff --git a/src/i18n/lang/zh-TW.json b/src/i18n/lang/zh-TW.json index 9bb6ffbeb..466eb1bbf 100644 --- a/src/i18n/lang/zh-TW.json +++ b/src/i18n/lang/zh-TW.json @@ -359,6 +359,21 @@ "favorites": { "title": "Favorites" } + }, + "webhooks": { + "title": "Webhooks", + "targetUrl": "Target URL", + "targetUrlInvalid": "Please provide a valid URL.", + "events": "Events", + "eventsHint": "Select all events this webhook should recieve updates for (within the current project).", + "mustSelectEvents": "You must select at least one event.", + "delete": "Delete this webhook", + "deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.", + "deleteSuccess": "The webhook was successfully deleted.", + "create": "Create webhook", + "secret": "Secret", + "secretHint": "If provided, all requests to the webhook target URL will be signed using HMAC.", + "secretDocs": "Check out the docs for more details about how to use secrets." } }, "filters": { @@ -480,6 +495,7 @@ "custom": "Custom", "id": "ID", "created": "Created at", + "createdBy": "Created by {0}", "actions": "Actions", "cannotBeUndone": "This cannot be undone!" }, @@ -933,7 +949,9 @@ "notification": { "title": "Notifications", "none": "You don't have any notifications. Have a nice day!", - "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen." + "explainer": "Notifications will appear here when actions projects or tasks you subscribed to happen.", + "markAllRead": "Mark all notifications as read", + "markAllReadSuccess": "Successfully marked all notifications as read." }, "quickActions": { "commands": "Commands",