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": "Número total de filas",
|
||||
"table-title": "Estadísticas"
|
||||
},
|
||||
"refresh-picker": {
|
||||
"off-arialabel": "Desactivar actualización automática",
|
||||
"off-description": "Actualización automática desactivada. Elija un intervalo de tiempo de actualización",
|
||||
"off-label": "Apagado",
|
||||
"on-description": ""
|
||||
},
|
||||
"toolbar": {
|
||||
"add-panel": "Añadir panel",
|
||||
"comments-show": "Mostrar comentarios del panel de control",
|
||||
@@ -315,6 +309,23 @@
|
||||
"view": "Vista"
|
||||
}
|
||||
},
|
||||
"refresh-picker": {
|
||||
"aria-label": {
|
||||
"choose-interval": "",
|
||||
"duration-selected": ""
|
||||
},
|
||||
"live-option": {
|
||||
"aria-label": "",
|
||||
"label": ""
|
||||
},
|
||||
"off-option": {
|
||||
"aria-label": "",
|
||||
"label": ""
|
||||
},
|
||||
"select-button": {
|
||||
"auto-refresh": ""
|
||||
}
|
||||
},
|
||||
"share-modal": {
|
||||
"dashboard": {
|
||||
"title": "Compartir"
|
||||
|
||||
Reference in New Issue
Block a user