mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Internationalization: Translate RefreshPicker component (#58530)
This commit is contained in:
@@ -59,12 +59,6 @@
|
||||
"rows": "Total number rows",
|
||||
"table-title": "Stats"
|
||||
},
|
||||
"refresh-picker": {
|
||||
"off-arialabel": "Turn off auto refresh",
|
||||
"off-description": "Auto refresh turned off. Choose refresh time interval",
|
||||
"off-label": "Off",
|
||||
"on-description": ""
|
||||
},
|
||||
"toolbar": {
|
||||
"add-panel": "Add panel",
|
||||
"comments-show": "Show dashboard comments",
|
||||
@@ -315,6 +309,23 @@
|
||||
"view": "View"
|
||||
}
|
||||
},
|
||||
"refresh-picker": {
|
||||
"aria-label": {
|
||||
"choose-interval": "Auto refresh turned off. Choose refresh time interval",
|
||||
"duration-selected": "Choose refresh time interval with current interval {{durationAriaLabel}} selected"
|
||||
},
|
||||
"live-option": {
|
||||
"aria-label": "Turn on live streaming",
|
||||
"label": "Live"
|
||||
},
|
||||
"off-option": {
|
||||
"aria-label": "Turn off auto refresh",
|
||||
"label": "Off"
|
||||
},
|
||||
"select-button": {
|
||||
"auto-refresh": "Set auto refresh interval"
|
||||
}
|
||||
},
|
||||
"share-modal": {
|
||||
"dashboard": {
|
||||
"title": "Share"
|
||||
|
||||
Reference in New Issue
Block a user