summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 9fc64d0b..8a722e39 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -22,7 +22,13 @@
"showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
"tooltip": "Tooltip"
},
+ "calendar": {
+ "openDatePicker": "Open date picker",
+ "useCursorKeysToNavigateCalendarDates" : "Use cursor keys to navigate calendar dates"
+ },
"form": {
+ "dateMustBeAfter": "Date must be after %{date}",
+ "dateMustBeBefore": "Date must be before %{date}",
"fieldRequired": "Field required",
"invalidFormat": "Invalid format",
"invalidValue": "Invalid value",
@@ -46,7 +52,9 @@
"informational": "Informational"
},
"table": {
+ "fromDate": "From date",
"itemsPerPage": "Items per page",
+ "toDate": "To date",
"viewAll": "View all"
}
},