mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Navigation: Ensure command palette is correctly translated (#61103)
* Navigation: Translate nav tree in store * Remove usage of getNavTitle * properly translate children * add pubdash translation * remove extraneous calls to translation in PageHeader * empty commit * correctly allow subtitle to be overrwitten (thank you tests!) --------- Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
co-authored by
Ashley Harrison
parent
bc67edbff8
commit
504eabbe80
@@ -287,6 +287,9 @@
|
||||
"title": "Einstellungen"
|
||||
},
|
||||
"profile/switch-org": "Organisation wechseln",
|
||||
"public": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Szenen"
|
||||
},
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
"title": "Profile"
|
||||
},
|
||||
"profile/switch-org": "Switch organization",
|
||||
"public": {
|
||||
"title": "Public dashboards"
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Scenes"
|
||||
},
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
"title": "Preferencias"
|
||||
},
|
||||
"profile/switch-org": "Cambiar de organización",
|
||||
"public": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Escenas"
|
||||
},
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
"title": "Préférences"
|
||||
},
|
||||
"profile/switch-org": "Passer à une autre organisation",
|
||||
"public": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Scènes"
|
||||
},
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
"title": "Přőƒįľę"
|
||||
},
|
||||
"profile/switch-org": "Ŝŵįŧčĥ őřģäʼnįžäŧįőʼn",
|
||||
"public": {
|
||||
"title": "Pūþľįč đäşĥþőäřđş"
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Ŝčęʼnęş"
|
||||
},
|
||||
|
||||
@@ -287,6 +287,9 @@
|
||||
"title": "首选项"
|
||||
},
|
||||
"profile/switch-org": "切换组织",
|
||||
"public": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "场景"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user