From c5111b81327158b99dae8cdeac938b99ee556261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Tue, 14 Jan 2025 21:55:58 +0100 Subject: [PATCH] Explore: Add missing translations (#98984) Add missing translation --- public/app/features/explore/Table/TableContainer.tsx | 5 +++-- public/locales/en-US/grafana.json | 1 + public/locales/pseudo-LOCALE/grafana.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/app/features/explore/Table/TableContainer.tsx b/public/app/features/explore/Table/TableContainer.tsx index 2db2b902b35..491de8130cb 100644 --- a/public/app/features/explore/Table/TableContainer.tsx +++ b/public/app/features/explore/Table/TableContainer.tsx @@ -140,9 +140,10 @@ export class TableContainer extends PureComponent { Showing only {{ MAX_NUMBER_OF_COLUMNS }} columns } - tooltip={ + tooltip={t( + 'table.container.content', 'Showing too many columns in a single table may impact performance and make data harder to read. Consider refining your queries.' - } + )} buttonLabel={Show all columns} /> ), diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 4135c2899fd..73000e1594e 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -3218,6 +3218,7 @@ }, "table": { "container": { + "content": "Showing too many columns in a single table may impact performance and make data harder to read. Consider refining your queries.", "show-all-series": "Show all columns", "show-only-series": "Showing only {{MAX_NUMBER_OF_COLUMNS}} columns" } diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index bfd929d3ac1..0fbb5878033 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -3218,6 +3218,7 @@ }, "table": { "container": { + "content": "Ŝĥőŵįʼnģ ŧőő mäʼny čőľūmʼnş įʼn ä şįʼnģľę ŧäþľę mäy įmpäčŧ pęřƒőřmäʼnčę äʼnđ mäĸę đäŧä ĥäřđęř ŧő řęäđ. Cőʼnşįđęř řęƒįʼnįʼnģ yőūř qūęřįęş.", "show-all-series": "Ŝĥőŵ äľľ čőľūmʼnş", "show-only-series": "Ŝĥőŵįʼnģ őʼnľy {{MAX_NUMBER_OF_COLUMNS}} čőľūmʼnş" }