Internationalization: Translate NavBar - 'Search dashboard' menu item (#58815)

This commit is contained in:
Laura Fernández
2022-11-16 13:02:29 +01:00
committed by GitHub
parent 4ee83a5f2b
commit 3f63ca06c3
7 changed files with 20 additions and 0 deletions

View File

@@ -121,6 +121,8 @@ export function getNavTitle(navId: string | undefined) {
return t('nav.profile/password.title', 'Change password');
case 'sign-out':
return t('nav.sign-out.title', 'Sign out');
case 'search':
return t('nav.search-dashboards.title', 'Search dashboards');
default:
return undefined;
}

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "Grafana durchsuchen"
},
"search-dashboards": {
"title": ""
},
"server-settings": {
"subtitle": "Zeige die in deiner Grafana-Konfiguration festgelegten Einstellungen an",
"title": "Einstellungen"

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "Search Grafana"
},
"search-dashboards": {
"title": "Search dashboards"
},
"server-settings": {
"subtitle": "View the settings defined in your Grafana config",
"title": "Settings"

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "Buscar Grafana"
},
"search-dashboards": {
"title": ""
},
"server-settings": {
"subtitle": "Vea la configuración definida en los ajustes de Grafana",
"title": "Configuración"

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "Rechercher dans Grafana"
},
"search-dashboards": {
"title": ""
},
"server-settings": {
"subtitle": "Afficher les paramètres définis dans votre configuration Grafana",
"title": "Paramètres"

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "Ŝęäřčĥ Ğřäƒäʼnä"
},
"search-dashboards": {
"title": "Ŝęäřčĥ đäşĥþőäřđş"
},
"server-settings": {
"subtitle": "Vįęŵ ŧĥę şęŧŧįʼnģş đęƒįʼnęđ įʼn yőūř Ğřäƒäʼnä čőʼnƒįģ",
"title": "Ŝęŧŧįʼnģş"

View File

@@ -253,6 +253,9 @@
"search": {
"placeholder": "搜索 Grafana"
},
"search-dashboards": {
"title": ""
},
"server-settings": {
"subtitle": "查看 Grafana 配置中定义的设置",
"title": "设置"