aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-21 00:40:46 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-21 00:40:46 -0600
commitd21eb6a6ada04ee71860b4cf31b2f8a939c16fe2 (patch)
treec5807ded93eb79799c5b715c349aca47b00b720a /web
parent5b77af549c94a4cda8c5ca4764c7fbc4d8f065a3 (diff)
downloadetbsa-traccar-web-d21eb6a6ada04ee71860b4cf31b2f8a939c16fe2.tar.gz
etbsa-traccar-web-d21eb6a6ada04ee71860b4cf31b2f8a939c16fe2.tar.bz2
etbsa-traccar-web-d21eb6a6ada04ee71860b4cf31b2f8a939c16fe2.zip
Added support for l18n string interpolation and set custom renderValue property on EventReportPage select
Diffstat (limited to 'web')
-rw-r--r--web/l10n/en.json1
-rw-r--r--web/l10n/es.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 27cdab7..91a3de7 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -85,6 +85,7 @@
"sharedLocation": "Location",
"sharedImport": "Import",
"sharedNoRows": "No rows",
+ "sharedSelectedOptions": "{0} selected options",
"attributeSpeedLimit": "Speed Limit",
"attributePolylineDistance": "Polyline Distance",
"attributeReportIgnoreOdometer": "Report: Ignore Odometer",
diff --git a/web/l10n/es.json b/web/l10n/es.json
index dacbb22..6497b9b 100644
--- a/web/l10n/es.json
+++ b/web/l10n/es.json
@@ -85,6 +85,7 @@
"sharedLocation": "Ubicación",
"sharedImport": "Import",
"sharedNoRows": "No hay filas",
+ "sharedSelectedOptions": "{0} opciones seleccionadas",
"attributeSpeedLimit": "Límite de velocidad",
"attributePolylineDistance": "Distancia de polilínea",
"attributeReportIgnoreOdometer": "Reporte: Ignorar el odómetro",