diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index a78ba2c090..3bcb6d8069 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -41,22 +41,34 @@ "second_one": "{{time}} second", "second_other": "{{time}} seconds", "formattedTimestamp": { - "12hour": "%b %-d, %I:%M:%S %p", - "24hour": "%b %-d, %H:%M:%S" + "12hour": "MMM d, h:mm:ss aaa", + "24hour": "MMM d, HH:mm:ss" }, "formattedTimestamp2": { - "12hour": "%m/%d %I:%M:%S%P", - "24hour": "%d %b %H:%M:%S" + "12hour": "MM/dd h:mm:ssa", + "24hour": "d MMM HH:mm:ss" }, - "formattedTimestampExcludeSeconds": { - "12hour": "%b %-d, %I:%M %p", - "24hour": "%b %-d, %H:%M" + "formattedTimestampHourMinute": { + "12hour": "h:mm aaa", + "24hour": "HH:mm" }, - "formattedTimestampWithYear": { - "12hour": "%b %-d %Y, %I:%M %p", - "24hour": "%b %-d %Y, %H:%M" + "formattedTimestampHourMinuteSecond": { + "12hour": "h:mm:ss aaa", + "24hour": "HH:mm:ss" }, - "formattedTimestampOnlyMonthAndDay": "%b %-d" + "formattedTimestampMonthDayHourMinute": { + "12hour": "MMM d, h:mm aaa", + "24hour": "MMM d, HH:mm" + }, + "formattedTimestampMonthDayYearHourMinute": { + "12hour": "MMM d yyyy, h:mm aaa", + "24hour": "MMM d yyyy, HH:mm" + }, + "formattedTimestampMonthDay": "MMM d", + "formattedTimestampFilename": { + "12hour": "MM-dd-yy-h-mm-ss-a", + "24hour": "MM-dd-yy-HH-mm-ss" + } }, "unit": { "speed": {