Skip to content

Commit

Permalink
NC Notification for threshold alerts #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Dec 14, 2019
1 parent 0dbc1e1 commit 904f79d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Create demo report on external CSV data": "Beispiel Report aus externen CSV Daten erstellen",
"3rd field must be a valid number": "Drittes Feld muss eine gültige Zahl sein",
"Exception in Report '{report}'. The value of '{subject}' reached the threshold of '{rule} {value}'": "Ausnahme im Bericht '{report}'. Der Wert von '{subject}' hat den Schwellwert von '{rule} {value}' erreicht",
"Option": "Option",
"Option": "Bedingung",
"Severity": "Priorität",
"Notification": "Benachrichtigung",
"red": "rot",
Expand All @@ -74,7 +74,8 @@
"< less": "< kleiner",
"<= less equal": "<= kleiner gleich",
">= greater equal": ">= größer gleich",
"!= not equal": "!= ungleich"
"!= not equal": "!= ungleich",
"Single value or *": "Einzelwert oder *"
},
"pluralForm": ""
}
5 changes: 3 additions & 2 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Create demo report on external CSV data": "Beispiel Report aus externen CSV Daten erstellen",
"3rd field must be a valid number": "Drittes Feld muss eine gültige Zahl sein",
"Exception in Report '{report}'. The value of '{subject}' reached the threshold of '{rule} {value}'": "Ausnahme im Bericht '{report}'. Der Wert von '{subject}' hat den Schwellwert von '{rule} {value}' erreicht",
"Option": "Option",
"Option": "Bedingung",
"Severity": "Priorität",
"Notification": "Benachrichtigung",
"red": "rot",
Expand All @@ -74,7 +74,8 @@
"< less": "< kleiner",
"<= less equal": "<= kleiner gleich",
">= greater equal": ">= größer gleich",
"!= not equal": "!= ungleich"
"!= not equal": "!= ungleich",
"Single value or *": "Einzelwert oder *"
},
"pluralForm": ""
}
3 changes: 2 additions & 1 deletion templates/part.sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@
<div style="display: table-row;">
<div id="sidebarThresholdTextDimension1"
style="display: table-cell; width: 120px;"><?php p($l->t('Object')); ?></div>
<div style="display: table-cell;"><input id="sidebarThresholdDimension1" class="input150"></div>
<div style="display: table-cell;"><input id="sidebarThresholdDimension1" class="input150"
placeholder="<?php p($l->t('single value or *')); ?>"></div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;"><?php p($l->t('Option')); ?></div>
Expand Down

0 comments on commit 904f79d

Please sign in to comment.