Skip to content

Commit af9091a

Browse files
emyhrbergrufhe513
authored andcommitted
Add list of checkboxes to the notification alerts page to configure which severity levels triggers notifications
Signed-off-by: Erik Myhrberg <[email protected]>
1 parent e79f6f0 commit af9091a

File tree

14 files changed

+29
-0
lines changed

14 files changed

+29
-0
lines changed

src/i18n/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Level",
180180
"notifications": "Benachrichtigungen",
181+
"notification_severity": "Benachrichtigung bei Schweregrad auslösen",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Notification level",
180180
"notifications": "Notifications",
181+
"notification_severity": "Trigger notification on severity",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Nivel de notificación",
180180
"notifications": "Notificaciones",
181+
"notification_severity": "Activar notificación según la gravedad",
181182
"npm": "MNP",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Niveau d'alerte",
180180
"notifications": "Notifications",
181+
"notification_severity": "déclencher une notification sur la gravité",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "अधिसूचना स्तर",
180180
"notifications": "सूचनाएं",
181+
"notification_severity": "गंभीरता के आधार पर अधिसूचना ट्रिगर करें",
181182
"npm": "NPM",
182183
"nuget": "नुगेट",
183184
"nvd": "एनवीडी",

src/i18n/locales/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Livello di notifica",
180180
"notifications": "Notifiche",
181+
"notification_severity": "Attiva notifica in base alla gravità",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "通知レベル",
180180
"notifications": "通知",
181+
"notification_severity": "重大度に応じて通知をトリガーする",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Poziom powiadomień",
180180
"notifications": "Powiadomienia",
181+
"notification_severity": "Wyzwól powiadomienie w zależności od poziomu zagrożenia",
181182
"npm": "NPM",
182183
"nuget": "NuGeta",
183184
"nvd": "NWD",

src/i18n/locales/pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Nível de notificação",
180180
"notifications": "Notificações",
181+
"notification_severity": "Acionar notificação com base na gravidade",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

src/i18n/locales/pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"nixpkgs": "Nixpkgs",
179179
"notification_level": "Nível de notificação",
180180
"notifications": "Notificações",
181+
"notification_severity": "Acionar notificação com base na gravidade",
181182
"npm": "NPM",
182183
"nuget": "NuGet",
183184
"nvd": "NVD",

0 commit comments

Comments
 (0)