mirror of https://github.com/grafana/grafana.git
chore: update text for ds connections tab (#101509)
* chore: update text for ds connections tab Not sure if additional work is required to generate the translation * chore: text change for connection tab --------- Co-authored-by: Sam Kh. <syerikjan.khusayan@grafana.com>
This commit is contained in:
parent
6d4a271a39
commit
7b9970f1e7
|
|
@ -83,8 +83,8 @@ export function ConnectionsList({
|
|||
<Stack direction="column" gap={2}>
|
||||
<span>
|
||||
<Trans i18nKey="plugins.details.connections-tab.description" values={{ pluginName: plugin.name }}>
|
||||
The data source connections below are all {'{{pluginName}}'}. You can find all of your data source connections
|
||||
of all types in{' '}
|
||||
You currently have the following data sources configured for {'{{pluginName}}'}, click a tile to view the
|
||||
configuration details. You can find all of your data source connections in{' '}
|
||||
<TextLink href="/connections/datasources">
|
||||
<Trans i18nKey="nav.connections.title">Connections</Trans> -{' '}
|
||||
<Trans i18nKey="nav.data-sources.title">Data sources</Trans>.
|
||||
|
|
|
|||
|
|
@ -3052,7 +3052,7 @@
|
|||
},
|
||||
"details": {
|
||||
"connections-tab": {
|
||||
"description": "The data source connections below are all {{pluginName}}. You can find all of your data source connections of all types in <4><0>Connections</0> - <3>Data sources</3>.</4>"
|
||||
"description": "You currently have the following data sources configured for {{pluginName}}, click a tile to view the configuration details. You can find all of your data source connections in <4><0>Connections</0> - <3>Data sources</3>.</4>"
|
||||
},
|
||||
"labels": {
|
||||
"contactGrafanaLabs": "Contact Grafana Labs",
|
||||
|
|
|
|||
|
|
@ -3052,7 +3052,7 @@
|
|||
},
|
||||
"details": {
|
||||
"connections-tab": {
|
||||
"description": "Ŧĥę đäŧä şőūřčę čőʼnʼnęčŧįőʼnş þęľőŵ äřę äľľ {{pluginName}}. Ÿőū čäʼn ƒįʼnđ äľľ őƒ yőūř đäŧä şőūřčę čőʼnʼnęčŧįőʼnş őƒ äľľ ŧypęş įʼn <4><0>Cőʼnʼnęčŧįőʼnş</0> - <3>Đäŧä şőūřčęş</3>.</4>"
|
||||
"description": "Ÿőū čūřřęʼnŧľy ĥävę ŧĥę ƒőľľőŵįʼnģ đäŧä şőūřčęş čőʼnƒįģūřęđ ƒőř {{pluginName}}, čľįčĸ ä ŧįľę ŧő vįęŵ ŧĥę čőʼnƒįģūřäŧįőʼn đęŧäįľş. Ÿőū čäʼn ƒįʼnđ äľľ őƒ yőūř đäŧä şőūřčę čőʼnʼnęčŧįőʼnş įʼn <4><0>Cőʼnʼnęčŧįőʼnş</0> - <3>Đäŧä şőūřčęş</3>.</4>"
|
||||
},
|
||||
"labels": {
|
||||
"contactGrafanaLabs": "Cőʼnŧäčŧ Ğřäƒäʼnä Ŀäþş",
|
||||
|
|
|
|||
Loading…
Reference in New Issue