# HG changeset patch # User Markus Kottlaender # Date 1559719776 -7200 # Node ID 77aa6c137a2fbd8b501eab4df6094253b78f66fa # Parent 98f14d97611e7fa8cd6c5ca895b5cd021d9619f7 client: configuration: data accuracy: made strings translatable diff -r 98f14d97611e -r 77aa6c137a2f client/src/components/systemconfiguration/DataAccuracy.vue --- a/client/src/components/systemconfiguration/DataAccuracy.vue Wed Jun 05 09:13:52 2019 +0200 +++ b/client/src/components/systemconfiguration/DataAccuracy.vue Wed Jun 05 09:29:36 2019 +0200 @@ -15,8 +15,10 @@
- The latest survey is within the revisiting time of the - respective bottleneck. + The latest survey is within the revisiting time of the + respective bottleneck.
@@ -27,7 +29,7 @@ class="card-body d-flex flex-column align-items-center justify-content-center" >
- The latest survey is within + The latest survey is within - times the revisiting time. + times the revisiting time.
@@ -46,9 +48,13 @@ class="card-body d-flex align-items-center justify-content-center" >
- The latest survey is older than - {{ Number(bn_revtime_multiplier).toLocaleString() }} - times the revisiting time. + The latest survey is older than %{multiplier} times + the revisiting time.
@@ -65,11 +71,16 @@ class="card-body d-flex align-items-center justify-content-center" >
- The latest measurement is not older than - {{ Number(gm_latest_hours).toLocaleString() }} hours - and there are at least - {{ Number(gm_min_values_14d).toLocaleString() }} - measurements in the last 14 days. + The latest measurement is not older than + %{hours} hours and there are at least + %{values} measurements in the last 14 + days.
@@ -81,7 +92,7 @@ class="card-body d-flex flex-column align-items-center justify-content-center" >
- There are less than + There are less than - measurements in the last 14 days. + measurements in the last 14 days.
@@ -100,7 +111,7 @@ class="card-body d-flex flex-column align-items-center justify-content-center" >
- The latest measurement is older than + The latest measurement is older than - days. + days.
@@ -126,15 +137,17 @@ class="card-body d-flex align-items-center justify-content-center" >
- The highest confidence value is less than - - {{ Number(gm_forecast_offset_24h).toLocaleString() }} cm - - within the last 24 hours and less than - - {{ Number(gm_forecast_offset_72h).toLocaleString() }} cm - - within last 72 hours. + The highest confidence value is less than + %{gm24} cm + within the last 24 hours and less than + %{gm72} cm + within last 72 hours.
@@ -146,8 +159,10 @@ class="card-body d-flex flex-column align-items-center justify-content-center" >
- The highest confidence value within the last 24 hours is - greater than + The highest confidence value within the last 24 hours is + greater than
- The highest confidence value within the last 72 hours is - greater than + The highest confidence value within the last 72 hours is + greater than
- The Nash-Sutcliffe coefficient is greater than - - {{ - Number(gm_forecast_vs_reality_nsc_24h).toLocaleString() - }} - - for last 24 hours and greater than - - {{ - Number(gm_forecast_vs_reality_nsc_72h).toLocaleString() - }} - - for last 72 hours. + The Nash-Sutcliffe coefficient is greater than + %{nsc24} + for last 24 hours and greater than + %{nsc72} + for last 72 hours.
@@ -217,7 +236,10 @@ class="card-body d-flex flex-column align-items-center justify-content-center" >
- The Nash-Sutcliffe coefficient for last 24 hours is less than + The Nash-Sutcliffe coefficient for last 24 hours is less + than
- The Nash-Sutcliffe coefficient for last 72 hours is less than + The Nash-Sutcliffe coefficient for last 72 hours is less + than