Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: SQL Lab - correct setting name from DISPLAY_MAX_ROWS to DISPLAY_MAX_ROW #24519

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const ResultSet = ({

const displayMaxRowsReachedMessage = {
withAdmin: t(
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. ' +
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. ' +
'Please add additional limits/filters or download to csv to see more rows up to ' +
'the %(limit)d limit.',
{ rows: rowsCount, limit },
Expand Down
4 changes: 2 additions & 2 deletions superset/translations/de/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4827,8 +4827,8 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"Die Anzahl der Stunden, negativ oder positiv, um die Zeitspalte zu verschieben. Dies kann verwendet werden, um die UTC-Zeit auf die Ortszeit zu verschieben."
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Die Anzahl der angezeigten Ergebnisse ist durch die Konfiguration DISPLAY_MAX_ROWS auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen."
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Die Anzahl der angezeigten Ergebnisse ist durch die Konfiguration DISPLAY_MAX_ROW auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen."
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
"Die Anzahl der angezeigten Ergebnisse ist auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu, laden Sie sie als CSV-Datei herunter oder wenden Sie sich an eine*n Administrator*in, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen."
Expand Down
4 changes: 2 additions & 2 deletions superset/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15720,11 +15720,11 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""
"Die Anzahl der angezeigten Ergebnisse ist durch die Konfiguration "
"DISPLAY_MAX_ROWS auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche "
"DISPLAY_MAX_ROW auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche "
"Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um "
"weitere Zeilen bis zum %(limit)d-Limit anzuzeigen."

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/en/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to CSV to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to CSV to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to CSV, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -14727,7 +14727,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to CSV to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/es/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15800,7 +15800,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/fr/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3357,7 +3357,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"Nombre d'heures, négatif ou positif, pour décaler la colonne de temps. Cela peut être utilisé pour passer du temps UTC au temps local."
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -16039,7 +16039,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/it/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/it/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15375,7 +15375,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/ja/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/ja/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15381,7 +15381,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/ko/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/ko/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15240,7 +15240,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/nl/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/nl/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15221,7 +15221,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion superset/translations/pt/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/pt/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15539,7 +15539,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions superset/translations/pt_BR/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4608,8 +4608,8 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"O número de horas, negativo ou positivo, para deslocar a coluna da hora. Isto pode ser utilizado para mudar a hora UTC para a hora local."
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"O número de resultados apresentados é limitado a %(rows)d pela configuração DISPLAY_MAX_ROWS. Adicione limites/filtros adicionais ou descarregue para csv para ver mais linhas até ao limite de %(limit)d."
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"O número de resultados apresentados é limitado a %(rows)d pela configuração DISPLAY_MAX_ROW. Adicione limites/filtros adicionais ou descarregue para csv para ver mais linhas até ao limite de %(limit)d."
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
"O número de resultados apresentados está limitado a %(rows)d. Adicione limites/filtros adicionais, transfira para csv ou contate um administrador para ver mais linhas até ao limite de %(limit)d."
Expand Down
4 changes: 2 additions & 2 deletions superset/translations/pt_BR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15696,11 +15696,11 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""
"O número de resultados apresentados é limitado a %(rows)d pela "
"configuração DISPLAY_MAX_ROWS. Adicione limites/filtros adicionais ou "
"configuração DISPLAY_MAX_ROW. Adicione limites/filtros adicionais ou "
"descarregue para csv para ver mais linhas até ao limite de %(limit)d."

#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307
Expand Down
4 changes: 2 additions & 2 deletions superset/translations/ru/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4387,8 +4387,8 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"Количество часов, отрицательное или положительное, для сдвига столбца формата дата/время. Это может быть использовано для приведения часового пояса UTC к местному времени."
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Количество отображаемых результатов ограничено %(rows)d переменной DISPLAY_MAX_ROWS. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d."
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Количество отображаемых результатов ограничено %(rows)d переменной DISPLAY_MAX_ROW. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d."
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
"Количество отображаемых результатов ограничено %(rows)d. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d.\""
Expand Down
4 changes: 2 additions & 2 deletions superset/translations/ru/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15460,11 +15460,11 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""
"Количество отображаемых результатов ограничено %(rows)d переменной "
"DISPLAY_MAX_ROWS. Пожалуйста, добавьте дополнительные ограничения/фильтры"
"DISPLAY_MAX_ROW. Пожалуйста, добавьте дополнительные ограничения/фильтры"
" или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d."

#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/sk/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,7 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
""
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
""
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
Expand Down
2 changes: 1 addition & 1 deletion superset/translations/sk/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -14791,7 +14791,7 @@ msgstr ""
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"configuration DISPLAY_MAX_ROW. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions superset/translations/sl/LC_MESSAGES/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4059,8 +4059,8 @@
"The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [
"Število ur, negativno ali pozitivno, za zamik časovnega stolpca. Na ta način je mogoče UTC čas prestaviti na lokalni čas."
],
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ."
"The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [
"Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra DISPLAY_MAX_ROW. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ."
],
"The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [
"Število prikazanih rezultatov je omejeno na %(rows)d . V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ."
Expand Down
Loading
Loading