@@ -36,7 +36,7 @@
<input type="range" min="2" max="10" step="1" [(ngModel)]="calcService.quantileCount">
</div>
<div>
- {{ 'CALCULATOR.selectBlur' | translate}}: {{calcService.blurValue}}
+ {{ 'CALCULATOR.selectBlur' | translate}}: {{calcService.blurValue}} px <span *ngIf="calcService.blurValue === 0">({{ 'CALCULATOR.blurNone' | translate}})</span>
<input type="range" min="{{calcService.BLUR_MIN_VALUE}}" max="{{calcService.BLUR_MAX_VALUE}}" step="1" [(ngModel)]="calcService.blurValue">
@@ -1,6 +1,7 @@
{
"cs": {
"CALCULATOR": {
+ "blurNone": "žádné",
"getDates": "VYBRAT DATUM",
"getZones": "ZÍSKAT ZÓNY",
"loading": "Načítám",
@@ -17,6 +18,7 @@
},
"en": {
+ "blurNone": "none",
"getDates": "GET DATES",
"getZones": "GET ZONES",
"loading": "Loading",