diff options
author | Anton Tananaev <anton@traccar.org> | 2022-08-06 07:24:13 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-08-06 07:24:13 -0700 |
commit | 6975055fd388c813e730a9be65f6fc96ad5f213e (patch) | |
tree | f81d93689b32235edd9ea5493aeb90bbedcd1e3c /web/l10n | |
parent | 7347b398aae694c58feb1a48944778a7c581dc72 (diff) | |
download | trackermap-web-6975055fd388c813e730a9be65f6fc96ad5f213e.tar.gz trackermap-web-6975055fd388c813e730a9be65f6fc96ad5f213e.tar.bz2 trackermap-web-6975055fd388c813e730a9be65f6fc96ad5f213e.zip |
Support direct calendar creation
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index c23cb402..2f2ee27b 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -96,6 +96,20 @@ "sharedImport": "Import", "sharedColumns": "Columns", "sharedDropzoneText": "Drag and drop a file here or click", + "calendarSimple": "Simple", + "calendarRecurrence": "Recurrence", + "calendarOnce": "Once", + "calendarDaily": "Daily", + "calendarWeekly": "Weekly", + "calendarMonthly": "Monthly", + "calendarDays": "Days", + "calendarSunday": "Sunday", + "calendarMonday": "Monday", + "calendarTuesday": "Tuesday", + "calendarWednesday": "Wednesday", + "calendarThursday": "Thursday", + "calendarFriday": "Friday", + "calendarSaturday": "Saturday", "attributeSpeedLimit": "Speed Limit", "attributeFuelDropThreshold": "Fuel Drop Threshold", "attributeFuelIncreaseThreshold": "Fuel Increase Threshold", |