From 8a1be572100705ba8a21de226ce367f2cb151fa5 Mon Sep 17 00:00:00 2001 From: Eder Diego de Sousa Date: Wed, 20 Jul 2022 15:50:46 -0300 Subject: Toast messages translate --- web/l10n/en.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/l10n/en.json b/web/l10n/en.json index 7433b99c..163b0a05 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -93,6 +93,14 @@ "sharedLocation": "Location", "sharedImport": "Import", "sharedColumns": "Columns", + "sharedDropzoneText": "Drag and drop a file here or click", + "sharedSuccessfullyAdded": "successfully added", + "sharedRemoved": "removed", + "sharedMaxFileLimit": "Maximum allowed number of files exceeded.", + "sharedOnly": "Only", + "sharedAllowed": "allowed", + "sharedDropRejectFile": "was rejected. File type not supported. File is too big. Size limit is", + "sharedMegabytes": "megabytes", "attributeSpeedLimit": "Speed Limit", "attributePolylineDistance": "Polyline Distance", "attributeReportIgnoreOdometer": "Report: Ignore Odometer", @@ -517,6 +525,5 @@ "categoryVan": "Van", "categoryScooter": "Scooter", "maintenanceStart": "Start", - "maintenancePeriod": "Period", - "dropzoneText": "Drag and drop a file here or click" + "maintenancePeriod": "Period" } -- cgit v1.2.3