From 71f3fcab74cd2e2d7e268fc6543e14da767f36de Mon Sep 17 00:00:00 2001 From: Jeremy Gillick Date: Wed, 28 Jun 2023 14:13:35 -0700 Subject: [PATCH] fix: SQL Lab - correct setting name from DISPLAY_MAX_ROWS to DISPLAY_MAX_ROW (#24519) --- superset-frontend/src/SqlLab/components/ResultSet/index.tsx | 2 +- superset/translations/de/LC_MESSAGES/messages.json | 4 ++-- superset/translations/de/LC_MESSAGES/messages.po | 4 ++-- superset/translations/en/LC_MESSAGES/messages.json | 2 +- superset/translations/en/LC_MESSAGES/messages.po | 2 +- superset/translations/es/LC_MESSAGES/messages.json | 2 +- superset/translations/es/LC_MESSAGES/messages.po | 2 +- superset/translations/fr/LC_MESSAGES/messages.json | 2 +- superset/translations/fr/LC_MESSAGES/messages.po | 2 +- superset/translations/it/LC_MESSAGES/messages.json | 2 +- superset/translations/it/LC_MESSAGES/messages.po | 2 +- superset/translations/ja/LC_MESSAGES/messages.json | 2 +- superset/translations/ja/LC_MESSAGES/messages.po | 2 +- superset/translations/ko/LC_MESSAGES/messages.json | 2 +- superset/translations/ko/LC_MESSAGES/messages.po | 2 +- superset/translations/nl/LC_MESSAGES/messages.json | 2 +- superset/translations/nl/LC_MESSAGES/messages.po | 2 +- superset/translations/pt/LC_MESSAGES/messages.json | 2 +- superset/translations/pt/LC_MESSAGES/messages.po | 2 +- superset/translations/pt_BR/LC_MESSAGES/messages.json | 4 ++-- superset/translations/pt_BR/LC_MESSAGES/messages.po | 4 ++-- superset/translations/ru/LC_MESSAGES/messages.json | 4 ++-- superset/translations/ru/LC_MESSAGES/messages.po | 4 ++-- superset/translations/sk/LC_MESSAGES/messages.json | 2 +- superset/translations/sk/LC_MESSAGES/messages.po | 2 +- superset/translations/sl/LC_MESSAGES/messages.json | 4 ++-- superset/translations/sl/LC_MESSAGES/messages.po | 4 ++-- superset/translations/zh/LC_MESSAGES/messages.json | 4 ++-- superset/translations/zh/LC_MESSAGES/messages.po | 4 ++-- 29 files changed, 39 insertions(+), 39 deletions(-) diff --git a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx index 4c7569314..b5ca377de 100644 --- a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx +++ b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx @@ -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 }, diff --git a/superset/translations/de/LC_MESSAGES/messages.json b/superset/translations/de/LC_MESSAGES/messages.json index 52c361088..1c020467a 100644 --- a/superset/translations/de/LC_MESSAGES/messages.json +++ b/superset/translations/de/LC_MESSAGES/messages.json @@ -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." diff --git a/superset/translations/de/LC_MESSAGES/messages.po b/superset/translations/de/LC_MESSAGES/messages.po index ff003b7ac..9234d0eae 100644 --- a/superset/translations/de/LC_MESSAGES/messages.po +++ b/superset/translations/de/LC_MESSAGES/messages.po @@ -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." diff --git a/superset/translations/en/LC_MESSAGES/messages.json b/superset/translations/en/LC_MESSAGES/messages.json index 2fc7407bf..4dbdebd94 100644 --- a/superset/translations/en/LC_MESSAGES/messages.json +++ b/superset/translations/en/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/en/LC_MESSAGES/messages.po b/superset/translations/en/LC_MESSAGES/messages.po index 660a84519..1ce500bd2 100644 --- a/superset/translations/en/LC_MESSAGES/messages.po +++ b/superset/translations/en/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/es/LC_MESSAGES/messages.json b/superset/translations/es/LC_MESSAGES/messages.json index b110e1027..3adb752f0 100644 --- a/superset/translations/es/LC_MESSAGES/messages.json +++ b/superset/translations/es/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/es/LC_MESSAGES/messages.po b/superset/translations/es/LC_MESSAGES/messages.po index 6ef6405a4..b629d6660 100644 --- a/superset/translations/es/LC_MESSAGES/messages.po +++ b/superset/translations/es/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/fr/LC_MESSAGES/messages.json b/superset/translations/fr/LC_MESSAGES/messages.json index 2ee826533..58ae478b4 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.json +++ b/superset/translations/fr/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/fr/LC_MESSAGES/messages.po b/superset/translations/fr/LC_MESSAGES/messages.po index 82abb365e..c9bd2b6df 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.po +++ b/superset/translations/fr/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/it/LC_MESSAGES/messages.json b/superset/translations/it/LC_MESSAGES/messages.json index 8e4baafcf..c16648829 100644 --- a/superset/translations/it/LC_MESSAGES/messages.json +++ b/superset/translations/it/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/it/LC_MESSAGES/messages.po b/superset/translations/it/LC_MESSAGES/messages.po index 151fae20b..6dc5d8c1a 100644 --- a/superset/translations/it/LC_MESSAGES/messages.po +++ b/superset/translations/it/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/ja/LC_MESSAGES/messages.json b/superset/translations/ja/LC_MESSAGES/messages.json index 8bd9b65c8..3bccbe60e 100644 --- a/superset/translations/ja/LC_MESSAGES/messages.json +++ b/superset/translations/ja/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/ja/LC_MESSAGES/messages.po b/superset/translations/ja/LC_MESSAGES/messages.po index 74848603b..4f61d7121 100644 --- a/superset/translations/ja/LC_MESSAGES/messages.po +++ b/superset/translations/ja/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/ko/LC_MESSAGES/messages.json b/superset/translations/ko/LC_MESSAGES/messages.json index 7eb6dd1ad..17f4d5091 100644 --- a/superset/translations/ko/LC_MESSAGES/messages.json +++ b/superset/translations/ko/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/ko/LC_MESSAGES/messages.po b/superset/translations/ko/LC_MESSAGES/messages.po index 68e156e49..e48301a1f 100644 --- a/superset/translations/ko/LC_MESSAGES/messages.po +++ b/superset/translations/ko/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/nl/LC_MESSAGES/messages.json b/superset/translations/nl/LC_MESSAGES/messages.json index 0cead3028..7148c1d3f 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.json +++ b/superset/translations/nl/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/nl/LC_MESSAGES/messages.po b/superset/translations/nl/LC_MESSAGES/messages.po index 5568a268f..b34df3649 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.po +++ b/superset/translations/nl/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/pt/LC_MESSAGES/messages.json b/superset/translations/pt/LC_MESSAGES/messages.json index 27645e159..0b0d099b6 100644 --- a/superset/translations/pt/LC_MESSAGES/messages.json +++ b/superset/translations/pt/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/pt/LC_MESSAGES/messages.po b/superset/translations/pt/LC_MESSAGES/messages.po index 33ceb8265..5d2d4845c 100644 --- a/superset/translations/pt/LC_MESSAGES/messages.po +++ b/superset/translations/pt/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.json b/superset/translations/pt_BR/LC_MESSAGES/messages.json index 3d75ff876..6e3a7333b 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.json +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.json @@ -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." diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.po b/superset/translations/pt_BR/LC_MESSAGES/messages.po index c1c70e19e..639b2d42c 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.po +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.po @@ -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 diff --git a/superset/translations/ru/LC_MESSAGES/messages.json b/superset/translations/ru/LC_MESSAGES/messages.json index 239623ca7..616630b37 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.json +++ b/superset/translations/ru/LC_MESSAGES/messages.json @@ -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.\"" diff --git a/superset/translations/ru/LC_MESSAGES/messages.po b/superset/translations/ru/LC_MESSAGES/messages.po index e80abff80..8d666021c 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.po +++ b/superset/translations/ru/LC_MESSAGES/messages.po @@ -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 diff --git a/superset/translations/sk/LC_MESSAGES/messages.json b/superset/translations/sk/LC_MESSAGES/messages.json index 30dc2bd0f..43be893ed 100644 --- a/superset/translations/sk/LC_MESSAGES/messages.json +++ b/superset/translations/sk/LC_MESSAGES/messages.json @@ -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.": [ diff --git a/superset/translations/sk/LC_MESSAGES/messages.po b/superset/translations/sk/LC_MESSAGES/messages.po index c4183a4de..9c8141b1d 100644 --- a/superset/translations/sk/LC_MESSAGES/messages.po +++ b/superset/translations/sk/LC_MESSAGES/messages.po @@ -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 "" diff --git a/superset/translations/sl/LC_MESSAGES/messages.json b/superset/translations/sl/LC_MESSAGES/messages.json index e326379a1..4d2c51fa7 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.json +++ b/superset/translations/sl/LC_MESSAGES/messages.json @@ -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 ." diff --git a/superset/translations/sl/LC_MESSAGES/messages.po b/superset/translations/sl/LC_MESSAGES/messages.po index e46336a6d..f6ba479f8 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.po +++ b/superset/translations/sl/LC_MESSAGES/messages.po @@ -15738,11 +15738,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 "" "Število prikazanih rezultatov je omejeno na %(rows)d na podlagi parametra" -" DISPLAY_MAX_ROWS. V csv dodajte dodatne omejitve/filtre, da boste lahko " +" DISPLAY_MAX_ROW. V csv dodajte dodatne omejitve/filtre, da boste lahko " "videli več vrstic do meje %(limit)d ." #: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307 diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index 6d0cbb5fd..41fdda34f 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -3303,8 +3303,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.": [ - "显示的结果数由配置DISPLAY_MAX_rows限制为 %(rows)d 。请添加其他限制/筛选器或下载到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.": [ + "显示的结果数由配置DISPLAY_MAX_ROW限制为 %(rows)d 。请添加其他限制/筛选器或下载到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 的更多行”" diff --git a/superset/translations/zh/LC_MESSAGES/messages.po b/superset/translations/zh/LC_MESSAGES/messages.po index a0986889c..e05a11e2e 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.po +++ b/superset/translations/zh/LC_MESSAGES/messages.po @@ -15308,10 +15308,10 @@ 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 "" -"显示的结果数由配置DISPLAY_MAX_rows限制为 %(rows)d 。请添加其他限制/筛选器或下载到csv以查看更多行数,限制为 " +"显示的结果数由配置DISPLAY_MAX_ROW限制为 %(rows)d 。请添加其他限制/筛选器或下载到csv以查看更多行数,限制为 " "%(limit)d " #: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:307