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": "Nombre total de lignes",
|
||||
"table-title": "Statistiques"
|
||||
},
|
||||
"refresh-picker": {
|
||||
"off-arialabel": "Désactiver l'actualisation automatique",
|
||||
"off-description": "Actualisation automatique désactivée. Choisir un intervalle de temps d'actualisation",
|
||||
"off-label": "Désactivé",
|
||||
"on-description": ""
|
||||
},
|
||||
"toolbar": {
|
||||
"add-panel": "Ajouter un panneau",
|
||||
"comments-show": "Afficher les commentaires du tableau de bord",
|
||||
@@ -315,6 +309,23 @@
|
||||
"view": "Afficher"
|
||||
}
|
||||
},
|
||||
"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": "Partager"
|
||||
|
||||
Reference in New Issue
Block a user