Explore: Add missing translations (#98984)

Add missing translation
This commit is contained in:
Piotr Jamróz
2025-01-14 21:55:58 +01:00
committed by GitHub
parent 3b8477dcda
commit c5111b8132
3 changed files with 5 additions and 2 deletions
@@ -140,9 +140,10 @@ export class TableContainer extends PureComponent<Props, State> {
Showing only {{ MAX_NUMBER_OF_COLUMNS }} columns
</Trans>
}
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={<Trans i18nKey={'table.container.show-all-series'}>Show all columns</Trans>}
/>
),
+1
View File
@@ -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"
}
@@ -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ş"
}