mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Internationalization: Translate page headers and Search dashboard actions (#60727)
* Fix: PageHeader & PageHeaderTabs & NavBarItem & DashboardActions & PanelMenu is displayed in default_language (#60719) * I18N: update strings (#60719) Co-authored-by: TaitChan <1441645821@qq.coom>
This commit is contained in:
@@ -253,6 +253,9 @@
|
||||
"subtitle": "Applications de suivi et d'infrastructure",
|
||||
"title": "Suivi"
|
||||
},
|
||||
"new": {
|
||||
"title": ""
|
||||
},
|
||||
"new-dashboard": {
|
||||
"title": "Nouveau tableau de bord"
|
||||
},
|
||||
@@ -347,13 +350,22 @@
|
||||
},
|
||||
"panel": {
|
||||
"header-menu": {
|
||||
"copy": "",
|
||||
"create-library-panel": "",
|
||||
"duplicate": "",
|
||||
"edit": "",
|
||||
"explore": "",
|
||||
"get-help": "",
|
||||
"hide-legend": "Masquer la légende",
|
||||
"inspect": "Inspecter",
|
||||
"inspect-data": "Données",
|
||||
"inspect-json": "Panneau JSON",
|
||||
"more": "Plus...",
|
||||
"query": "",
|
||||
"remove": "",
|
||||
"share": "Partager",
|
||||
"show-legend": "Afficher la légende",
|
||||
"unlink-library-panel": "",
|
||||
"view": "Afficher"
|
||||
}
|
||||
},
|
||||
@@ -374,6 +386,14 @@
|
||||
"auto-refresh": "Définir l'intervalle d'actualisation automatique"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"dashboard-actions": {
|
||||
"import": "",
|
||||
"new": "",
|
||||
"new-dashboard": "",
|
||||
"new-folder": ""
|
||||
}
|
||||
},
|
||||
"share-modal": {
|
||||
"dashboard": {
|
||||
"title": "Partager"
|
||||
|
||||
Reference in New Issue
Block a user