diff --git a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx
index 45b0dfdcbaf..3995086da65 100644
--- a/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx
+++ b/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker/TimeRangeList.tsx
@@ -4,6 +4,7 @@ import React, { ReactNode } from 'react';
import { TimeOption } from '@grafana/data';
import { stylesFactory } from '../../../themes';
+import { t } from '../../../utils/i18n';
import { TimePickerTitle } from './TimePickerTitle';
import { TimeRangeOption } from './TimeRangeOption';
@@ -65,14 +66,14 @@ const Options = ({ options, value, onChange, title }: Props) => {
return (
<>
-
+
{options.map((option, index) => (
))}
diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json
index a2fb0ea6140..7904fc13f48 100644
--- a/public/locales/de-DE/grafana.json
+++ b/public/locales/de-DE/grafana.json
@@ -416,6 +416,8 @@
"select-time": ""
},
"time-range": {
+ "aria-role": "",
+ "default-title": "",
"example-title": "",
"specify": ""
}
diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json
index 903d64bad55..bf33496a5f3 100644
--- a/public/locales/en-US/grafana.json
+++ b/public/locales/en-US/grafana.json
@@ -416,6 +416,8 @@
"select-time": "Select a time range"
},
"time-range": {
+ "aria-role": "Time range selection",
+ "default-title": "Time ranges",
"example-title": "Example time ranges",
"specify": "Specify time range <1>1>"
}
diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json
index 01eebf5617c..20a1b8f6426 100644
--- a/public/locales/es-ES/grafana.json
+++ b/public/locales/es-ES/grafana.json
@@ -416,6 +416,8 @@
"select-time": ""
},
"time-range": {
+ "aria-role": "",
+ "default-title": "",
"example-title": "",
"specify": ""
}
diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json
index 955a6238492..3768f52b6c8 100644
--- a/public/locales/fr-FR/grafana.json
+++ b/public/locales/fr-FR/grafana.json
@@ -416,6 +416,8 @@
"select-time": ""
},
"time-range": {
+ "aria-role": "",
+ "default-title": "",
"example-title": "",
"specify": ""
}
@@ -433,7 +435,7 @@
"email-label": "Adresse e-mail",
"name-error": "Un nom est obligatoire",
"name-label": "Nom",
- "username-label": "Nom d’utilisateur"
+ "username-label": "Nom d´utilisateur"
},
"title": "Modifier le profil"
},
diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json
index e6ad48ed38a..8432633bbbc 100644
--- a/public/locales/pseudo-LOCALE/grafana.json
+++ b/public/locales/pseudo-LOCALE/grafana.json
@@ -416,6 +416,8 @@
"select-time": "Ŝęľęčŧ ä ŧįmę řäʼnģę"
},
"time-range": {
+ "aria-role": "Ŧįmę řäʼnģę şęľęčŧįőʼn",
+ "default-title": "Ŧįmę řäʼnģęş",
"example-title": "Ēχämpľę ŧįmę řäʼnģęş",
"specify": "Ŝpęčįƒy ŧįmę řäʼnģę <1>1>"
}
diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json
index 85cdd237ae6..1df34e9f761 100644
--- a/public/locales/zh-Hans/grafana.json
+++ b/public/locales/zh-Hans/grafana.json
@@ -416,6 +416,8 @@
"select-time": ""
},
"time-range": {
+ "aria-role": "",
+ "default-title": "",
"example-title": "",
"specify": ""
}