@@ -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>}
|
||||
/>
|
||||
),
|
||||
|
||||
@@ -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ş"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user