From 91d91a218239ead5d5defa5a99e691cc79b85e96 Mon Sep 17 00:00:00 2001 From: Stepan Date: Tue, 24 Jan 2023 11:47:30 +0300 Subject: [PATCH 1/4] fix(pivot-table-v2): added translation for metric --- .../src/react-pivottable/TableRenderers.jsx | 6 +++++- superset/translations/messages.pot | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx index ebfc4a253664..e1abf32c1ccd 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx @@ -24,7 +24,11 @@ import { PivotData, flatKey } from './utilities'; import { Styles } from './Styles'; const parseLabel = value => { - if (typeof value === 'number' || typeof value === 'string') { + if (typeof value === 'string'){ + if (value === 'metric') return t('metric'); + return value; + } + if (typeof value === 'number') { return value; } return String(value); diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 693f5c414646..38bba5c2b735 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -7059,6 +7059,11 @@ msgstr "" msgid "Metric" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:28 +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" +msgstr "" + #: superset/connectors/sqla/models.py:1079 #: superset/connectors/sqla/models.py:1509 #, python-format From b6f382f8d49a4e8b93480b6fc9c9ad0f5fe078c9 Mon Sep 17 00:00:00 2001 From: Stepan Date: Tue, 24 Jan 2023 12:16:55 +0300 Subject: [PATCH 2/4] fix(pivot-table-v2): added translate for totals --- .../src/react-pivottable/TableRenderers.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx index e1abf32c1ccd..c1183560339c 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx @@ -491,7 +491,10 @@ export class TableRenderer extends React.Component { true, )} > - {`Total (${this.props.aggregatorName})`} + { + // eslint-disable-next-line prefer-template + t('Total') + ` (${this.props.aggregatorName})` + } ) : null; @@ -554,7 +557,7 @@ export class TableRenderer extends React.Component { )} > {colAttrs.length === 0 - ? `Total (${this.props.aggregatorName})` + ? t('Total') + ` (${this.props.aggregatorName})` : null} From ab0f4b29b53ec144ed329de020ccf7362b572024 Mon Sep 17 00:00:00 2001 From: Stepan Date: Wed, 14 Feb 2024 18:15:38 +0300 Subject: [PATCH 3/4] Sync --- superset/translations/messages.pot | 22452 +++++++++++++++------------ 1 file changed, 12367 insertions(+), 10085 deletions(-) diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 91ac0f4e5367..c886cb71d0b8 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -16,16 +16,15 @@ # under the License. # Translations template for Superset. -# Copyright (C) 2023 Superset +# Copyright (C) 2024 Superset # This file is distributed under the same license as the Superset project. -# FIRST AUTHOR , 2023. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Superset VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-05-23 16:30-0300\n" +"POT-Creation-Date: 2024-02-12 16:48-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -34,16876 +33,19159 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 -#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 -msgid "" -"\n" -" This filter was inherited from the dashboard's context.\n" -" It won't be saved when saving the chart.\n" -" " +#: superset/errors.py:101 +msgid "The datasource is too large to query." msgstr "" -#: superset/reports/notifications/email.py:89 -#, python-format -msgid "" -"\n" -" Error: %(text)s\n" -" " +#: superset/errors.py:102 +msgid "The database is under an unusual load." msgstr "" -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:130 -msgid " (excluded)" +#: superset/errors.py:103 +msgid "The database returned an unexpected error." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 +#: superset/errors.py:104 msgid "" -" Set the opacity to 0 if you do not want to override the color specified " -"in the GeoJSON" +"There is a syntax error in the SQL query. Perhaps there was a misspelling" +" or a typo." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:399 -msgid " a dashboard OR " +#: superset/errors.py:108 +msgid "The column was deleted or renamed in the database." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:401 -msgid " a new one" +#: superset/errors.py:109 +msgid "The table was deleted or renamed in the database." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:308 -msgid " expression which needs to adhere to the " +#: superset/errors.py:110 +msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:48 -msgid " source code of Superset's sandboxed parser" +#: superset/errors.py:111 +msgid "The hostname provided can't be resolved." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 -msgid "" -" standard to ensure that the lexicographical ordering\n" -" coincides with the chronological ordering. If the\n" -" timestamp format does not adhere to the ISO 8601 " -"standard\n" -" you will need to define an expression and type for\n" -" transforming the string into a date or timestamp. " -"Note\n" -" currently time zones are not supported. If time is " -"stored\n" -" in epoch format, put `epoch_s` or `epoch_ms`. If no" -" pattern\n" -" is specified we fall back to using the optional " -"defaults on a per\n" -" database/column name level via the extra parameter." +#: superset/errors.py:112 +msgid "The port is closed." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:340 -msgid " to add calculated columns" +#: superset/errors.py:113 +msgid "The host might be down, and can't be reached on the provided port." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 -msgid " to add metrics" +#: superset/errors.py:114 +msgid "Superset encountered an error while running a command." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 -msgid " to edit or add columns and metrics." +#: superset/errors.py:115 +msgid "Superset encountered an unexpected error." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:329 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:364 -msgid " to mark a column as a time column" +#: superset/errors.py:116 +msgid "The username provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 -msgid " to open SQL Lab. From there you can save the query as a dataset." +#: superset/errors.py:117 +msgid "The password provided when connecting to a database is not valid." msgstr "" -#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:332 -msgid " to visualize your data." +#: superset/errors.py:118 +msgid "Either the username or the password is wrong." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117 -msgid "!= (Is not equal)" +#: superset/errors.py:119 +msgid "Either the database is spelled incorrectly or does not exist." msgstr "" -#: superset/security/analytics_db_safety.py:48 -#, python-format -msgid "%(dialect)s cannot be used as a data source for security reasons." +#: superset/errors.py:120 +msgid "The schema was deleted or renamed in the database." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 -#, python-format -msgid "" -"%(message)s\n" -"This may be triggered by: \n" -"%(issues)s" +#: superset/errors.py:121 +msgid "User doesn't have the proper permissions." msgstr "" -#: superset/reports/notifications/email.py:171 -#, python-format -msgid "%(name)s.csv" +#: superset/errors.py:122 +msgid "One or more parameters needed to configure a database are missing." msgstr "" -#: superset/db_engine_specs/snowflake.py:112 -#, python-format -msgid "%(object)s does not exist in this database." +#: superset/errors.py:123 +msgid "The submitted payload has the incorrect format." msgstr "" -#: superset-frontend/src/features/home/EmptyState.tsx:43 -#, python-format -msgid "%(other)s charts will appear here" +#: superset/errors.py:124 +msgid "The submitted payload has the incorrect schema." msgstr "" -#: superset-frontend/src/features/home/EmptyState.tsx:45 -#, python-format -msgid "%(other)s dashboards will appear here" +#: superset/errors.py:125 +msgid "Results backend needed for asynchronous queries is not configured." msgstr "" -#: superset-frontend/src/features/home/EmptyState.tsx:47 -#, python-format -msgid "%(other)s recents will appear here" +#: superset/errors.py:126 +msgid "Database does not allow data manipulation." msgstr "" -#: superset-frontend/src/features/home/EmptyState.tsx:49 -#, python-format -msgid "%(other)s saved queries will appear here" +#: superset/errors.py:127 +msgid "" +"The CTAS (create table as select) doesn't have a SELECT statement at the " +"end. Please make sure your query has a SELECT as its last statement. " +"Then, try running your query again." msgstr "" -#: superset/reports/notifications/email.py:180 -#, python-format -msgid "%(prefix)s %(title)s" +#: superset/errors.py:132 +msgid "CVAS (create view as select) query has more than one statement." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:338 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:356 -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:370 -#, python-format -msgid "%(rows)d rows returned" +#: superset/errors.py:133 +msgid "CVAS (create view as select) query is not a SELECT statement." msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 -#, python-format -msgid "" -"%(subtitle)s\n" -"This may be triggered by:\n" -" %(issue)s" +#: superset/errors.py:134 +msgid "Query is too complex and takes too long to run." msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 -#, python-format -msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" -msgid_plural "" -"%(firstSuggestions)s or %(lastSuggestion)s instead of " -"\"%(undefinedParameter)s\"?" -msgstr[0] "" -msgstr[1] "" +#: superset/errors.py:135 +msgid "The database is currently running too many queries." +msgstr "" -#: superset/views/core.py:385 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" +#: superset/errors.py:136 +msgid "One or more parameters specified in the query are malformed." msgstr "" -#: superset/views/core.py:2709 -#, python-format -msgid "%(user)s's profile" +#: superset/errors.py:137 +msgid "The object does not exist in the given database." msgstr "" -#: superset/databases/commands/validate_sql.py:73 superset/views/core.py:2369 -#, python-format +#: superset/errors.py:138 +msgid "The query has a syntax error." +msgstr "" + +#: superset/errors.py:139 +msgid "The results backend no longer has the data from the query." +msgstr "" + +#: superset/errors.py:140 +msgid "The query associated with the results was deleted." +msgstr "" + +#: superset/errors.py:141 msgid "" -"%(validator)s was unable to check your query.\n" -"Please recheck your query.\n" -"Exception: %(ex)s" +"The results stored in the backend were stored in a different format, and " +"no longer can be deserialized." msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 -#, python-format -msgid "%s Error" +#: superset/errors.py:145 +msgid "The port number is invalid." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:298 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1355 -#, python-format -msgid "%s PASSWORD" +#: superset/errors.py:146 superset/sqllab/sql_json_executer.py:190 +msgid "Failed to start remote query on a worker." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:318 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1373 -#, python-format -msgid "%s SSH TUNNEL PASSWORD" +#: superset/errors.py:147 +msgid "The database was deleted." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:341 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1391 -#, python-format -msgid "%s SSH TUNNEL PRIVATE KEY" +#: superset/errors.py:148 superset/models/helpers.py:132 +msgid "Custom SQL fields cannot contain sub-queries." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:363 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1411 -#, python-format -msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" +#: superset/errors.py:149 +msgid "The submitted payload failed validation." msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:245 -#, python-format -msgid "%s Selected" +#: superset/databases/schemas.py:197 superset/exceptions.py:196 +msgid "Invalid certificate" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:830 -#, python-format -msgid "%s Selected (%s Physical, %s Virtual)" +#: superset/exceptions.py:292 +msgid "The schema of the submitted payload is invalid." msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:823 +#: superset/forms.py:72 #, python-format -msgid "%s Selected (Physical)" +msgid "File size must be less than or equal to %(max_size)s bytes" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:816 +#: superset/jinja_context.py:344 #, python-format -msgid "%s Selected (Virtual)" +msgid "Unsafe return type for function %(func)s: %(value_type)s" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 +#: superset/jinja_context.py:355 #, python-format -msgid "%s aggregates(s)" +msgid "Unsupported return value for method %(name)s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:280 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:377 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:346 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 +#: superset/jinja_context.py:371 #, python-format -msgid "%s column(s)" +msgid "Unsafe template value for key %(key)s: %(value_type)s" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:356 +#: superset/jinja_context.py:382 #, python-format -msgid "%s operator(s)" +msgid "Unsupported template value for key %(key)s" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:87 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:226 -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 -#, python-format -msgid "%s option" -msgid_plural "%s options" -msgstr[0] "" -msgstr[1] "" +#: superset/sql_lab.py:236 +msgid "Only SELECT statements are allowed against this database." +msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:321 +#: superset/sql_lab.py:302 #, python-format -msgid "%s option(s)" +msgid "" +"The query was killed after %(sqllab_timeout)s seconds. It might be too " +"complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 -#, python-format -msgid "%s row" -msgid_plural "%s rows" -msgstr[0] "" -msgstr[1] "" +#: superset/commands/sql_lab/results.py:59 superset/sql_lab.py:406 +msgid "Results backend is not configured." +msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 -#, python-format -msgid "%s saved metric(s)" +#: superset/sql_lab.py:440 +msgid "" +"CTAS (create table as select) can only be run with a query where the last" +" statement is a SELECT. Please make sure your query has a SELECT as its " +"last statement. Then, try running your query again." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:639 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:655 -#, python-format -msgid "%s updated" +#: superset/sql_lab.py:457 +msgid "" +"CVAS (create view as select) can only be run with a query with a single " +"SELECT statement. Please make sure your query has only a SELECT " +"statement. Then, try running your query again." msgstr "" -#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:127 +#: superset/sql_lab.py:488 #, python-format -msgid "%s%s" +msgid "Running statement %(statement_num)s out of %(statement_count)s" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:441 -#: superset-frontend/src/components/TableView/TableView.tsx:250 +#: superset/sql_lab.py:510 #, python-format -msgid "%s-%s of %s" +msgid "Statement %(statement_num)s out of %(statement_count)s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:116 -msgid "(Removed)" +#: superset/viz.py:127 +msgid "Viz is missing a datasource" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 -msgid "(deleted or invalid type)" +#: superset/viz.py:237 +msgid "" +"Applied rolling window did not return any data. Please make sure the " +"source query satisfies the minimum periods defined in the rolling window." msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:76 -msgid "(no description, click to see stack trace)" +#: superset/utils/date_parser.py:267 superset/viz.py:387 +msgid "From date cannot be larger than to date" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 -msgid "" -"(optional) default value for the filter, when using the multiple option, " -"you can use a semicolon-delimited list of options." +#: superset/viz.py:562 +msgid "Cached value not found" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 -msgid "), and they become available in your SQL (example:" +#: superset/viz.py:577 +#, python-format +msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" -#: superset/reports/notifications/slack.py:65 -#, python-format -msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"<%(url)s|Explore in Superset>\n" -"\n" -"%(table)s\n" +#: superset/viz.py:706 +msgid "Time Table View" msgstr "" -#: superset/reports/notifications/slack.py:82 -#, python-format -msgid "" -"*%(name)s*\n" -"\n" -"%(description)s\n" -"\n" -"Error: %(text)s\n" +#: superset/viz.py:715 superset/viz.py:1285 +msgid "Pick at least one metric" msgstr "" -#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 -#: superset-frontend/src/components/TruncatedList/index.tsx:147 -#, python-format -msgid "+ %s more" +#: superset/viz.py:719 +msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset/views/database/forms.py:163 -msgid "," +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset/viz.py:753 +msgid "Calendar Heatmap" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:652 -msgid "" -"-- Note: Unless you save your query, these tabs will NOT persist if you " -"clear your cookies or change browsers.\n" -"\n" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:45 +#: superset/viz.py:844 +msgid "Bubble Chart" msgstr "" -#: superset/views/database/forms.py:164 -msgid "." +#: superset/viz.py:867 +msgid "Please use 3 different metric labels" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:813 -msgid "0 Selected" +#: superset/viz.py:869 +msgid "Pick a metric for x, y and size" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:238 -msgid "1 calendar day frequency" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 +#: superset/viz.py:897 +msgid "Bullet Chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:306 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:456 -#: superset-frontend/src/explore/controlPanels/sections.tsx:184 -#: superset-frontend/src/explore/controls.jsx:262 -msgid "1 day" +#: superset/viz.py:910 +msgid "Pick a metric to display" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 -msgid "1 day ago" +#: superset/viz.py:929 +msgid "Time Series - Line Chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 -#: superset-frontend/src/explore/controls.jsx:260 -msgid "1 hour" +#: superset/common/query_context_processor.py:372 superset/viz.py:1067 +msgid "" +"An enclosed time range (both start and end) must be specified when using " +"a Time Comparison." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:164 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 -msgid "1 hourly frequency" +#: superset/viz.py:1136 +msgid "Time Series - Bar Chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 -#: superset-frontend/src/explore/controls.jsx:257 -msgid "1 minute" +#: superset/viz.py:1145 +msgid "Time Series - Period Pivot" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:163 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:236 -msgid "1 minutely frequency" +#: superset/viz.py:1193 +msgid "Time Series - Percent Change" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 -msgid "1 month end frequency" +#: superset/viz.py:1201 +msgid "Time Series - Stacked" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 -msgid "1 month start frequency" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 +#: superset/viz.py:1211 +msgid "Histogram" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:307 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:189 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:457 -#: superset-frontend/src/explore/controlPanels/sections.tsx:185 -msgid "1 week" +#: superset/viz.py:1221 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:113 -msgid "1 week ago" +#: superset/viz.py:1272 +msgid "Distribution - Bar Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 -msgid "1 week starting Monday (freq=W-MON)" +#: superset/viz.py:1282 +msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 -msgid "1 week starting Sunday (freq=W-SUN)" +#: superset/viz.py:1287 +msgid "Pick at least one field for [Series]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:193 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:461 -#: superset-frontend/src/explore/controlPanels/sections.tsx:189 -msgid "1 year" +#: superset/viz.py:1360 +msgid "Sankey" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 -msgid "1 year ago" +#: superset/viz.py:1369 +msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 -msgid "1 year end frequency" +#: superset/viz.py:1421 +msgid "" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 -msgid "1 year start frequency" +#: superset/viz.py:1434 +msgid "Directed Force Layout" msgstr "" -#: superset/db_engine_specs/base.py:102 -msgid "10 minute" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset/viz.py:1475 +msgid "Country Map" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:312 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:462 -#: superset-frontend/src/explore/controlPanels/sections.tsx:190 -msgid "104 weeks" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 +#: superset/viz.py:1512 +msgid "World Map" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 -msgid "104 weeks ago" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:33 +#: superset/viz.py:1580 +msgid "Parallel Coordinates" msgstr "" -#: superset/db_engine_specs/base.py:103 -msgid "15 minute" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 +#: superset/viz.py:1611 +msgid "Heatmap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:464 -#: superset-frontend/src/explore/controlPanels/sections.tsx:192 -msgid "156 weeks" +#: superset/viz.py:1674 +msgid "Horizon Charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 -msgid "156 weeks ago" +#: superset/viz.py:1686 +msgid "Mapbox" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:242 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:512 -#: superset-frontend/src/explore/controlPanels/sections.tsx:238 -msgid "1AS" +#: superset/viz.py:1701 +msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:357 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:239 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:509 -#: superset-frontend/src/explore/controlPanels/sections.tsx:235 -msgid "1D" +#: superset/viz.py:1711 +msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:356 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:508 -#: superset-frontend/src/explore/controlPanels/sections.tsx:234 -msgid "1H" +#: superset/viz.py:1735 +msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:241 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:511 -#: superset-frontend/src/explore/controlPanels/sections.tsx:237 -msgid "1M" +#: superset/viz.py:1743 +msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:237 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:507 -#: superset-frontend/src/explore/controlPanels/sections.tsx:233 -msgid "1T" +#: superset/viz.py:1751 +msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 -msgid "2 years" +#: superset/viz.py:1834 +msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 -msgid "2 years ago" +#: superset/viz.py:1880 superset/viz.py:1921 +msgid "Bad spatial key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 -msgid "2/98 percentiles" +#: superset/viz.py:1902 +#, python-format +msgid "Invalid spatial point encountered: %(latlong)s" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 -msgid "22" +#: superset/viz.py:1943 +msgid "" +"Encountered invalid NULL spatial entry," +" please consider filtering those " +"out" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:308 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:190 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:458 -#: superset-frontend/src/explore/controlPanels/sections.tsx:186 -msgid "28 days" +#: superset/viz.py:2041 +msgid "Deck.gl - Scatter plot" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 -msgid "28 days ago" +#: superset/viz.py:2095 +msgid "Deck.gl - Screen Grid" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 -msgid "2D" +#: superset/viz.py:2125 +msgid "Deck.gl - 3D Grid" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:136 -msgid "3 letter code of the country" +#: superset/viz.py:2160 +msgid "Deck.gl - Paths" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 -#: superset-frontend/src/explore/controlPanels/sections.tsx:193 -msgid "3 years" +#: superset/viz.py:2212 +msgid "Deck.gl - Polygon" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 -msgid "3 years ago" +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:309 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 -#: superset-frontend/src/explore/controlPanels/sections.tsx:187 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132 -msgid "30 days" +#: superset/viz.py:2271 +msgid "Deck.gl - Heatmap" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 -msgid "30 days ago" +#: superset/viz.py:2292 +msgid "Deck.gl - Contour" msgstr "" -#: superset/db_engine_specs/base.py:104 -msgid "30 minute" +#: superset/viz.py:2313 +msgid "Deck.gl - GeoJSON" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 -#: superset-frontend/src/explore/controls.jsx:259 -msgid "30 minutes" +#: superset/viz.py:2334 +msgid "Deck.gl - Arc" msgstr "" -#: superset/db_engine_specs/base.py:99 -msgid "30 second" +#: superset/viz.py:2369 +msgid "Event flow" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 -#: superset-frontend/src/explore/controls.jsx:256 -msgid "30 seconds" +#: superset/viz.py:2403 +msgid "Time Series - Paired t-test" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 -msgid "3D" +#: superset/viz.py:2475 +msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 -msgid "4 weeks (freq=4W-MON)" +#: superset/viz.py:2511 +msgid "Partition Diagram" msgstr "" -#: superset/db_engine_specs/base.py:101 -msgid "5 minute" +#: superset/viz.py:2676 +msgid "Please choose at least one groupby" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 -#: superset-frontend/src/explore/controls.jsx:258 -msgid "5 minutes" +#: superset/advanced_data_type/api.py:101 +#, python-format +msgid "Invalid advanced data type: %(advanced_data_type)s" msgstr "" -#: superset/db_engine_specs/base.py:98 -msgid "5 second" -msgstr "" +#: superset/annotation_layers/api.py:346 +#, python-format +msgid "Deleted %(num)d annotation layer" +msgid_plural "Deleted %(num)d annotation layers" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 -#: superset-frontend/src/explore/controls.jsx:255 -msgid "5 seconds" +#: superset/annotation_layers/annotations/filters.py:28 +#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 +#: superset/css_templates/filters.py:28 +#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 +msgid "All Text" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:310 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:192 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:460 -#: superset-frontend/src/explore/controlPanels/sections.tsx:188 -msgid "52 weeks" -msgstr "" +#: superset/annotation_layers/annotations/api.py:488 +#, python-format +msgid "Deleted %(num)d annotation" +msgid_plural "Deleted %(num)d annotations" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 -msgid "52 weeks ago" +#: superset/charts/api.py:523 +#, python-format +msgid "Deleted %(num)d chart" +msgid_plural "Deleted %(num)d charts" +msgstr[0] "" +msgstr[1] "" + +#: superset/charts/filters.py:78 superset/dashboards/filters.py:210 +#: superset/datasets/filters.py:39 +msgid "Is certified" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 -msgid "52 weeks starting Monday (freq=52W-MON)" +#: superset/charts/filters.py:107 superset/dashboards/filters.py:236 +msgid "Has created by" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 -#: superset-frontend/src/explore/controls.jsx:261 -#: superset/db_engine_specs/base.py:106 -msgid "6 hour" +#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 +msgid "Created by me" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 -msgid "6 hours" +#: superset/charts/filters.py:141 +msgid "Owned Created or Favored" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132 -msgid "60 days" +#: superset/charts/post_processing.py:72 +#, python-format +msgid "Total (%(aggfunc)s)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136 -msgid "90 days" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:471 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:676 +#: superset/charts/post_processing.py:160 +#: superset/charts/post_processing.py:177 +msgid "Subtotal" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 -msgid ":" +#: superset/charts/schemas.py:647 +msgid "`confidence_interval` must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97 -msgid "< (Smaller than)" +#: superset/charts/schemas.py:728 +msgid "" +"lower percentile must be greater than 0 and less than 100. Must be lower " +"than upper percentile." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105 -msgid "<= (Smaller or equal)" +#: superset/charts/schemas.py:743 +msgid "" +"upper percentile must be greater than 0 and less than 100. Must be higher" +" than lower percentile." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1430 -msgid "" +#: superset/charts/schemas.py:1093 +msgid "`width` must be greater or equal to 0" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:500 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1427 -msgid "" +#: superset/charts/schemas.py:1266 +msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1265 -msgid "" +#: superset/charts/schemas.py:1273 +msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:985 -msgid "" +#: superset/charts/schemas.py:1295 +msgid "orderby column must be populated" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 -msgid "" +#: superset/charts/data/api.py:138 +msgid "Chart has no query context saved. Please save the chart again." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113 -msgid "== (Is equal)" +#: superset/charts/data/api.py:161 superset/charts/data/api.py:249 +#: superset/charts/data/api.py:319 +#, python-format +msgid "Request is incorrect: %(error)s" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101 -msgid "> (Larger than)" -msgstr "" - -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109 -msgid ">= (Larger or equal)" +#: superset/charts/data/api.py:236 +msgid "Request is not JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 -msgid "A Big Number" +#: superset/charts/data/api.py:369 +msgid "Empty query result" msgstr "" -#: superset/views/database/forms.py:194 -msgid "A comma separated list of columns that should be parsed as dates" +#: superset/commands/dataset/exceptions.py:144 +#: superset/commands/exceptions.py:112 +msgid "Owners are invalid" msgstr "" -#: superset/views/database/forms.py:377 -msgid "A comma separated list of columns that should be parsed as dates." +#: superset/commands/exceptions.py:119 +msgid "Some roles do not exist" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:443 -msgid "A comma-separated list of schemas that files are allowed to upload to." +#: superset/commands/exceptions.py:127 +msgid "Datasource type is invalid" msgstr "" -#: superset/databases/commands/exceptions.py:42 -msgid "A database with the same name already exists." +#: superset/commands/exceptions.py:135 +msgid "Datasource does not exist" msgstr "" -#: superset/views/database/forms.py:145 -msgid "" -"A dictionary with column names and their data types if you need to change" -" the defaults. Example: {\"user_id\":\"integer\"}" +#: superset/commands/exceptions.py:142 +msgid "Query does not exist" msgstr "" -#: superset/views/dynamic_plugins.py:52 -msgid "" -"A full URL pointing to the location of the built plugin (could be hosted " -"on a CDN for example)" +#: superset/commands/annotation_layer/exceptions.py:29 +msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 -msgid "A handlebars template that is applied to the data" +#: superset/commands/annotation_layer/exceptions.py:33 +msgid "Annotation layer could not be created." msgstr "" -#: superset/views/dynamic_plugins.py:47 -msgid "A human-friendly name" +#: superset/commands/annotation_layer/exceptions.py:37 +msgid "Annotation layer could not be updated." msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:195 -msgid "" -"A list of domain names that can embed this dashboard. Leaving this field " -"empty will allow embedding from any domain." +#: superset/commands/annotation_layer/exceptions.py:41 +msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445 -msgid "A list of tags that have been applied to this chart." +#: superset/commands/annotation_layer/exceptions.py:45 +msgid "Annotation layers could not be deleted." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 -msgid "A list of users who can alter the chart. Searchable by name or username." +#: superset/commands/annotation_layer/exceptions.py:49 +msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 -msgid "A map of the world, that can indicate values in different countries." +#: superset/commands/annotation_layer/exceptions.py:58 +msgid "Name must be unique" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 -msgid "" -"A map that takes rendering circles with a variable radius at " -"latitude/longitude coordinates" +#: superset/commands/annotation_layer/annotation/exceptions.py:35 +msgid "End date must be after start date" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:230 -#: superset-frontend/src/explore/controls.jsx:237 -msgid "A metric to use for color" +#: superset/commands/annotation_layer/annotation/exceptions.py:46 +msgid "Short description must be unique for this layer" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 -msgid "" -"A polar coordinate chart where the circle is broken into wedges of equal " -"angle, and the value represented by any wedge is illustrated by its area," -" rather than its radius or sweep angle." +#: superset/commands/annotation_layer/annotation/exceptions.py:52 +msgid "Annotation not found." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697 -msgid "A readable URL for your dashboard" +#: superset/commands/annotation_layer/annotation/exceptions.py:56 +msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 -#: superset-frontend/src/explore/controls.jsx:113 -msgid "A reference to the [Time] configuration, taking granularity into account" +#: superset/commands/annotation_layer/annotation/exceptions.py:60 +msgid "Annotation could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:186 -#, python-format -msgid "A report named \"%(name)s\" already exists" +#: superset/commands/annotation_layer/annotation/exceptions.py:64 +msgid "Annotation could not be updated." msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:368 -msgid "A reusable dataset will be saved with your chart." +#: superset/commands/annotation_layer/annotation/exceptions.py:68 +msgid "Annotations could not be deleted." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:308 -msgid "A screenshot of the dashboard will be sent to your email at" +#: superset/commands/chart/delete.py:63 +#: superset/commands/dashboard/delete.py:63 +#: superset/commands/database/delete.py:62 +#, python-format +msgid "There are associated alerts or reports: %(report_names)s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 -#: superset/connectors/sqla/views.py:365 +#: superset/commands/chart/exceptions.py:38 +#, python-format msgid "" -"A set of parameters that become available in the query using Jinja " -"templating syntax" +"Time string is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." msgstr "" -#: superset/common/query_context_processor.py:417 -msgid "A time column must be specified when using a Time Comparison." +#: superset/commands/chart/exceptions.py:51 +#, python-format +msgid "Cannot parse time string [%(human_readable)s]" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +#: superset/commands/chart/exceptions.py:66 +#, python-format msgid "" -"A time series chart that visualizes how a related metric from multiple " -"groups vary over time. Each group is visualized using a different color." +"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " +"[%(human_readable)s later]." msgstr "" -#: superset/reports/commands/exceptions.py:228 -msgid "A timeout occurred while executing the query." +#: superset/commands/chart/exceptions.py:82 +#: superset/commands/dataset/exceptions.py:41 +#: superset/commands/report/exceptions.py:37 +msgid "Database does not exist" msgstr "" -#: superset/reports/commands/exceptions.py:238 -msgid "A timeout occurred while generating a csv." +#: superset/commands/chart/exceptions.py:91 +msgid "Dashboards do not exist" msgstr "" -#: superset/reports/commands/exceptions.py:243 -msgid "A timeout occurred while generating a dataframe." +#: superset/commands/chart/exceptions.py:101 +msgid "Datasource type is required when datasource_id is given" msgstr "" -#: superset/reports/commands/exceptions.py:233 -msgid "A timeout occurred while taking a screenshot." +#: superset/commands/chart/exceptions.py:111 +msgid "Chart parameters are invalid." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296 -msgid "A valid color scheme is required" +#: superset/commands/chart/exceptions.py:115 +msgid "Chart could not be created." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:338 -msgid "APPLY" +#: superset/commands/chart/exceptions.py:119 +msgid "Chart could not be updated." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 -msgid "APR" +#: superset/commands/chart/exceptions.py:123 +msgid "Charts could not be deleted." msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:323 -#: superset-frontend/src/pages/DatabaseList/index.tsx:489 -msgid "AQE" +#: superset/commands/chart/exceptions.py:127 +#: superset/commands/dashboard/exceptions.py:66 +#: superset/commands/database/exceptions.py:119 +msgid "There are associated alerts or reports" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 -msgid "AUG" +#: superset/commands/chart/exceptions.py:131 +msgid "You don't have access to this chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 -msgid "AXIS TITLE MARGIN" +#: superset/commands/chart/exceptions.py:135 +msgid "Changing this chart is forbidden" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:131 -msgid "AXIS TITLE POSITION" +#: superset/commands/chart/exceptions.py:147 +msgid "Import chart failed for an unknown reason" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:492 -msgid "About" +#: superset/commands/chart/exceptions.py:151 +msgid "Changing one or more of these dashboards is forbidden" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 -msgid "Access" +#: superset/commands/chart/exceptions.py:156 +msgid "Chart not found" msgstr "" -#: superset/initialization/__init__.py:425 -msgid "Access requests" +#: superset/commands/chart/data/get_data_command.py:55 +#, python-format +msgid "Error: %(error)s" msgstr "" -#: superset-frontend/src/components/TableLoader/index.tsx:91 -msgid "Access to user activity data is restricted" +#: superset/commands/css/exceptions.py:23 +msgid "CSS templates could not be deleted." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 -msgid "Access token" +#: superset/commands/css/exceptions.py:27 +msgid "CSS template not found." msgstr "" -#: superset/views/core.py:318 -msgid "Access was requested" +#: superset/commands/dashboard/exceptions.py:39 +msgid "Must be unique" msgstr "" -#: superset/views/log/__init__.py:31 -msgid "Action" +#: superset/commands/dashboard/exceptions.py:43 +msgid "Dashboard parameters are invalid." msgstr "" -#: superset/initialization/__init__.py:387 -msgid "Action Log" +#: superset/commands/dashboard/exceptions.py:54 +msgid "Dashboards could not be created." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 -#: superset-frontend/src/pages/AlertReportList/index.tsx:404 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:246 -#: superset-frontend/src/pages/AnnotationList/index.tsx:203 -#: superset-frontend/src/pages/ChartList/index.tsx:569 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:229 -#: superset-frontend/src/pages/DashboardList/index.tsx:477 -#: superset-frontend/src/pages/DatabaseList/index.tsx:459 -#: superset-frontend/src/pages/DatasetList/index.tsx:499 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:327 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:216 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:437 -#: superset-frontend/src/pages/Tags/index.tsx:171 -msgid "Actions" +#: superset/commands/dashboard/exceptions.py:58 +msgid "Dashboard could not be updated." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387 -#: superset-frontend/src/pages/AlertReportList/index.tsx:355 -msgid "Active" +#: superset/commands/dashboard/exceptions.py:62 +msgid "Dashboard could not be deleted." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:332 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:214 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:484 -msgid "Actual Values" +#: superset/commands/dashboard/exceptions.py:70 +msgid "Changing this Dashboard is forbidden" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:310 -msgid "Actual time range" +#: superset/commands/dashboard/exceptions.py:74 +msgid "Import dashboard failed for an unknown reason" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 -msgid "Actual value" +#: superset/commands/dashboard/exceptions.py:78 +msgid "You don't have access to this dashboard." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:140 -#: superset-frontend/src/explore/controlPanels/sections.tsx:210 -msgid "Actual values" +#: superset/commands/dashboard/embedded/exceptions.py:34 +msgid "You don't have access to this embedded dashboard config." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:55 -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:67 -#: superset-frontend/src/explore/controls.jsx:78 -#: superset-frontend/src/explore/controls.jsx:101 -msgid "Adaptive formatting" +#: superset/commands/dashboard/importers/v0.py:304 +msgid "No data in file" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:228 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377 -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230 -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272 -#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218 -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:325 -msgid "Add" +#: superset/commands/database/exceptions.py:32 +msgid "Database parameters are invalid." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382 -msgid "Add Alert" +#: superset/commands/database/exceptions.py:42 +msgid "A database with the same name already exists." msgstr "" -#: superset/views/css_templates.py:40 -msgid "Add CSS Template" +#: superset/commands/database/exceptions.py:50 +#: superset/commands/database/ssh_tunnel/exceptions.py:57 +msgid "Field is required" msgstr "" -#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:230 -msgid "Add CSS template" +#: superset/commands/database/exceptions.py:63 +#, python-format +msgid "Field cannot be decoded by JSON. %(json_error)s" msgstr "" -#: superset/views/chart/mixin.py:27 -msgid "Add Chart" +#: superset/commands/database/exceptions.py:80 +#: superset/views/database/mixins.py:248 +msgid "" +"The metadata_params in Extra field is not configured correctly. The key " +"%{key}s is invalid." msgstr "" -#: superset/connectors/sqla/views.py:73 -msgid "Add Column" +#: superset/commands/database/exceptions.py:92 +msgid "Database not found." msgstr "" -#: superset/views/dashboard/mixin.py:26 -msgid "Add Dashboard" +#: superset/commands/database/exceptions.py:96 +msgid "Database could not be created." msgstr "" -#: superset/views/database/mixins.py:35 -msgid "Add Database" +#: superset/commands/database/exceptions.py:100 +msgid "Database could not be updated." msgstr "" -#: superset/views/log/__init__.py:23 -msgid "Add Log" +#: superset/commands/database/exceptions.py:107 +#: superset/commands/database/exceptions.py:124 +msgid "Connection failed, please check your connection settings" msgstr "" -#: superset/connectors/sqla/views.py:208 -msgid "Add Metric" +#: superset/commands/database/exceptions.py:111 +msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381 -msgid "Add Report" +#: superset/commands/database/exceptions.py:115 +msgid "Database could not be deleted." msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:337 -msgid "Add Rule" +#: superset/commands/database/exceptions.py:128 +msgid "Stopped an unsafe database connection" msgstr "" -#: superset/views/sql_lab/views.py:54 -msgid "Add Saved Query" +#: superset/commands/database/exceptions.py:132 +msgid "Could not load database driver" msgstr "" -#: superset/views/dynamic_plugins.py:60 -msgid "Add a Plugin" +#: superset/commands/database/exceptions.py:137 +#: superset/commands/database/exceptions.py:142 +msgid "Unexpected error occurred, please check your logs for details" msgstr "" -#: superset-frontend/src/pages/ChartCreation/index.tsx:351 -msgid "Add a dataset" +#: superset/commands/database/exceptions.py:147 +msgid "no SQL validator is configured" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:272 -msgid "Add a new tab" +#: superset/commands/database/exceptions.py:152 +msgid "No validator found (configured for the engine)" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:296 -msgid "Add a new tab to create SQL Query" +#: superset/commands/database/exceptions.py:157 +#: superset/commands/database/exceptions.py:167 +msgid "Was unable to check your query" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 -msgid "Add additional custom parameters" +#: superset/commands/database/exceptions.py:162 +msgid "An unexpected error occurred" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:119 -msgid "Add an annotation layer" +#: superset/commands/database/exceptions.py:171 +msgid "Import database failed for an unknown reason" msgstr "" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 -msgid "Add an item" +#: superset/commands/database/test_connection.py:177 +msgid "Could not load database driver: {}" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:583 -msgid "Add and edit filters" +#: superset/commands/database/validate.py:59 +#, python-format +msgid "Engine \"%(engine)s\" cannot be configured through parameters." msgstr "" -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 -msgid "Add annotation" +#: superset/commands/database/validate.py:124 +msgid "Database is offline." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:242 -msgid "Add annotation layer" +#: superset/commands/database/validate_sql.py:73 +#, python-format +msgid "" +"%(validator)s was unable to check your query.\n" +"Please recheck your query.\n" +"Exception: %(ex)s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:306 -msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +#: superset/commands/database/validate_sql.py:100 +#, python-format +msgid "no SQL validator is configured for %(engine)s" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:303 -msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +#: superset/commands/database/validate_sql.py:111 +#, python-format +msgid "" +"No validator named %(validator_name)s found (configured for the " +"%(engine)s engine)" msgstr "" -#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:197 -msgid "Add cross-filter" +#: superset/commands/database/ssh_tunnel/exceptions.py:29 +msgid "SSH Tunnel could not be deleted." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ChartsScopingListPanel.tsx:139 -msgid "Add custom scoping" +#: superset/commands/database/ssh_tunnel/exceptions.py:34 +msgid "SSH Tunnel not found." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 -msgid "Add delivery method" +#: superset/commands/database/ssh_tunnel/exceptions.py:38 +msgid "SSH Tunnel parameters are invalid." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:340 -msgid "Add extra connection information." +#: superset/commands/database/ssh_tunnel/exceptions.py:42 +msgid "SSH Tunnel could not be updated." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 -msgid "Add filter" +#: superset/commands/database/ssh_tunnel/exceptions.py:46 +msgid "Creating SSH Tunnel failed for an unknown reason" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:960 -msgid "" -"Add filter clauses to control the filter's source query,\n" -" though only in the context of the autocomplete i.e., " -"these conditions\n" -" do not impact how the filter is applied to the " -"dashboard. This is useful\n" -" when you want to improve the query's performance by " -"only scanning a subset\n" -" of the underlying data or limit the available values " -"displayed in the filter." +#: superset/commands/database/ssh_tunnel/exceptions.py:51 +msgid "SSH Tunneling is not enabled" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 -msgid "Add filters and dividers" +#: superset/commands/database/ssh_tunnel/exceptions.py:63 +msgid "Must provide credentials for the SSH Tunnel" msgstr "" -#: superset-frontend/src/components/Datasource/CollectionTable.tsx:458 -msgid "Add item" +#: superset/commands/database/ssh_tunnel/exceptions.py:67 +msgid "Cannot have multiple credentials for the SSH Tunnel" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 -msgid "Add metric" +#: superset/commands/dataset/duplicate.py:60 +msgid "The database was not found." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 -msgid "Add metrics to dataset in \"Edit datasource\" modal" +#: superset/commands/dataset/exceptions.py:32 +#, python-format +msgid "Dataset %(name)s already exists" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 -msgid "Add new color formatter" +#: superset/commands/dataset/exceptions.py:50 +msgid "Database not allowed to change" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 -msgid "Add new formatter" +#: superset/commands/dataset/exceptions.py:70 +msgid "One or more columns do not exist" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375 -msgid "Add notification method" +#: superset/commands/dataset/exceptions.py:80 +msgid "One or more columns are duplicated" msgstr "" -#: superset-frontend/src/components/Chart/Chart.jsx:267 -msgid "Add required control values to preview chart" +#: superset/commands/dataset/exceptions.py:90 +msgid "One or more columns already exist" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:254 -msgid "Add required control values to save chart" -msgstr "" - -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 -msgid "Add sheet" +#: superset/commands/dataset/exceptions.py:99 +msgid "One or more metrics do not exist" msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:219 -msgid "Add the name of the chart" +#: superset/commands/dataset/exceptions.py:109 +msgid "One or more metrics are duplicated" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:512 -msgid "Add the name of the dashboard" +#: superset/commands/dataset/exceptions.py:119 +msgid "One or more metrics already exist" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:386 -msgid "Add to dashboard" +#: superset/commands/dataset/exceptions.py:130 +#, python-format +msgid "" +"Table [%(table_name)s] could not be found, please double check your " +"database connection, schema, and table name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 -msgid "Add/Edit Filters" +#: superset/commands/dataset/exceptions.py:156 +msgid "Dataset does not exist" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:122 -#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:149 -msgid "Added" +#: superset/commands/dataset/exceptions.py:160 +msgid "Dataset parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:174 -#, python-format -msgid "Added to 1 dashboard" -msgid_plural "Added to %s dashboards" -msgstr[0] "" -msgstr[1] "" - -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:218 -msgid "Additional Parameters" +#: superset/commands/dataset/exceptions.py:164 +msgid "Dataset could not be created." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1843 -msgid "Additional fields may be required" +#: superset/commands/dataset/exceptions.py:168 +#: superset/commands/dataset/exceptions.py:176 +msgid "Dataset could not be updated." msgstr "" -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:324 -msgid "Additional information" +#: superset/commands/dataset/exceptions.py:172 +msgid "Datasets could not be deleted." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:95 -msgid "Additional metadata" +#: superset/commands/dataset/exceptions.py:180 +msgid "Samples for dataset could not be retrieved." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:54 -msgid "Additional padding for legend." +#: superset/commands/dataset/exceptions.py:184 +msgid "Changing this dataset is forbidden" msgstr "" -#: superset/db_engine_specs/base.py:1885 -#: superset/db_engine_specs/clickhouse.py:221 -msgid "Additional parameters" +#: superset/commands/dataset/exceptions.py:188 +msgid "Import dataset failed for an unknown reason" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:480 -msgid "Additional settings." +#: superset/commands/dataset/exceptions.py:192 +msgid "You don't have access to this dataset." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 -msgid "Additional text to add before or after the value, e.g. unit" +#: superset/commands/dataset/exceptions.py:196 +msgid "Dataset could not be duplicated." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -msgid "Additive" +#: superset/commands/dataset/exceptions.py:200 +msgid "Data URI is not allowed." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:85 -msgid "Adjust how this database will interact with SQL Lab." +#: superset/commands/dataset/exceptions.py:205 +msgid "The provided table was not found in the provided database" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:231 -msgid "Adjust performance settings of this database." +#: superset/commands/dataset/columns/exceptions.py:23 +msgid "Dataset column not found." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:127 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:93 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867 -msgid "Advanced" +#: superset/commands/dataset/columns/exceptions.py:27 +msgid "Dataset column delete failed." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:117 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 -msgid "Advanced Analytics" +#: superset/commands/dataset/columns/exceptions.py:31 +#: superset/commands/dataset/metrics/exceptions.py:31 +msgid "Changing this dataset is forbidden." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:291 -msgid "Advanced Data type" +#: superset/commands/dataset/metrics/exceptions.py:23 +msgid "Dataset metric not found." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:117 -msgid "Advanced analytics" +#: superset/commands/dataset/metrics/exceptions.py:27 +msgid "Dataset metric delete failed." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:289 -msgid "Advanced analytics Query A" +#: superset/commands/explore/get.py:86 superset/views/core.py:437 +msgid "Form data not found in cache, reverting to chart metadata." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 -msgid "Advanced analytics Query B" +#: superset/commands/explore/get.py:94 superset/views/core.py:443 +msgid "Form data not found in cache, reverting to dataset metadata." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:359 -msgid "Advanced data type" +#: superset/commands/explore/get.py:118 superset/views/core.py:471 +msgid "[Missing Dataset]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:129 -msgid "Advanced-Analytics" +#: superset/commands/query/exceptions.py:28 +msgid "Saved queries could not be deleted." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 -msgid "Aesthetic" +#: superset/commands/query/exceptions.py:32 +msgid "Saved query not found." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 -msgid "After" +#: superset/commands/query/exceptions.py:36 +msgid "Import saved query failed for an unknown reason." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:57 -msgid "Aggregate" +#: superset/commands/query/exceptions.py:40 +msgid "Saved query parameters are invalid." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:84 -msgid "Aggregate Mean" +#: superset/commands/report/alert.py:98 +#, python-format +msgid "Alert query returned more than one row. %(num_rows)s rows returned" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:89 -msgid "Aggregate Sum" +#: superset/commands/report/alert.py:107 +#, python-format +msgid "" +"Alert query returned more than one column. %(num_columns)s columns " +"returned" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:194 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/commands/report/alert.py:178 +msgid "An error occurred when running alert query" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:202 -msgid "" -"Aggregate function to apply when pivoting and computing the total rows " -"and columns" +#: superset/commands/report/create.py:141 +#, python-format +msgid "Invalid tab ids: %s(tab_ids)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 -msgid "" -"Aggregates data within the boundary of grid cells and maps the aggregated" -" values to a dynamic color scale" +#: superset/commands/report/exceptions.py:46 +msgid "Dashboard does not exist" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:110 -msgid "Aggregation" +#: superset/commands/report/exceptions.py:55 +msgid "Chart does not exist" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 -msgid "Aggregation function" +#: superset/commands/report/exceptions.py:64 +msgid "Database is required for alerts" msgstr "" -#: superset-frontend/src/pages/ExecutionLogList/index.tsx:162 -msgid "Alert" +#: superset/commands/report/exceptions.py:73 +msgid "Type is required" msgstr "" -#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 -msgid "Alert Triggered, In Grace Period" +#: superset/commands/report/exceptions.py:82 +msgid "Choose a chart or dashboard not both" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 -msgid "Alert condition" +#: superset/commands/report/exceptions.py:92 +msgid "Must choose either a chart or a dashboard" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 -msgid "Alert condition schedule" +#: superset/commands/report/exceptions.py:103 +msgid "Please save your chart first, then try creating a new email report." msgstr "" -#: superset/reports/commands/exceptions.py:253 -msgid "Alert ended grace period." +#: superset/commands/report/exceptions.py:115 +msgid "Please save your dashboard first, then try creating a new email report." msgstr "" -#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 -msgid "Alert failed" +#: superset/commands/report/exceptions.py:124 +msgid "Report Schedule parameters are invalid." msgstr "" -#: superset/reports/commands/exceptions.py:248 -msgid "Alert fired during grace period." +#: superset/commands/report/exceptions.py:128 +msgid "Report Schedule could not be created." msgstr "" -#: superset/reports/commands/exceptions.py:223 -msgid "Alert found an error while executing a query." +#: superset/commands/report/exceptions.py:132 +msgid "Report Schedule could not be updated." msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384 -msgid "Alert name" +#: superset/commands/report/exceptions.py:137 +msgid "Report Schedule not found." msgstr "" -#: superset/reports/commands/exceptions.py:258 -msgid "Alert on grace period" +#: superset/commands/report/exceptions.py:141 +msgid "Report Schedule delete failed." msgstr "" -#: superset/reports/commands/exceptions.py:214 -msgid "Alert query returned a non-number value." +#: superset/commands/report/exceptions.py:145 +msgid "Report Schedule log prune failed." msgstr "" -#: superset/reports/commands/exceptions.py:209 -msgid "Alert query returned more than one column." +#: superset/commands/report/exceptions.py:149 +msgid "Report Schedule execution failed when generating a screenshot." msgstr "" -#: superset/reports/commands/alert.py:109 -#, python-format -msgid "Alert query returned more than one column. %s columns returned" +#: superset/commands/report/exceptions.py:153 +msgid "Report Schedule execution failed when generating a csv." msgstr "" -#: superset/reports/commands/exceptions.py:199 -msgid "Alert query returned more than one row." +#: superset/commands/report/exceptions.py:157 +msgid "Report Schedule execution failed when generating a dataframe." msgstr "" -#: superset/reports/commands/alert.py:100 -#, python-format -msgid "Alert query returned more than one row. %s rows returned" +#: superset/commands/report/exceptions.py:161 +msgid "Report Schedule execution got an unexpected error." msgstr "" -#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 -msgid "Alert running" +#: superset/commands/report/exceptions.py:166 +msgid "Report Schedule is still working, refusing to re-compute." msgstr "" -#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 -msgid "Alert triggered, notification sent" +#: superset/commands/report/exceptions.py:171 +msgid "Report Schedule reached a working timeout." msgstr "" -#: superset/reports/commands/exceptions.py:204 -msgid "Alert validator config error." +#: superset/commands/report/exceptions.py:180 +#, python-format +msgid "A report named \"%(name)s\" already exists" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:534 -msgid "Alerts" +#: superset/commands/report/exceptions.py:182 +#, python-format +msgid "An alert named \"%(name)s\" already exists" msgstr "" -#: superset/initialization/__init__.py:404 -msgid "Alerts & Reports" +#: superset/commands/report/exceptions.py:188 +msgid "Resource already has an attached report." msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:519 -#: superset-frontend/src/pages/AlertReportList/index.tsx:523 -msgid "Alerts & reports" +#: superset/commands/report/exceptions.py:193 +msgid "Alert query returned more than one row." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 -msgid "Align +/-" +#: superset/commands/report/exceptions.py:198 +msgid "Alert validator config error." msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:457 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:288 -#: superset-frontend/src/pages/ChartList/index.tsx:613 -#: superset-frontend/src/pages/ChartList/index.tsx:635 -#: superset-frontend/src/pages/ChartList/index.tsx:657 -#: superset-frontend/src/pages/ChartList/index.tsx:683 -#: superset-frontend/src/pages/ChartList/index.tsx:693 -#: superset-frontend/src/pages/ChartList/index.tsx:719 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 -#: superset-frontend/src/pages/DashboardList/index.tsx:528 -#: superset-frontend/src/pages/DashboardList/index.tsx:550 -#: superset-frontend/src/pages/DashboardList/index.tsx:600 -#: superset-frontend/src/pages/DatabaseList/index.tsx:476 -#: superset-frontend/src/pages/DatabaseList/index.tsx:496 -#: superset-frontend/src/pages/Home/index.tsx:205 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:354 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 -#: superset-frontend/src/pages/Tags/index.tsx:187 -msgid "All" +#: superset/commands/report/exceptions.py:203 +msgid "Alert query returned more than one column." msgstr "" -#: superset-frontend/src/pages/AllEntities/index.tsx:76 -#: superset/initialization/__init__.py:370 -msgid "All Entities" +#: superset/commands/report/exceptions.py:208 +msgid "Alert query returned a non-number value." msgstr "" -#: superset/annotation_layers/annotations/filters.py:28 -#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:36 -#: superset/css_templates/filters.py:28 -#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:44 -msgid "All Text" +#: superset/commands/report/exceptions.py:217 +msgid "Alert found an error while executing a query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:200 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:60 -#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:127 -msgid "All charts" +#: superset/commands/report/exceptions.py:222 +msgid "A timeout occurred while executing the query." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ChartsScopingListPanel.tsx:146 -msgid "All charts/global scoping" +#: superset/commands/report/exceptions.py:227 +msgid "A timeout occurred while taking a screenshot." msgstr "" -#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 -msgid "All filters" +#: superset/commands/report/exceptions.py:232 +msgid "A timeout occurred while generating a csv." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:235 -#, python-format -msgid "All filters (%(filterCount)d)" +#: superset/commands/report/exceptions.py:237 +msgid "A timeout occurred while generating a dataframe." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:36 -msgid "All panels" +#: superset/commands/report/exceptions.py:242 +msgid "Alert fired during grace period." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 -msgid "All panels with this column will be affected by this filter" +#: superset/commands/report/exceptions.py:247 +msgid "Alert ended grace period." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:117 -#: superset/views/database/mixins.py:184 -msgid "Allow CREATE TABLE AS" +#: superset/commands/report/exceptions.py:252 +msgid "Alert on grace period" msgstr "" -#: superset/views/database/mixins.py:112 -msgid "Allow CREATE TABLE AS option in SQL Lab" +#: superset/commands/report/exceptions.py:256 +msgid "Report Schedule state not found" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:131 -#: superset/views/database/mixins.py:185 -msgid "Allow CREATE VIEW AS" +#: superset/commands/report/exceptions.py:261 +msgid "Report schedule system error" msgstr "" -#: superset/views/database/mixins.py:113 -msgid "Allow CREATE VIEW AS option in SQL Lab" +#: superset/commands/report/exceptions.py:267 +msgid "Report schedule client error" msgstr "" -#: superset/views/database/mixins.py:198 -msgid "Allow Csv Upload" +#: superset/commands/report/exceptions.py:271 +msgid "Report schedule unexpected error" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:164 -#: superset/views/database/mixins.py:186 -msgid "Allow DML" +#: superset/commands/report/exceptions.py:276 +msgid "Changing this report is forbidden" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:468 -msgid "Allow columns to be rearranged" +#: superset/commands/report/exceptions.py:280 +msgid "An error occurred while pruning logs " msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:120 -msgid "Allow creation of new tables based on queries" +#: superset/commands/security/exceptions.py:25 +msgid "RLS Rule not found." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:134 -msgid "Allow creation of new views based on queries" +#: superset/commands/security/exceptions.py:29 +msgid "RLS rules could not be deleted." msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:340 -msgid "Allow data manipulation language" +#: superset/commands/sql_lab/estimate.py:58 +msgid "The database could not be found" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:471 +#: superset/commands/sql_lab/estimate.py:86 +#, python-format msgid "" -"Allow end user to drag-and-drop column headers to rearrange them. Note " -"their changes won't persist for the next time they open the chart." +"The query estimation was killed after %(sqllab_timeout)s seconds. It " +"might be too complex, or the database might be under heavy load." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:421 -msgid "Allow file uploads to database" +#: superset/commands/sql_lab/execute.py:172 +msgid "" +"The database referenced in this query was not found. Please contact an " +"administrator for further assistance or try again." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:167 +#: superset/commands/sql_lab/export.py:63 +#: superset/commands/sql_lab/results.py:91 msgid "" -"Allow manipulation of the database using non-SELECT statements such as " -"UPDATE, DELETE, CREATE, etc." +"The query associated with these results could not be found. You need to " +"re-run the original query." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 -msgid "Allow multiple selections" +#: superset/commands/sql_lab/export.py:78 +msgid "Cannot access the query" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:190 -msgid "Allow node selections" +#: superset/commands/sql_lab/results.py:75 +msgid "" +"Data could not be retrieved from the results backend. You need to re-run " +"the original query." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:176 -msgid "Allow sending multiple polygons as a filter event" +#: superset/commands/sql_lab/results.py:116 +msgid "" +"Data could not be deserialized from the results backend. The storage " +"format might have changed, rendering the old data stake. You need to re-" +"run the original query." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:196 -msgid "Allow this database to be explored" +#: superset/commands/tag/exceptions.py:32 +msgid "Tag parameters are invalid." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:101 -msgid "Allow this database to be queried in SQL Lab" +#: superset/commands/tag/exceptions.py:36 +msgid "Tag could not be created." msgstr "" -#: superset/views/database/mixins.py:114 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +#: superset/commands/tag/exceptions.py:40 superset/tags/exceptions.py:35 +msgid "Tag could not be updated." msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:193 -msgid "Allowed Domains (comma separated)" +#: superset/commands/tag/exceptions.py:44 +msgid "Tag could not be deleted." msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:737 -#: superset-frontend/src/pages/DashboardList/index.tsx:611 -#: superset-frontend/src/pages/Tags/index.tsx:217 -msgid "Alphabetical" +#: superset/commands/tag/exceptions.py:48 +msgid "Tagged Object could not be deleted." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 -msgid "" -"Also known as a box and whisker plot, this visualization compares the " -"distributions of a related metric across multiple groups. The box in the " -"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " -"around each box visualize the min, max, range, and outer 2 quartiles." -msgstr "" - -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 -msgid "Altered" -msgstr "" - -#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:71 -msgid "An Error Occurred" -msgstr "" - -#: superset/reports/commands/exceptions.py:188 -#, python-format -msgid "An alert named \"%(name)s\" already exists" -msgstr "" - -#: superset/common/query_context_processor.py:326 superset/viz.py:1352 -msgid "" -"An enclosed time range (both start and end) must be specified when using " -"a Time Comparison." +#: superset/commands/temporary_cache/exceptions.py:29 +#: superset/dashboards/permalink/exceptions.py:27 +#: superset/explore/permalink/exceptions.py:27 +#: superset/key_value/exceptions.py:34 +msgid "An error occurred while creating the value." msgstr "" -#: superset/databases/schemas.py:289 -msgid "" -"An engine must be specified when passing individual parameters to a " -"database." +#: superset/commands/temporary_cache/exceptions.py:33 +#: superset/dashboards/permalink/exceptions.py:31 +#: superset/explore/permalink/exceptions.py:31 +#: superset/key_value/exceptions.py:38 +msgid "An error occurred while accessing the value." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183 -#: superset-frontend/src/components/Tags/utils.tsx:67 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 -msgid "An error has occurred" +#: superset/commands/temporary_cache/exceptions.py:37 +#: superset/key_value/exceptions.py:42 +msgid "An error occurred while deleting the value." msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 -#: superset-frontend/src/components/TableLoader/index.tsx:55 -#: superset-frontend/src/utils/getClientErrorObject.ts:197 -msgid "An error occurred" +#: superset/commands/temporary_cache/exceptions.py:41 +#: superset/key_value/exceptions.py:46 +msgid "An error occurred while updating the value." msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:323 -msgid "An error occurred saving dataset" +#: superset/commands/temporary_cache/exceptions.py:45 +#: superset/key_value/exceptions.py:54 +msgid "You don't have permission to modify the value." msgstr "" -#: superset/dashboards/permalink/exceptions.py:31 -#: superset/explore/permalink/exceptions.py:31 -#: superset/key_value/exceptions.py:38 -#: superset/temporary_cache/commands/exceptions.py:33 -msgid "An error occurred while accessing the value." +#: superset/commands/temporary_cache/exceptions.py:49 +msgid "Resource was not found." msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1360 -msgid "" -"An error occurred while collapsing the table schema. Please contact your " -"administrator." +#: superset/common/query_actions.py:227 +#, python-format +msgid "Invalid result type: %(result_type)s" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:308 +#: superset/common/query_context_processor.py:150 #, python-format -msgid "An error occurred while creating %ss: %s" +msgid "Columns missing in dataset: %(invalid_columns)s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1530 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1552 -msgid "An error occurred while creating the data source" +#: superset/common/query_context_processor.py:383 +msgid "Time Grain must be specified when using Time Shift." msgstr "" -#: superset/dashboards/permalink/exceptions.py:27 -#: superset/explore/permalink/exceptions.py:27 -#: superset/key_value/exceptions.py:34 -#: superset/temporary_cache/commands/exceptions.py:29 -msgid "An error occurred while creating the value." +#: superset/common/query_context_processor.py:486 +msgid "A time column must be specified when using a Time Comparison." msgstr "" -#: superset/key_value/exceptions.py:42 -#: superset/temporary_cache/commands/exceptions.py:37 -msgid "An error occurred while deleting the value." +#: superset/common/query_context_processor.py:696 +msgid "The chart does not exist" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1336 -msgid "" -"An error occurred while expanding the table schema. Please contact your " -"administrator." +#: superset/common/query_context_processor.py:702 +msgid "The chart datasource does not exist" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:106 -#, python-format -msgid "An error occurred while fetching %s info: %s" +#: superset/common/query_context_processor.py:719 +msgid "The chart query context does not exist" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:174 -#: superset-frontend/src/views/CRUD/hooks.ts:265 -#: superset-frontend/src/views/CRUD/hooks.ts:353 +#: superset/common/query_object.py:290 #, python-format -msgid "An error occurred while fetching %ss: %s" +msgid "" +"Duplicate column/metric labels: %(labels)s. Please make sure all columns " +"and metrics have a unique label." msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:130 -msgid "An error occurred while fetching available CSS templates" +#: superset/common/query_object.py:312 +#, python-format +msgid "" +"The following entries in `series_columns` are missing in `columns`: " +"%(columns)s. " msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:641 -#, python-format -msgid "An error occurred while fetching chart created by values: %s" +#: superset/common/query_object.py:435 +msgid "`operation` property of post processing object undefined" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:619 +#: superset/common/query_object.py:439 #, python-format -msgid "An error occurred while fetching chart owners values: %s" +msgid "Unsupported post processing operation: %(operation)s" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:479 -#, python-format -msgid "An error occurred while fetching created by values: %s" +#: superset/connectors/sqla/models.py:353 superset/models/sql_lab.py:216 +msgid "[asc]" msgstr "" -#: superset-frontend/src/pages/DashboardList/index.tsx:556 -#, python-format -msgid "An error occurred while fetching dashboard created by values: %s" +#: superset/connectors/sqla/models.py:356 superset/models/sql_lab.py:219 +msgid "[desc]" msgstr "" -#: superset-frontend/src/pages/DashboardList/index.tsx:534 +#: superset/connectors/sqla/models.py:1394 #, python-format -msgid "An error occurred while fetching dashboard owner values: %s" +msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:299 -msgid "An error occurred while fetching dashboards" +#: superset/connectors/sqla/models.py:1466 superset/models/helpers.py:1102 +msgid "Virtual dataset query must be read-only" msgstr "" -#: superset-frontend/src/features/home/DashboardTable.tsx:148 -#: superset-frontend/src/pages/DashboardList/index.tsx:232 +#: superset/connectors/sqla/models.py:1491 superset/models/helpers.py:1069 #, python-format -msgid "An error occurred while fetching dashboards: %s" +msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:156 -#, python-format -msgid "An error occurred while fetching database related data: %s" +#: superset/connectors/sqla/models.py:1498 +#: superset/connectors/sqla/utils.py:107 superset/models/helpers.py:1076 +msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:360 -#, python-format -msgid "An error occurred while fetching database values: %s" +#: superset/connectors/sqla/models.py:1501 superset/models/helpers.py:1079 +msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:293 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:283 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:459 +#: superset/connectors/sqla/models.py:1669 superset/models/helpers.py:834 #, python-format -msgid "An error occurred while fetching dataset datasource values: %s" +msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:521 +#: superset/connectors/sqla/models.py:1697 superset/models/helpers.py:1240 +#: superset/models/helpers.py:1552 #, python-format -msgid "An error occurred while fetching dataset owner values: %s" +msgid "Metric '%(metric)s' does not exist" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:233 -msgid "An error occurred while fetching dataset related data" +#: superset/connectors/sqla/models.py:1786 superset/models/helpers.py:1023 +msgid "Db engine did not return all queried columns" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:253 -#, python-format -msgid "An error occurred while fetching dataset related data: %s" +#: superset/connectors/sqla/utils.py:119 +msgid "Only `SELECT` statements are allowed" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:541 -#, python-format -msgid "An error occurred while fetching datasets: %s" +#: superset/connectors/sqla/utils.py:128 +msgid "Only single queries supported" msgstr "" -#: superset-frontend/src/SqlLab/components/AceEditorWrapper/index.tsx:120 -msgid "An error occurred while fetching function names." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:105 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:32 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:31 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:98 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1434 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:428 +#: superset-frontend/src/explore/controls.jsx:244 +#: superset-frontend/src/explore/fixtures.tsx:97 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 +#: superset/connectors/sqla/views.py:70 +msgid "Columns" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:462 -#, python-format -msgid "An error occurred while fetching owners values: %s" +#: superset/connectors/sqla/views.py:71 +msgid "Show Column" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:557 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:378 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:480 -#, python-format -msgid "An error occurred while fetching schema values: %s" +#: superset/connectors/sqla/views.py:72 +msgid "Add Column" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:795 -msgid "An error occurred while fetching tab state" +#: superset/connectors/sqla/views.py:73 +msgid "Edit Column" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1191 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1216 -msgid "An error occurred while fetching table metadata" +#: superset/connectors/sqla/views.py:104 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1288 +#: superset/connectors/sqla/views.py:109 msgid "" -"An error occurred while fetching table metadata. Please contact your " -"administrator." +"Whether this column is exposed in the `Filters` section of the explore " +"view." msgstr "" -#: superset-frontend/src/pages/Tags/index.tsx:193 -#, python-format -msgid "An error occurred while fetching tag created by values: %s" +#: superset/connectors/sqla/views.py:113 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." msgstr "" -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:396 -#, python-format -msgid "An error occurred while fetching user values: %s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:373 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:207 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:287 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:37 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:46 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 +#: superset/connectors/sqla/views.py:153 +msgid "Column" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:831 -msgid "" -"An error occurred while hiding the left bar. Please contact your " -"administrator." +#: superset/connectors/sqla/views.py:154 superset/connectors/sqla/views.py:251 +msgid "Verbose Name" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:506 -#: superset-frontend/src/views/CRUD/hooks.ts:522 -#, python-format -msgid "An error occurred while importing %s: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:103 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:47 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:54 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:159 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:267 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:884 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1253 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1257 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1169 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:323 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:482 +#: superset-frontend/src/features/tags/TagModal.tsx:297 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 +#: superset-frontend/src/pages/AnnotationList/index.tsx:161 +#: superset/connectors/sqla/views.py:155 superset/connectors/sqla/views.py:250 +#: superset/connectors/sqla/views.py:410 superset/views/chart/mixin.py:80 +msgid "Description" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:135 -msgid "An error occurred while loading dashboard information." +#: superset/connectors/sqla/views.py:156 +msgid "Groupable" msgstr "" -#: superset-frontend/src/components/Chart/chartAction.js:579 -msgid "An error occurred while loading the SQL" +#: superset/connectors/sqla/views.py:157 +msgid "Filterable" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:325 -msgid "An error occurred while opening Explore" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:57 +#: superset-frontend/src/components/TableSelector/index.tsx:285 +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +#: superset/connectors/sqla/views.py:158 superset/connectors/sqla/views.py:254 +#: superset/connectors/sqla/views.py:396 superset/views/chart/mixin.py:86 +msgid "Table" msgstr "" -#: superset/key_value/exceptions.py:30 -msgid "An error occurred while parsing the key." +#: superset/connectors/sqla/views.py:159 +msgid "Expression" msgstr "" -#: superset/reports/commands/exceptions.py:286 -msgid "An error occurred while pruning logs " +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:376 +#: superset/connectors/sqla/views.py:160 +msgid "Is temporal" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 -msgid "An error occurred while removing query. Please contact your administrator." +#: superset/connectors/sqla/views.py:161 +msgid "Datetime Format" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:853 -msgid "An error occurred while removing tab. Please contact your administrator." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:67 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:218 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:215 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:274 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:278 +#: superset-frontend/src/pages/ChartList/index.tsx:370 +#: superset-frontend/src/pages/ChartList/index.tsx:586 +#: superset-frontend/src/pages/DatasetList/index.tsx:365 +#: superset-frontend/src/pages/DatasetList/index.tsx:526 +#: superset/connectors/sqla/views.py:162 superset/connectors/sqla/views.py:252 +msgid "Type" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1388 -msgid "" -"An error occurred while removing the table schema. Please contact your " -"administrator." +#: superset/connectors/sqla/views.py:163 +msgid "Business Data Type" msgstr "" -#: superset-frontend/src/components/Chart/chartReducer.ts:96 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/connectors/sqla/views.py:179 superset/datasets/schemas.py:54 +msgid "Invalid date/timestamp format" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:706 -msgid "" -"An error occurred while setting the active tab. Please contact your " -"administrator." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:155 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1423 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 +#: superset-frontend/src/explore/controls.jsx:152 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 +#: superset/connectors/sqla/views.py:205 +msgid "Metrics" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 -msgid "" -"An error occurred while setting the tab autorun. Please contact your " -"administrator." +#: superset/connectors/sqla/views.py:206 +msgid "Show Metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:911 -msgid "" -"An error occurred while setting the tab database ID. Please contact your " -"administrator." +#: superset/connectors/sqla/views.py:207 +msgid "Add Metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:996 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1120 -msgid "" -"An error occurred while setting the tab name. Please contact your " -"administrator." +#: superset/connectors/sqla/views.py:208 +msgid "Edit Metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:942 -msgid "" -"An error occurred while setting the tab schema. Please contact your " -"administrator." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:95 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/PivotTableChart.tsx:63 +#: superset-frontend/src/explore/controls.jsx:167 +#: superset-frontend/src/explore/controls.jsx:168 +#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 +#: superset/connectors/sqla/views.py:249 +msgid "Metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1146 -msgid "" -"An error occurred while setting the tab template parameters. Please " -"contact your administrator." +#: superset/connectors/sqla/views.py:253 +msgid "SQL Expression" msgstr "" -#: superset-frontend/src/explore/actions/exploreActions.ts:89 -msgid "An error occurred while starring this chart" +#: superset/connectors/sqla/views.py:255 +msgid "D3 Format" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:255 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:301 -msgid "" -"An error occurred while storing the latest query id in the backend. " -"Please contact your administrator if this problem persists." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:932 +#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:413 +#: superset/views/database/mixins.py:193 +msgid "Extra" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1087 -msgid "" -"An error occurred while storing your query in the backend. To avoid " -"losing your changes, please save your query using the \"Save Query\" " -"button." +#: superset/connectors/sqla/views.py:257 +msgid "Warning Message" msgstr "" -#: superset/key_value/exceptions.py:46 -#: superset/temporary_cache/commands/exceptions.py:41 -msgid "An error occurred while updating the value." +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:410 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:303 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:349 +#: superset/connectors/sqla/views.py:291 +msgid "Tables" msgstr "" -#: superset/key_value/exceptions.py:50 -msgid "An error occurred while upserting the value." +#: superset/connectors/sqla/views.py:292 +msgid "Show Table" msgstr "" -#: superset/databases/commands/exceptions.py:162 -msgid "An unexpected error occurred" +#: superset/connectors/sqla/views.py:293 +msgid "Import a table definition" msgstr "" -#: superset/views/core.py:745 -msgid "An unknown error occurred. Please contact your Superset administrator" +#: superset/connectors/sqla/views.py:294 +msgid "Edit Table" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 -msgid "Anchor to" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:117 -msgid "Angle at which to end progress axis" -msgstr "" - -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:107 -msgid "Angle at which to start progress axis" +#: superset/connectors/sqla/views.py:327 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 -msgid "Animation" +#: superset/connectors/sqla/views.py:336 +msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:216 -#: superset-frontend/src/pages/AnnotationList/index.tsx:249 -msgid "Annotation" +#: superset/connectors/sqla/views.py:337 +msgid "Name of the table that exists in the source database" msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:259 -#, python-format -msgid "Annotation Layer %s" +#: superset/connectors/sqla/views.py:338 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:127 -#: superset/initialization/__init__.py:414 -msgid "Annotation Layers" +#: superset/connectors/sqla/views.py:345 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 -msgid "Annotation Slice Configuration" +#: superset/connectors/sqla/views.py:349 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:64 -msgid "Annotation could not be created." +#: superset/connectors/sqla/views.py:355 +msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:68 -msgid "Annotation could not be updated." +#: superset/connectors/sqla/views.py:359 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:72 -msgid "Annotation delete failed." +#: superset/connectors/sqla/views.py:364 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:262 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:319 -msgid "Annotation layer" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:987 +#: superset/connectors/sqla/views.py:367 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" msgstr "" -#: superset/annotation_layers/commands/exceptions.py:37 -msgid "Annotation layer could not be created." +#: superset/connectors/sqla/views.py:371 +msgid "" +"Duration (in seconds) of the caching timeout for this table. A timeout of" +" 0 indicates that the cache never expires. Note this defaults to the " +"database timeout if undefined." msgstr "" -#: superset/annotation_layers/commands/exceptions.py:33 -msgid "Annotation layer could not be deleted." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997 +#: superset/connectors/sqla/views.py:383 +msgid "" +"Allow column names to be changed to case insensitive format, if supported" +" (e.g. Oracle, Snowflake)." msgstr "" -#: superset/annotation_layers/commands/exceptions.py:41 -msgid "Annotation layer could not be updated." +#: superset/connectors/sqla/views.py:387 +msgid "" +"Datasets can have a main temporal column (main_dttm_col), but can also " +"have secondary time columns. When this attribute is true, whenever the " +"secondary columns are filtered, the same filter is applied to the main " +"datetime column." msgstr "" -#: superset/annotation_layers/commands/exceptions.py:49 -msgid "Annotation layer delete failed." +#: superset/connectors/sqla/views.py:395 +msgid "Associated Charts" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:582 -msgid "Annotation layer description columns" +#: superset/connectors/sqla/views.py:397 +msgid "Changed By" msgstr "" -#: superset/annotation_layers/commands/exceptions.py:53 -#: superset/annotation_layers/commands/exceptions.py:57 -msgid "Annotation layer has associated annotations." +#: superset-frontend/src/components/DatabaseSelector/index.tsx:278 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402 +#: superset-frontend/src/features/datasets/DatasetSelectLabel/index.tsx:110 +#: superset-frontend/src/pages/DatabaseList/index.tsx:299 +#: superset-frontend/src/pages/DatasetList/index.tsx:371 +#: superset-frontend/src/pages/DatasetList/index.tsx:538 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:257 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:365 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:302 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:453 +#: superset/connectors/sqla/views.py:398 superset/connectors/sqla/views.py:399 +#: superset/templates/superset/import_dashboards.html:53 +#: superset/views/database/forms.py:138 superset/views/database/forms.py:316 +#: superset/views/database/forms.py:443 superset/views/database/mixins.py:188 +msgid "Database" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:557 -msgid "Annotation layer interval end" +#: superset/connectors/sqla/views.py:400 superset/views/database/mixins.py:190 +msgid "Last Changed" msgstr "" -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:251 -msgid "Annotation layer name" +#: superset/connectors/sqla/views.py:401 +msgid "Enable Filter Select" msgstr "" -#: superset/annotation_layers/commands/exceptions.py:45 -msgid "Annotation layer not found." +#: superset-frontend/src/components/DatabaseSelector/index.tsx:302 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:223 +#: superset-frontend/src/features/datasets/DatasetSelectLabel/index.tsx:113 +#: superset-frontend/src/pages/DatasetList/index.tsx:376 +#: superset-frontend/src/pages/DatasetList/index.tsx:554 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:266 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:312 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:474 +#: superset/connectors/sqla/views.py:402 superset/views/database/forms.py:155 +#: superset/views/database/forms.py:322 superset/views/database/forms.py:449 +msgid "Schema" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:699 -msgid "Annotation layer opacity" +#: superset/connectors/sqla/views.py:403 +msgid "Default Endpoint" msgstr "" -#: superset/annotation_layers/commands/exceptions.py:29 -msgid "Annotation layer parameters are invalid." +#: superset/connectors/sqla/views.py:404 +msgid "Offset" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:684 -msgid "Annotation layer stroke" +#: superset/connectors/sqla/views.py:405 superset/views/chart/mixin.py:76 +msgid "Cache Timeout" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:537 -msgid "Annotation layer time column" +#: superset/connectors/sqla/views.py:406 superset/views/database/forms.py:129 +#: superset/views/database/forms.py:280 superset/views/database/forms.py:412 +msgid "Table Name" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:571 -msgid "Annotation layer title column" +#: superset/connectors/sqla/views.py:407 +msgid "Fetch Values Predicate" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:810 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:813 -msgid "Annotation layer type" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:237 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:573 +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:401 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:415 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:434 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:448 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:138 +#: superset-frontend/src/pages/AlertReportList/index.tsx:314 +#: superset-frontend/src/pages/ChartList/index.tsx:436 +#: superset-frontend/src/pages/DashboardList/index.tsx:357 +#: superset-frontend/src/pages/DatasetList/index.tsx:391 +#: superset/connectors/sqla/views.py:408 superset/views/chart/mixin.py:82 +#: superset/views/dashboard/mixin.py:81 +msgid "Owners" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 -msgid "Annotation layer value" +#: superset/connectors/sqla/views.py:409 +msgid "Main Datetime Column" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:83 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:335 -msgid "Annotation layers" +#: superset/connectors/sqla/views.py:411 +msgid "SQL Lab View" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:55 -msgid "Annotation layers are still loading." +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +#: superset/connectors/sqla/views.py:412 +msgid "Template parameters" msgstr "" -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:291 -msgid "Annotation name" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:293 +#: superset/connectors/sqla/views.py:414 superset/views/dashboard/mixin.py:85 +#: superset/views/dashboard/views.py:188 superset/views/database/mixins.py:199 +msgid "Modified" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:56 -msgid "Annotation not found." +#: superset/connectors/sqla/views.py:435 +msgid "" +"The table was created. As part of this two-phase configuration process, " +"you should now click the edit button by the new table to configure it." msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:60 -msgid "Annotation parameters are invalid." -msgstr "" +#: superset/css_templates/api.py:142 +#, python-format +msgid "Deleted %(num)d css template" +msgid_plural "Deleted %(num)d css templates" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:825 -msgid "Annotation source" +#: superset/dashboards/api.py:390 +#, python-format +msgid "Dataset schema is invalid, caused by: %(error)s" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:822 -msgid "Annotation source type" -msgstr "" +#: superset/dashboards/api.py:697 +#, python-format +msgid "Deleted %(num)d dashboard" +msgid_plural "Deleted %(num)d dashboards" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 -msgid "Annotation template created" +#: superset/dashboards/filters.py:39 +msgid "Title or Slug" msgstr "" -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 -msgid "Annotation template updated" +#: superset/dashboards/filters.py:193 +msgid "Role" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:116 -msgid "Annotations and Layers" +#: superset/dashboards/permalink/exceptions.py:23 +#: superset/explore/permalink/exceptions.py:23 +msgid "Invalid state." msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:72 -msgid "Annotations and layers" +#: superset/databases/decorators.py:47 +msgid "Table name undefined" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:52 -msgid "Annotations could not be deleted." +#: superset/databases/filters.py:79 +msgid "Upload Enabled" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:596 -#: superset-frontend/src/pages/ChartList/index.tsx:705 -#: superset-frontend/src/pages/DashboardList/index.tsx:504 -#: superset-frontend/src/pages/DashboardList/index.tsx:572 -#: superset-frontend/src/pages/DashboardList/index.tsx:586 -#: superset-frontend/src/pages/DatasetList/index.tsx:581 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:260 -msgid "Any" +#: superset/databases/schemas.py:175 +msgid "" +"Invalid connection string, a valid string usually follows: " +"backend+driver://user:password@database-host/database-name" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 -msgid "Any additional detail to show in the certification tooltip." +#: superset/databases/schemas.py:210 superset/databases/schemas.py:225 +#, python-format +msgid "Field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +#: superset/databases/schemas.py:233 +#, python-format msgid "" -"Any color palette selected here will override the colors applied to this " -"dashboard's individual charts" -msgstr "" - -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1008 -msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " +"The metadata_params in Extra field is not configured correctly. The key " +"%(key)s is invalid." msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1022 +#: superset/databases/schemas.py:300 msgid "" -"Any databases that allow connections via SQL Alchemy URIs can be added. " -"Learn about how to connect a database driver " +"An engine must be specified when passing individual parameters to a " +"database." msgstr "" -#: superset/views/database/forms.py:179 superset/views/database/forms.py:336 -#: superset/views/database/forms.py:467 -msgid "Append" +#: superset/databases/schemas.py:313 +msgid "" +"Engine spec \"InvalidEngine\" does not support being configured via " +"individual parameters." msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#: superset/datasets/api.py:785 #, python-format -msgid "Applied cross-filters (%d)" -msgstr "" +msgid "Deleted %(num)d dataset" +msgid_plural "Deleted %(num)d datasets" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 -#, python-format -msgid "Applied filters (%d)" +#: superset/datasets/filters.py:26 +msgid "Null or Empty" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#: superset/db_engine_specs/athena.py:58 +#: superset/db_engine_specs/bigquery.py:212 +#: superset/db_engine_specs/postgres.py:166 +#: superset/db_engine_specs/snowflake.py:117 #, python-format -msgid "Applied filters: %s" +msgid "" +"Please check your query for syntax errors at or near " +"\"%(syntax_error)s\". Then, try running your query again." msgstr "" -#: superset/viz.py:250 -msgid "" -"Applied rolling window did not return any data. Please make sure the " -"source query satisfies the minimum periods defined in the rolling window." +#: superset/db_engine_specs/base.py:98 +msgid "Second" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231 -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:479 -msgid "Apply" +#: superset/db_engine_specs/base.py:99 +msgid "5 second" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:100 -msgid "Apply conditional color formatting to metric" +#: superset/db_engine_specs/base.py:100 +msgid "30 second" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:386 -msgid "Apply conditional color formatting to metrics" +#: superset/db_engine_specs/base.py:101 +msgid "Minute" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:505 -msgid "Apply conditional color formatting to numeric columns" +#: superset/db_engine_specs/base.py:102 +msgid "5 minute" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 -msgid "Apply filters" +#: superset/db_engine_specs/base.py:103 +msgid "10 minute" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:116 -msgid "Apply metrics on" +#: superset/db_engine_specs/base.py:104 +msgid "15 minute" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 -msgid "Apply to all panels" +#: superset/db_engine_specs/base.py:105 +msgid "30 minute" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 -msgid "Apply to specific panels" +#: superset/db_engine_specs/base.py:106 +msgid "Hour" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 -msgid "April" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:165 +#: superset-frontend/src/explore/controls.jsx:261 +#: superset/db_engine_specs/base.py:107 +msgid "6 hour" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 -msgid "Arc" +#: superset/db_engine_specs/base.py:108 +msgid "Day" msgstr "" -#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 -msgid "Are you sure you intend to overwrite the following values?" +#: superset/db_engine_specs/base.py:109 +msgid "Week" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 -msgid "Are you sure you want to cancel?" +#: superset/db_engine_specs/base.py:110 +msgid "Month" msgstr "" -#: superset-frontend/src/features/charts/ChartCard.tsx:83 -#: superset-frontend/src/features/home/DashboardTable.tsx:229 -#: superset-frontend/src/features/tags/TagCard.tsx:72 -#: superset-frontend/src/pages/ChartList/index.tsx:509 -#: superset-frontend/src/pages/DashboardList/index.tsx:418 -#: superset-frontend/src/pages/DashboardList/index.tsx:739 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:173 -#: superset-frontend/src/pages/Tags/index.tsx:144 -msgid "Are you sure you want to delete" +#: superset/db_engine_specs/base.py:111 +msgid "Quarter" msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:282 -#, python-format -msgid "Are you sure you want to delete %s?" +#: superset/db_engine_specs/base.py:112 +msgid "Year" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:584 -#, python-format -msgid "Are you sure you want to delete the selected %s?" +#: superset/db_engine_specs/base.py:113 +msgid "Week starting Sunday" msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:298 -msgid "Are you sure you want to delete the selected annotations?" +#: superset/db_engine_specs/base.py:114 +msgid "Week starting Monday" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:838 -msgid "Are you sure you want to delete the selected charts?" +#: superset/db_engine_specs/base.py:115 +msgid "Week ending Saturday" msgstr "" -#: superset-frontend/src/pages/DashboardList/index.tsx:702 -msgid "Are you sure you want to delete the selected dashboards?" +#: superset/db_engine_specs/base.py:116 +msgid "Week ending Sunday" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:763 -msgid "Are you sure you want to delete the selected datasets?" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:102 +#: superset/db_engine_specs/base.py:1979 +#: superset/db_engine_specs/clickhouse.py:200 +#: superset/db_engine_specs/databend.py:193 +msgid "Username" msgstr "" -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:358 -msgid "Are you sure you want to delete the selected layers?" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:156 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:132 +#: superset/db_engine_specs/base.py:1981 +#: superset/db_engine_specs/clickhouse.py:201 +#: superset/db_engine_specs/databend.py:194 +msgid "Password" msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:534 -msgid "Are you sure you want to delete the selected queries?" +#: superset/db_engine_specs/base.py:1983 +#: superset/db_engine_specs/clickhouse.py:203 +#: superset/db_engine_specs/databend.py:195 +msgid "Hostname or IP address" msgstr "" -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:305 -msgid "Are you sure you want to delete the selected rules?" +#: superset/db_engine_specs/base.py:1987 +#: superset/db_engine_specs/clickhouse.py:207 +#: superset/db_engine_specs/databend.py:198 +#: superset/db_engine_specs/databricks.py:53 +msgid "Database port" msgstr "" -#: superset-frontend/src/pages/Tags/index.tsx:282 -msgid "Are you sure you want to delete the selected tags?" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 +#: superset/db_engine_specs/base.py:1991 +#: superset/db_engine_specs/clickhouse.py:211 +#: superset/db_engine_specs/databend.py:201 +msgid "Database name" msgstr "" -#: superset-frontend/src/pages/CssTemplateList/index.tsx:328 -msgid "Are you sure you want to delete the selected templates?" +#: superset/db_engine_specs/base.py:1996 +#: superset/db_engine_specs/clickhouse.py:220 +#: superset/db_engine_specs/databend.py:206 +msgid "Additional parameters" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:434 -msgid "Are you sure you want to overwrite this dataset?" +#: superset/db_engine_specs/base.py:2000 +#: superset/db_engine_specs/clickhouse.py:215 +#: superset/db_engine_specs/databend.py:203 +#: superset/db_engine_specs/databricks.py:59 +msgid "Use an encrypted connection to the database" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 -msgid "Are you sure you want to proceed?" +#: superset/db_engine_specs/base.py:2004 +msgid "Use an ssh tunnel connection to the database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:216 -msgid "Are you sure you want to save and apply changes?" +#: superset/db_engine_specs/bigquery.py:179 +msgid "" +"Unable to connect. Verify that the following roles are set on the service" +" account: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", " +"\"BigQuery Job User\" and the following permissions are set " +"\"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -msgid "Area Chart" +#: superset/db_engine_specs/bigquery.py:191 +#, python-format +msgid "" +"The table \"%(table)s\" does not exist. A valid table must be used to run" +" this query." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 -msgid "Area Chart (legacy)" +#: superset/db_engine_specs/bigquery.py:199 +#, python-format +msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:170 -msgid "Area chart" +#: superset/db_engine_specs/bigquery.py:204 +#, python-format +msgid "" +"The schema \"%(schema)s\" does not exist. A valid schema must be used to " +"run this query." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:111 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:105 -msgid "Area chart opacity" +#: superset/db_engine_specs/doris.py:211 superset/db_engine_specs/mysql.py:157 +#: superset/db_engine_specs/presto.py:680 +#: superset/db_engine_specs/redshift.py:74 +#: superset/db_engine_specs/starrocks.py:154 +#, python-format +msgid "Either the username \"%(username)s\" or the password is incorrect." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 -msgid "" -"Area charts are similar to line charts in that they represent variables " -"with the same scale, but area charts stack the metrics on top of each " -"other." +#: superset/db_engine_specs/doris.py:216 +#, python-format +msgid "Unknown Doris server host \"%(hostname)s\"." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:239 -msgid "Arrow" +#: superset/db_engine_specs/doris.py:221 superset/db_engine_specs/mysql.py:167 +#, python-format +msgid "The host \"%(hostname)s\" might be down and can't be reached." msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 -msgid "Assign a set of parameters as" +#: superset/db_engine_specs/doris.py:226 superset/db_engine_specs/mysql.py:172 +#: superset/db_engine_specs/postgres.py:153 +#: superset/db_engine_specs/starrocks.py:159 +#, python-format +msgid "Unable to connect to database \"%(database)s\"." msgstr "" -#: superset/connectors/sqla/views.py:383 -msgid "Associated Charts" +#: superset/db_engine_specs/doris.py:231 superset/db_engine_specs/gsheets.py:96 +#: superset/db_engine_specs/mysql.py:177 +#, python-format +msgid "" +"Please check your query for syntax errors near \"%(server_error)s\". " +"Then, try running your query again." msgstr "" -#: superset/views/database/mixins.py:196 -msgid "Async Execution" +#: superset/db_engine_specs/duckdb.py:58 superset/db_engine_specs/sqlite.py:108 +#, python-format +msgid "We can't seem to resolve the column \"%(column_name)s\"" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:305 -#: superset-frontend/src/pages/DatabaseList/index.tsx:320 -#: superset-frontend/src/pages/DatabaseList/index.tsx:486 -msgid "Asynchronous query execution" +#: superset/db_engine_specs/mssql.py:93 +#, python-format +msgid "" +"Either the username \"%(username)s\", password, or database name " +"\"%(database)s\" is incorrect." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 -msgid "August" +#: superset/db_engine_specs/mssql.py:101 +#: superset/db_engine_specs/postgres.py:135 +#: superset/db_engine_specs/presto.py:685 +#: superset/db_engine_specs/redshift.py:79 +#, python-format +msgid "The hostname \"%(hostname)s\" cannot be resolved." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 -msgid "Auto" +#: superset/db_engine_specs/mssql.py:106 +#: superset/db_engine_specs/postgres.py:140 +#: superset/db_engine_specs/presto.py:698 +#: superset/db_engine_specs/redshift.py:84 +#, python-format +msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:97 -msgid "Auto Zoom" +#: superset/db_engine_specs/mssql.py:111 +#: superset/db_engine_specs/postgres.py:145 +#: superset/db_engine_specs/presto.py:690 +#: superset/db_engine_specs/redshift.py:89 +#, python-format +msgid "" +"The host \"%(hostname)s\" might be down, and can't be reached on port " +"%(port)s." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:524 -msgid "Autocomplete" +#: superset/db_engine_specs/mysql.py:162 +#, python-format +msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:880 -msgid "Autocomplete filters" +#: superset/db_engine_specs/ocient.py:243 +#: superset/db_engine_specs/postgres.py:120 +#, python-format +msgid "The username \"%(username)s\" does not exist." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:887 -msgid "Autocomplete query predicate" +#: superset/db_engine_specs/ocient.py:248 +msgid "The user/password combination is not valid (Incorrect password for user)." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 -msgid "Automatic Color" +#: superset/db_engine_specs/ocient.py:256 +#, python-format +msgid "Could not connect to database: \"%(database)s\"" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 -msgid "Available sorting modes:" +#: superset/db_engine_specs/ocient.py:261 +#, python-format +msgid "Could not resolve hostname: \"%(host)s\"." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 -msgid "Average" +#: superset/db_engine_specs/ocient.py:266 +msgid "Port out of range 0-65535" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:71 -msgid "Average value" +#: superset/db_engine_specs/ocient.py:271 +msgid "" +"Invalid Connection String: Expecting String of the form " +"'ocient://user:pass@host:port/database'." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 -msgid "Axis" +#: superset/db_engine_specs/ocient.py:279 +#, python-format +msgid "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:243 -msgid "Axis Bounds" +#: superset/db_engine_specs/ocient.py:284 +#, python-format +msgid "Table or View \"%(table)s\" does not exist." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 -msgid "Axis Format" +#: superset/db_engine_specs/ocient.py:289 +#, python-format +msgid "Invalid reference to column: \"%(column)s\"" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:98 -msgid "Axis Title" +#: superset/db_engine_specs/postgres.py:125 +#, python-format +msgid "The password provided for username \"%(username)s\" is incorrect." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:37 -msgid "Axis ascending" +#: superset/db_engine_specs/postgres.py:130 +msgid "Please re-enter the password." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 -msgid "Axis descending" +#: superset/db_engine_specs/postgres.py:158 +#: superset/db_engine_specs/presto.py:656 +#, python-format +msgid "" +"We can't seem to resolve the column \"%(column_name)s\" at line " +"%(location)s." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:146 -msgid "BOOLEAN" +#: superset/db_engine_specs/postgres.py:289 +msgid "Users are not allowed to set a search path for security reasons." msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:373 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1106 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1123 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1143 -msgid "Back" +#: superset/db_engine_specs/presto.py:664 +#, python-format +msgid "" +"The table \"%(table_name)s\" does not exist. A valid table must be used " +"to run this query." msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:262 -#: superset-frontend/src/pages/AnnotationList/index.tsx:264 -#: superset-frontend/src/pages/ExecutionLogList/index.tsx:181 -msgid "Back to all" +#: superset/db_engine_specs/presto.py:672 +#, python-format +msgid "" +"The schema \"%(schema_name)s\" does not exist. A valid schema must be " +"used to run this query." msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:311 -#: superset/views/database/mixins.py:200 -msgid "Backend" +#: superset/db_engine_specs/presto.py:703 +#, python-format +msgid "Unable to connect to catalog named \"%(catalog_name)s\"." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 -msgid "Backward values" +#: superset/db_engine_specs/presto.py:1355 +msgid "Unknown Presto Error" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:497 -msgid "Bad formula." +#: superset/db_engine_specs/redshift.py:97 +#, python-format +msgid "" +"We were unable to connect to your database named \"%(database)s\". Please" +" verify your database name and try again." msgstr "" -#: superset/viz.py:2452 superset/viz.py:2492 -msgid "Bad spatial key" +#: superset/db_engine_specs/snowflake.py:112 +#, python-format +msgid "%(object)s does not exist in this database." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 -msgid "Bar" +#: superset/explore/exceptions.py:45 +msgid "Samples for datasource could not be retrieved." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -msgid "Bar Chart" +#: superset/explore/exceptions.py:49 +msgid "Changing this datasource is forbidden" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 -msgid "Bar Chart (legacy)" +#: superset-frontend/src/pages/Home/index.tsx:333 +#: superset/initialization/__init__.py:234 +msgid "Home" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:67 -msgid "Bar Charts are used to show metrics as a series of bars." +#: superset/initialization/__init__.py:242 +msgid "Database Connections" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:314 -msgid "Bar Values" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:704 +#: superset-frontend/src/features/home/RightMenu.tsx:170 +#: superset/initialization/__init__.py:245 +msgid "Data" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 -msgid "Bar orientation" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:152 +#: superset-frontend/src/features/tags/TagModal.tsx:316 +#: superset-frontend/src/pages/DashboardList/index.tsx:677 +#: superset-frontend/src/pages/Home/index.tsx:385 +#: superset/initialization/__init__.py:250 superset/views/chart/mixin.py:78 +#: superset/views/dashboard/mixin.py:24 +msgid "Dashboards" msgstr "" -#: superset-frontend/src/features/rls/constants.ts:28 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:263 -msgid "Base" +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:154 +#: superset-frontend/src/features/tags/TagModal.tsx:328 +#: superset-frontend/src/pages/ChartList/index.tsx:796 +#: superset-frontend/src/pages/Home/index.tsx:399 +#: superset/initialization/__init__.py:258 superset/views/chart/mixin.py:25 +#: superset/views/dashboard/mixin.py:80 +msgid "Charts" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 -msgid "Base layer map style" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:401 +#: superset-frontend/src/pages/DatasetList/index.tsx:628 +#: superset/initialization/__init__.py:266 +msgid "Datasets" msgstr "" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 -msgid "Based on a metric" +#: superset/initialization/__init__.py:276 +msgid "Plugins" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:56 -msgid "Based on granularity, number of time periods to compare against" +#: superset/initialization/__init__.py:278 +#: superset/initialization/__init__.py:290 +#: superset/initialization/__init__.py:387 +#: superset/initialization/__init__.py:400 +msgid "Manage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:228 -msgid "Based on what should series be ordered on the chart and legend" +#: superset/initialization/__init__.py:287 superset/views/css_templates.py:38 +msgid "CSS Templates" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:854 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1779 -msgid "Basic" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:83 +#: superset/initialization/__init__.py:331 +#: superset/initialization/__init__.py:353 +msgid "SQL Lab" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247 -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287 -#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:235 -msgid "Basic information" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:85 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1128 +#: superset-frontend/src/features/home/commonMenuData.ts:22 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:328 +#: superset/initialization/__init__.py:336 +#: superset/initialization/__init__.py:344 +msgid "SQL" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:749 -#, python-format -msgid "Batch editing %d filters:" +#: superset/initialization/__init__.py:340 +msgid "Saved Queries" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 -msgid "Battery level over time" +#: superset/initialization/__init__.py:348 +msgid "Query History" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1341 -msgid "Be careful." +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:128 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:680 +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:128 +#: superset-frontend/src/pages/ChartList/index.tsx:425 +#: superset-frontend/src/pages/DashboardList/index.tsx:346 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:362 +#: superset-frontend/src/pages/Tags/index.tsx:349 +#: superset/initialization/__init__.py:358 +msgid "Tags" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 -msgid "Before" +#: superset/initialization/__init__.py:368 +msgid "Action Log" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:37 -#: superset/viz.py:1186 -msgid "Big Number" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:355 +#: superset/initialization/__init__.py:370 +#: superset/initialization/__init__.py:409 +msgid "Security" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 -msgid "Big Number Font Size" +#: superset/initialization/__init__.py:385 +msgid "Alerts & Reports" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:36 -#: superset/viz.py:1150 -msgid "Big Number with Trendline" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:36 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:109 +#: superset/initialization/__init__.py:395 +msgid "Annotation Layers" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:86 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 -msgid "Bottom" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:72 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:331 +#: superset/initialization/__init__.py:407 +msgid "Row Level Security" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:226 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:194 -msgid "Bottom Margin" +#: superset/key_value/exceptions.py:30 +msgid "An error occurred while parsing the key." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 -msgid "Bottom left" +#: superset/key_value/exceptions.py:50 +msgid "An error occurred while upserting the value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:238 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#: superset/key_value/exceptions.py:62 +msgid "Unable to encode value" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 -msgid "Bottom right" +#: superset/key_value/exceptions.py:66 +msgid "Unable to decode value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:141 -msgid "Bottom to Top" +#: superset/key_value/utils.py:60 +msgid "Invalid permalink key" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:261 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:277 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:263 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:251 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:195 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:195 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:245 +#: superset/models/helpers.py:1525 msgid "" -"Bounds for the Y-axis. When left empty, the bounds are dynamically " -"defined based on the min/max of the data. Note that this feature will " -"only expand the axis range. It won't narrow the data's extent." +"Datetime column not provided as part table configuration and is required " +"by this type of chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:246 -msgid "" -"Bounds for the axis. When left empty, the bounds are dynamically defined " -"based on the min/max of the data. Note that this feature will only expand" -" the axis range. It won't narrow the data's extent." +#: superset/models/helpers.py:1531 +msgid "Empty query?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:373 -msgid "" -"Bounds for the primary Y-axis. When left empty, the bounds are " -"dynamically defined based on the min/max of the data. Note that this " -"feature will only expand the axis range. It won't narrow the data's " -"extent." +#: superset/models/helpers.py:1605 +#, python-format +msgid "Unknown column used in orderby: %(col)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:411 -msgid "" -"Bounds for the secondary Y-axis. Only works when Independent Y-axis\n" -" bounds are enabled. When left empty, the bounds are " -"dynamically defined\n" -" based on the min/max of the data. Note that this feature " -"will only expand\n" -" the axis range. It won't narrow the data's extent." +#: superset/models/helpers.py:1682 +#, python-format +msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:58 -msgid "Box Plot" +#: superset/models/helpers.py:1821 +msgid "error_message" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:123 -msgid "Breakdowns" +#: superset/models/helpers.py:1833 +msgid "Filter value list cannot be empty" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 -#: superset/viz.py:1065 -msgid "Bubble Chart" +#: superset/models/helpers.py:1866 +msgid "Must specify a value for filters with comparison operators" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 -msgid "Bubble Color" +#: superset/models/helpers.py:1916 +#, python-format +msgid "Invalid filter operation type: %(op)s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:206 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 -msgid "Bubble Size" -msgstr "" - -#: superset-frontend/src/explore/controls.jsx:415 -msgid "Bubble size" +#: superset/models/helpers.py:1926 +#, python-format +msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:149 -msgid "Bucket break points" +#: superset/models/helpers.py:1944 +#, python-format +msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:511 -msgid "Build" +#: superset/models/helpers.py:2090 +msgid "Database does not support subqueries" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:431 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 -#: superset-frontend/src/pages/AnnotationList/index.tsx:226 -#: superset-frontend/src/pages/ChartList/index.tsx:789 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:262 -#: superset-frontend/src/pages/DashboardList/index.tsx:662 -#: superset-frontend/src/pages/DatasetList/index.tsx:607 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:293 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:177 -#: superset-frontend/src/pages/Tags/index.tsx:267 -msgid "Bulk select" -msgstr "" +#: superset/queries/saved_queries/api.py:225 +#, python-format +msgid "Deleted %(num)d saved query" +msgid_plural "Deleted %(num)d saved queries" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:32 -#: superset/viz.py:1118 -msgid "Bullet Chart" +#: superset/reports/api.py:506 +#, python-format +msgid "Deleted %(num)d report schedule" +msgid_plural "Deleted %(num)d report schedules" +msgstr[0] "" +msgstr[1] "" + +#: superset/reports/schemas.py:192 superset/reports/schemas.py:197 +#: superset/reports/schemas.py:202 superset/reports/schemas.py:323 +#: superset/reports/schemas.py:328 superset/reports/schemas.py:334 +msgid "Value must be greater than 0" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:62 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 -msgid "Business" +#: superset/reports/schemas.py:216 superset/reports/schemas.py:346 +msgid "Custom width of the screenshot in pixels" msgstr "" -#: superset/connectors/sqla/views.py:164 -msgid "Business Data Type" +#: superset/reports/schemas.py:236 superset/reports/schemas.py:366 +#, python-format +msgid "Screenshot width must be between %(min)spx and %(max)spx" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +#: superset/reports/notifications/email.py:88 +#, python-format msgid "" -"By default, each filter loads at most 1000 choices at the initial page " -"load. Check this box if you have more than 1000 filter values and want to" -" enable dynamically searching that loads filter values as users type (may" -" add stress to your database)." +"\n" +" Error: %(text)s\n" +" " msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:337 -msgid "By key: use column names as sorting key" +#: superset/reports/notifications/email.py:132 +msgid "EMAIL_REPORTS_CTA" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:309 -msgid "By key: use row names as sorting key" +#: superset/reports/notifications/email.py:170 +#, python-format +msgid "%(name)s.csv" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:338 -msgid "By value: use metric values as sorting key" +#: superset/reports/notifications/email.py:179 +#, python-format +msgid "%(prefix)s %(title)s" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:328 -msgid "CANCEL" +#: superset/reports/notifications/slack.py:76 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"<%(url)s|Explore in Superset>\n" +"\n" +"%(table)s\n" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1575 -msgid "CREATE DATASET" +#: superset/reports/notifications/slack.py:93 +#, python-format +msgid "" +"*%(name)s*\n" +"\n" +"%(description)s\n" +"\n" +"Error: %(text)s\n" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:579 -msgid "CREATE TABLE AS" -msgstr "" +#: superset/row_level_security/api.py:355 +#, python-format +msgid "Deleted %(num)d rules" +msgid_plural "Deleted %(num)d rules" +msgstr[0] "" +msgstr[1] "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:590 -msgid "CREATE VIEW AS" +#: superset/security/analytics_db_safety.py:52 +#, python-format +msgid "%(dialect)s cannot be used as a data source for security reasons." msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:235 -msgid "CREATE VIEW statement" +#: superset/security/manager.py:1964 +msgid "Guest user cannot modify chart payload" msgstr "" -#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 -msgid "CRON Schedule" +#: superset/security/manager.py:2394 +#, python-format +msgid "You don't have the rights to alter %(resource)s" msgstr "" -#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 -msgid "CRON expression" +#: superset/sqllab/exceptions.py:66 +#, python-format +msgid "Failed to execute %(query)s" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 -#: superset/views/dashboard/mixin.py:87 -msgid "CSS" +#: superset/sqllab/query_render.py:39 superset/views/core.py:115 +msgid "" +"Please check your template parameters for syntax errors and make sure " +"they match across your SQL query and Set Parameters. Then, try running " +"your query again." msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 -msgid "CSS Styles" -msgstr "" +#: superset/sqllab/query_render.py:100 +#, python-format +msgid "The parameter %(parameters)s in your query is undefined." +msgid_plural "The following parameters in your query are undefined: %(parameters)s." +msgstr[0] "" +msgstr[1] "" -#: superset/initialization/__init__.py:288 superset/views/css_templates.py:38 -msgid "CSS Templates" +#: superset/sqllab/query_render.py:121 +msgid "The query contains one or more malformed template parameters." msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 -msgid "CSS applied to the chart" +#: superset/sqllab/query_render.py:124 +msgid "" +"Please check your query and confirm that all template parameters are " +"surround by double braces, for example, \"{{ ds }}\". Then, try running " +"your query again." msgstr "" -#: superset-frontend/src/pages/CssTemplateList/index.tsx:249 -msgid "CSS template" +#: superset/tags/exceptions.py:30 +msgid "Tag name is invalid (cannot contain ':')" msgstr "" -#: superset/css_templates/commands/exceptions.py:23 -msgid "CSS template could not be deleted." +#: superset/tags/exceptions.py:39 +msgid "Tag could not be found." msgstr "" -#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:239 -msgid "CSS template name" +#: superset/tags/filters.py:31 +msgid "Is custom tag" msgstr "" -#: superset/css_templates/commands/exceptions.py:27 -msgid "CSS template not found." +#: superset/tasks/exceptions.py:24 +msgid "Scheduled task executor not found" msgstr "" -#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 -msgid "CSS templates" +#: superset/templates/appbuilder/general/widgets/base_list.html:56 +msgid "Record Count" msgstr "" -#: superset/views/database/forms.py:109 -msgid "CSV Upload" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:210 +#: superset/templates/appbuilder/general/widgets/base_list.html:65 +msgid "No records found" msgstr "" -#: superset/views/database/views.py:290 -#, python-format -msgid "" -"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " -"database \"%(db_name)s\"" +#: superset/templates/appbuilder/general/widgets/search.html:25 +msgid "Filter List" msgstr "" -#: superset/views/database/views.py:161 -msgid "CSV to Database configuration" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:166 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:108 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:59 +#: superset/templates/appbuilder/general/widgets/search.html:41 +msgid "Search" msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:355 -msgid "CSV upload" +#: superset/templates/appbuilder/general/widgets/search.html:58 +msgid "Refresh" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:140 -msgid "CTAS & CVAS SCHEMA" +#: superset-frontend/src/pages/DashboardList/index.tsx:665 +#: superset/templates/superset/import_dashboards.html:21 +msgid "Import dashboards" msgstr "" -#: superset/sql_lab.py:432 -msgid "" -"CTAS (create table as select) can only be run with a query where the last" -" statement is a SELECT. Please make sure your query has a SELECT as its " -"last statement. Then, try running your query again." +#: superset/templates/superset/import_dashboards.html:26 +msgid "Import Dashboard(s)" msgstr "" -#: superset/views/database/mixins.py:187 -msgid "CTAS Schema" +#: superset/templates/superset/import_dashboards.html:37 +msgid "File" msgstr "" -#: superset/sql_lab.py:449 -msgid "" -"CVAS (create view as select) can only be run with a query with a single " -"SELECT statement. Please make sure your query has only a SELECT " -"statement. Then, try running your query again." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 +#: superset/templates/superset/import_dashboards.html:47 +msgid "Choose File" msgstr "" -#: superset/errors.py:129 -msgid "CVAS (create view as select) query has more than one statement." +#: superset/templates/superset/import_dashboards.html:63 +msgid "Upload" msgstr "" -#: superset/errors.py:130 -msgid "CVAS (create view as select) query is not a SELECT statement." +#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 +msgid "Use the edit button to change this field" msgstr "" -#: superset/connectors/sqla/views.py:393 superset/views/chart/mixin.py:76 -msgid "Cache Timeout" +#: superset/templates/superset/models/database/macros.html:23 +msgid "Test Connection" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:79 -#: superset-frontend/src/explore/controlPanels/sections.tsx:41 -msgid "Cache Timeout (seconds)" +#: superset/utils/core.py:993 +#, python-format +msgid "Unsupported clause type: %(clause)s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:945 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 -msgid "Cache timeout" +#: superset/utils/core.py:1246 +#, python-format +msgid "Invalid metric object: %(metric)s" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "Cached" +#: superset/utils/date_parser.py:393 +#, python-format +msgid "Unable to find such a holiday: [%(holiday)s]" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:351 +#: superset/utils/encrypt.py:121 #, python-format -msgid "Cached %s" +msgid "DB column %(col_name)s has unknown type: %(value_type)s" msgstr "" -#: superset/viz.py:578 -msgid "Cached value not found" +#: superset/utils/pandas_postprocessing/boxplot.py:88 +msgid "" +"percentiles must be a list or tuple with two numeric values, of which the" +" first is lower than the second value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:53 -msgid "Calculate contribution per series or row" +#: superset/utils/pandas_postprocessing/compare.py:53 +msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:835 -#, python-format -msgid "Calculated column [%s] requires an expression" +#: superset/utils/pandas_postprocessing/compare.py:57 +msgid "`compare_type` must be `difference`, `percentage` or `ratio`" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1409 -msgid "Calculated columns" +#: superset/utils/pandas_postprocessing/contribution.py:59 +#, python-format +msgid "" +"Column \"%(column)s\" is not numeric or does not exists in the query " +"results." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:329 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:211 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 -#: superset-frontend/src/explore/controlPanels/sections.tsx:207 -msgid "Calculation type" +#: superset/utils/pandas_postprocessing/contribution.py:69 +msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 -#: superset/viz.py:972 -msgid "Calendar Heatmap" +#: superset/utils/pandas_postprocessing/cum.py:55 +#, python-format +msgid "Invalid cumulative operator: %(operator)s" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 -msgid "Can not move top level tab into nested tabs" +#: superset/utils/pandas_postprocessing/geography.py:49 +msgid "Invalid geohash string" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 -msgid "Can select multiple values" +#: superset/utils/pandas_postprocessing/geography.py:76 +msgid "Invalid longitude/latitude" msgstr "" -#: superset/viz.py:1727 -msgid "Can't have overlap between Series and Breakdowns" +#: superset/utils/pandas_postprocessing/geography.py:118 +msgid "Invalid geodetic string" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:205 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:753 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:265 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:268 -#: superset-frontend/src/components/Modal/Modal.tsx:269 -#: superset-frontend/src/components/ReportModal/index.tsx:219 -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 -#: superset-frontend/src/explore/components/SaveModal.tsx:413 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:843 -#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 -#: superset/templates/superset/request_access.html:34 -msgid "Cancel" +#: superset/utils/pandas_postprocessing/pivot.py:66 +msgid "Pivot operation requires at least one index" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:324 -msgid "Cancel query on window unload event" +#: superset/utils/pandas_postprocessing/pivot.py:70 +msgid "Pivot operation must include at least one aggregate" msgstr "" -#: superset/sqllab/commands/export.py:78 -msgid "Cannot access the query" +#: superset/utils/pandas_postprocessing/prophet.py:65 +msgid "`prophet` package not installed" msgstr "" -#: superset/databases/commands/exceptions.py:111 -msgid "Cannot delete a database that has datasets attached" +#: superset/utils/pandas_postprocessing/prophet.py:118 +msgid "Time grain missing" msgstr "" -#: superset/databases/ssh_tunnel/commands/exceptions.py:67 -msgid "Cannot have multiple credentials for the SSH Tunnel" +#: superset/utils/pandas_postprocessing/prophet.py:121 +#, python-format +msgid "Unsupported time grain: %(time_grain)s" msgstr "" -#: superset/views/core.py:734 -#, python-format -msgid "" -"Cannot import dashboard: %(db_error)s.\n" -"Make sure to create the database before importing the dashboard." +#: superset/utils/pandas_postprocessing/prophet.py:130 +msgid "Periods must be a whole number" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:302 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1228 -msgid "Cannot load filter" +#: superset/utils/pandas_postprocessing/prophet.py:133 +msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset/charts/commands/exceptions.py:51 -#, python-format -msgid "Cannot parse time string [%(human_readable)s]" +#: superset/utils/pandas_postprocessing/prophet.py:136 +msgid "DataFrame must include temporal column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 -msgid "Categorical" +#: superset/utils/pandas_postprocessing/prophet.py:138 +msgid "DataFrame include at least one series" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 -msgid "Categorical Color" +#: superset/utils/pandas_postprocessing/rename.py:53 +msgid "Label already exists" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:165 -msgid "Categories to group by on the x-axis." +#: superset/utils/pandas_postprocessing/resample.py:43 +msgid "Resample operation requires DatetimeIndex" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:46 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:677 -msgid "Category" +#: superset/utils/pandas_postprocessing/resample.py:46 +msgid "Resample method should in " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 -msgid "Category Name" +#: superset/utils/pandas_postprocessing/rolling.py:67 +msgid "Undefined window for rolling operation" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 -msgid "Category and Percentage" +#: superset/utils/pandas_postprocessing/rolling.py:69 +msgid "Window must be > 0" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:111 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:118 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:101 -msgid "Category and Value" +#: superset/utils/pandas_postprocessing/rolling.py:84 +#, python-format +msgid "Invalid rolling_type: %(type)s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:67 -msgid "Category name" +#: superset/utils/pandas_postprocessing/rolling.py:90 +#, python-format +msgid "Invalid options for %(rolling_type)s: %(options)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:88 -msgid "Category of target nodes" +#: superset/utils/pandas_postprocessing/utils.py:127 +msgid "Referenced columns not available in DataFrame." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 -msgid "Category, Value and Percentage" +#: superset/utils/pandas_postprocessing/utils.py:153 +#, python-format +msgid "Column referenced by aggregate is undefined: %(column)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:107 -msgid "Cell Padding" +#: superset/utils/pandas_postprocessing/utils.py:160 +#, python-format +msgid "Operator undefined for aggregator: %(name)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:121 -msgid "Cell Radius" +#: superset/utils/pandas_postprocessing/utils.py:172 +#, python-format +msgid "Invalid numpy function: %(operator)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:95 -msgid "Cell Size" +#: superset/views/api.py:109 +#, python-format +msgid "Unexpected time range: %(error)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:428 -msgid "Cell bars" +#: superset/views/base.py:579 +msgid "json isn't valid" msgstr "" -#: superset-frontend/src/components/FilterableTable/index.tsx:303 -msgid "Cell content" +#: superset/views/base.py:591 +msgid "Export to YAML" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:135 -msgid "Cell limit" +#: superset/views/base.py:591 +msgid "Export to YAML?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:101 -msgid "Center" +#: superset-frontend/src/features/charts/ChartCard.tsx:104 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:102 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 +#: superset-frontend/src/features/home/SavedQueries.tsx:217 +#: superset-frontend/src/features/tags/TagCard.tsx:84 +#: superset-frontend/src/pages/AlertReportList/index.tsx:387 +#: superset-frontend/src/pages/AlertReportList/index.tsx:595 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:321 +#: superset-frontend/src/pages/AnnotationList/index.tsx:307 +#: superset-frontend/src/pages/ChartList/index.tsx:485 +#: superset-frontend/src/pages/ChartList/index.tsx:815 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:288 +#: superset-frontend/src/pages/DashboardList/index.tsx:403 +#: superset-frontend/src/pages/DashboardList/index.tsx:690 +#: superset-frontend/src/pages/DatasetList/index.tsx:433 +#: superset-frontend/src/pages/DatasetList/index.tsx:799 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:187 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:342 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:565 +#: superset-frontend/src/pages/Tags/index.tsx:209 +#: superset-frontend/src/pages/Tags/index.tsx:360 superset/views/base.py:648 +msgid "Delete" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/Heatmap.tsx:32 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:33 -msgid "Centroid (Longitude and Latitude): " +#: superset/views/base.py:648 +msgid "Delete all Really?" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 -msgid "Certification" +#: superset/views/base_api.py:149 +msgid "Is favorite" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 -msgid "Certification details" +#: superset/views/base_api.py:177 +msgid "Is tagged" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:699 -#: superset-frontend/src/pages/DashboardList/index.tsx:580 -#: superset-frontend/src/pages/DatasetList/index.tsx:575 -msgid "Certified" +#: superset/views/core.py:113 +msgid "The data source seems to have been deleted" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:332 -msgid "Certified By" +#: superset/views/core.py:114 +msgid "The user seems to have been deleted" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 -msgid "Certified by" +#: superset/views/core.py:289 +msgid "You don't have the rights to download as csv" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 -#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 -#, python-format -msgid "Certified by %s" +#: superset/views/core.py:420 +msgid "Error: permalink state not found" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:334 -msgid "Change order of columns." +#: superset/views/core.py:423 superset/views/core.py:833 +#, python-format +msgid "Error: %(msg)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 -msgid "Change order of rows." +#: superset/views/core.py:509 +msgid "You don't have the rights to alter this chart" msgstr "" -#: superset/connectors/sqla/views.py:385 -msgid "Changed By" +#: superset/views/core.py:515 +msgid "You don't have the rights to create a chart" msgstr "" -#: superset/views/sql_lab/views.py:88 -msgid "Changed on" +#: superset/views/core.py:570 +#, python-format +msgid "Explore - %(table)s" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:80 -msgid "Changes saved." +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 +#: superset/views/core.py:572 +msgid "Explore" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 -msgid "" -"Changing the dataset may break the chart if the chart relies on columns " -"or metadata that does not exist in the target dataset" +#: superset/views/core.py:621 +msgid "Chart [{}] has been saved" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1342 -msgid "" -"Changing these settings will affect all charts using this dataset, " -"including charts owned by other people." +#: superset/views/core.py:625 +msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/dashboards/commands/exceptions.py:78 -msgid "Changing this Dashboard is forbidden" +#: superset/views/core.py:645 +msgid "You don't have the rights to alter this dashboard" msgstr "" -#: superset/charts/commands/exceptions.py:135 -msgid "Changing this chart is forbidden" +#: superset/views/core.py:650 +msgid "Chart [{}] was added to dashboard [{}]" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:45 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:60 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:73 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:88 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:103 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:101 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 -#: superset-frontend/src/explore/components/ControlHeader.tsx:123 -msgid "Changing this control takes effect instantly" +#: superset/views/core.py:661 +msgid "You don't have the rights to create a dashboard" msgstr "" -#: superset/datasets/commands/exceptions.py:198 -msgid "Changing this dataset is forbidden" +#: superset/views/core.py:670 +msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" -#: superset/datasets/columns/commands/exceptions.py:31 -#: superset/datasets/metrics/commands/exceptions.py:31 -msgid "Changing this dataset is forbidden." +#: superset/views/core.py:716 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" msgstr "" -#: superset/explore/exceptions.py:49 -msgid "Changing this datasource is forbidden" +#: superset/views/core.py:726 +#, python-format +msgid "Chart %(id)s not found" msgstr "" -#: superset/reports/commands/exceptions.py:282 -msgid "Changing this report is forbidden" +#: superset/views/core.py:739 +#, python-format +msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" -#: superset/views/database/forms.py:206 -msgid "Character to interpret as decimal point" +#: superset/views/core.py:836 +msgid "permalink state not found" msgstr "" -#: superset/views/database/forms.py:385 -msgid "Character to interpret as decimal point." +#: superset/views/css_templates.py:39 +msgid "Show CSS Template" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406 -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 -#: superset-frontend/src/features/home/ChartTable.tsx:191 -#: superset-frontend/src/features/home/RightMenu.tsx:219 -#: superset-frontend/src/pages/ChartList/index.tsx:369 -#: superset-frontend/src/pages/ChartList/index.tsx:799 -#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:96 -msgid "Chart" +#: superset/views/css_templates.py:40 +msgid "Add CSS Template" msgstr "" -#: superset/views/core.py:1762 -#, python-format -msgid "Chart %(id)s not found" +#: superset/views/css_templates.py:41 +msgid "Edit CSS Template" msgstr "" -#: superset/views/database/mixins.py:192 -msgid "Chart Cache Timeout" +#: superset/views/css_templates.py:46 +msgid "Template Name" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:442 -#, python-format -msgid "Chart Data: %s" +#: superset/views/dynamic_plugins.py:47 +msgid "A human-friendly name" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 -#: superset-frontend/src/explore/controlPanels/sections.tsx:32 -msgid "Chart ID" +#: superset/views/dynamic_plugins.py:48 +msgid "" +"Used internally to identify the plugin. Should be set to the package name" +" from the pluginʼs package.json" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:81 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:131 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:74 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:302 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 -#: superset-frontend/src/explore/fixtures.tsx:34 -#: superset-frontend/src/explore/fixtures.tsx:77 -#: superset-frontend/src/explore/fixtures.tsx:86 -msgid "Chart Options" +#: superset/views/dynamic_plugins.py:52 +msgid "" +"A full URL pointing to the location of the built plugin (could be hosted " +"on a CDN for example)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:269 -msgid "Chart Orientation" +#: superset/views/dynamic_plugins.py:58 +msgid "Custom Plugins" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 -#, python-format -msgid "Chart Owner: %s" -msgid_plural "Chart Owners: %s" -msgstr[0] "" -msgstr[1] "" - -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 -msgid "Chart Source" +#: superset/views/dynamic_plugins.py:59 +msgid "Custom Plugin" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:32 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 -msgid "Chart Title" +#: superset/views/dynamic_plugins.py:60 +msgid "Add a Plugin" msgstr "" -#: superset-frontend/src/explore/actions/saveModalActions.js:121 -#, python-format -msgid "Chart [%s] has been overwritten" +#: superset/views/dynamic_plugins.py:61 +msgid "Edit Plugin" msgstr "" -#: superset-frontend/src/explore/actions/saveModalActions.js:118 -#, python-format -msgid "Chart [%s] has been saved" +#: superset-frontend/src/components/Chart/Chart.jsx:88 +#: superset/views/utils.py:256 +msgid "The dataset associated with this chart no longer exists" msgstr "" -#: superset-frontend/src/explore/actions/saveModalActions.js:139 -#, python-format -msgid "Chart [%s] was added to dashboard [%s]" +#: superset/views/utils.py:476 +msgid "Could not determine datasource type" msgstr "" -#: superset/views/core.py:1099 -msgid "Chart [{}] has been overwritten" +#: superset/views/utils.py:492 +msgid "Could not find viz object" msgstr "" -#: superset/views/core.py:1095 -msgid "Chart [{}] has been saved" +#: superset/views/chart/mixin.py:26 +msgid "Show Chart" msgstr "" -#: superset/views/core.py:1124 -msgid "Chart [{}] was added to dashboard [{}]" +#: superset/views/chart/mixin.py:27 +msgid "Add Chart" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:238 -msgid "Chart cache timeout" +#: superset/views/chart/mixin.py:28 +msgid "Edit Chart" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 -msgid "Chart changes" +#: superset/views/chart/mixin.py:63 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:30 +#: superset/views/chart/mixin.py:69 msgid "" -"Chart component that lets you add a custom filter UI in your dashboard. " -"When added to dashboard, a filter box lets users specify specific values " -"or ranges to filter charts by. The charts that each filter box is applied" -" to can be fine tuned as well in the dashboard view.\n" -"\n" -" Note that this plugin is being replaced with the new Filters feature " -"that lives in the dashboard view itself. It's easier to use and has more " -"capabilities!" +"Duration (in seconds) of the caching timeout for this chart. Note this " +"defaults to the datasource/table timeout if undefined." msgstr "" -#: superset/charts/commands/exceptions.py:115 -msgid "Chart could not be created." +#: superset/views/chart/mixin.py:77 superset/views/dashboard/mixin.py:84 +#: superset/views/dashboard/views.py:187 superset/views/database/mixins.py:189 +msgid "Creator" msgstr "" -#: superset/charts/commands/exceptions.py:123 -msgid "Chart could not be deleted." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:108 +#: superset/views/chart/mixin.py:79 +msgid "Datasource" msgstr "" -#: superset/charts/commands/exceptions.py:119 -msgid "Chart could not be updated." +#: superset/views/chart/mixin.py:81 +msgid "Last Modified" msgstr "" -#: superset/reports/commands/exceptions.py:57 -msgid "Chart does not exist" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:55 +#: superset/views/chart/mixin.py:83 +msgid "Parameters" msgstr "" -#: superset/charts/data/api.py:130 -msgid "Chart has no query context saved. Please save the chart again." +#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:448 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:421 +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69 +#: superset-frontend/src/features/home/ChartTable.tsx:191 +#: superset-frontend/src/features/home/RightMenu.tsx:220 +#: superset-frontend/src/pages/ChartList/index.tsx:770 +#: superset/views/chart/mixin.py:84 superset/views/chart/views.py:96 +msgid "Chart" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 -msgid "Chart height" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:151 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:887 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:214 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1112 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:290 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:241 +#: superset-frontend/src/pages/AlertReportList/index.tsx:274 +#: superset-frontend/src/pages/AlertReportList/index.tsx:449 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:238 +#: superset-frontend/src/pages/AnnotationList/index.tsx:157 +#: superset-frontend/src/pages/ChartList/index.tsx:361 +#: superset-frontend/src/pages/ChartList/index.tsx:579 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:223 +#: superset-frontend/src/pages/DashboardList/index.tsx:312 +#: superset-frontend/src/pages/DashboardList/index.tsx:496 +#: superset-frontend/src/pages/DatabaseList/index.tsx:328 +#: superset-frontend/src/pages/DatabaseList/index.tsx:487 +#: superset-frontend/src/pages/DatasetList/index.tsx:356 +#: superset-frontend/src/pages/DatasetList/index.tsx:519 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:132 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:257 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:298 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:446 +#: superset-frontend/src/pages/Tags/index.tsx:174 +#: superset-frontend/src/pages/Tags/index.tsx:259 +#: superset/views/chart/mixin.py:85 +msgid "Name" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:228 -msgid "Chart imported" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:120 +#: superset/views/chart/mixin.py:87 +msgid "Visualization Type" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 -msgid "Chart last modified" +#: superset/views/dashboard/mixin.py:25 +msgid "Show Dashboard" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 -msgid "Chart last modified by" +#: superset/views/dashboard/mixin.py:26 +msgid "Add Dashboard" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:355 -msgid "Chart name" +#: superset/views/dashboard/mixin.py:27 +msgid "Edit Dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 -msgid "Chart options" +#: superset/views/dashboard/mixin.py:46 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 -msgid "Chart owners" +#: superset/views/dashboard/mixin.py:52 +msgid "" +"The CSS for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" msgstr "" -#: superset/charts/commands/exceptions.py:111 -msgid "Chart parameters are invalid." +#: superset/views/dashboard/mixin.py:57 +msgid "To get a readable URL for your dashboard" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 -msgid "Chart properties updated" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:785 +#: superset/views/dashboard/mixin.py:58 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." msgstr "" -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:220 -msgid "Chart title" +#: superset/views/dashboard/mixin.py:64 +msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:652 -msgid "Chart type" +#: superset/views/dashboard/mixin.py:65 +msgid "" +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks.If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:314 -msgid "Chart type requires a dataset" +#: superset/views/dashboard/mixin.py:70 +msgid "" +"Determines whether or not this dashboard is visible in the list of all " +"dashboards" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 -msgid "Chart width" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:420 +#: superset-frontend/src/features/home/DashboardTable.tsx:194 +#: superset-frontend/src/features/home/RightMenu.tsx:229 +#: superset-frontend/src/pages/ChartList/index.tsx:657 +#: superset-frontend/src/pages/DashboardList/index.tsx:652 +#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:185 +msgid "Dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:74 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:64 -#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:116 -#: superset-frontend/src/pages/ChartList/index.tsx:827 -#: superset-frontend/src/pages/Home/index.tsx:399 -#: superset-frontend/src/profile/components/CreatedContent.tsx:104 -#: superset-frontend/src/profile/components/Favorites.tsx:102 -#: superset/initialization/__init__.py:259 superset/views/chart/mixin.py:25 -#: superset/views/dashboard/mixin.py:80 -msgid "Charts" +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:183 +#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:204 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41 +#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:186 +msgid "Title" msgstr "" -#: superset/charts/commands/exceptions.py:139 -msgid "Charts could not be deleted." +#: superset/views/dashboard/mixin.py:79 +msgid "Slug" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:188 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:528 -msgid "Check configuration" +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:368 +#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:382 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:423 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:432 +#: superset/views/dashboard/mixin.py:82 +msgid "Roles" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 -msgid "Check for sorting ascending" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 +#: superset-frontend/src/pages/DashboardList/index.tsx:321 +#: superset-frontend/src/pages/DashboardList/index.tsx:510 +#: superset/views/dashboard/mixin.py:83 +msgid "Published" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 -#: superset-frontend/src/explore/fixtures.tsx:44 -msgid "" -"Check if the Rose Chart should use segment area instead of segment radius" -" for proportioning" +#: superset/views/dashboard/mixin.py:86 +msgid "Position JSON" msgstr "" -#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 -msgid "Check out this chart in dashboard:" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:105 +#: superset/views/dashboard/mixin.py:87 +msgid "CSS" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:474 -msgid "Check out this chart: " +#: superset/views/dashboard/mixin.py:88 +msgid "JSON Metadata" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:235 -msgid "Check out this dashboard: " +#: superset-frontend/src/features/charts/ChartCard.tsx:117 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:504 +#: superset-frontend/src/pages/ChartList/index.tsx:823 +#: superset-frontend/src/pages/DashboardList/index.tsx:421 +#: superset-frontend/src/pages/DashboardList/index.tsx:698 +#: superset-frontend/src/pages/DatabaseList/index.tsx:438 +#: superset-frontend/src/pages/DatasetList/index.tsx:449 +#: superset-frontend/src/pages/DatasetList/index.tsx:807 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:573 +#: superset/views/dashboard/views.py:66 +msgid "Export" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:63 -msgid "" -"Check to apply filters instantly as they change instead of displaying " -"[Apply] button" +#: superset/views/dashboard/views.py:66 +msgid "Export dashboards?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:212 -msgid "Check to force date partitions to have the same height" +#: superset/views/database/forms.py:109 +msgid "CSV Upload" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:87 -msgid "Check to include time column dropdown" +#: superset/views/database/forms.py:110 +msgid "Select a file to be uploaded to the database" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:76 -msgid "Check to include time grain dropdown" +#: superset/views/database/forms.py:120 superset/views/database/forms.py:299 +#: superset/views/database/forms.py:433 +#, python-format +msgid "Only the following file extensions are allowed: %(allowed_extensions)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 -msgid "Child label position" +#: superset/views/database/forms.py:130 +msgid "Name of table to be created with CSV file" msgstr "" -#: superset/viz.py:2307 -msgid "Choice of [Label] must be present in [Group By]" +#: superset/views/database/forms.py:133 superset/views/database/forms.py:284 +#: superset/views/database/forms.py:416 +msgid "Table name cannot contain a schema" msgstr "" -#: superset/viz.py:2315 -msgid "Choice of [Point Radius] must be present in [Group By]" +#: superset/views/database/forms.py:139 +msgid "Select a database to upload the file to" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:151 -#: superset/templates/superset/import_dashboards.html:47 -msgid "Choose File" +#: superset/views/database/forms.py:145 +msgid "Column Data Types" msgstr "" -#: superset/reports/commands/exceptions.py:84 -msgid "Choose a chart or dashboard not both" +#: superset/views/database/forms.py:146 +msgid "" +"A dictionary with column names and their data types if you need to change" +" the defaults. Example: {\"user_id\":\"integer\"}" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:979 -msgid "Choose a database..." +#: superset/views/database/forms.py:156 +msgid "Select a schema if the database supports this" msgstr "" -#: superset-frontend/src/pages/ChartCreation/index.tsx:384 -#: superset-frontend/src/pages/ChartCreation/index.tsx:395 -msgid "Choose a dataset" +#: superset/views/database/forms.py:161 +msgid "Delimiter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 -#: superset-frontend/src/explore/controls.jsx:216 -msgid "Choose a metric for right axis" +#: superset/views/database/forms.py:162 +msgid "Enter a delimiter for this data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:61 -msgid "Choose a number format" +#: superset/views/database/forms.py:164 +msgid "," msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:67 -msgid "Choose a source" +#: superset/views/database/forms.py:165 +msgid "." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:38 -msgid "Choose a source and a target" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:123 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:496 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1001 +#: superset-frontend/src/features/home/EmptyState.tsx:113 +#: superset/views/database/forms.py:166 superset/views/database/forms.py:172 +msgid "Other" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:73 -msgid "Choose a target" +#: superset/views/database/forms.py:175 +msgid "If Table Already Exists" msgstr "" -#: superset-frontend/src/pages/ChartCreation/index.tsx:404 -msgid "Choose chart type" +#: superset/views/database/forms.py:176 +msgid "What should happen if the table already exists" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:739 -msgid "Choose one of the available databases from the panel on the left." +#: superset/views/database/forms.py:178 superset/views/database/forms.py:335 +#: superset/views/database/forms.py:462 +msgid "Fail" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 -msgid "Choose the annotation layer type" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:57 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:58 +#: superset/views/database/forms.py:179 superset/views/database/forms.py:336 +#: superset/views/database/forms.py:463 +msgid "Replace" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 -msgid "Choose the format for legend values" +#: superset/views/database/forms.py:180 superset/views/database/forms.py:337 +#: superset/views/database/forms.py:464 +msgid "Append" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 -msgid "Choose the position of the legend" +#: superset/views/database/forms.py:185 +msgid "Skip Initial Space" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 -msgid "Choose the source of your annotations" +#: superset/views/database/forms.py:185 +msgid "Skip spaces after delimiter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:122 -msgid "" -"Choose whether a country should be shaded by the metric, or assigned a " -"color based on a categorical color palette" +#: superset/views/database/forms.py:188 +msgid "Skip Blank Lines" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 -msgid "Chord Diagram" +#: superset/views/database/forms.py:189 +msgid "Skip blank lines rather than interpreting them as Not A Number values" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 -msgid "Chosen non-numeric column" +#: superset/views/database/forms.py:194 +msgid "Columns To Be Parsed as Dates" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:219 -msgid "Circle" +#: superset/views/database/forms.py:195 +msgid "A comma separated list of columns that should be parsed as dates" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 -msgid "Circle -> Arrow" +#: superset/views/database/forms.py:201 +msgid "Day First" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:132 -msgid "Circle -> Circle" +#: superset/views/database/forms.py:202 +msgid "DD/MM format dates, international and European format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:199 -msgid "Circle radar shape" +#: superset/views/database/forms.py:205 superset/views/database/forms.py:380 +msgid "Decimal Character" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -msgid "Circular" +#: superset/views/database/forms.py:207 +msgid "Character to interpret as decimal point" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 -msgid "Classic chart that visualizes how metrics change over time." +#: superset/views/database/forms.py:212 +msgid "Null Values" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 +#: superset/views/database/forms.py:214 msgid "" -"Classic row-by-column spreadsheet like view of a dataset. Use tables to " -"showcase a view into the underlying data or to show aggregated metrics." -msgstr "" - -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:454 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:144 -msgid "Clause" +"Json list of the values that should be treated as null. Examples: [\"\"] " +"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " +"Hive database supports only a single value" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 -msgid "Clear" +#: superset/views/database/forms.py:221 superset/views/database/forms.py:352 +msgid "Index Column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 -msgid "Clear all" +#: superset/views/database/forms.py:222 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:210 -msgid "Clear all data" +#: superset/views/database/forms.py:230 superset/views/database/forms.py:387 +#: superset/views/database/forms.py:478 +msgid "Dataframe Index" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:675 -msgid "Clear form" +#: superset/views/database/forms.py:230 +msgid "Write dataframe index as a column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:209 -msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" +#: superset/views/database/forms.py:233 superset/views/database/forms.py:390 +#: superset/views/database/forms.py:481 +msgid "Column Label(s)" msgstr "" -#: superset-frontend/src/components/Chart/Chart.jsx:286 +#: superset/views/database/forms.py:234 msgid "" -"Click on \"Create chart\" button in the control panel on the left to " -"preview a visualization or" +"Column label for index column(s). If None is given and Dataframe Index is" +" checked, Index Names are used" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1018 -msgid "Click the lock to make changes." +#: superset/views/database/forms.py:242 +msgid "Columns To Read" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1021 -msgid "Click the lock to prevent further changes." +#: superset/views/database/forms.py:244 +msgid "Json list of the column names that should be read" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:2012 -msgid "" -"Click this link to switch to an alternate form that allows you to input " -"the SQLAlchemy URL for this database manually." +#: superset/views/database/forms.py:248 +msgid "Overwrite Duplicate Columns" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1827 +#: superset/views/database/forms.py:249 msgid "" -"Click this link to switch to an alternate form that exposes only the " -"required fields needed to connect this database." +"If duplicate columns are not overridden, they will be presented as \"X.1," +" X.2 ...X.x\"" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:217 -msgid "Click to cancel sorting" +#: superset/views/database/forms.py:255 superset/views/database/forms.py:342 +msgid "Header Row" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:211 -msgid "Click to edit" +#: superset/views/database/forms.py:256 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row" msgstr "" -#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 -#, python-format -msgid "Click to edit %s." +#: superset/views/database/forms.py:265 superset/views/database/forms.py:367 +msgid "Rows to Read" msgstr "" -#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 -msgid "Click to edit chart." +#: superset/views/database/forms.py:266 +msgid "Number of rows of file to read" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 -msgid "Click to edit label" +#: superset/views/database/forms.py:271 superset/views/database/forms.py:361 +msgid "Skip Rows" msgstr "" -#: superset-frontend/src/components/FaveStar/index.tsx:76 -msgid "Click to favorite/unfavorite" +#: superset/views/database/forms.py:272 +msgid "Number of rows to skip at start of file" msgstr "" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 -msgid "Click to force-refresh" +#: superset/views/database/forms.py:281 +msgid "Name of table to be created from excel data." msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 -msgid "Click to see difference" +#: superset/views/database/forms.py:289 +msgid "Excel File" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:216 -msgid "Click to sort ascending" +#: superset/views/database/forms.py:290 +msgid "Select a Excel file to be uploaded to a database." msgstr "" -#: superset-frontend/src/components/Table/index.tsx:215 -msgid "Click to sort descending" +#: superset/views/database/forms.py:309 +msgid "Sheet Name" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:132 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:52 -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:209 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:786 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:414 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:339 -#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:36 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1164 -msgid "Close" +#: superset/views/database/forms.py:310 +msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 -msgid "Close all other tabs" +#: superset/views/database/forms.py:323 superset/views/database/forms.py:450 +msgid "Specify a schema (if database flavor supports this)." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 -msgid "Close tab" +#: superset/views/database/forms.py:328 superset/views/database/forms.py:455 +msgid "Table Exists" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:183 -msgid "Cluster label aggregator" +#: superset/views/database/forms.py:329 superset/views/database/forms.py:456 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 -msgid "Clustering Radius" +#: superset/views/database/forms.py:343 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:25 -#: superset-frontend/src/explore/controlPanels/Separator.js:46 -msgid "Code" +#: superset/views/database/forms.py:353 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 -msgid "Collapse all" +#: superset/views/database/forms.py:362 +msgid "Number of rows to skip at start of file." msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:162 -msgid "Collapse data panel" +#: superset/views/database/forms.py:368 +msgid "Number of rows of file to read." msgstr "" -#: superset-frontend/src/components/Table/index.tsx:214 -msgid "Collapse row" +#: superset/views/database/forms.py:373 +msgid "Parse Dates" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:599 -msgid "Collapse tab content" +#: superset/views/database/forms.py:374 +msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:194 -msgid "Collapse table preview" +#: superset/views/database/forms.py:382 +msgid "Character to interpret as decimal point." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:713 -msgid "Color" +#: superset/views/database/forms.py:387 superset/views/database/forms.py:478 +msgid "Write dataframe index as a column." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:126 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 -msgid "Color +/-" +#: superset/views/database/forms.py:391 superset/views/database/forms.py:482 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:227 -msgid "Color Metric" +#: superset/views/database/forms.py:399 +msgid "Null values" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:111 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 -msgid "Color Scheme" +#: superset/views/database/forms.py:401 +msgid "" +"Json list of the values that should be treated as null. Examples: [\"\"]," +" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " +"supports only single value. Use [\"\"] for empty string." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:133 -msgid "Color Steps" +#: superset/views/database/forms.py:413 +msgid "Name of table to be created from columnar data." msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:306 -msgid "Color bounds" +#: superset/views/database/forms.py:421 +msgid "Columnar File" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 -msgid "Color by" +#: superset/views/database/forms.py:422 +msgid "Select a Columnar file to be uploaded to a database." msgstr "" -#: superset-frontend/src/explore/controls.jsx:234 -msgid "Color metric" +#: superset/views/database/forms.py:469 +msgid "Use Columns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 -msgid "Color of the target location" +#: superset/views/database/forms.py:471 +msgid "" +"Json list of the column names that should be read. If not None, only " +"these columns will be read from the file." msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:217 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:221 -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 -#: superset-frontend/src/explore/controls.jsx:460 -msgid "Color scheme" +#: superset-frontend/src/pages/DatabaseList/index.tsx:290 +#: superset/views/database/mixins.py:33 +msgid "Databases" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:176 -msgid "" -"Color will be shaded based the normalized (0% to 100%) value of a given " -"cell against the other cells in the selected range: " +#: superset/views/database/mixins.py:34 +msgid "Show Database" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497 -msgid "Colors" +#: superset/views/database/mixins.py:35 +msgid "Add Database" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:358 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 -#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:112 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:207 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:256 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:209 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:39 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:49 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:37 -#: superset/connectors/sqla/views.py:154 -msgid "Column" +#: superset/views/database/mixins.py:36 +msgid "Edit Database" msgstr "" -#: superset/utils/pandas_postprocessing/contribution.py:59 -#, python-format -msgid "" -"Column \"%(column)s\" is not numeric or does not exists in the query " -"results." +#: superset/views/database/mixins.py:103 +msgid "Expose this DB in SQL Lab" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:361 -msgid "Column Configuration" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:324 +#: superset/views/database/mixins.py:104 +msgid "" +"Operate the database in asynchronous mode, meaning that the queries are " +"executed on remote workers as opposed to on the web server itself. This " +"assumes that you have a Celery worker setup as well as a results backend." +" Refer to the installation docs for more information." msgstr "" -#: superset/views/database/forms.py:144 -msgid "Column Data Types" +#: superset/views/database/mixins.py:112 +msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:194 -msgid "Column Formatting" +#: superset/views/database/mixins.py:113 +msgid "Allow CREATE VIEW AS option in SQL Lab" msgstr "" -#: superset/views/database/forms.py:232 superset/views/database/forms.py:393 -#: superset/views/database/forms.py:484 -msgid "Column Label(s)" +#: superset/views/database/mixins.py:114 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:80 +#: superset/views/database/mixins.py:119 msgid "" -"Column containing ISO 3166-2 codes of region/province/department in your " -"table." +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 -msgid "Column containing latitude data" +#: superset/views/database/mixins.py:165 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 -msgid "Column containing longitude data" +#: superset/views/database/mixins.py:172 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires. Note this " +"defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:69 -msgid "Column datatype" +#: superset/views/database/mixins.py:177 +msgid "If selected, please set the schemas allowed for csv upload in Extra." msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 -msgid "Column header tooltip" +#: superset-frontend/src/pages/DatabaseList/index.tsx:386 +#: superset-frontend/src/pages/DatabaseList/index.tsx:494 +#: superset/views/database/mixins.py:183 +msgid "Expose in SQL Lab" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 -msgid "Column is required" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:117 +#: superset/views/database/mixins.py:184 +msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/database/forms.py:394 superset/views/database/forms.py:485 -msgid "" -"Column label for index column(s). If None is given and Dataframe Index is" -" True, Index Names are used." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:131 +#: superset/views/database/mixins.py:185 +msgid "Allow CREATE VIEW AS" msgstr "" -#: superset/views/database/forms.py:233 -msgid "" -"Column label for index column(s). If None is given and Dataframe Index is" -" checked, Index Names are used" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:164 +#: superset/views/database/mixins.py:186 +msgid "Allow DML" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:90 -msgid "Column name" +#: superset/views/database/mixins.py:187 +msgid "CTAS Schema" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 -#, python-format -msgid "Column name [%s] is duplicated" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:71 +#: superset/views/database/mixins.py:191 +msgid "SQLAlchemy URI" msgstr "" -#: superset/utils/pandas_postprocessing/utils.py:151 -#, python-format -msgid "Column referenced by aggregate is undefined: %(column)s" +#: superset/views/database/mixins.py:192 +msgid "Chart Cache Timeout" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 -msgid "Column select" +#: superset/views/database/mixins.py:194 +msgid "Secure Extra" msgstr "" -#: superset/views/database/forms.py:221 -msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index" -" column" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:387 +#: superset/views/database/mixins.py:195 +msgid "Root certificate" msgstr "" -#: superset/views/database/forms.py:352 -msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index" -" column." +#: superset/views/database/mixins.py:196 +msgid "Async Execution" msgstr "" -#: superset/views/database/forms.py:424 -msgid "Columnar File" +#: superset/views/database/mixins.py:197 +msgid "Impersonate the logged on user" msgstr "" -#: superset/views/database/views.py:568 -#, python-format -msgid "" -"Columnar file \"%(columnar_filename)s\" uploaded to table " -"\"%(table_name)s\" in database \"%(db_name)s\"" +#: superset/views/database/mixins.py:198 +msgid "Allow Csv Upload" msgstr "" -#: superset/views/database/views.py:443 -msgid "Columnar to Database configuration" +#: superset-frontend/src/pages/DatabaseList/index.tsx:332 +#: superset/views/database/mixins.py:200 +msgid "Backend" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:110 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:38 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:62 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:119 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1373 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 -#: superset-frontend/src/explore/controls.jsx:244 -#: superset-frontend/src/explore/fixtures.tsx:97 -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:53 -#: superset/connectors/sqla/views.py:71 -msgid "Columns" +#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:262 +#, python-format +msgid "Extra field cannot be decoded by JSON. %(msg)s" msgstr "" -#: superset/views/database/forms.py:193 -msgid "Columns To Be Parsed as Dates" +#: superset/views/database/validators.py:40 +msgid "" +"Invalid connection string, a valid string usually " +"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" +"NAME'

Example:'postgresql://user:password@your-postgres-" +"db/database'

" msgstr "" -#: superset/views/database/forms.py:241 -msgid "Columns To Read" +#: superset/views/database/views.py:161 +msgid "CSV to Database configuration" msgstr "" -#: superset/common/query_context_processor.py:132 +#: superset/views/database/views.py:180 #, python-format -msgid "Columns missing in dataset: %(invalid_columns)s" +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for csv uploads. Please contact your Superset Admin." msgstr "" -#: superset/viz.py:593 +#: superset/views/database/views.py:277 #, python-format -msgid "Columns missing in datasource: %(invalid_columns)s" +msgid "" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" +" database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:367 -msgid "Columns subtotal position" +#: superset/views/database/views.py:289 +#, python-format +msgid "" +"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:170 -msgid "Columns to calculate distribution across." +#: superset/views/database/views.py:305 +msgid "Excel to Database configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:45 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:55 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:39 -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:63 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:103 -#: superset-frontend/src/explore/fixtures.tsx:99 -msgid "Columns to display" +#: superset/views/database/views.py:319 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for excel uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -msgid "Columns to group by" +#: superset/views/database/views.py:412 +#, python-format +msgid "" +"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " +"in database \"%(db_name)s\". Error message: %(error_msg)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:53 -msgid "Columns to group by on the columns" +#: superset/views/database/views.py:424 +#, python-format +msgid "" +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" +" database \"%(db_name)s\"" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:63 -msgid "Columns to group by on the rows" +#: superset/views/database/views.py:440 +msgid "Columnar to Database configuration" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:42 -msgid "Columns to show" +#: superset/views/database/views.py:466 +msgid "" +"Multiple file extensions are not allowed for columnar uploads. Please " +"make sure all files are of the same extension." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:250 -msgid "Combine metrics" +#: superset/views/database/views.py:479 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for columnar uploads. Please contact your Superset Admin." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 +#: superset/views/database/views.py:554 +#, python-format msgid "" -"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " -"denote colors from the chosen color scheme and are 1-indexed. Length must" -" be matching that of interval bounds." +"Unable to upload Columnar file \"%(filename)s\" to table " +"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " +"%(error_msg)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 +#: superset/views/database/views.py:566 +#, python-format msgid "" -"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " -"4-5. Last number should match the value provided for MAX." +"Columnar file \"%(columnar_filename)s\" uploaded to table " +"\"%(table_name)s\" in database \"%(db_name)s\"" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:371 -msgid "Comparator option" +#: superset/views/datasource/views.py:75 +msgid "Request missing data field." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/index.ts:28 -msgid "" -"Compare multiple time series charts (as sparklines) and related metrics " -"quickly." +#: superset/views/datasource/views.py:112 +#, python-format +msgid "Duplicate column name(s): %(columns)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 -msgid "Compare the same summarized metric across multiple groups." +#: superset/views/log/__init__.py:21 +msgid "Logs" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 -msgid "" -"Compares how a metric changes over time between different groups. Each " -"group is mapped to a row and change over time is visualized bar lengths " -"and color." +#: superset/views/log/__init__.py:22 +msgid "Show Log" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:35 -msgid "" -"Compares metrics from different categories using bars. Bar lengths are " -"used to indicate the magnitude of each value and color is used to " -"differentiate groups." +#: superset/views/log/__init__.py:23 +msgid "Add Log" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 -msgid "" -"Compares the lengths of time different activities take in a shared " -"timeline view." +#: superset/views/log/__init__.py:24 +msgid "Edit Log" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 -#: superset-frontend/src/visualizations/TimeTable/index.ts:34 -msgid "Comparison" +#: superset-frontend/src/features/home/RightMenu.tsx:475 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:309 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:401 +#: superset/views/log/__init__.py:30 +msgid "User" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:54 -msgid "Comparison Period Lag" +#: superset/views/log/__init__.py:31 +msgid "Action" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 -msgid "Comparison suffix" +#: superset/views/log/__init__.py:32 +msgid "dttm" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 -msgid "Compose multiple layers together to form complex visuals." +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:352 +#: superset/views/log/__init__.py:33 +msgid "JSON" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:48 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:52 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:109 -msgid "Compute the contribution to the total" +#: superset/views/sql_lab/views.py:93 +msgid "Untitled Query" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 -msgid "Condition" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/src/explore/components/controls/FilterControl/utils/useDatePickerInAdhocFilter.tsx:43 +msgid "Time Range" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:99 -msgid "Conditional Formatting" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:33 +msgid "Time Column" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:385 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:504 -msgid "Conditional formatting" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:34 +msgid "Time Grain" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 -msgid "Confidence interval" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:35 +msgid "Time Granularity" msgstr "" -#: superset/utils/pandas_postprocessing/prophet.py:129 -msgid "Confidence interval must be between 0 and 1 (exclusive)" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:64 +#: superset-frontend/src/explore/controlPanels/sections.tsx:68 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:210 +msgid "Time" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 -msgid "Configuration" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:47 +#: superset-frontend/src/explore/controls.jsx:113 +msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 -msgid "Configure Advanced Time Range " +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:60 +msgid "Aggregate" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:46 -msgid "Configure Time Range: Last..." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:61 +msgid "Raw records" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 -msgid "Configure Time Range: Previous..." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:70 +msgid "Category name" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 -msgid "Configure custom time range" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:71 +msgid "Total value" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 -msgid "Configure filter scopes" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:72 +msgid "Minimum value" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:785 -msgid "Configure the basics of your Annotation Layer." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:73 +msgid "Maximum value" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:177 -msgid "Configure this dashboard to embed it into an external web application." +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:74 +msgid "Average value" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:681 -msgid "Configure your how you overlay is displayed here." +#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:44 +#, python-format +msgid "Certified by %s" msgstr "" -#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 -msgid "Confirm overwrite" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:332 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:261 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:326 +msgid "description" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:222 -msgid "Confirm save" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:122 +msgid "bolt" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1114 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1152 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1712 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1751 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1914 -msgid "Connect" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:47 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:62 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:90 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:105 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:105 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:139 +#: superset-frontend/src/explore/components/ControlHeader.tsx:123 +msgid "Changing this control takes effect instantly" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:184 -msgid "Connect Google Sheet" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:52 +msgid "Show info tooltip" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 -msgid "Connect Google Sheets as tables to this database" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx:64 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:245 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1239 +msgid "SQL expression" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1716 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1756 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1918 -msgid "Connect a database" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:76 +msgid "Column datatype" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:173 -msgid "Connect database" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:97 +msgid "Column name" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1824 -msgid "Connect this database using the dynamic form instead" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:100 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:129 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:257 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1238 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 +msgid "Label" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:2007 -msgid "Connect this database with a SQLAlchemy URI string instead" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:126 +msgid "Metric name" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:227 -msgid "Connection" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:55 +msgid "unknown type icon" msgstr "" -#: superset/databases/commands/exceptions.py:107 -#: superset/databases/commands/exceptions.py:124 superset/views/core.py:1471 -msgid "Connection failed, please check your connection settings" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:59 +msgid "function type icon" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:701 -msgid "Connection looks good!" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:61 +msgid "string type icon" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:674 -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:685 -msgid "Continue" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:63 +msgid "numeric type icon" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 -msgid "Continuous" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:65 +msgid "boolean type icon" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 -#: superset-frontend/src/explore/controlPanels/sections.tsx:107 -msgid "Contribution" +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/ColumnTypeLabel.tsx:67 +msgid "temporal type icon" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:46 -msgid "Contribution Mode" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 +#: superset-frontend/src/explore/controlPanels/sections.tsx:120 +msgid "Advanced analytics" msgstr "" -#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 -msgid "Control" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:29 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:236 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:120 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:388 +#: superset-frontend/src/explore/controlPanels/sections.tsx:122 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 -msgid "Control labeled " +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:35 +#: superset-frontend/src/explore/controlPanels/sections.tsx:130 +msgid "Rolling window" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 -msgid "Controls labeled " +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "Rolling function" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 -msgid "Coordinates" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:43 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:50 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:185 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:275 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:291 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:256 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:183 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:407 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:240 +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:82 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:82 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:207 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:575 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138 +#: superset-frontend/src/explore/controlPanels/sections.tsx:141 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:129 +msgid "None" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:185 -msgid "Copied to clipboard!" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:262 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:146 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:413 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:192 +#: superset-frontend/src/explore/controlPanels/sections.tsx:147 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:84 -msgid "Copy" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:274 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:158 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:425 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:204 +#: superset-frontend/src/explore/controlPanels/sections.tsx:157 +msgid "Periods" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:222 -msgid "Copy SELECT statement to the clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:60 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:276 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:160 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:427 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:206 +#: superset-frontend/src/explore/controlPanels/sections.tsx:159 +msgid "" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 -msgid "Copy and Paste JSON credentials" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:82 +#: superset-frontend/src/explore/controlPanels/sections.tsx:169 +msgid "Min periods" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 -msgid "Copy and paste the entire service account .json file here" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:84 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:288 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:172 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:441 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:220 +#: superset-frontend/src/explore/controlPanels/sections.tsx:171 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:108 -msgid "Copy link" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:104 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:71 +#: superset-frontend/src/explore/controlPanels/sections.tsx:183 +msgid "Time comparison" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:201 -msgid "Copy message" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:112 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "Time shift" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:679 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1461 -#: superset-frontend/src/SqlLab/reducers/sqlLab.js:107 -#, python-format -msgid "Copy of %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:114 +msgid "1 day ago" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:136 -msgid "Copy partition query to clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:115 +msgid "1 week ago" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:329 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:471 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:340 -msgid "Copy permalink to clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:116 +msgid "28 days ago" msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:414 -msgid "Copy query URL" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:117 +msgid "30 days ago" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 -msgid "Copy query link to your clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:118 +msgid "52 weeks ago" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 -msgid "Copy the account name of that database you are trying to connect to." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:119 +msgid "1 year ago" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:93 -msgid "Copy the name of the HTTP Path of your cluster." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:120 +msgid "104 weeks ago" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:115 -msgid "Copy the name of the database you are trying to connect to." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121 +msgid "2 years ago" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:271 -msgid "Copy to Clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:122 +msgid "156 weeks ago" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 -#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 -msgid "Copy to clipboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +msgid "3 years ago" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 -msgid "Correlation" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:125 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:208 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 -msgid "Cost estimate" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:139 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:336 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:220 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:490 +#: superset-frontend/src/explore/controlPanels/sections.tsx:218 +msgid "Calculation type" msgstr "" -#: superset/db_engine_specs/ocient.py:259 -#, python-format -msgid "Could not connect to database: \"%(database)s\"" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:142 +#: superset-frontend/src/explore/controlPanels/sections.tsx:221 +msgid "Actual values" msgstr "" -#: superset/views/utils.py:496 -msgid "Could not determine datasource type" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:340 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:224 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:494 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 +#: superset-frontend/src/explore/controlPanels/sections.tsx:222 +msgid "Difference" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.ts:167 -#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 -msgid "Could not fetch all saved charts" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:341 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:495 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:223 +msgid "Percentage change" msgstr "" -#: superset/views/utils.py:512 -msgid "Could not find viz object" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:226 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 +#: superset-frontend/src/explore/controlPanels/sections.tsx:224 +msgid "Ratio" msgstr "" -#: superset/databases/commands/exceptions.py:132 -msgid "Could not load database driver" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:147 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:344 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:228 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:498 +#: superset-frontend/src/explore/controlPanels/sections.tsx:226 +msgid "" +"How to display time shifts: as individual lines; as the difference " +"between the main time series and each time shift; as the percentage " +"change; or as the ratio between series and time shifts." msgstr "" -#: superset/views/core.py:1454 -#, python-format -msgid "Could not load database driver: %(driver_name)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:155 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:352 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:236 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:230 +#: superset-frontend/src/explore/controlPanels/sections.tsx:234 +msgid "Resample" msgstr "" -#: superset/databases/commands/test_connection.py:180 -msgid "Could not load database driver: {}" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:162 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:359 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:513 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:237 +#: superset-frontend/src/explore/controlPanels/sections.tsx:241 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:315 +msgid "Rule" msgstr "" -#: superset/db_engine_specs/ocient.py:264 -#, python-format -msgid "Could not resolve hostname: \"%(host)s\"." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:240 +msgid "1 minutely frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 -msgid "Count" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:241 +msgid "1 hourly frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 -msgid "Count Unique Values" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:242 +msgid "1 calendar day frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -msgid "Count as Fraction of Columns" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:243 +msgid "7 calendar day frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:195 -msgid "Count as Fraction of Rows" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:244 +msgid "1 month start frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:194 -msgid "Count as Fraction of Total" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:245 +msgid "1 month end frequency" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:41 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 -msgid "Country" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:246 +msgid "1 year start frequency" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:151 -msgid "Country Color Scheme" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:247 +msgid "1 year end frequency" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:135 -msgid "Country Column" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:174 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:369 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:523 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:249 +#: superset-frontend/src/explore/controlPanels/sections.tsx:251 +msgid "Pandas resample rule" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:41 -msgid "Country Field Type" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:259 +msgid "Fill method" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 -#: superset/viz.py:1969 -msgid "Country Map" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:262 +msgid "Null imputation" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:761 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:770 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 -msgid "Create" -msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 +msgid "Zero imputation" +msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 -msgid "Create Chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 +msgid "Linear interpolation" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 -#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:330 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:327 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:338 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:362 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 -msgid "Create a dataset" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:265 +msgid "Forward values" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 -msgid "" -"Create a dataset to begin visualizing your data as a chart or go to\n" -" SQL Lab to query your data." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:266 +msgid "Backward values" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:201 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:224 -#: superset-frontend/src/pages/ChartCreation/index.tsx:381 -msgid "Create a new chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:267 +msgid "Median values" msgstr "" -#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 -#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 -msgid "Create chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:192 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:268 +msgid "Mean values" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 -msgid "Create chart with dataset" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:269 +msgid "Sum values" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:178 -msgid "Create dataset" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:195 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:387 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:543 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:271 +#: superset-frontend/src/explore/controlPanels/sections.tsx:269 +msgid "Pandas resample method" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 -msgid "Create dataset and create chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 +msgid "Annotations and Layers" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:343 -#: superset-frontend/src/pages/ChartCreation/index.tsx:430 -msgid "Create new chart" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:89 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:391 +msgid "Left" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 -msgid "Create new filter set" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:87 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:374 +msgid "Top" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:145 -msgid "Create or select schema..." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:285 +msgid "Chart Title" msgstr "" -#: superset-frontend/src/features/home/ActivityTable.tsx:159 -msgid "Created" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:38 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:215 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:100 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:319 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:96 +#: superset-frontend/src/explore/controls.jsx:401 +msgid "X Axis" msgstr "" -#: superset/views/access_requests.py:49 -msgid "Created On" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:129 +msgid "X Axis Title" msgstr "" -#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 -#: superset-frontend/src/pages/AlertReportList/index.tsx:313 -#: superset-frontend/src/pages/AlertReportList/index.tsx:469 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:209 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:283 -#: superset-frontend/src/pages/ChartList/index.tsx:461 -#: superset-frontend/src/pages/ChartList/index.tsx:630 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:192 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 -#: superset-frontend/src/pages/DashboardList/index.tsx:358 -#: superset-frontend/src/pages/DashboardList/index.tsx:545 -#: superset-frontend/src/pages/DatabaseList/index.tsx:376 -#: superset-frontend/src/pages/Tags/index.tsx:128 -#: superset-frontend/src/pages/Tags/index.tsx:183 -msgid "Created by" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:58 +msgid "X AXIS TITLE BOTTOM MARGIN" msgstr "" -#: superset/charts/filters.py:119 superset/dashboards/filters.py:55 -msgid "Created by me" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:66 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:224 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:112 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:114 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:250 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:324 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:200 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:291 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:319 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:132 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:131 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:182 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:138 +#: superset-frontend/src/explore/controls.jsx:408 +msgid "Y Axis" msgstr "" -#: superset-frontend/src/profile/components/App.tsx:62 -msgid "Created content" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:182 +msgid "Y Axis Title" msgstr "" -#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:94 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:202 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:184 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:359 -msgid "Created on" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:86 +msgid "Y Axis Title Margin" msgstr "" -#: superset/databases/ssh_tunnel/commands/exceptions.py:46 -msgid "Creating SSH Tunnel failed for an unknown reason" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:101 +msgid "Y Axis Title Position" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 -msgid "Creating a data source and creating a new tab" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:44 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/echartsTimeSeriesQuery.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:88 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:35 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:28 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:362 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:43 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:28 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1224 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:97 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:29 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:38 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:200 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 +msgid "Query" msgstr "" -#: superset/views/chart/mixin.py:77 superset/views/dashboard/mixin.py:84 -#: superset/views/dashboard/views.py:185 superset/views/database/mixins.py:189 -msgid "Creator" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 +msgid "Predictive Analytics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:47 -msgid "Crimson" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 +msgid "Enable forecast" msgstr "" -#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:152 -msgid "Cross-filter will be applied to all of the charts that use this dataset." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 +msgid "Enable forecasting" msgstr "" -#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:164 -msgid "Cross-filtering is not enabled for this dashboard." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 +msgid "Forecast periods" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:169 -msgid "Cross-filtering is not enabled in this dashboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 +msgid "How many periods into the future do we want to predict" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:414 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingModal.tsx:302 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:176 -msgid "Cross-filtering scoping" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 +msgid "Confidence interval" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 -msgid "Cross-filters" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 +msgid "Width of the confidence interval. Should be between 0 and 1" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 -msgid "Cumulative" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:85 +msgid "Yearly seasonality" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 -#, python-format -msgid "Currently rendered: %s" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:87 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:106 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:125 +msgid "default" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 -msgid "Custom" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:88 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:145 +#: superset-frontend/src/pages/ChartList/index.tsx:569 +#: superset-frontend/src/pages/ChartList/index.tsx:676 +#: superset-frontend/src/pages/DashboardList/index.tsx:486 +#: superset-frontend/src/pages/DashboardList/index.tsx:559 +#: superset-frontend/src/pages/DatabaseList/index.tsx:501 +#: superset-frontend/src/pages/DatabaseList/index.tsx:521 +#: superset-frontend/src/pages/DatasetList/index.tsx:598 +msgid "Yes" msgstr "" -#: superset/views/dynamic_plugins.py:59 -msgid "Custom Plugin" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:89 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:146 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:143 +#: superset-frontend/src/pages/ChartList/index.tsx:570 +#: superset-frontend/src/pages/ChartList/index.tsx:677 +#: superset-frontend/src/pages/DashboardList/index.tsx:487 +#: superset-frontend/src/pages/DashboardList/index.tsx:560 +#: superset-frontend/src/pages/DatabaseList/index.tsx:502 +#: superset-frontend/src/pages/DatabaseList/index.tsx:522 +#: superset-frontend/src/pages/DatasetList/index.tsx:599 +msgid "No" msgstr "" -#: superset/views/dynamic_plugins.py:58 -msgid "Custom Plugins" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 +msgid "" +"Should yearly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:391 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 -msgid "Custom SQL" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:104 +msgid "Weekly seasonality" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 -msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 +msgid "" +"Should weekly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." msgstr "" -#: superset/errors.py:145 superset/models/helpers.py:138 -msgid "Custom SQL fields cannot contain sub-queries." +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 +msgid "Daily seasonality" msgstr "" -#: superset-frontend/src/filters/components/Time/index.ts:28 -msgid "Custom time filter plugin" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 +msgid "" +"Should daily seasonality be applied. An integer value will specify " +"Fourier order of seasonality." msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:765 -msgid "Customize" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 +#: superset-frontend/src/explore/controlPanels/sections.tsx:69 +msgid "Time related form attributes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 -msgid "Customize Metrics" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:42 +msgid "Datasource & Chart Type" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:482 -msgid "Customize columns" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:52 +#: superset-frontend/src/explore/controlPanels/sections.tsx:35 +msgid "Chart ID" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:447 -msgid "Cyclic dependency detected" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:54 +#: superset-frontend/src/explore/controlPanels/sections.tsx:37 +msgid "The id of the active chart" msgstr "" -#: superset/connectors/sqla/views.py:255 -msgid "D3 Format" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:61 +#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +msgid "Cache Timeout (seconds)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1216 -msgid "D3 format" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:63 +#: superset-frontend/src/explore/controlPanels/sections.tsx:46 +msgid "The number of seconds before expiring the cache" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:146 -msgid "D3 format syntax: https://github.com/d3/d3-format" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:70 +msgid "URL Parameters" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:150 -msgid "" -"D3 number format for numbers between -1.0 and 1.0, useful when you want " -"to have different significant digits for small and large numbers" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:72 +msgid "Extra url parameters for use in Jinja templated queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 -msgid "D3 time format for datetime columns" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:81 +msgid "Extra Parameters" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:62 -msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:83 +msgid "" +"Extra parameters that any plugins can choose to set for use in Jinja " +"templated queries" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:145 -msgid "DATETIME" +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:93 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:348 +msgid "Color Scheme" msgstr "" -#: superset/utils/encrypt.py:117 -#, python-format -msgid "DB column %(col_name)s has unknown type: %(value_type)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:47 +msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 -msgid "DEC" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:51 +#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 +msgid "Row" msgstr "" -#: superset-frontend/src/components/DeleteModal/index.tsx:69 -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 -msgid "DELETE" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:52 +msgid "Series" msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:343 -msgid "DML" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:54 +msgid "Calculate contribution per series or row" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:123 -msgid "Daily seasonality" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:99 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:189 +msgid "Y-Axis Sort By" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:229 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:375 -msgid "Dark" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:100 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:190 +msgid "X-Axis Sort By" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:43 -msgid "Dark Cyan" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:101 +msgid "Decides which column to sort the base axis by." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 -msgid "Dark mode" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:152 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:205 +msgid "Y-Axis Sort Ascending" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405 -#: superset-frontend/src/features/home/DashboardTable.tsx:194 -#: superset-frontend/src/features/home/RightMenu.tsx:228 -#: superset-frontend/src/pages/DashboardList/index.tsx:672 -#: superset/views/dashboard/mixin.py:77 superset/views/dashboard/views.py:183 -msgid "Dashboard" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:206 +msgid "X-Axis Sort Ascending" msgstr "" -#: superset-frontend/src/explore/actions/saveModalActions.js:129 -#, python-format -msgid "Dashboard [%s] just got created and chart [%s] was added to it" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:155 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:208 +msgid "Whether to sort ascending or descending on the base Axis." msgstr "" -#: superset/views/core.py:1144 -msgid "Dashboard [{}] just got created and chart [{}] was added to it" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:317 +msgid "Force categorical" msgstr "" -#: superset/dashboards/commands/exceptions.py:54 -msgid "Dashboard could not be created." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:168 +msgid "Treat values as categorical." msgstr "" -#: superset/dashboards/commands/exceptions.py:70 -msgid "Dashboard could not be deleted." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:194 +msgid "Decides which measure to sort the base axis by." msgstr "" -#: superset/dashboards/commands/exceptions.py:66 -msgid "Dashboard could not be updated." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:163 +#: superset-frontend/src/explore/controls.jsx:123 +#: superset-frontend/src/explore/controls.jsx:380 +msgid "Dimensions" msgstr "" -#: superset/reports/commands/exceptions.py:48 -msgid "Dashboard does not exist" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 +msgid "" +"Dimensions contain qualitative values such as names, dates, or " +"geographical data. Use dimensions to categorize, segment, and reveal the " +"details in your data. Dimensions affect the level of detail in the view." msgstr "" -#: superset-frontend/src/pages/DashboardList/index.tsx:170 -msgid "Dashboard imported" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:106 +msgid "Add dataset columns here to group the pivot table columns." msgstr "" -#: superset/dashboards/commands/exceptions.py:43 -msgid "Dashboard parameters are invalid." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:111 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:111 +msgid "Dimension" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636 -msgid "Dashboard properties" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 +msgid "" +"Defines the grouping of entities. Each series is represented by a " +"specific color in the chart." msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444 -msgid "Dashboard properties updated" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:122 +#: superset-frontend/src/explore/controls.jsx:392 +msgid "Entity" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 -msgid "Dashboard scheme" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:126 +#: superset-frontend/src/explore/controls.jsx:396 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:133 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 +#: superset-frontend/src/explore/controls.jsx:446 +msgid "Filters" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:163 msgid "" -"Dashboard time range filters apply to temporal columns defined in\n" -" the filter section of each chart. Add temporal columns to the " -"chart\n" -" filters to have this dashboard filter impact those charts." +"Select one or many metrics to display. You can use an aggregation " +"function on a column or write custom SQL to create a metric." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:513 -msgid "Dashboard title" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:174 +msgid "" +"Select a metric to display. You can use an aggregation function on a " +"column or write custom SQL to create a metric." msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 -msgid "Dashboard usage" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:183 +msgid "Right Axis Metric" msgstr "" -#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:113 -#: superset-frontend/src/pages/ChartList/index.tsx:688 -#: superset-frontend/src/pages/DashboardList/index.tsx:699 -#: superset-frontend/src/pages/Home/index.tsx:385 -#: superset-frontend/src/profile/components/CreatedContent.tsx:101 -#: superset-frontend/src/profile/components/Favorites.tsx:99 -#: superset/initialization/__init__.py:251 superset/views/chart/mixin.py:78 -#: superset/views/dashboard/mixin.py:24 -msgid "Dashboards" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:185 +msgid "Select a metric to display on the right axis" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:282 -#: superset-frontend/src/pages/ChartList/index.tsx:411 -msgid "Dashboards added to" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:362 +#: superset-frontend/src/explore/controls.jsx:364 +msgid "Sort by" msgstr "" -#: superset/dashboards/commands/exceptions.py:58 -msgid "Dashboards could not be deleted." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:194 +msgid "" +"This metric is used to define row selection criteria (how the rows are " +"sorted) if a series or row limit is present. If not defined, it reverts " +"to the first metric (where appropriate)." msgstr "" -#: superset/charts/commands/exceptions.py:91 -msgid "Dashboards do not exist" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:208 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:142 +msgid "Bubble Size" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 -msgid "Dashed" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:209 +msgid "Metric used to calculate bubble size" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:708 -#: superset-frontend/src/features/home/RightMenu.tsx:169 -#: superset/initialization/__init__.py:246 -msgid "Data" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:216 +msgid "The dataset column/metric that returns the values on your chart's x-axis." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:47 -msgid "Data Table" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:225 +msgid "The dataset column/metric that returns the values on your chart's y-axis." msgstr "" -#: superset/datasets/commands/exceptions.py:214 -msgid "Data URI is not allowed." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:233 +msgid "Color Metric" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:306 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:174 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:313 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:162 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:104 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 -msgid "Data Zoom" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:236 +#: superset-frontend/src/explore/controls.jsx:237 +msgid "A metric to use for color" msgstr "" -#: superset/sqllab/commands/results.py:116 superset/views/core.py:2231 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:243 +#: superset-frontend/src/explore/controls.jsx:281 msgid "" -"Data could not be deserialized from the results backend. The storage " -"format might have changed, rendering the old data stake. You need to re-" -"run the original query." +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/sqllab/commands/results.py:75 superset/views/core.py:2184 -msgid "" -"Data could not be retrieved from the results backend. You need to re-run " -"the original query." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:253 +msgid "Drop a temporal column here or click" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:182 -msgid "Data has no time steps" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:33 +msgid "Y-axis" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:246 -msgid "Data preview" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:33 +msgid "Dimension to use on y-axis." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:278 -msgid "Data refreshed" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "X-axis" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:272 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:360 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:368 -msgid "Data type" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 +msgid "Dimension to use on x-axis." msgstr "" -#: superset/utils/pandas_postprocessing/prophet.py:134 -msgid "DataFrame include at least one series" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:122 +#: superset-frontend/src/explore/controls.jsx:201 +msgid "The type of visualization to display" msgstr "" -#: superset/utils/pandas_postprocessing/prophet.py:132 -msgid "DataFrame must include temporal column" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:127 +msgid "Fixed Color" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:274 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 -#: superset-frontend/src/pages/DatabaseList/index.tsx:278 -#: superset-frontend/src/pages/DatabaseList/index.tsx:307 -#: superset-frontend/src/pages/DatasetList/index.tsx:360 -#: superset-frontend/src/pages/DatasetList/index.tsx:531 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:241 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:349 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:448 -#: superset/connectors/sqla/views.py:386 superset/connectors/sqla/views.py:387 -#: superset/templates/superset/import_dashboards.html:53 -#: superset/views/database/forms.py:137 superset/views/database/forms.py:315 -#: superset/views/database/forms.py:446 superset/views/database/mixins.py:188 -#: superset/views/sql_lab/views.py:83 -msgid "Database" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:128 +#: superset-frontend/src/explore/controls.jsx:206 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/views/database/views.py:481 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for columnar uploads. Please contact your Superset Admin." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:135 +msgid "Linear Color Scheme" msgstr "" -#: superset/views/database/views.py:180 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for csv uploads. Please contact your Superset Admin." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:158 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:220 +#: superset-frontend/src/explore/controls.jsx:254 +msgid "all" msgstr "" -#: superset/views/database/views.py:321 -#, python-format -msgid "" -"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " -"for excel uploads. Please contact your Superset Admin." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:159 +#: superset-frontend/src/explore/controls.jsx:255 +msgid "5 seconds" msgstr "" -#: superset/initialization/__init__.py:243 -msgid "Database Connections" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:160 +#: superset-frontend/src/explore/controls.jsx:256 +msgid "30 seconds" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1522 -msgid "Database Creation Error" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:161 +#: superset-frontend/src/explore/controls.jsx:257 +msgid "1 minute" msgstr "" -#: superset/views/access_requests.py:46 -msgid "Database URL" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:162 +#: superset-frontend/src/explore/controls.jsx:258 +msgid "5 minutes" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:882 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:904 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1205 -msgid "Database connected" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:163 +#: superset-frontend/src/explore/controls.jsx:259 +msgid "30 minutes" msgstr "" -#: superset/databases/commands/exceptions.py:96 -msgid "Database could not be created." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:164 +#: superset-frontend/src/explore/controls.jsx:260 +msgid "1 hour" msgstr "" -#: superset/databases/commands/exceptions.py:115 -msgid "Database could not be deleted." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:166 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:465 +#: superset-frontend/src/explore/controlPanels/sections.tsx:195 +#: superset-frontend/src/explore/controls.jsx:262 +msgid "1 day" msgstr "" -#: superset/databases/commands/exceptions.py:100 -msgid "Database could not be updated." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:167 +#: superset-frontend/src/explore/controls.jsx:263 +msgid "7 days" msgstr "" -#: superset/errors.py:123 -msgid "Database does not allow data manipulation." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:168 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:66 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +#: superset-frontend/src/explore/controls.jsx:264 +msgid "week" msgstr "" -#: superset/charts/commands/exceptions.py:82 -#: superset/datasets/commands/exceptions.py:41 -#: superset/reports/commands/exceptions.py:39 -msgid "Database does not exist" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:169 +#: superset-frontend/src/explore/controls.jsx:265 +msgid "week starting Sunday" msgstr "" -#: superset/models/helpers.py:2063 -msgid "Database does not support subqueries" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:170 +#: superset-frontend/src/explore/controls.jsx:266 +msgid "week ending Saturday" msgstr "" -#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 -msgid "" -"Database driver for importing maybe not installed. Visit the Superset " -"documentation page for installation instructions: " +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:171 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:50 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:67 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +#: superset-frontend/src/explore/controls.jsx:267 +msgid "month" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:422 -msgid "Database error" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:172 +#: superset-frontend/src/explore/controls.jsx:268 +msgid "quarter" msgstr "" -#: superset/databases/commands/validate.py:124 -msgid "Database is offline." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:173 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:51 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +#: superset-frontend/src/explore/controls.jsx:269 +msgid "year" msgstr "" -#: superset/reports/commands/exceptions.py:66 -msgid "Database is required for alerts" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:175 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:113 -#: superset/db_engine_specs/base.py:1880 -#: superset/db_engine_specs/clickhouse.py:212 -msgid "Database name" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:198 +msgid "" +"Select a time grain for the visualization. The grain is the time interval" +" represented by a single point on the chart." msgstr "" -#: superset/datasets/commands/exceptions.py:50 -msgid "Database not allowed to change" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:230 +msgid "" +"This control filters the whole chart based on the selected time range. " +"All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. " +"are evaluated on the server using the server's local time (sans " +"timezone). All tooltips and placeholder times are expressed in UTC (sans " +"timezone). The timestamps are then evaluated by the database using the " +"engine's local timezone. Note one can explicitly set the timezone per the" +" ISO 8601 format if specifying either the start and/or end time." msgstr "" -#: superset/databases/commands/exceptions.py:92 -msgid "Database not found." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:243 +#: superset-frontend/src/explore/controls.jsx:340 +msgid "Row limit" msgstr "" -#: superset/views/core.py:1201 -#, python-format -msgid "Database not found: %(id)s" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:252 +msgid "" +"Limits the number of the rows that are computed in the query that is the " +"source of the data used for this chart." msgstr "" -#: superset/databases/commands/exceptions.py:32 -msgid "Database parameters are invalid." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:259 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:153 +msgid "Sort Descending" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:291 -msgid "Database passwords" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:261 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:329 +msgid "" +"If enabled, this control sorts the results/values descending, otherwise " +"it sorts the results ascending." msgstr "" -#: superset/db_engine_specs/base.py:1876 -#: superset/db_engine_specs/clickhouse.py:208 -#: superset/db_engine_specs/databricks.py:52 -msgid "Database port" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:290 +#: superset-frontend/src/explore/controls.jsx:350 +msgid "Series limit" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:853 -msgid "Database settings updated" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:279 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:294 +#: superset-frontend/src/explore/controls.jsx:354 +msgid "" +"Limits the number of series that get displayed. A joined subquery (or an " +"extra phase where subqueries are not supported) is applied to limit the " +"number of series that get fetched and rendered. This feature is useful " +"when grouping by high cardinality column(s) though does increase the " +"query complexity and cost." msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:269 -#: superset-frontend/src/profile/components/Security.tsx:47 -#: superset/views/database/mixins.py:33 -msgid "Databases" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:306 +#: superset-frontend/src/explore/controls.jsx:422 +msgid "Y Axis Format" msgstr "" -#: superset/views/database/forms.py:229 superset/views/database/forms.py:390 -#: superset/views/database/forms.py:481 -msgid "Dataframe Index" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:327 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:150 +msgid "Currency format" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:266 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:81 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:878 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 -#: superset-frontend/src/explore/controls.jsx:189 -#: superset-frontend/src/pages/ChartCreation/index.tsx:390 -#: superset-frontend/src/pages/ChartList/index.tsx:391 -#: superset-frontend/src/pages/ChartList/index.tsx:678 -#: superset-frontend/src/pages/DatasetList/index.tsx:617 -msgid "Dataset" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:337 +msgid "Time format" msgstr "" -#: superset/datasets/commands/exceptions.py:32 -#, python-format -msgid "Dataset %(name)s already exists" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:352 +#: superset-frontend/src/explore/controls.jsx:464 +msgid "The color scheme for rendering chart" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:366 -msgid "Dataset Name" +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:361 +msgid "Truncate Metric" msgstr "" -#: superset/datasets/columns/commands/exceptions.py:27 -msgid "Dataset column delete failed." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:363 +msgid "Whether to truncate metrics" msgstr "" -#: superset/datasets/columns/commands/exceptions.py:23 -msgid "Dataset column not found." +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:368 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:370 +msgid "Show empty columns" msgstr "" -#: superset/datasets/commands/exceptions.py:174 -msgid "Dataset could not be created." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:145 +msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" -#: superset/datasets/commands/exceptions.py:182 -msgid "Dataset could not be deleted." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:31 +msgid "Only applies when \"Label Type\" is set to show values." msgstr "" -#: superset/datasets/commands/exceptions.py:210 -msgid "Dataset could not be duplicated." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:34 +msgid "Only applies when \"Label Type\" is not set to a percentage." msgstr "" -#: superset/datasets/commands/exceptions.py:178 -#: superset/datasets/commands/exceptions.py:190 -msgid "Dataset could not be updated." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:55 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:67 +#: superset-frontend/src/explore/controls.jsx:78 +#: superset-frontend/src/explore/controls.jsx:101 +msgid "Adaptive formatting" msgstr "" -#: superset/datasets/commands/exceptions.py:166 -msgid "Dataset does not exist" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:56 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:130 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:144 +#: superset-frontend/src/explore/controls.jsx:79 +msgid "Original value" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:196 -msgid "Dataset imported" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 +#: superset-frontend/src/explore/controls.jsx:89 +msgid "Duration in ms (66000 => 1m 6s)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:888 -msgid "Dataset is required" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:59 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" msgstr "" -#: superset/datasets/metrics/commands/exceptions.py:27 -msgid "Dataset metric delete failed." +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:62 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" msgstr "" -#: superset/datasets/metrics/commands/exceptions.py:23 -msgid "Dataset metric not found." +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:45 +msgid "Oops! An error occurred!" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1072 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079 -msgid "Dataset name" +#: superset-frontend/packages/superset-ui-core/src/chart/components/FallbackComponent.tsx:51 +msgid "Stack Trace:" msgstr "" -#: superset/datasets/commands/exceptions.py:170 -msgid "Dataset parameters are invalid." +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:65 +msgid "" +"No results were returned for this query. If you expected results to be " +"returned, ensure any filters are configured properly and the datasource " +"contains data for the selected time range." msgstr "" -#: superset/dashboards/api.py:415 -#, python-format -msgid "Dataset schema is invalid, caused by: %(error)s" +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:78 +msgid "No Results" msgstr "" -#: superset/datasets/commands/exceptions.py:186 -msgid "Dataset(s) could not be bulk deleted." +#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:175 +msgid "ERROR" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:600 -#: superset-frontend/src/profile/components/Security.tsx:61 -#: superset/initialization/__init__.py:267 -msgid "Datasets" +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:121 +msgid "Found invalid orderby options" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:42 -msgid "" -"Datasets can be created from database tables or SQL queries. Select a " -"database table to the left or " +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 +#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 +msgid "is expected to be an integer" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:847 -msgid "Datasets do not contain a temporal column" +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 +#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 +msgid "is expected to be a number" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:110 -#: superset/views/access_requests.py:47 superset/views/chart/mixin.py:79 -msgid "Datasource" +#: superset-frontend/packages/superset-ui-core/src/validator/validateMapboxStylesUrl.ts:35 +msgid "is expected to be a Mapbox URL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -msgid "Datasource & Chart Type" +#: superset-frontend/packages/superset-ui-core/src/validator/validateMaxValue.ts:23 +#, python-format +msgid "Value cannot exceed %s" msgstr "" -#: superset/commands/exceptions.py:135 -msgid "Datasource does not exist" +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" msgstr "" -#: superset/commands/exceptions.py:127 -msgid "Datasource type is invalid" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 +msgid "Domain" msgstr "" -#: superset/charts/commands/exceptions.py:101 -msgid "Datasource type is required when datasource_id is given" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:64 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 +msgid "hour" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:79 -msgid "Date Time Format" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 +msgid "day" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:49 -msgid "Date filter" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:53 +msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:135 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:281 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:328 -msgid "Date format" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:60 +msgid "Subdomain" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:334 -msgid "Date format string" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:175 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:73 +msgid "min" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 -msgid "Date/Time" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:69 +msgid "" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/connectors/sqla/views.py:162 -msgid "Datetime Format" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:81 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:51 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:132 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:131 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:296 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:46 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:111 +#: superset-frontend/src/explore/fixtures.tsx:34 +#: superset-frontend/src/explore/fixtures.tsx:77 +#: superset-frontend/src/explore/fixtures.tsx:86 +msgid "Chart Options" msgstr "" -#: superset/models/helpers.py:1502 -msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:60 +msgid "Cell Size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:300 -msgid "Datetime format" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:96 +msgid "The size of the square cell, in pixels" msgstr "" -#: superset/db_engine_specs/base.py:107 -msgid "Day" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:107 +msgid "Cell Padding" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 -msgid "Day (freq=D)" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:108 +msgid "The distance between cells, in pixels" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 -#, python-format -msgid "Days %s" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:121 +msgid "Cell Radius" msgstr "" -#: superset/connectors/sqla/models.py:1222 superset/models/helpers.py:1024 -msgid "Db engine did not return all queried columns" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:122 +msgid "The pixel radius" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:215 -msgid "Deactivate" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:133 +msgid "Color Steps" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 -msgid "December" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:134 +msgid "The number color \"steps\"" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:89 -msgid "Decides which column to sort the base axis by." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:145 +msgid "Time Format" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:160 -msgid "Decides which measure to sort the base axis by." +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:158 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:278 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:113 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:101 +msgid "Legend" msgstr "" -#: superset/views/database/forms.py:204 superset/views/database/forms.py:383 -msgid "Decimal Character" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:161 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:281 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:116 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/viz.py:2700 -msgid "Deck.gl - 3D Grid" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:168 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:191 +msgid "Show Values" msgstr "" -#: superset/viz.py:2825 -msgid "Deck.gl - 3D HEX" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:171 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:307 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:194 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:182 +msgid "Show Metric Names" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:185 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:195 +msgid "Number Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:39 +msgid "Correlation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:28 +msgid "" +"Visualizes how a metric has changed over a time using a color scale and a" +" calendar view. Gray values are used to indicate missing values and the " +"linear color scheme is used to encode the magnitude of each day's value." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:63 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:44 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +msgid "Business" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:64 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:43 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 +msgid "Comparison" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:38 +msgid "Intensity" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Pattern" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:67 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:46 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:167 +msgid "Report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:66 +#: superset-frontend/src/visualizations/TimeTable/index.ts:39 +msgid "Trend" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:259 +msgid "less than {min} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:260 +msgid "between {down} and {up} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/vendor/cal-heatmap.js:261 +msgid "more than {max} {name}" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:73 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:57 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:40 +msgid "Sort by metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:74 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:41 +msgid "Whether to sort results by the selected metric in descending order." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:143 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:68 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:201 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:319 +msgid "Number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:59 +msgid "Choose a number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1416 +msgid "Source" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:65 +msgid "Choose a source" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +msgid "Target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:71 +msgid "Choose a target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +msgid "Flow" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 +msgid "" +"Showcases the flow or link between categories using thickness of chords. " +"The value and corresponding thickness can be different for each side." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 +msgid "Relationships between community channels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +msgid "Circular" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 +msgid "Legacy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:69 +msgid "Proportional" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Relational" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:118 +msgid "Country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:42 +msgid "Which country to plot the map for?" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:77 +msgid "ISO 3166-2 Codes" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 +msgid "Metric to display bottom title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:52 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:98 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:52 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:52 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:26 +msgid "Map" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:29 +msgid "" +"Visualizes how a single metric varies across a country's principal " +"subdivisions (states, provinces, etc) on a choropleth map. Each " +"subdivision's value is elevated when you hover over the corresponding " +"geographic boundary." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:39 +msgid "2D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:40 +msgid "Geo" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:60 +msgid "Range" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 +msgid "Stacked" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:34 +msgid "Event definition" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:42 +msgid "Event Names" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:32 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:99 +#: superset-frontend/src/explore/fixtures.tsx:99 +msgid "Columns to display" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:60 +msgid "Order by entity id" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:61 +msgid "" +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:75 +msgid "Minimum leaf node event count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +msgid "" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:93 +msgid "Additional metadata" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:102 +msgid "Metadata" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 +msgid "Select any columns for metadata inspection" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:122 +msgid "Entity ID" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:123 +msgid "e.g., a \"user id\" column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +msgid "Max Events" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:127 +msgid "The maximum number of events to return, equivalent to the number of rows" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:27 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 +msgid "Event Flow" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:63 +msgid "Progressive" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:30 +msgid "Axis ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:31 +msgid "Axis descending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:32 +msgid "Metric ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:33 +msgid "Metric descending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:83 +msgid "Heatmap Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:93 +msgid "XScale Interval" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:98 +msgid "Number of steps to take between ticks when displaying the X scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:109 +msgid "YScale Interval" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:114 +msgid "Number of steps to take between ticks when displaying the Y scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:125 +msgid "Rendering" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:128 +msgid "pixelated (Sharp)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:129 +msgid "auto (Smooth)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:132 +msgid "" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:144 +msgid "Normalize Across" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:146 +msgid "heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:147 +msgid "x" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:148 +msgid "y" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:154 +msgid "" +"Color will be shaded based the normalized (0% to 100%) value of a given " +"cell against the other cells in the selected range: " +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:159 +msgid "x: values are normalized within each column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:160 +msgid "y: values are normalized within each row" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:162 +msgid "heatmap: values are normalized across the entire heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:179 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +msgid "Left Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:181 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:206 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:197 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:54 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:90 +msgid "auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:191 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:89 +msgid "Left margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:195 +msgid "Bottom Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:216 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:207 +msgid "Bottom margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:227 +msgid "Value bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:230 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:254 +msgid "Sort X Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:266 +msgid "Sort Y Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:290 +msgid "Show percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:292 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:318 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:125 +msgid "Normalized" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:320 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:332 +msgid "Value Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +msgid "" +"Visualize a related metric across pairs of groups. Heatmaps excel at " +"showcasing the correlation or strength between two groups. Color is used " +"to emphasize the strength of the link between each pair of groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:40 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 +msgid "Density" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:67 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:63 +msgid "Predictive" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 +msgid "Single Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:114 +msgid "to" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:77 +msgid "count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:121 +msgid "cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:125 +msgid "percentile (exclusive)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:33 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:70 +msgid "No of Bins" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:82 +msgid "Select the number of bins for the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:102 +msgid "X Axis Label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:144 +msgid "Y Axis Label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:127 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:137 +msgid "Cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:139 +msgid "Whether to make the histogram cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:53 +msgid "Distribution" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 +msgid "" +"Take your data points, and group them into \"bins\" to see where the " +"densest areas of information lie" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:49 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:376 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:72 +#: superset-frontend/src/explore/controlPanels/sections.tsx:110 +msgid "Contribution" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:51 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:378 +#: superset-frontend/src/explore/controlPanels/sections.tsx:112 +msgid "Compute the contribution to the total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 +msgid "Series Height" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:73 +msgid "Pixel height of each series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:81 +msgid "Value Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +msgid "series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:84 +msgid "overall" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +msgid "change" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:88 +msgid "" +"series: Treat each series independently; overall: All series use the same" +" scale; change: Show changes compared to the first data point in each " +"series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 +msgid "" +"Compares how a metric changes over time between different groups. Each " +"group is mapped to a row and change over time is visualized bar lengths " +"and color." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +msgid "Horizon Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:31 +msgid "Dark Cyan" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:32 +msgid "Purple" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:33 +msgid "Gold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:34 +msgid "Dim Gray" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:35 +msgid "Crimson" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:36 +msgid "Forest Green" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:50 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 +msgid "Longitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:51 +msgid "Column containing longitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:60 +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 +msgid "Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:61 +msgid "Column containing latitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:71 +msgid "Clustering Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:84 +msgid "" +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:98 +msgid "Points" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:105 +msgid "Point Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:107 +msgid "" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:114 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:147 +msgid "Auto" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:127 +msgid "Point Radius Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:130 +msgid "Pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:131 +msgid "Miles" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +msgid "Kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:134 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:86 +msgid "The unit of measure for the specified point radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:143 +msgid "Labelling" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:151 +msgid "label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:153 +msgid "" +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:170 +msgid "Cluster label aggregator" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:173 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:258 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:385 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:269 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:82 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:117 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:409 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:541 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 +#: superset-frontend/src/explore/controlPanels/sections.tsx:143 +#: superset-frontend/src/explore/controlPanels/sections.tsx:267 +msgid "sum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:174 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:384 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:268 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:85 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:540 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:187 +#: superset-frontend/src/explore/controlPanels/sections.tsx:142 +#: superset-frontend/src/explore/controlPanels/sections.tsx:266 +msgid "mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:176 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:84 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:74 +msgid "max" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:177 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:143 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:189 +#: superset-frontend/src/explore/controlPanels/sections.tsx:144 +msgid "std" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:178 +msgid "var" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:181 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:191 +msgid "Visual Tweaks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:198 +msgid "Live render" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:200 +msgid "Points and clusters will update as the viewport is being changed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:371 +msgid "Map Style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:217 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:377 +msgid "Streets" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:218 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:378 +msgid "Dark" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Light" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:222 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:380 +msgid "Satellite Streets" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:381 +msgid "Satellite" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:225 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:382 +msgid "Outdoors" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:228 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:385 +#, python-format +msgid "Base layer map style. See Mapbox documentation: %s" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:240 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:205 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:700 +msgid "Opacity" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:243 +msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:255 +msgid "RGB Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:258 +msgid "The color for points and clusters in RGB" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:265 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:294 +#: superset-frontend/src/explore/components/controls/ViewportControl.jsx:111 +msgid "Viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:273 +msgid "Default longitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:277 +msgid "Longitude of default viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:287 +msgid "Default latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:291 +msgid "Latitude of default viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:303 +msgid "Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:307 +msgid "Zoom level of the map" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:320 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +msgid "MapBox" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 +msgid "Scatter" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:65 +msgid "Transformable" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:63 +msgid "Significance Level" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:65 +msgid "Threshold alpha level for determining significance" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:76 +msgid "p-value precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:78 +msgid "Number of decimal places with which to display p-values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:89 +msgid "Lift percent precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:91 +msgid "Number of decimal places with which to display lift values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 +msgid "" +"Table that visualizes paired t-tests, which are used to understand " +"statistical differences between groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:60 +msgid "Statistical" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:53 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 +msgid "Tabular" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx:68 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:282 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:355 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:50 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:68 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:133 +msgid "Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:46 +msgid "Data Table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 +msgid "Whether to display the interactive data table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:56 +msgid "Include Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:59 +msgid "Include series name as an axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 +msgid "Ranking" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:29 +msgid "" +"Plots the individual metrics for each row in the data vertically and " +"links them together as a line. This chart is useful for comparing " +"multiple metrics across all of the samples or rows in the data." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 +msgid "Coordinates" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +msgid "Directional" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 +msgid "Time Series Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:73 +msgid "Not Time Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 +msgid "Ignore time" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:78 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:47 +msgid "Time Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:80 +msgid "Standard time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +msgid "Aggregate Mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:85 +msgid "Mean of values over specified period" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +msgid "Aggregate Sum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:90 +msgid "Sum of values over specified period" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:95 +msgid "Metric change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:100 +msgid "Percent Change" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:102 +msgid "Metric percent change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:107 +msgid "Factor" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:109 +msgid "Metric factor change from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:114 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:234 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:386 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:169 +msgid "Advanced Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:116 +msgid "Use the Advanced Analytics options below" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:125 +msgid "Settings for time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:155 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:80 +msgid "Date Time Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:168 +msgid "Partition Limit" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:171 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:181 +msgid "Partition Threshold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:184 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:196 +msgid "Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:199 +msgid "Use a log scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:208 +msgid "Equal Date Sizes" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:211 +msgid "Check to force date partitions to have the same height" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:222 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:93 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:302 +msgid "Rich Tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:225 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:96 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +msgid "The rich tooltip shows a list of all series for that point in time" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:245 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:396 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:175 +msgid "Rolling Window" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:137 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:404 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:183 +msgid "Rolling Function" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:260 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:144 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:411 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:190 +#: superset-frontend/src/explore/controlPanels/sections.tsx:145 +msgid "cumsum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:286 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:170 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:439 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:218 +msgid "Min Periods" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:301 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:185 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:453 +msgid "Time Comparison" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:195 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:463 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:639 +msgid "Time Shift" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:314 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:198 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:466 +#: superset-frontend/src/explore/controlPanels/sections.tsx:196 +msgid "1 week" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:315 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:199 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:467 +#: superset-frontend/src/explore/controlPanels/sections.tsx:197 +msgid "28 days" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:316 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:200 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:468 +#: superset-frontend/src/explore/controlPanels/sections.tsx:198 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:133 +msgid "30 days" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:317 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:201 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469 +#: superset-frontend/src/explore/controlPanels/sections.tsx:199 +msgid "52 weeks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:318 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:202 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:470 +#: superset-frontend/src/explore/controlPanels/sections.tsx:200 +msgid "1 year" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:319 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:203 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:471 +#: superset-frontend/src/explore/controlPanels/sections.tsx:201 +msgid "104 weeks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:320 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:204 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:472 +#: superset-frontend/src/explore/controlPanels/sections.tsx:202 +msgid "2 years" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:321 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:473 +#: superset-frontend/src/explore/controlPanels/sections.tsx:203 +msgid "156 weeks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:206 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:474 +#: superset-frontend/src/explore/controlPanels/sections.tsx:204 +msgid "3 years" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:324 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:476 +#: superset-frontend/src/explore/controlPanels/sections.tsx:206 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:339 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:223 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 +msgid "Actual Values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:362 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:246 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 +#: superset-frontend/src/explore/controlPanels/sections.tsx:244 +msgid "1T" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:363 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:247 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:517 +#: superset-frontend/src/explore/controlPanels/sections.tsx:245 +msgid "1H" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:364 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:248 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:518 +#: superset-frontend/src/explore/controlPanels/sections.tsx:246 +msgid "1D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:365 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:249 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:519 +#: superset-frontend/src/explore/controlPanels/sections.tsx:247 +msgid "7D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:366 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:250 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:520 +#: superset-frontend/src/explore/controlPanels/sections.tsx:248 +msgid "1M" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:367 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:251 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:521 +#: superset-frontend/src/explore/controlPanels/sections.tsx:249 +msgid "1AS" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:377 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:533 +#: superset-frontend/src/explore/controlPanels/sections.tsx:259 +msgid "Method" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:380 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:264 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:536 +#: superset-frontend/src/explore/controlPanels/sections.tsx:262 +msgid "asfreq" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:381 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:265 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:537 +#: superset-frontend/src/explore/controlPanels/sections.tsx:263 +msgid "bfill" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:382 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:266 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:538 +#: superset-frontend/src/explore/controlPanels/sections.tsx:264 +msgid "ffill" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:383 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:267 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:539 +#: superset-frontend/src/explore/controlPanels/sections.tsx:265 +msgid "median" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:55 +msgid "Part of a Whole" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Compare the same summarized metric across multiple groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:29 +msgid "Partition Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:64 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:114 +#: superset-frontend/src/explore/fixtures.tsx:43 +msgid "Use Area Proportions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:106 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:115 +#: superset-frontend/src/explore/fixtures.tsx:44 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:28 +msgid "" +"A polar coordinate chart where the circle is broken into wedges of equal " +"angle, and the value represented by any wedge is illustrated by its area," +" rather than its radius or sweep angle." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +msgid "Nightingale Rose Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:60 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:127 +msgid "Advanced-Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts:33 +msgid "Multi-Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:35 +msgid "Source / Target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:36 +msgid "Choose a source and a target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:46 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 +msgid "" +"Visualizes the flow of different group's values through different stages " +"of a system. New stages in the pipeline are visualized as nodes or " +"layers. The thickness of the bars or edges represent the metric being " +"visualized." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:68 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:45 +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 +msgid "Percentages" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +msgid "Country Field Type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:42 +msgid "Full name" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:43 +msgid "code International Olympic Committee (cioc)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 +msgid "code ISO 3166-1 alpha-2 (cca2)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:45 +msgid "code ISO 3166-1 alpha-3 (cca3)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +msgid "Show Bubbles" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +msgid "Whether to display bubbles on top of countries" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:78 +msgid "Max Bubble Size" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:114 +msgid "Color by" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +msgid "" +"Choose whether a country should be shaded by the metric, or assigned a " +"color based on a categorical color palette" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:138 +msgid "Country Column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:139 +msgid "3 letter code of the country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:143 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:146 +msgid "Bubble Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:149 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:154 +msgid "Country Color Scheme" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 +msgid "A map of the world, that can indicate values in different countries." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:47 +msgid "Multi-Dimensions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:66 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 +msgid "Multi-Variables" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:64 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:127 +msgid "Popular" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:36 +msgid "deck.gl charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:39 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:44 +#: superset-frontend/src/features/tags/TagModal.tsx:321 +msgid "Select charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.ts:45 +msgid "Error while fetching charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts:28 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts:30 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.ts:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:36 +msgid "deckGL" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx:47 +msgid "Start (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.tsx:51 +msgid "End (Longitude, Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:51 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:310 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:63 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:81 +msgid "Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:88 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:89 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:101 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:138 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:102 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:139 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:115 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:249 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:128 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:109 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:126 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:197 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:149 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:767 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1864 +msgid "Advanced" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:28 +msgid "Plot the distance (like flight paths) between origin and destination." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:31 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:37 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 +msgid "Web" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/Contour.tsx:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/Heatmap.tsx:32 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.tsx:39 +msgid "Centroid (Longitude and Latitude): " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/Contour.tsx:36 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourOption.tsx:75 +msgid "Threshold: " +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:63 +msgid "The size of each cell in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:109 +msgid "Aggregation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:110 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:65 +msgid "The function to use when aggregating points into groups" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:95 +msgid "Contours" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:97 +msgid "" +"Define contour layers. Isolines represent a collection of line segments " +"that serparate the area above and below a given threshold. Isobands " +"represent a collection of polygons that fill the are containing values in" +" a given threshold range." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:120 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:137 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.tsx:52 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:72 +msgid "Weight" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/controlPanel.ts:121 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:138 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:73 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:28 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:28 +msgid "" +"Uses Gaussian Kernel Density Estimation to visualize spatial distribution" +" of data" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:32 +msgid "deck.gl Contour" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:35 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1020 +msgid "Spatial" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 +#: superset-frontend/src/filters/components/Range/index.ts:31 +#: superset-frontend/src/filters/components/Select/index.ts:32 +#: superset-frontend/src/filters/components/Time/index.ts:31 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 +msgid "Experimental" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:57 +msgid "GeoJson Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:73 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:109 +msgid "Line width unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:112 +msgid "meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:113 +msgid "pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:84 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:28 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.ts:32 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.tsx:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.tsx:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.tsx:47 +msgid "Longitude and Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.tsx:45 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.tsx:44 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 +msgid "Height" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:28 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.ts:31 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:66 +msgid "Intesity" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:67 +msgid "Intensity is the value multiplied by the weight to obtain the final weight" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:83 +msgid "Intensity Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:84 +msgid "Intensity Radius is the radius at which the weight is distributed" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:32 +msgid "deck.gl Heatmap" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:64 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:78 +msgid "variance" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:79 +msgid "deviation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:80 +msgid "p1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:81 +msgid "p5" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:82 +msgid "p95" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:83 +msgid "p99" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:28 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.ts:32 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 +msgid "Polyline" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.ts:28 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.ts:29 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/Polygon.tsx:72 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:73 +msgid "name" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:61 +msgid "Polygon Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:70 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:81 +msgid "Elevation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:96 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:131 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:142 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:145 +msgid "How many buckets should the data be grouped in." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:157 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:159 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:171 +msgid "Emit Filter Events" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:174 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:183 +msgid "Multiple filtering" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:186 +msgid "Allow sending multiple polygons as a filter event" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:28 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.ts:31 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.tsx:56 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:675 +msgid "Category" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:321 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:75 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Square meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:80 +msgid "Square kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:81 +msgid "Square miles" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:82 +msgid "Radius in meters" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:83 +msgid "Radius in kilometers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:84 +msgid "Radius in miles" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:97 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:102 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:112 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:117 +msgid "" +"Maximum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:128 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:28 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.ts:31 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:56 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:28 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.ts:31 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:46 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:49 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:76 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:88 +msgid "Ignore null locations" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:90 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:98 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:101 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:112 +msgid "Select a dimension" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:122 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:124 +msgid "List of extra columns made available in JavaScript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +msgid "JavaScript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:134 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/viz.py:2890 -msgid "Deck.gl - Arc" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +msgid "JavaScript tooltip generator" msgstr "" -#: superset/viz.py:2869 -msgid "Deck.gl - GeoJSON" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:146 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/viz.py:2848 -msgid "Deck.gl - Heatmap" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 +msgid "JavaScript onClick href" msgstr "" -#: superset/viz.py:2406 -msgid "Deck.gl - Multiple Layers" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:156 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/viz.py:2735 -msgid "Deck.gl - Paths" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:163 +msgid "Legend Format" msgstr "" -#: superset/viz.py:2789 -msgid "Deck.gl - Polygon" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:164 +msgid "Choose the format for legend values" msgstr "" -#: superset/viz.py:2612 -msgid "Deck.gl - Scatter plot" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:177 +msgid "Legend Position" msgstr "" -#: superset/viz.py:2668 -msgid "Deck.gl - Screen Grid" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:178 +msgid "Choose the position of the legend" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 -msgid "Default" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:184 +msgid "Top left" msgstr "" -#: superset/connectors/sqla/views.py:391 -msgid "Default Endpoint" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:185 +msgid "Top right" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:871 -msgid "Default URL" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:186 +msgid "Bottom left" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:872 -msgid "Default URL to redirect to when accessing from the dataset list page" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:187 +msgid "Bottom right" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -msgid "Default Value" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:197 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.tsx:27 +msgid "Lines column" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:363 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:371 -msgid "Default datetime" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:199 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.tsx:28 +msgid "The database columns that contains lines information" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:295 -msgid "Default latitude" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:211 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:731 +msgid "Line width" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:281 -msgid "Default longitude" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:215 +msgid "The width of the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:222 +msgid "Fill Color" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:223 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:236 msgid "" -"Default minimal column width in pixels, actual width may still be larger " -"than this if other columns don't need much space" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1218 -msgid "Default value is required" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:235 +msgid "Stroke Color" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 -msgid "Default value must be set when \"Filter has default value\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:249 +msgid "Filled" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 -msgid "Default value must be set when \"Filter value is required\" is checked" +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:251 +msgid "Whether to fill the objects" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:260 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:262 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:271 +msgid "Extruded" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:274 +msgid "Whether to make the grid 3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:282 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:286 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:296 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:308 +msgid "Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:323 +msgid "Fixed point radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:334 +msgid "Multiplier" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:338 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:346 +msgid "Lines encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:349 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:353 +msgid "geohash (square)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:362 +msgid "Reverse Lat & Long" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:396 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.tsx:36 +msgid "GeoJson Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:398 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.tsx:37 +msgid "Select the geojson column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +msgid "Right Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:740 +msgid "Show Markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +msgid "Show data points as circle markers on the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:99 +msgid "Y bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +msgid "Whether to display the min and max values of the Y-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:110 +msgid "Y 2 bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:121 +msgid "Line Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "linear" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:125 +msgid "basis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:126 +msgid "cardinal" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:127 +msgid "monotone" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:128 +msgid "step-before" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:129 +msgid "step-after" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +msgid "Line interpolation as defined by d3.js" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:140 +msgid "Show Range Filter" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 +msgid "Whether to display the time range interactive selector" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:129 +msgid "Extra Controls" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:132 msgid "" -"Default value set automatically when \"Select first filter value by " -"default\" is checked" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:145 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:217 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:123 +msgid "X Tick Layout" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:118 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:85 +msgid "flat" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:121 +msgid "staggered" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:134 +msgid "The way the ticks are laid out on the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:236 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:155 +msgid "X Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:248 +msgid "Y Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:251 +msgid "Use a log scale for the Y-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:259 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:256 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:248 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:236 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:230 +msgid "Y Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:262 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:259 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:233 msgid "" -"Define a function that receives the input and outputs the content for a " -"tooltip" +"Bounds for the Y-axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:155 -msgid "Define a function that returns a URL to navigate to when user clicks" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:275 +msgid "Y Axis 2 Bounds" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:133 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:291 +msgid "X bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +msgid "Whether to display the min and max values of the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:315 +msgid "Bar Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:318 +msgid "Show the value on top of the bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:326 +msgid "Stacked Bars" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:337 +msgid "Reduce X ticks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:340 msgid "" -"Define a javascript function that receives the data array used in the " -"visualization and is expected to return a modified version of that array." -" This can be used to alter properties of the data, filter, or enrich the " -"array." +"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " +"will not overflow and labels may be missing. If false, a minimum width " +"will be applied to columns and the width may overflow into an horizontal " +"scroll." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:354 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:123 +#: superset-frontend/src/explore/fixtures.tsx:58 +msgid "Stacked Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:55 +#: superset-frontend/src/explore/fixtures.tsx:61 +msgid "stack" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:56 +#: superset-frontend/src/explore/fixtures.tsx:62 +msgid "stream" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:57 +#: superset-frontend/src/explore/fixtures.tsx:63 +msgid "expand" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:52 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:52 +msgid "Evolution" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +msgid "" +"A time series chart that visualizes how a related metric from multiple " +"groups vary over time. Each group is visualized using a different color." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:42 +msgid "Area Chart (legacy)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:141 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:408 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:188 -#: superset-frontend/src/explore/controlPanels/sections.tsx:140 -msgid "" -"Defines a rolling window function to apply, works along with the " -"[Periods] text box" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +msgid "Continuous" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:124 -msgid "Defines how each series is broken down" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:62 +msgid "Line" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:285 -msgid "Defines the grid size in pixels" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +msgid "nvd3" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/src/explore/controls.jsx:383 -msgid "" -"Defines the grouping of entities. Each series is shown as a specific " -"color on the chart and has a legend toggle" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:56 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:31 +msgid "Deprecated" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:273 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:155 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:422 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:202 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 -msgid "" -"Defines the size of the rolling window function, relative to the time " -"granularity selected" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:54 +msgid "Series Limit Sort By" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 msgid "" -"Defines whether the step should appear at the beginning, middle or end " -"between two data points" +"Metric used to order the limit if a series limit is present. If undefined" +" reverts to the first metric (where appropriate)." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:90 -#: superset-frontend/src/features/charts/ChartCard.tsx:106 -#: superset-frontend/src/features/dashboards/DashboardCard.tsx:103 -#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:59 -#: superset-frontend/src/features/home/SavedQueries.tsx:220 -#: superset-frontend/src/features/tags/TagCard.tsx:85 -#: superset-frontend/src/pages/AlertReportList/index.tsx:394 -#: superset-frontend/src/pages/AlertReportList/index.tsx:595 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:366 -#: superset-frontend/src/pages/AnnotationList/index.tsx:307 -#: superset-frontend/src/pages/ChartList/index.tsx:518 -#: superset-frontend/src/pages/ChartList/index.tsx:846 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:338 -#: superset-frontend/src/pages/DashboardList/index.tsx:427 -#: superset-frontend/src/pages/DashboardList/index.tsx:712 -#: superset-frontend/src/pages/DatasetList/index.tsx:429 -#: superset-frontend/src/pages/DatasetList/index.tsx:773 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:182 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:313 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 -#: superset-frontend/src/pages/Tags/index.tsx:153 -#: superset-frontend/src/pages/Tags/index.tsx:290 superset/views/base.py:664 -msgid "Delete" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:73 +msgid "Series Limit Sort Descending" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:579 -#, python-format -msgid "Delete %s?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +msgid "Whether to sort descending or ascending if a series limit is present" msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:293 -msgid "Delete Annotation?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 +msgid "" +"Visualize how a metric changes over time using bars. Add a group by " +"column to visualize group level metrics and how they change over time." msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:551 -msgid "Delete Database?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:36 +msgid "Time-series Bar Chart (legacy)" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:745 -msgid "Delete Dataset?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:85 +msgid "Bar" msgstr "" -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:353 -msgid "Delete Layer?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 +msgid "Vertical" msgstr "" -#: superset-frontend/src/features/home/SavedQueries.tsx:243 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:519 -msgid "Delete Query?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 +msgid "Box Plot" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:335 -msgid "Delete Report?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:103 +msgid "X Log Scale" msgstr "" -#: superset-frontend/src/pages/CssTemplateList/index.tsx:323 -msgid "Delete Template?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:106 +msgid "Use a log scale for the X-axis" msgstr "" -#: superset/views/base.py:664 -msgid "Delete all Really?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:41 +msgid "" +"Visualizes a metric across three dimensions of data in a single chart (X " +"axis, Y axis, and bubble size). Bubbles from the same group can be " +"showcased using bubble color." msgstr "" -#: superset-frontend/src/pages/AnnotationList/index.tsx:195 -msgid "Delete annotation" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +msgid "Bubble Chart (legacy)" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 -msgid "Delete dashboard tab?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:38 +msgid "Ranges" msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:416 -msgid "Delete database" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:40 +msgid "Ranges to highlight with shading" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:246 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:270 -msgid "Delete email report" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:47 +msgid "Range labels" msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:428 -msgid "Delete query" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:49 +msgid "Labels for the ranges" msgstr "" -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:236 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:219 -msgid "Delete template" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:58 +msgid "Markers" msgstr "" -#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 -msgid "Delete this container and save to remove this message." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:60 +msgid "List of values to mark with triangles" msgstr "" -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:108 -msgid "Deleted" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:67 +msgid "Marker labels" msgstr "" -#: superset/annotation_layers/annotations/api.py:504 -#, python-format -msgid "Deleted %(num)d annotation" -msgid_plural "Deleted %(num)d annotations" -msgstr[0] "" -msgstr[1] "" - -#: superset/annotation_layers/api.py:355 -#, python-format -msgid "Deleted %(num)d annotation layer" -msgid_plural "Deleted %(num)d annotation layers" -msgstr[0] "" -msgstr[1] "" - -#: superset/charts/api.py:521 -#, python-format -msgid "Deleted %(num)d chart" -msgid_plural "Deleted %(num)d charts" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:69 +msgid "Labels for the markers" +msgstr "" -#: superset/css_templates/api.py:139 -#, python-format -msgid "Deleted %(num)d css template" -msgid_plural "Deleted %(num)d css templates" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:78 +msgid "Marker lines" +msgstr "" -#: superset/dashboards/api.py:745 -#, python-format -msgid "Deleted %(num)d dashboard" -msgid_plural "Deleted %(num)d dashboards" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:80 +msgid "List of values to mark with lines" +msgstr "" -#: superset/datasets/api.py:789 -#, python-format -msgid "Deleted %(num)d dataset" -msgid_plural "Deleted %(num)d datasets" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:87 +msgid "Marker line labels" +msgstr "" -#: superset/reports/api.py:502 -#, python-format -msgid "Deleted %(num)d report schedule" -msgid_plural "Deleted %(num)d report schedules" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:89 +msgid "Labels for the marker lines" +msgstr "" -#: superset/row_level_security/api.py:349 -#, python-format -msgid "Deleted %(num)d rules" -msgid_plural "Deleted %(num)d rules" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:38 +msgid "KPI" +msgstr "" -#: superset/queries/saved_queries/api.py:222 -#, python-format -msgid "Deleted %(num)d saved query" -msgid_plural "Deleted %(num)d saved queries" -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:28 +msgid "" +"Showcases the progress of a single metric against a given target. The " +"higher the fill, the closer the metric is to the target." +msgstr "" -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:94 -#, python-format -msgid "Deleted %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:28 +msgid "" +"Visualizes many different time-series objects in a single chart. This " +"chart is being deprecated and we recommend using the Time-series Chart " +"instead." msgstr "" -#: superset-frontend/src/features/home/SavedQueries.tsx:172 -#: superset-frontend/src/pages/AlertReportList/index.tsx:183 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 -#: superset-frontend/src/pages/AnnotationList/index.tsx:117 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 -#: superset-frontend/src/pages/DatabaseList/index.tsx:169 -#: superset-frontend/src/pages/DatasetList/index.tsx:664 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:242 -#: superset-frontend/src/reports/actions/reports.js:158 -#: superset-frontend/src/views/CRUD/utils.tsx:272 -#: superset-frontend/src/views/CRUD/utils.tsx:311 -#, python-format -msgid "Deleted: %s" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +msgid "Time-series Percent Change" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 -msgid "" -"Deleting a tab will remove all content within it. You may still reverse " -"this action with the" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:81 +msgid "Sort Bars" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 -msgid "Delimited long & lat single column" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:84 +msgid "Sort bars by x labels." msgstr "" -#: superset/views/database/forms.py:160 -msgid "Delimiter" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:157 +msgid "Breakdowns" msgstr "" -#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 -msgid "Delivery method" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:122 +msgid "Defines how each series is broken down" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 -msgid "Demographics" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +msgid "" +"Compares metrics from different categories using bars. Bar lengths are " +"used to indicate the magnitude of each value and color is used to " +"differentiate groups." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 -msgid "Density" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:39 +msgid "Bar Chart (legacy)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 -msgid "Dependent on" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:61 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +msgid "Additive" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:40 -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:36 -msgid "Deprecated" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +msgid "Discrete" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:96 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:44 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:55 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:156 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:183 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1206 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1210 -#: superset-frontend/src/components/ReportModal/index.tsx:293 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:51 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:367 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385 -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:465 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:154 -#: superset-frontend/src/pages/AnnotationList/index.tsx:161 -#: superset/connectors/sqla/views.py:156 superset/connectors/sqla/views.py:250 -#: superset/connectors/sqla/views.py:398 superset/views/chart/mixin.py:80 -#: superset/views/sql_lab/views.py:84 -msgid "Description" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:59 +msgid "Propagate" msgstr "" -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:266 -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:331 -msgid "Description (this can be seen in the list)" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:62 +msgid "Send range filter events to other charts" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 -msgid "Description Columns" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 +msgid "Classic chart that visualizes how metrics change over time." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:50 -msgid "Description text that shows up below your Big Number" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:360 -msgid "Deselect all" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:39 +msgid "Line Chart (legacy)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:344 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 -msgid "Details of the certification" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:98 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:105 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:94 +msgid "Label Type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:91 -msgid "Determines how whiskers and outliers are calculated." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:115 +msgid "Category Name" msgstr "" -#: superset/views/dashboard/mixin.py:70 -msgid "" -"Determines whether or not this dashboard is visible in the list of all " -"dashboards" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 +msgid "Value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:231 -msgid "Diamond" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:104 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:66 +msgid "Percentage" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 -msgid "Did you mean:" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:105 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100 +msgid "Category and Value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:141 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:94 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:333 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:215 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:65 -#: superset-frontend/src/explore/controlPanels/sections.tsx:211 -msgid "Difference" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:122 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:106 +msgid "Category and Percentage" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:46 -msgid "Dim Gray" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:107 +msgid "Category, Value and Percentage" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:116 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:110 -msgid "Dimension" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:119 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:102 +msgid "What should be shown on the label?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:35 -msgid "Dimension to use on x-axis." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +msgid "Donut" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/mixins.tsx:34 -msgid "Dimension to use on y-axis." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:223 +msgid "Do you want a donut or a pie?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 -#: superset-frontend/src/explore/controls.jsx:123 -#: superset-frontend/src/explore/controls.jsx:380 -msgid "Dimensions" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:70 +msgid "Show Labels" msgstr "" -#: superset/viz.py:1928 -msgid "Directed Force Layout" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:97 +msgid "" +"Whether to display the labels. Note that the label only displays when the" +" 5% threshold." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 -msgid "Directional" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +msgid "Put labels outside" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:212 -msgid "Disable SQL Lab data preview queries" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:110 +msgid "Put the labels outside the pie?" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:215 -msgid "" -"Disable data preview when fetching table metadata in SQL Lab. Useful to " -"avoid browser performance issues when using databases with very wide " -"tables." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:28 +msgid "Pie Chart (legacy)" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:98 -msgid "Disable embedding?" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 +msgid "Frequency" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 -msgid "Disabled" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:59 +msgid "Year (freq=AS)" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:596 -#: superset-frontend/src/dashboard/components/Header/index.jsx:598 -msgid "Discard" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:60 +msgid "52 weeks starting Monday (freq=52W-MON)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 -msgid "Discrete" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:61 +msgid "1 week starting Sunday (freq=W-SUN)" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:194 -#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:56 -msgid "Display Name" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:62 +msgid "1 week starting Monday (freq=W-MON)" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 -msgid "Display column level total" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:63 +msgid "Day (freq=D)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 -msgid "Display configuration" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:64 +msgid "4 weeks (freq=4W-MON)" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:252 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:66 msgid "" -"Display metrics side by side within each column, as opposed to each " -"column being displayed side by side for each metric." +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted " +"\"freq\" expressions." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:217 -msgid "Display row level total" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:39 -msgid "Display settings" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:458 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationTypes.js:32 +msgid "Formula" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:35 -msgid "" -"Displays connections between entities in a graph structure. Useful for " -"mapping relationships and showing which nodes are important in a network." -" Graph charts can be configured to be force-directed or circulate. If " -"your data has a geospatial component, try the deck.gl Arc chart." +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationTypes.js:36 +msgid "Event" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:168 -msgid "Distribute across" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationTypes.js:41 +msgid "Interval" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:52 -msgid "Distribution" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:83 +msgid "Stack" msgstr "" -#: superset/viz.py:1717 -msgid "Distribution - Bar Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:84 +msgid "Stream" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 -msgid "Divider" +#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:90 +msgid "Expand" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:222 -msgid "Do you want a donut or a pie?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:41 +msgid "Show legend" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:531 -msgid "Documentation" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:44 +msgid "Whether to display a legend for the chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:44 -msgid "Domain" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:52 +msgid "Margin" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:219 -msgid "Donut" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:56 +msgid "Additional padding for legend." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:692 -msgid "Dotted" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:69 +msgid "Scroll" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:482 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:292 -msgid "Download" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +msgid "Plain" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:317 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:512 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:329 -msgid "Download as image" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:74 +msgid "Legend type" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:262 -msgid "Download to CSV" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:85 +msgid "Orientation" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 -#: superset-frontend/src/pages/DashboardList/index.tsx:336 -#: superset-frontend/src/pages/DashboardList/index.tsx:575 -msgid "Draft" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:375 +msgid "Bottom" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:194 -msgid "Drag and drop components and charts to the dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:392 +msgid "Right" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:217 -#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:185 -msgid "Drag and drop components to this tab" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:94 +msgid "Legend Orientation" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:216 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 -msgid "Draw a marker on data points. Only applicable for line types." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:112 +msgid "Show Value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:173 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 -msgid "Draw area under curves. Only applicable for line types." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:115 +msgid "Show series values on the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:177 -msgid "Draw line from Pie to label when labels outside?" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:118 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:127 +msgid "Stack series on top of each other" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -msgid "Draw split lines for minor axis ticks" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:135 +msgid "Only Total" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 -msgid "Draw split lines for minor y-axis ticks" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:138 +msgid "" +"Only show the total value on the stacked chart, and not show on the " +"selected category" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:206 -#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:216 -msgid "Drill by" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:150 +msgid "Percentage threshold" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:199 -msgid "Drill by is not available for this data point" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:154 +msgid "Minimum threshold in percentage points for showing labels." msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:197 -msgid "Drill by is not yet supported for this chart type" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:180 +msgid "Rich tooltip" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:420 -#, python-format -msgid "Drill by: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:183 +msgid "Shows a list of all series available at that point in time" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:124 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 -msgid "Drill to detail" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:193 +msgid "Tooltip time format" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:38 -msgid "Drill to detail by" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:203 +msgid "Tooltip sort by metric" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:150 -msgid "Drill to detail by value is not yet supported for this chart type." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:206 +msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:126 -msgid "" -"Drill to detail is disabled because this chart does not group data by " -"dimension value." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:215 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:118 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:211 +msgid "Tooltip" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:99 -#, python-format -msgid "Drill to detail: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:226 +msgid "Sort Series By" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:184 -msgid "Drop a column here or click" -msgid_plural "Drop columns here or click" -msgstr[0] "" -msgstr[1] "" - -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:330 -msgid "Drop a column/metric here or click" -msgid_plural "Drop columns/metrics here or click" -msgstr[0] "" -msgstr[1] "" - -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:247 -msgid "Drop a temporal column here or click" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:230 +msgid "Based on what should series be ordered on the chart and legend" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:405 -msgid "Drop columns/metrics here or click" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:240 +msgid "Sort Series Ascending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:32 -msgid "Dual Line Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:243 +msgid "Sort series in ascending order" msgstr "" -#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 -#: superset-frontend/src/pages/DatasetList/index.tsx:483 -msgid "Duplicate" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:253 +msgid "Rotate x axis label" msgstr "" -#: superset/views/datasource/views.py:124 -#, python-format -msgid "Duplicate column name(s): %(columns)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:261 +msgid "Input field supports custom rotation. e.g. 30 for 30°" msgstr "" -#: superset/common/query_object.py:291 -#, python-format -msgid "" -"Duplicate column/metric labels: %(labels)s. Please make sure all columns " -"and metrics have a unique label." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:266 +msgid "Series Order" msgstr "" -#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 -msgid "Duplicate dataset" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:275 +msgid "Truncate X Axis" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 -msgid "Duplicate tab" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:278 +msgid "" +"Truncate X Axis. Can be overridden by specifying a min or max bound. Only" +" applicable for numercal X axis." msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 -#: superset-frontend/src/pages/ExecutionLogList/index.tsx:138 -msgid "Duration" +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:288 +msgid "X Axis Bounds" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:249 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:291 msgid "" -"Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires, and -1 bypasses " -"the cache. Note this defaults to the global timeout if undefined." +"Bounds for numerical X axis. Not applicable for temporal or categorical " +"axes. When left empty, the bounds are dynamically defined based on the " +"min/max of the data. Note that this feature will only expand the axis " +"range. It won't narrow the data's extent." msgstr "" -#: superset/views/database/mixins.py:172 -msgid "" -"Duration (in seconds) of the caching timeout for charts of this database." -" A timeout of 0 indicates that the cache never expires. Note this " -"defaults to the global timeout if undefined." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:306 +msgid "Minor ticks" msgstr "" -#: superset/views/chart/mixin.py:69 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Note this " -"defaults to the datasource/table timeout if undefined." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:309 +msgid "Show minor ticks on axes." msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 -msgid "" -"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" -" bypass the cache. Note this defaults to the dataset's timeout if " -"undefined." +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:320 +msgid "Make the x-axis categorical" msgstr "" -#: superset/connectors/sqla/views.py:369 -msgid "" -"Duration (in seconds) of the caching timeout for this table. A timeout of" -" 0 indicates that the cache never expires. Note this defaults to the " -"database timeout if undefined." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 +#, python-format +msgid "Last available value seen on %s" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:271 -msgid "" -"Duration (in seconds) of the metadata caching timeout for schemas of this" -" database. If left unset, the cache never expires." +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:89 +msgid "Not up to date" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:292 -msgid "" -"Duration (in seconds) of the metadata caching timeout for tables of this " -"database. If left unset, the cache never expires. " +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:134 +#: superset-frontend/src/components/Table/index.tsx:222 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:209 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:95 +msgid "No data" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:59 -msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:191 +msgid "No data after filtering or data is NULL for the latest time record" msgstr "" -#: superset-frontend/src/explore/controls.jsx:90 -msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:194 +msgid "Try applying different filters or ensuring your datasource has data" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:58 -#: superset-frontend/src/explore/controls.jsx:89 -msgid "Duration in ms (66000 => 1m 6s)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:121 +msgid "Big Number Font Size" msgstr "" -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:223 -#, python-format -msgid "Duration: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:127 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:161 +msgid "Tiny" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:66 -msgid "Dynamic Aggregation Function" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:131 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:165 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 +msgid "Small" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 -msgid "Dynamically search all filter values" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:135 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:169 +msgid "Normal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:61 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:54 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:65 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:129 -msgid "ECharts" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:139 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:173 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" msgstr "" -#: superset/reports/notifications/email.py:133 -msgid "EMAIL_REPORTS_CTA" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:143 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:177 +msgid "Huge" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 -msgid "END (EXCLUSIVE)" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:155 +msgid "Subheader Font Size" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/SuperChartCore.tsx:175 -msgid "ERROR" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:37 +msgid "Display settings" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:704 -#, python-format -msgid "ERROR: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:46 +msgid "Subheader" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:242 -msgid "Edge length" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:48 +msgid "Description text that shows up below your Big Number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:248 -msgid "Edge length between nodes" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:301 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:330 +msgid "Date format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 -msgid "Edge symbols" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 +msgid "Force date format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:227 -msgid "Edge width" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:160 +msgid "Use date formatting even when metric value is not a timestamp" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:224 -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 -#: superset-frontend/src/features/charts/ChartCard.tsx:131 -#: superset-frontend/src/features/dashboards/DashboardCard.tsx:77 -#: superset-frontend/src/features/home/SavedQueries.tsx:201 -#: superset-frontend/src/pages/AlertReportList/index.tsx:385 -#: superset-frontend/src/pages/ChartList/index.tsx:553 -#: superset-frontend/src/pages/DashboardList/index.tsx:461 -#: superset-frontend/src/pages/DatabaseList/index.tsx:442 -#: superset-frontend/src/pages/DatasetList/index.tsx:463 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:200 -msgid "Edit" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:98 +msgid "Conditional Formatting" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380 -msgid "Edit Alert" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:99 +msgid "Apply conditional color formatting to metric" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:279 -msgid "Edit CSS" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:31 +msgid "" +"Showcases a single metric front-and-center. Big number is best used to " +"call attention to a KPI or the one thing you want your audience to focus " +"on." msgstr "" -#: superset/views/css_templates.py:41 -msgid "Edit CSS Template" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 +msgid "A Big Number" msgstr "" -#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:229 -msgid "Edit CSS template properties" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:36 +msgid "With a subheader" msgstr "" -#: superset/views/chart/mixin.py:28 -msgid "Edit Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:38 +msgid "Big Number" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 -msgid "Edit Chart Properties" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:53 +msgid "Comparison Period Lag" msgstr "" -#: superset/connectors/sqla/views.py:74 -msgid "Edit Column" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:55 +msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/views/dashboard/mixin.py:27 -msgid "Edit Dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:66 +msgid "Comparison suffix" msgstr "" -#: superset/views/database/mixins.py:36 -msgid "Edit Database" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:67 +msgid "Suffix to apply after the percentage display" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:241 -msgid "Edit Dataset " +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:76 +msgid "Show Timestamp" msgstr "" -#: superset/views/log/__init__.py:24 -msgid "Edit Log" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:79 +msgid "Whether to display the timestamp" msgstr "" -#: superset/connectors/sqla/views.py:209 -msgid "Edit Metric" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:88 +msgid "Show Trend Line" msgstr "" -#: superset/views/dynamic_plugins.py:61 -msgid "Edit Plugin" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:91 +msgid "Whether to display the trend line" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379 -msgid "Edit Report" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:100 +msgid "Start y-axis at 0" msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:337 -msgid "Edit Rule" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:103 +msgid "" +"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " +"data." msgstr "" -#: superset/views/sql_lab/views.py:55 -msgid "Edit Saved Query" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:114 +msgid "Fix to selected Time Range" msgstr "" -#: superset/connectors/sqla/views.py:294 -msgid "Edit Table" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 +msgid "" +"Fix the trend line to the full time range specified in case filtered " +"results do not include the start or end dates" msgstr "" -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:282 -#: superset-frontend/src/pages/AnnotationList/index.tsx:188 -msgid "Edit annotation" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:283 +msgid "TEMPORAL X-AXIS" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 -msgid "Edit annotation layer" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:33 +msgid "" +"Showcases a single number accompanied by a simple line chart, to call " +"attention to an important metric along with its change over time or other" +" dimension." msgstr "" -#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 -msgid "Edit annotation layer properties" +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:37 +msgid "Big Number with Trendline" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:122 -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:44 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:217 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:405 -msgid "Edit chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:88 +msgid "Whisker/outlier options" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:278 -msgid "Edit chart properties" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:90 +msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:630 -#: superset-frontend/src/dashboard/components/Header/index.jsx:632 -msgid "Edit dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:94 +msgid "Tukey" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1756 -msgid "Edit database" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:95 +msgid "Min/max (no outliers)" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:288 -msgid "Edit dataset" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 +msgid "2/98 percentiles" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:243 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:264 -#: superset-frontend/src/components/ReportModal/index.tsx:211 -msgid "Edit email report" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:97 +msgid "9/91 percentiles" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 -msgid "Edit formatter" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:164 +msgid "Categories to group by on the x-axis." msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:273 -msgid "Edit properties" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:167 +msgid "Distribute across" msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:407 -msgid "Edit query" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:169 +msgid "Columns to calculate distribution across." msgstr "" -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:227 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:210 -msgid "Edit template" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +msgid "" +"Also known as a box and whisker plot, this visualization compares the " +"distributions of a related metric across multiple groups. The box in the " +"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " +"around each box visualize the min, max, range, and outer 2 quartiles." msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 -msgid "Edit template parameters" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/index.ts:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:64 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:127 +msgid "ECharts" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:718 -#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:242 -msgid "Edit the dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:97 +msgid "Bubble size number format" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:347 -msgid "Edit time range" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:106 +msgid "Bubble Opacity" msgstr "" -#: superset-frontend/src/features/home/ActivityTable.tsx:151 -msgid "Edited" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:112 +msgid "Opacity of bubbles, 0 means completely transparent, 1 means opaque" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:747 -msgid "Editing 1 filter:" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:143 +msgid "X AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 -msgid "Editing filter set:" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:167 +msgid "Logarithmic x-axis" msgstr "" -#: superset/errors.py:116 -msgid "Either the database is spelled incorrectly or does not exist." +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:195 +msgid "Rotate y axis label" msgstr "" -#: superset/db_engine_specs/mysql.py:150 superset/db_engine_specs/presto.py:681 -#: superset/db_engine_specs/redshift.py:71 -#: superset/db_engine_specs/starrocks.py:122 -#, python-format -msgid "Either the username \"%(username)s\" or the password is incorrect." +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:215 +msgid "Y AXIS TITLE MARGIN" msgstr "" -#: superset/db_engine_specs/mssql.py:85 -#, python-format -msgid "" -"Either the username \"%(username)s\", password, or database name " -"\"%(database)s\" is incorrect." +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:228 +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:231 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:435 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:444 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:208 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:211 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:196 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:199 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:140 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:140 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:193 +msgid "Logarithmic y-axis" msgstr "" -#: superset/errors.py:115 -msgid "Either the username or the password is wrong." +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:242 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 +msgid "Truncate Y Axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:88 -msgid "Elevation" +#: superset-frontend/plugins/plugin-chart-echarts/src/Bubble/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:347 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:237 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:219 +msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:239 -#: superset-frontend/src/components/ReportModal/HeaderReportDropdown/index.tsx:254 -msgid "Email reports active" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 +#, python-format +msgid "% calculation" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:244 -msgid "Embed" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:81 +msgid "" +"Display percents in the label and tooltip as the percent of the total " +"value, from the first step of the funnel, or from the previous step in " +"the funnel." msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:349 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:351 -msgid "Embed code" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +msgid "Calculate from first step" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:344 -msgid "Embed dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:88 +msgid "Calculate from previous step" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:108 -msgid "Embedding deactivated." +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:90 +msgid "Percent of total" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:163 -msgid "Emit Filter Events" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:64 +msgid "Labels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 -msgid "Emphasis" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 +msgid "Label Contents" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 -msgid "Employment and education" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:108 +msgid "Value and Percentage" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:215 -msgid "Empty circle" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:133 +msgid "What should be shown as the label" msgstr "" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 -msgid "Empty collection" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:142 +msgid "Tooltip Contents" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 -msgid "Empty column" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:159 +msgid "What should be shown as the tooltip label" msgstr "" -#: superset/charts/data/api.py:366 -msgid "Empty query result" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:186 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:73 +msgid "Whether to display the labels." msgstr "" -#: superset/models/helpers.py:1508 -msgid "Empty query?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:195 +msgid "Show Tooltip Labels" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 -msgid "Empty row" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:198 +msgid "Whether to display the tooltip labels." msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:299 -#: superset-frontend/src/features/home/SubMenu.tsx:303 -msgid "Enable 'Allow file uploads to database' in any database's settings" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 +msgid "" +"Showcases how a metric changes as the funnel progresses. This classic " +"chart is useful for visualizing drop-off between stages in a pipeline or " +"lifecycle." msgstr "" -#: superset/connectors/sqla/views.py:389 -msgid "Enable Filter Select" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 +msgid "Funnel Chart" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:159 -msgid "Enable cross-filtering" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:65 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:52 +msgid "Sequential" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:309 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:316 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 -msgid "Enable data zooming controls" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:41 +msgid "Columns to group by" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:232 -msgid "Enable embedding" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 +msgid "General" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 -msgid "Enable forecast" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:84 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 +msgid "Min" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 -msgid "Enable forecasting" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 +msgid "Minimum value on the gauge axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:162 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:271 -msgid "Enable graph roaming" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:95 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 +msgid "Max" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:142 -msgid "Enable node dragging" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 +msgid "Maximum value on the gauge axis" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:180 -msgid "Enable query cost estimation" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:105 +msgid "Start angle" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:36 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:299 -msgid "Enable server side pagination of results (experimental feature)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:106 +msgid "Angle at which to start progress axis" msgstr "" -#: superset/viz.py:2514 -msgid "" -"Encountered invalid NULL spatial entry," -" please consider filtering those " -"out" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:115 +msgid "End angle" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:77 -#: superset-frontend/src/pages/AnnotationList/index.tsx:178 -msgid "End" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 +msgid "Angle at which to end progress axis" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/Arc.jsx:44 -msgid "End (Longitude, Latitude): " +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:128 +msgid "Font size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 -msgid "End Longitude & Latitude" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 +msgid "Font size for axis labels, detail value and other text elements" msgstr "" -#: superset/views/sql_lab/views.py:86 -msgid "End Time" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +msgid "Value format" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:116 -msgid "End angle" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:162 +msgid "Additional text to add before or after the value, e.g. unit" msgstr "" -#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:307 -msgid "End date" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:175 +msgid "Show pointer" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 -msgid "End date excluded from time range" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:176 +msgid "Whether to show the pointer" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:35 -msgid "End date must be after start date" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:187 +msgid "Animation" msgstr "" -#: superset/databases/commands/validate.py:59 -#, python-format -msgid "Engine \"%(engine)s\" cannot be configured through parameters." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:188 +msgid "Whether to animate the progress and the value or just display them" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:512 -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:516 -msgid "Engine Parameters" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:196 +msgid "Axis" msgstr "" -#: superset/databases/schemas.py:302 -msgid "" -"Engine spec \"InvalidEngine\" does not support being configured via " -"individual parameters." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:202 +msgid "Show axis line ticks" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:376 -msgid "Enter CA_BUNDLE" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:203 +msgid "Whether to show minor ticks on the axis" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 -msgid "Enter Primary Credentials" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:214 +msgid "Show split lines" msgstr "" -#: superset/views/database/forms.py:161 -msgid "Enter a delimiter for this data" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:215 +msgid "Whether to show the split lines on the axis" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 -msgid "Enter a name for this sheet" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:226 +msgid "Split number" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 -msgid "Enter a new title for the tab" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:227 +msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:244 -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:265 -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:286 -msgid "Enter duration in seconds" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:235 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:83 +msgid "Progress" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:265 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:369 -msgid "Enter fullscreen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:241 +msgid "Show progress" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 -#, python-format -msgid "Enter the required %(dbModelName)s credentials" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:242 +msgid "Whether to show the progress of gauge chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:128 -#: superset-frontend/src/explore/controls.jsx:392 -msgid "Entity" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:253 +msgid "Overlap" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:124 -msgid "Entity ID" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:254 +msgid "Whether the progress bar overlaps when there are multiple groups of data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 -msgid "Equal Date Sizes" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:267 +msgid "Round cap" msgstr "" -#: superset-frontend/src/explore/constants.ts:59 -msgid "Equal to (=)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:268 +msgid "Style the ends of the progress bar with a round cap" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295 -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 -#: superset-frontend/src/pages/AlertReportList/index.tsx:64 -msgid "Error" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 +msgid "Intervals" msgstr "" -#: superset/models/helpers.py:1919 -#, python-format -msgid "Error in jinja expression in HAVING clause: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 +msgid "Interval bounds" msgstr "" -#: superset/connectors/sqla/models.py:1105 superset/models/helpers.py:835 -#, python-format -msgid "Error in jinja expression in RLS filters: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:283 +msgid "" +"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " +"4-5. Last number should match the value provided for MAX." msgstr "" -#: superset/models/helpers.py:1901 -#, python-format -msgid "Error in jinja expression in WHERE clause: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 +msgid "Interval colors" msgstr "" -#: superset/connectors/sqla/models.py:789 -#, python-format -msgid "Error in jinja expression in fetch values predicate: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:297 +msgid "" +"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " +"denote colors from the chosen color scheme and are 1-indexed. Length must" +" be matching that of interval bounds." msgstr "" -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:274 -msgid "Error loading chart datasources. Filters may not work correctly." +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 +msgid "" +"Uses a gauge to showcase progress of a metric towards a target. The " +"position of the dial represents the progress and the terminal value in " +"the gauge represents the target value." msgstr "" -#: superset-frontend/src/pages/ExecutionLogList/index.tsx:147 -msgid "Error message" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:50 +msgid "Gauge Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 -msgid "Error while fetching charts" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +msgid "Name of the source nodes" msgstr "" -#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 -#, python-format -msgid "Error while fetching data: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +msgid "Name of the target nodes" msgstr "" -#: superset/connectors/sqla/models.py:914 superset/models/helpers.py:1072 -#, python-format -msgid "Error while rendering virtual dataset query: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +msgid "Source category" msgstr "" -#: superset/charts/data/commands/get_data_command.py:55 -#, python-format -msgid "Error: %(error)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +msgid "" +"The category of source nodes used to assign colors. If a node is " +"associated with more than one category, only the first will be used." msgstr "" -#: superset/views/core.py:842 superset/views/core.py:1955 -#, python-format -msgid "Error: %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +msgid "Target category" msgstr "" -#: superset/views/core.py:839 -msgid "Error: permalink state not found" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +msgid "Category of target nodes" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 -msgid "Estimate cost" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:105 +msgid "Chart options" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 -msgid "Estimate selected query cost" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:108 +msgid "Layout" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:615 -msgid "Estimate the cost before running a query" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +msgid "Graph layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:37 -#: superset-frontend/src/modules/AnnotationTypes.js:36 -msgid "Event" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +msgid "Force" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:31 -msgid "Event Flow" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +msgid "Layout type of graph" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 -msgid "Event Names" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +msgid "Edge symbols" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:36 -msgid "Event definition" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +msgid "Symbol of two ends of edge line" msgstr "" -#: superset/viz.py:2927 -msgid "Event flow" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +msgid "None -> None" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:543 -msgid "Event time column" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +msgid "None -> Arrow" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 -msgid "Every" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +msgid "Circle -> Arrow" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 -msgid "Evolution" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +msgid "Circle -> Circle" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1138 -msgid "Exact" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +msgid "Enable node dragging" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 -msgid "Example" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +msgid "Whether to enable node dragging in force layout mode." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:852 -#: superset-frontend/src/pages/Home/index.tsx:208 -msgid "Examples" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:268 +msgid "Enable graph roaming" msgstr "" -#: superset/views/database/forms.py:288 -msgid "Excel File" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:272 +msgid "Disabled" msgstr "" -#: superset/views/database/views.py:427 -#, python-format -msgid "" -"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" -" database \"%(db_name)s\"" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:273 +msgid "Scale only" msgstr "" -#: superset/views/database/views.py:306 -msgid "Excel to Database configuration" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +msgid "Move only" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 -msgid "Exclude selected values" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +msgid "Scale and Move" msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:405 -msgid "Excluded roles" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +msgid "Whether to enable changing graph position and scaling." msgstr "" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 -msgid "Executed SQL" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +msgid "Node select mode" msgstr "" -#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 -msgid "Executed query" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +msgid "Single" msgstr "" -#: superset-frontend/src/pages/ExecutionLogList/index.tsx:108 -msgid "Execution ID" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +msgid "Multiple" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:376 -msgid "Execution log" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +msgid "Allow node selections" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:419 -msgid "Existing dataset" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +msgid "Label threshold" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:368 -msgid "Exit fullscreen" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +msgid "Minimum value for label to be displayed on graph." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/constants.ts:90 -msgid "Expand" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +msgid "Node size" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 -msgid "Expand all" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +msgid "" +"Median node size, the largest node will be 4 times larger than the " +"smallest" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 -msgid "Expand data panel" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +msgid "Edge width" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:213 -msgid "Expand row" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +msgid "" +"Median edge width, the thickest edge will be 4 times thicker than the " +"thinnest." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:194 -msgid "Expand table preview" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +msgid "Edge length" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 -msgid "Expand tool bar" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +msgid "Edge length between nodes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 -msgid "" -"Expects a formula with depending time parameter 'x'\n" -" in milliseconds since epoch. mathjs is used to evaluate the " -"formulas.\n" -" Example: '2x+5'" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +msgid "Gravity" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:84 -#: superset-frontend/src/filters/components/GroupBy/index.ts:31 -#: superset-frontend/src/filters/components/Range/index.ts:31 -#: superset-frontend/src/filters/components/Select/index.ts:32 -#: superset-frontend/src/filters/components/Time/index.ts:31 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 -msgid "Experimental" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +msgid "Strength to pull the graph toward center" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:91 -#: superset/views/core.py:1009 -msgid "Explore" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +msgid "Repulsion" msgstr "" -#: superset/views/core.py:1007 -#, python-format -msgid "Explore - %(table)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +msgid "Repulsion strength between nodes" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 -msgid "Explore the result set in the data exploration view" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +msgid "Friction" msgstr "" -#: superset-frontend/src/features/charts/ChartCard.tsx:119 -#: superset-frontend/src/features/dashboards/DashboardCard.tsx:90 -#: superset-frontend/src/pages/ChartList/index.tsx:537 -#: superset-frontend/src/pages/ChartList/index.tsx:854 -#: superset-frontend/src/pages/DashboardList/index.tsx:445 -#: superset-frontend/src/pages/DashboardList/index.tsx:720 -#: superset-frontend/src/pages/DatabaseList/index.tsx:426 -#: superset-frontend/src/pages/DatasetList/index.tsx:445 -#: superset-frontend/src/pages/DatasetList/index.tsx:781 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:550 -#: superset/views/dashboard/views.py:65 -msgid "Export" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +msgid "Friction between nodes" msgstr "" -#: superset/views/dashboard/views.py:65 -msgid "Export dashboards?" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:36 +msgid "" +"Displays connections between entities in a graph structure. Useful for " +"mapping relationships and showing which nodes are important in a network." +" Graph charts can be configured to be force-directed or circulate. If " +"your data has a geospatial component, try the deck.gl Arc chart." msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:421 -msgid "Export query" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 +msgid "Graph Chart" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:487 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:316 -msgid "Export to .CSV" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:46 +msgid "Structural" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 -msgid "Export to .JSON" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:48 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:155 +msgid "Whether to sort descending or ascending" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:506 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:335 -msgid "Export to Excel" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:144 +msgid "Series type" msgstr "" -#: superset/views/base.py:607 -msgid "Export to YAML" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:68 +msgid "Smooth Line" msgstr "" -#: superset/views/base.py:607 -msgid "Export to YAML?" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:86 +msgid "Step - start" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:498 -msgid "Export to full .CSV" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:153 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:87 +msgid "Step - middle" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:300 -msgid "Export to original .CSV" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:88 +msgid "Step - end" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:307 -msgid "Export to pivoted .CSV" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:90 +msgid "Series chart type (line, bar etc)" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:98 -msgid "Expose database in SQL Lab" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:165 +msgid "Stack series" msgstr "" -#: superset-frontend/src/pages/DatabaseList/index.tsx:365 -#: superset-frontend/src/pages/DatabaseList/index.tsx:471 -#: superset/views/database/mixins.py:183 -msgid "Expose in SQL Lab" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:177 +msgid "Area chart" msgstr "" -#: superset/views/database/mixins.py:103 -msgid "Expose this DB in SQL Lab" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:180 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:103 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:97 +msgid "Draw area under curves. Only applicable for line types." msgstr "" -#: superset/connectors/sqla/views.py:160 -msgid "Expression" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 +msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:908 -#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:401 -#: superset/views/database/mixins.py:193 -msgid "Extra" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:145 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:127 +msgid "Marker" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 -msgid "Extra Controls" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:223 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:148 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:130 +msgid "Draw a marker on data points. Only applicable for line types." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:99 -msgid "Extra Parameters" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:234 +msgid "Marker size" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 -msgid "Extra data for JS" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:164 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146 +msgid "Size of marker. Also applies to forecast observations." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:909 -msgid "" -"Extra data to specify table metadata. Currently supports metadata of the " -"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," -" \"details\": \"This table is the source of truth.\" }, " -"\"warning_markdown\": \"This is a warning.\" }`." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:252 +msgid "Primary" msgstr "" -#: superset/views/database/mixins.py:240 superset/views/database/mixins.py:264 -#, python-format -msgid "Extra field cannot be decoded by JSON. %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:253 +msgid "Secondary" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:52 -msgid "Extra parameters for use in jinja templated queries" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 +msgid "Primary or secondary y-axis" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:101 -msgid "" -"Extra parameters that any plugins can choose to set for use in Jinja " -"templated queries" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:288 +msgid "Shared query fields" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:90 -msgid "Extra url parameters for use in Jinja templated queries" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:292 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:303 +msgid "Query A" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:270 -msgid "Extruded" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293 +msgid "Advanced analytics Query A" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 -msgid "FEB" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:294 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:304 +msgid "Query B" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 -msgid "FRI" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:295 +msgid "Advanced analytics Query B" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 -msgid "Factor" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:310 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:308 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:159 +msgid "Data Zoom" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:337 -msgid "Factor to multiply the metric by" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:313 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:311 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:162 +msgid "Enable data zooming controls" msgstr "" -#: superset/views/database/forms.py:177 superset/views/database/forms.py:334 -#: superset/views/database/forms.py:465 -msgid "Fail" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:208 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:208 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:202 +msgid "Minor Split Line" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:133 -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:139 -#: superset-frontend/src/pages/QueryHistoryList/index.tsx:168 -msgid "Failed" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:333 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:223 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:211 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 +msgid "Draw split lines for minor y-axis ticks" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:210 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:350 -msgid "Failed at retrieving results" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:358 +msgid "Primary y-axis Bounds" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:496 -#, python-format -msgid "Failed at stopping query. %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:361 +msgid "" +"Bounds for the primary Y-axis. When left empty, the bounds are " +"dynamically defined based on the min/max of the data. Note that this " +"feature will only expand the axis range. It won't narrow the data's " +"extent." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:342 -msgid "Failed to create report" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:375 +msgid "Primary y-axis format" msgstr "" -#: superset/sqllab/exceptions.py:66 -#, python-format -msgid "Failed to execute %(query)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:388 +msgid "Logarithmic scale on primary y-axis" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:97 -msgid "Failed to generate chart edit URL" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:397 +msgid "Secondary y-axis Bounds" msgstr "" -#: superset-frontend/src/pages/Chart/index.tsx:57 -msgid "Failed to load chart data" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:400 +msgid "" +"Bounds for the secondary Y-axis. Only works when Independent Y-axis\n" +" bounds are enabled. When left empty, the bounds are " +"dynamically defined\n" +" based on the min/max of the data. Note that this feature " +"will only expand\n" +" the axis range. It won't narrow the data's extent." msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:402 -#: superset-frontend/src/pages/Chart/index.tsx:69 -msgid "Failed to load chart data." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:414 +msgid "Secondary y-axis format" msgstr "" -#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:149 -msgid "Failed to load dimensions for drill by" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:423 +msgid "Secondary currency format" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 -msgid "Failed to retrieve advanced type" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:432 +msgid "Secondary y-axis title" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardInfo.ts:125 -msgid "Failed to save cross-filter scoping" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:447 +msgid "Logarithmic scale on secondary y-axis" msgstr "" -#: superset/errors.py:143 superset/sqllab/sql_json_executer.py:189 -msgid "Failed to start remote query on a worker." +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +msgid "" +"Visualize two different series using the same x-axis. Note that both " +"series can be visualized with a different chart type (e.g. 1 using bars " +"and 1 using a line)." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:341 -msgid "Failed to update report" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:68 +msgid "Mixed Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 -#, python-format -msgid "Failed to verify select options: %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +msgid "Put the labels outside of the pie?" msgstr "" -#: superset-frontend/src/features/home/ChartTable.tsx:145 -#: superset-frontend/src/features/home/DashboardTable.tsx:156 -#: superset-frontend/src/pages/ChartList/index.tsx:590 -#: superset-frontend/src/pages/DashboardList/index.tsx:498 -msgid "Favorite" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +msgid "Label Line" msgstr "" -#: superset-frontend/src/profile/components/App.tsx:52 -msgid "Favorites" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +msgid "Draw line from Pie to label when labels outside?" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 -msgid "February" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:191 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:99 +msgid "Show Total" msgstr "" -#: superset/connectors/sqla/views.py:395 -msgid "Fetch Values Predicate" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:102 +msgid "Whether to display the aggregate count" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:531 -msgid "Fetch data preview" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +msgid "Pie shape" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:354 -#, python-format -msgid "Fetched %s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:205 +msgid "Outer Radius" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:151 -msgid "Fetching" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +msgid "Outer edge of Pie chart" msgstr "" -#: superset/databases/commands/exceptions.py:63 -#, python-format -msgid "Field cannot be decoded by JSON. %(json_error)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:232 +msgid "Inner Radius" msgstr "" -#: superset/databases/schemas.py:199 superset/databases/schemas.py:214 -#, python-format -msgid "Field cannot be decoded by JSON. %(msg)s" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:238 +msgid "Inner radius of donut hole" msgstr "" -#: superset/databases/commands/exceptions.py:50 -#: superset/databases/ssh_tunnel/commands/exceptions.py:57 -msgid "Field is required" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:59 +msgid "" +"The classic. Great for showing how much of a company each investor gets, " +"what demographics follow your blog, or what portion of the budget goes to" +" the military industrial complex.\n" +"\n" +" Pie charts can be difficult to interpret precisely. If clarity of" +" relative proportion is important, consider using a bar or other chart " +"type instead." msgstr "" -#: superset/templates/superset/import_dashboards.html:37 -msgid "File" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 +msgid "Pie Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:221 -msgid "Fill Color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/transformProps.ts:339 +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts:388 +#, python-format +msgid "Total: %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 -msgid "Fill all required fields to enable \"Default Value\"" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:50 +msgid "The maximum value of metrics. It is an optional configuration" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:181 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:255 -msgid "Fill method" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:122 +msgid "Label position" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:248 -msgid "Filled" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:158 +msgid "Radar" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 -#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 -msgid "Filter" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:164 +msgid "Customize Metrics" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:289 -msgid "Filter Configuration" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:165 +msgid "Further customize how to display each metric" msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:24 -msgid "Filter List" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +msgid "Circle radar shape" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 -msgid "Filter Settings" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +msgid "Radar render type, whether to display 'circle' shape." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:825 -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:362 -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:372 -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:373 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:134 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:255 -msgid "Filter Type" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +msgid "" +"Visualize a parallel set of metrics across multiple groups. Each group is" +" visualized using its own line of points and each metric is represented " +"as an edge in the chart." msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 -msgid "Filter box (deprecated)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 +msgid "Radar Chart" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:351 -msgid "Filter charts" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:157 +msgid "Primary Metric" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:281 -msgid "Filter configuration" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:158 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:36 -msgid "Filter configuration for the filter box" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:163 +msgid "Secondary Metric" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1172 -msgid "Filter has default value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:165 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:201 -msgid "Filter menu" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:172 +msgid "When only a primary metric is provided, a categorical color scale is used." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 -msgid "Filter metadata changed in dashboard. It will not be applied." +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:182 +msgid "When a secondary metric is provided, a linear color scale is used." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:815 -msgid "Filter name" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 +msgid "Hierarchy" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 -msgid "Filter only displays values relevant to selections made in other filters." +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:193 +msgid "" +"Sets the hierarchy levels of the chart. Each level is\n" +" represented by one ring with the innermost circle as the top of " +"the hierarchy." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:283 -msgid "Filter results" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:42 +msgid "" +"Uses circles to visualize the flow of data through different stages of a " +"system. Hover over individual paths in the visualization to understand " +"the stages a value took. Useful for multi-stage, multi-group visualizing " +"funnels and pipelines." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 -msgid "Filter set already exists" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:46 +msgid "Sunburst Chart" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 -msgid "Filter set with this name already exists" +#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:67 +msgid "Multi-Levels" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:253 -#, python-format -msgid "Filter sets (%(filterSetCount)d)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/constants.ts:77 +msgid "When using other than adaptive formatting, labels may overlap" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:829 -msgid "Filter type" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:48 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:529 -msgid "Filter value (case sensitive)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:58 +msgid "Generic Chart" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 -msgid "Filter value is required" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:578 +msgid "zoom area" msgstr "" -#: superset/models/helpers.py:1815 -msgid "Filter value list cannot be empty" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts:579 +msgid "restore zoom" msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:350 -msgid "Filter your charts" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:78 +msgid "Series Style" msgstr "" -#: superset/connectors/sqla/views.py:158 -msgid "Filterable" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:108 +msgid "Area chart opacity" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:139 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:109 -#: superset-frontend/src/explore/controls.jsx:446 -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 -#: superset/viz.py:2071 -msgid "Filters" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:114 +msgid "Opacity of Area Chart. Also applies to confidence band." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 -#, python-format -msgid "Filters (%d)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:141 +msgid "Marker Size" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 -msgid "Filters by columns" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:54 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 -msgid "Filters by metrics" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:94 +msgid "Area Chart" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:27 -msgid "Filters configuration" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:102 +msgid "Axis Title" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 -#, python-format -msgid "Filters out of scope (%d)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:118 +msgid "AXIS TITLE MARGIN" msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:435 -msgid "" -"Filters with the same group key will be ORed together within the group, " -"while different filter groups will be ANDed together. Undefined group " -"keys are treated as unique groups, i.e. are not grouped together. For " -"example, if a table has three filters, of which two are for departments " -"Finance and Marketing (group key = 'department'), and one refers to the " -"region Europe (group key = 'region'), the filter clause would apply the " -"filter (department = 'Finance' OR department = 'Marketing') AND (region =" -" 'Europe')." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:135 +msgid "AXIS TITLE POSITION" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1132 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1180 -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1914 -msgid "Finish" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:182 +msgid "Axis Format" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 -msgid "First" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197 +msgid "Logarithmic axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:116 -msgid "" -"Fix the trend line to the full time range specified in case filtered " -"results do not include the start or end dates" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:211 +msgid "Draw split lines for minor axis ticks" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:115 -msgid "Fix to selected Time Range" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:224 +msgid "Truncate Axis" msgstr "" -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 -msgid "Fixed" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:227 +msgid "It’s not recommended to truncate axis in Bar chart." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:129 -msgid "Fixed Color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:238 +msgid "Axis Bounds" msgstr "" -#: superset-frontend/src/explore/controls.jsx:205 -msgid "Fixed color" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:241 +msgid "" +"Bounds for the axis. When left empty, the bounds are dynamically defined " +"based on the min/max of the data. Note that this feature will only expand" +" the axis range. It won't narrow the data's extent." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:322 -msgid "Fixed point radius" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:263 +msgid "Chart Orientation" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:25 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:33 -msgid "Flow" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:272 +msgid "Bar orientation" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:129 -msgid "Font size" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:276 +msgid "Horizontal" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:130 -msgid "Font size for axis labels, detail value and other text elements" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:278 +msgid "Orientation of bar chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:75 -msgid "Font size for the biggest value in the list" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:60 +msgid "Bar Charts are used to show metrics as a series of bars." msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:64 -msgid "Font size for the smallest value in the list" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:74 +msgid "Bar Chart" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:59 msgid "" -"For Bigquery, Presto and Postgres, shows a button to compute cost before " -"running a query." +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." msgstr "" -#: superset-frontend/src/dashboard/components/DashboardEmbedControls.tsx:183 -msgid "For further instructions, consult the" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:69 +msgid "Line Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:58 msgid "" -"For more information about objects are in context in the scope of this " -"function, refer to the" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:68 +msgid "Scatter Plot" msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:408 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:58 msgid "" -"For regular filters, these are the roles this filter will be applied to. " -"For base filters, these are the roles that the filter DOES NOT apply to, " -"e.g. Admin if admin should see all data." +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 -msgid "Force" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:74 +msgid "Step type" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:151 -msgid "" -"Force all tables and views to be created in this schema when clicking " -"CTAS or CVAS in SQL Lab." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:78 +#: superset-frontend/src/pages/AnnotationList/index.tsx:169 +msgid "Start" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:157 -msgid "Force date format" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:79 +msgid "Middle" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:383 -msgid "Force refresh" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:80 +#: superset-frontend/src/pages/AnnotationList/index.tsx:178 +msgid "End" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:291 -msgid "Force refresh schema list" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:82 +msgid "" +"Defines whether the step should appear at the beginning, middle or end " +"between two data points" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:307 -msgid "Force refresh table list" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:49 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 -msgid "Forecast periods" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:59 +msgid "Stepped Line" msgstr "" -#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 -msgid "Foreign key" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +msgid "Id" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:48 -msgid "Forest Green" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +msgid "Name of the id column" msgstr "" -#: superset/explore/commands/get.py:87 superset/views/core.py:856 -msgid "Form data not found in cache, reverting to chart metadata." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 +msgid "Parent" msgstr "" -#: superset/explore/commands/get.py:95 superset/views/core.py:862 -msgid "Form data not found in cache, reverting to dataset metadata." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Name of the column containing the id of the parent node" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 -msgid "Formattable" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:254 -msgid "Formatted CSV attached in email" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +msgid "Root node id" msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:142 -msgid "Formatted date" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +msgid "Id of root node of the tree." msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 -msgid "Formatted value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:96 +msgid "Metric for node values" msgstr "" -#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 -msgid "Formatting" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:115 +msgid "Tree layout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:33 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 -#: superset-frontend/src/modules/AnnotationTypes.js:32 -msgid "Formula" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:118 +msgid "Orthogonal" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:187 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:261 -msgid "Forward values" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:119 +msgid "Radial" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:131 -msgid "Found invalid orderby options" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:244 +msgid "Layout type of tree" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 -msgid "Fraction digits" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:132 +msgid "Tree orientation" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:54 -msgid "Frequency" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:135 +msgid "Left to Right" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:305 -msgid "Friction" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:136 +msgid "Right to Left" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:311 -msgid "Friction between nodes" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +msgid "Top to Bottom" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 -msgid "Friday" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +msgid "Bottom to Top" msgstr "" -#: superset/utils/date_parser.py:267 superset/viz.py:403 -msgid "From date cannot be larger than to date" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +msgid "Orientation of tree" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:44 -msgid "Full name" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:153 +msgid "Node label position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -msgid "Funnel Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:174 +msgid "left" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 -msgid "Further customize how to display each column" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:157 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:175 +msgid "top" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:166 -msgid "Further customize how to display each metric" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +msgid "right" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 -msgid "GROUP BY" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +msgid "bottom" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:49 -msgid "Gauge Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +msgid "Position of intermediate node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:76 -msgid "General" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:171 +msgid "Child label position" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 -msgid "Generating link, please wait.." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "Position of child node label on tree" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:68 -msgid "Generic Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:189 +msgid "Emphasis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 -msgid "Geo" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:192 +msgid "ancestor" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:390 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 -msgid "GeoJson Column" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:193 +msgid "descendant" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:68 -msgid "GeoJson Settings" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +msgid "Which relatives to highlight on hover" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 -msgid "Geohash" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:208 +msgid "Symbol" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 -msgid "Get the last date by the date unit." +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:212 +msgid "Empty circle" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 -msgid "Get the specify date for the holiday" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:216 +msgid "Circle" msgstr "" -#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:714 -msgid "Go to the edit mode to configure the dashboard and add charts" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:220 +msgid "Rectangle" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 -msgid "Gold" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:224 +msgid "Triangle" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 -msgid "Google Sheet Name and URL" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:228 +msgid "Diamond" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 -msgid "Grace period" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:232 +msgid "Pin" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 -msgid "Graph Chart" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:236 +msgid "Arrow" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:109 -msgid "Graph layout" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:253 +msgid "Symbol size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:263 -msgid "Gravity" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:259 +msgid "Size of edge symbols" msgstr "" -#: superset-frontend/src/explore/constants.ts:68 -msgid "Greater or equal (>=)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:36 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." msgstr "" -#: superset-frontend/src/explore/constants.ts:66 -msgid "Greater than (>)" +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:40 +msgid "Tree Chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:61 -msgid "Grid" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:82 +msgid "Show Upper Labels" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:281 -msgid "Grid Size" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:85 +msgid "Show labels when the node has children." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 -#: superset-frontend/src/filters/components/GroupBy/index.ts:28 -msgid "Group By" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:98 +msgid "Key" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/index.ts:29 -msgid "Group By filter plugin" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:57 +msgid "" +"Show hierarchical relationships of data, with the value represented by " +"area, showing proportion and contribution to the whole." msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:84 -msgid "Group By, Metrics or Percentage Metrics must have a value" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 +msgid "Treemap" msgstr "" -#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:433 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:139 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:267 -msgid "Group Key" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/constants.ts:22 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/constants.ts:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:89 +msgid "Total" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 -msgid "Group by" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/constants.ts:23 +msgid "Assist" msgstr "" -#: superset/connectors/sqla/views.py:157 -msgid "Groupable" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/constants.ts:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:71 +msgid "Increase" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 -msgid "Handlebars" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/constants.ts:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:80 +msgid "Decrease" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 -msgid "Handlebars Template" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:64 +msgid "Series colors" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:252 +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/controlPanel.tsx:159 msgid "" -"Hard value bounds applied for color coding. Is only relevant and applied " -"when the normalization is applied against the whole heatmap." +"Breaks down the series by the category specified in this control.\n" +" This can help viewers understand how each category affects the " +"overall value." msgstr "" -#: superset/charts/filters.py:107 superset/dashboards/filters.py:243 -msgid "Has created by" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:53 +msgid "" +"A waterfall chart is a form of data visualization that helps in " +"understanding\n" +" the cumulative effect of sequentially introduced positive or " +"negative values.\n" +" These intermediate values can either be time based or category " +"based." msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 -msgid "Header" +#: superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:63 +msgid "Waterfall Chart" msgstr "" -#: superset/views/database/forms.py:254 superset/views/database/forms.py:341 -msgid "Header Row" +#: superset-frontend/plugins/plugin-chart-handlebars/src/consts.ts:24 +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 -#: superset/viz.py:2183 -msgid "Heatmap" +#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 +#: superset-frontend/src/components/Select/AsyncSelect.tsx:581 +#: superset-frontend/src/components/Select/Select.tsx:595 +#: superset-frontend/src/components/Select/utils.tsx:158 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 +msgid "Loading..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:105 -msgid "Heatmap Options" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:40 +msgid "Write a handlebars template to render the data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/Hex.jsx:38 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:239 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:245 -msgid "Height" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/index.ts:41 +msgid "Handlebars" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 -msgid "Height of the sparkline" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/columns.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:112 +msgid "must have a value" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 -msgid "Hide Line" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:60 +msgid "Handlebars Template" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:396 -msgid "Hide chart description" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/handlebarTemplate.tsx:61 +msgid "A handlebars template that is applied to the data" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 -msgid "Hide layer" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 +msgid "Include time" msgstr "" -#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:136 -msgid "Hide password." +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:28 +msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 -msgid "Hide tool bar" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:121 +msgid "Percentage metrics" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:752 -msgid "Hides the Line for the time series" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:122 +msgid "" +"Select one or many metrics to display, that will be displayed in the " +"percentages of total. Percentage metrics will be calculated only from " +"data within the row limit. You can use an aggregation function on a " +"column or write custom SQL to create a percentage metric." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:192 -msgid "Hierarchy" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:105 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:342 +msgid "Show totals" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 -#: superset/viz.py:1656 -msgid "Histogram" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:107 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:344 +msgid "" +"Show total aggregations of selected metrics. Note that row limit does not" +" apply to the result." msgstr "" -#: superset-frontend/src/pages/Home/index.tsx:333 -#: superset/initialization/__init__.py:235 -msgid "Home" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:28 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 +msgid "Ordering" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 -msgid "Horizon Chart" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:273 +msgid "Order results by selected columns" msgstr "" -#: superset/viz.py:2246 -msgid "Horizon Charts" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/orderBy.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:327 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1075 +msgid "Sort descending" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:282 -msgid "Horizontal" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:32 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:291 +msgid "Server pagination" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:192 -msgid "Horizontal (Top)" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:33 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:292 +msgid "Enable server side pagination of results (experimental feature)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:95 -msgid "Horizontal alignment" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:46 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:313 +msgid "Server Page Length" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 -msgid "Host" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/pagination.tsx:49 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:316 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:383 +msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/db_engine_specs/base.py:1872 -#: superset/db_engine_specs/clickhouse.py:204 -msgid "Hostname or IP address" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/queryMode.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:86 +msgid "Query mode" msgstr "" -#: superset/db_engine_specs/base.py:105 -msgid "Hour" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/shared.ts:59 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:80 +msgid "Group By, Metrics or Percentage Metrics must have a value" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 -#, python-format -msgid "Hours %s" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:53 +msgid "You need to configure HTML sanitization to use CSS" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 -msgid "Hours offset" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:75 +msgid "CSS Styles" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 -msgid "How do you want to enter service account credentials?" +#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx:76 +msgid "CSS applied to the chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:139 -msgid "How many buckets should the data be grouped in." +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:36 +msgid "Filters for comparison must have a value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 -msgid "How many periods into the future do we want to predict" +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:63 +msgid "Range for Comparison" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:145 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:337 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:219 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 -#: superset-frontend/src/explore/controlPanels/sections.tsx:215 -msgid "" -"How to display time shifts: as individual lines; as the difference " -"between the main time series and each time shift; as the percentage " -"change; or as the ratio between series and time shifts." +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:81 +msgid "Filters for Comparison" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 -msgid "Huge" +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:189 +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts:192 +msgid "Add color for positive/negative change" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 -msgid "ISO 3166-2 Codes" +#: superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts:41 +msgid "Big Number with Time Period Comparison" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 -msgid "ISO 8601" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +msgid "Columns to group by on the columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 -msgid "Id" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:115 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:84 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:323 +msgid "Rows" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:86 -msgid "Id of root node of the tree." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +msgid "Columns to group by on the rows" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:401 -msgid "" -"If Presto or Trino, all the queries in SQL Lab are going to be executed " -"as the currently logged on user who must have permission to run them. If " -"Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:111 +msgid "Apply metrics on" msgstr "" -#: superset/views/database/mixins.py:165 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them.
If " -"Hive and hive.server2.enable.doAs is enabled, will run the queries as " -"service account, but impersonate the currently logged on user via " -"hive.server2.proxy.user property." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:117 +msgid "Use metrics as a top level group for columns or for rows" msgstr "" -#: superset/views/database/forms.py:174 -msgid "If Table Already Exists" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:130 +msgid "Cell limit" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1076 -msgid "If a metric is specified, sorting will be done based on the metric value" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:131 +msgid "Limits the number of cells that get retrieved." msgstr "" -#: superset/views/database/forms.py:248 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:141 msgid "" -"If duplicate columns are not overridden, they will be presented as \"X.1," -" X.2 ...X.x\"" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -#: superset/views/database/mixins.py:177 -msgid "If selected, please set the schemas allowed for csv upload in Extra." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:171 +msgid "Aggregation function" msgstr "" -#: superset/views/database/forms.py:328 superset/views/database/forms.py:459 -msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop" -" and recreate table) or Append (insert data)." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:174 +msgid "Count" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 -msgid "Ignore cache when generating screenshot" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +msgid "Count Unique Values" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 -msgid "Ignore null locations" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:176 +msgid "List Unique Values" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:76 -msgid "Ignore time" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:177 +msgid "Sum" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:251 -msgid "Image (PNG) embedded in email" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:178 +msgid "Average" msgstr "" -#: superset-frontend/src/utils/downloadAsImage.ts:55 -msgid "Image download failed, please refresh and try again." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:179 +msgid "Median" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:396 -msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:180 +msgid "Sample Variance" msgstr "" -#: superset/views/database/mixins.py:197 -msgid "Impersonate the logged on user" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 +msgid "Sample Standard Deviation" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:426 -msgid "Import" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:182 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1146 +msgid "Minimum" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:430 -#, python-format -msgid "Import %s" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:183 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1152 +msgid "Maximum" msgstr "" -#: superset/templates/superset/import_dashboards.html:26 -msgid "Import Dashboard(s)" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 +msgid "First" msgstr "" -#: superset/initialization/__init__.py:331 -msgid "Import Dashboards" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" msgstr "" -#: superset/connectors/sqla/views.py:293 -msgid "Import a table definition" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Sum as Fraction of Total" msgstr "" -#: superset/charts/commands/exceptions.py:155 -msgid "Import chart failed for an unknown reason" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +msgid "Sum as Fraction of Rows" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:813 -msgid "Import charts" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:188 +msgid "Sum as Fraction of Columns" msgstr "" -#: superset/dashboards/commands/exceptions.py:82 -msgid "Import dashboard failed for an unknown reason" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "Count as Fraction of Total" msgstr "" -#: superset-frontend/src/pages/DashboardList/index.tsx:686 -#: superset/templates/superset/import_dashboards.html:21 -msgid "Import dashboards" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 +msgid "Count as Fraction of Rows" msgstr "" -#: superset/databases/commands/exceptions.py:171 -msgid "Import database failed for an unknown reason" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:193 +msgid "Count as Fraction of Columns" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1969 -msgid "Import database from file" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:197 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" msgstr "" -#: superset/datasets/commands/exceptions.py:202 -msgid "Import dataset failed for an unknown reason" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:209 +msgid "Show rows total" msgstr "" -#: superset-frontend/src/pages/DatasetList/index.tsx:631 -msgid "Import datasets" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:212 +msgid "Display row level total" msgstr "" -#: superset-frontend/src/pages/SavedQueryList/index.tsx:198 -msgid "Import queries" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:221 +msgid "Show rows subtotal" msgstr "" -#: superset/queries/saved_queries/commands/exceptions.py:36 -msgid "Import saved query failed for an unknown reason." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:224 +msgid "Display row level subtotal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 -msgid "" -"Important! Select this if the table is not already sorted by entity id, " -"else there is no guarantee that all events for each entity are returned." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 +msgid "Show columns total" msgstr "" -#: superset-frontend/src/explore/constants.ts:71 -msgid "In" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 +msgid "Display column level total" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 -msgid "Include Series" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 +msgid "Show columns subtotal" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:294 -msgid "Include a description that will be sent with your report" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:248 +msgid "Display column level subtotal" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 -msgid "Include series name as an axis" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +msgid "Transpose pivot" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/includeTime.ts:27 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:336 -msgid "Include time" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:259 +msgid "Swap rows and columns" msgstr "" -#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 -msgid "Index" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +msgid "Combine metrics" msgstr "" -#: superset/views/database/forms.py:220 superset/views/database/forms.py:351 -msgid "Index Column" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:271 +msgid "" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:482 -msgid "Info" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:305 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:369 +msgid "D3 time format for datetime columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:231 -msgid "Inner Radius" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:314 +msgid "Sort rows by" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:237 -msgid "Inner radius of donut hole" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:318 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:346 +msgid "key a-z" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:330 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:207 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:195 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:138 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:189 -msgid "Input field supports custom rotation. e.g. 30 for 30°" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:319 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:347 +msgid "key z-a" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:60 -msgid "Instant filtering" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:348 +msgid "value ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 -msgid "Intensity" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:349 +msgid "value descending" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:85 -msgid "Intensity Radius" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:326 +msgid "Change order of rows." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:86 -msgid "Intensity Radius is the radius at which the weight is distributed" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:355 +msgid "Available sorting modes:" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:69 -msgid "Intensity is the value multiplied by the weight to obtain the final weight" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:329 +msgid "By key: use row names as sorting key" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Interpret Datetime Format Automatically" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:330 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:358 +msgid "By value: use metric values as sorting key" msgstr "" -#: superset/views/database/forms.py:201 -msgid "Interpret the datetime format automatically" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:342 +msgid "Sort columns by" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/AnnotationTypes.js:42 -#: superset-frontend/src/modules/AnnotationTypes.js:41 -msgid "Interval" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:354 +msgid "Change order of columns." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 -msgid "Interval End column" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:357 +msgid "By key: use column names as sorting key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:282 -msgid "Interval bounds" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:370 +msgid "Rows subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:296 -msgid "Interval colors" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:378 +msgid "Position of row level subtotal" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 -msgid "Interval start column" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:387 +msgid "Columns subtotal position" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:276 -msgid "Intervals" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:395 +msgid "Position of column level subtotal" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:68 -msgid "Intesity" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:405 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:483 +msgid "Conditional formatting" msgstr "" -#: superset/db_engine_specs/ocient.py:274 -msgid "" -"Invalid Connection String: Expecting String of the form " -"'ocient://user:pass@host:port/database'." +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:406 +msgid "Apply conditional color formatting to metrics" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 -msgid "Invalid JSON" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:56 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location. Not the most " +"visually stunning visualization, but highly informative and versatile." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:60 +msgid "Pivot Table" msgstr "" -#: superset/advanced_data_type/api.py:100 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:496 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:561 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:782 #, python-format -msgid "Invalid advanced data type: %(advanced_data_type)s" +msgid "Total (%(aggregatorName)s)" msgstr "" -#: superset/databases/schemas.py:186 superset/exceptions.py:196 -msgid "Invalid certificate" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:842 +msgid "Unknown input format" msgstr "" -#: superset/views/core.py:1463 -msgid "" -"Invalid connection string, a valid string usually follows:\n" -"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:169 +msgid "search.num_records" msgstr "" -#: superset/databases/schemas.py:164 -msgid "" -"Invalid connection string, a valid string usually follows: " -"backend+driver://user:password@database-host/database-name" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:184 +msgid "page_size.show" msgstr "" -#: superset/views/database/validators.py:40 -msgid "" -"Invalid connection string, a valid string usually " -"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-" -"NAME'

Example:'postgresql://user:password@your-postgres-" -"db/database'

" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:204 +msgid "page_size.entries" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 -msgid "Invalid cron expression" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:210 +msgid "No matching records found" msgstr "" -#: superset/utils/pandas_postprocessing/cum.py:55 -#, python-format -msgid "Invalid cumulative operator: %(operator)s" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:594 +msgid "Shift + Click to sort by multiple columns" msgstr "" -#: superset/connectors/sqla/views.py:180 superset/datasets/schemas.py:44 -msgid "Invalid date/timestamp format" +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:641 +msgid "Totals" msgstr "" -#: superset/viz.py:2091 -msgid "Invalid filter configuration, please select a column" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:364 +msgid "Timestamp format" msgstr "" -#: superset/models/helpers.py:1891 -#, python-format -msgid "Invalid filter operation type: %(op)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:380 +msgid "Page length" msgstr "" -#: superset/utils/pandas_postprocessing/geography.py:118 -msgid "Invalid geodetic string" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:395 +msgid "Search box" msgstr "" -#: superset/utils/pandas_postprocessing/geography.py:49 -msgid "Invalid geohash string" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:398 +msgid "Whether to include a client-side search box" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:65 -msgid "Invalid input" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:405 +msgid "Cell bars" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 -msgid "Invalid lat/long configuration." +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:408 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:115 +msgid "Whether to display a bar chart background in table columns" msgstr "" -#: superset/utils/pandas_postprocessing/geography.py:76 -msgid "Invalid longitude/latitude" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:419 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:122 +msgid "Align +/-" msgstr "" -#: superset/utils/core.py:1373 -#, python-format -msgid "Invalid metric object: %(metric)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:422 +msgid "" +"Whether to align background charts with both positive and negative values" +" at 0" msgstr "" -#: superset/utils/pandas_postprocessing/utils.py:170 -#, python-format -msgid "Invalid numpy function: %(operator)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:132 +msgid "Color +/-" msgstr "" -#: superset/utils/pandas_postprocessing/rolling.py:90 -#, python-format -msgid "Invalid options for %(rolling_type)s: %(options)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:434 +msgid "" +"Whether to colorize numeric values by whether they are positive or " +"negative" msgstr "" -#: superset/key_value/utils.py:60 -msgid "Invalid permalink key" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:445 +msgid "Allow columns to be rearranged" msgstr "" -#: superset/db_engine_specs/ocient.py:292 -#, python-format -msgid "Invalid reference to column: \"%(column)s\"" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:448 +msgid "" +"Allow end user to drag-and-drop column headers to rearrange them. Note " +"their changes won't persist for the next time they open the chart." msgstr "" -#: superset/common/query_actions.py:227 -#, python-format -msgid "Invalid result type: %(result_type)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:459 +msgid "Customize columns" msgstr "" -#: superset/utils/pandas_postprocessing/rolling.py:84 -#, python-format -msgid "Invalid rolling_type: %(type)s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:460 +msgid "Further customize how to display each column" msgstr "" -#: superset/viz.py:2474 -#, python-format -msgid "Invalid spatial point encountered: %s" +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:484 +msgid "Apply conditional color formatting to numeric columns" msgstr "" -#: superset/dashboards/permalink/exceptions.py:23 -#: superset/explore/permalink/exceptions.py:23 -msgid "Invalid state." +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 +msgid "" +"Classic row-by-column spreadsheet like view of a dataset. Use tables to " +"showcase a view into the underlying data or to show aggregated metrics." msgstr "" -#: superset/reports/commands/create.py:142 -#, python-format -msgid "Invalid tab ids: %s(tab_ids)" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:38 +msgid "Show" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 -msgid "Inverse selection" +#: superset-frontend/plugins/plugin-chart-table/src/DataTable/components/SelectPageSize.tsx:58 +msgid "entries" msgstr "" -#: superset-frontend/src/components/Table/index.tsx:209 -msgid "Invert current page" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 +msgid "Word Cloud" msgstr "" -#: superset/charts/filters.py:78 superset/dashboards/filters.py:217 -#: superset/datasets/filters.py:39 -msgid "Is certified" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:59 +msgid "Minimum Font Size" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:361 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 -msgid "Is dimension" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:62 +msgid "Font size for the smallest value in the list" msgstr "" -#: superset-frontend/src/explore/constants.ts:89 -msgid "Is false" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:70 +msgid "Maximum Font Size" msgstr "" -#: superset/views/base_api.py:149 -msgid "Is favorite" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:73 +msgid "Font size for the biggest value in the list" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:364 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:372 -msgid "Is filterable" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:82 +msgid "Word Rotation" msgstr "" -#: superset-frontend/src/explore/constants.ts:80 -msgid "Is not null" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:84 +msgid "random" msgstr "" -#: superset-frontend/src/explore/constants.ts:83 -msgid "Is null" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:86 +msgid "square" msgstr "" -#: superset/views/base_api.py:177 -msgid "Is tagged" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:91 +msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:362 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 -#: superset/connectors/sqla/views.py:161 -msgid "Is temporal" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 +msgid "" +"Visualizes the words in a column that appear the most often. Bigger font " +"corresponds to higher frequency." msgstr "" -#: superset-frontend/src/explore/constants.ts:88 -msgid "Is true" +#: superset-frontend/src/constants.ts:139 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:240 +msgid "N/A" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:153 -msgid "Issue 1000 - The dataset is too large to query." +#: superset-frontend/src/SqlLab/constants.ts:33 +#: superset-frontend/src/SqlLab/constants.ts:54 +msgid "offline" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:157 -msgid "Issue 1001 - The database is under an unusual load." +#: superset-frontend/src/SqlLab/constants.ts:34 +#: superset-frontend/src/SqlLab/constants.ts:52 +msgid "failed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -msgid "It’s not recommended to truncate axis in Bar chart." +#: superset-frontend/src/SqlLab/constants.ts:35 +#: superset-frontend/src/SqlLab/constants.ts:55 +msgid "pending" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 -msgid "JAN" +#: superset-frontend/src/SqlLab/constants.ts:36 +msgid "fetching" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:351 -#: superset/views/log/__init__.py:33 -msgid "JSON" +#: superset-frontend/src/SqlLab/constants.ts:37 +#: superset-frontend/src/SqlLab/constants.ts:53 +msgid "running" msgstr "" -#: superset/views/dashboard/mixin.py:88 -msgid "JSON Metadata" +#: superset-frontend/src/SqlLab/constants.ts:38 +msgid "stopped" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773 -#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336 -msgid "JSON metadata" +#: superset-frontend/src/SqlLab/constants.ts:39 +#: superset-frontend/src/SqlLab/constants.ts:51 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "success" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365 -msgid "JSON metadata is invalid!" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:114 +msgid "The query couldn't be loaded" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:361 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:180 msgid "" -"JSON string containing additional connection configuration. This is used " -"to provide connection information for systems like Hive, Presto and " -"BigQuery which do not conform to the username:password syntax normally " -"used by SQLAlchemy." -msgstr "" - -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 -msgid "JUL" +"Your query has been scheduled. To see details of your query, navigate to " +"Saved queries" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 -msgid "JUN" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:187 +msgid "Your query could not be scheduled" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 -msgid "January" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:219 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:311 +msgid "Failed at retrieving results" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:132 -msgid "JavaScript data interceptor" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:359 +#: superset-frontend/src/SqlLab/components/AceEditorWrapper/useAnnotations.ts:56 +msgid "Unknown error" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:154 -msgid "JavaScript onClick href" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:412 +msgid "Query was stopped." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:144 -msgid "JavaScript tooltip generator" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:414 +#, python-format +msgid "Failed at stopping query. %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 -msgid "Jinja templating" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:439 +msgid "" +"Unable to migrate table schema state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." msgstr "" -#: superset/views/database/forms.py:243 -msgid "Json list of the column names that should be read" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:457 +msgid "" +"Unable to migrate query state to backend. Superset will retry later. " +"Please contact your administrator if this problem persists." msgstr "" -#: superset/views/database/forms.py:474 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:504 msgid "" -"Json list of the column names that should be read. If not None, only " -"these columns will be read from the file." +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." msgstr "" -#: superset/views/database/forms.py:213 -msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"] " -"for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: " -"Hive database supports only a single value" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:538 +msgid "Unable to add a new tab to the backend. Please contact your administrator." msgstr "" -#: superset/views/database/forms.py:404 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:567 msgid "" -"Json list of the values that should be treated as null. Examples: [\"\"]," -" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database " -"supports only single value. Use [\"\"] for empty string." +"-- Note: Unless you save your query, these tabs will NOT persist if you " +"clear your cookies or change browsers.\n" +"\n" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 -msgid "July" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:601 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1214 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:110 +#, python-format +msgid "Copy of %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 -msgid "June" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:628 +msgid "" +"An error occurred while setting the active tab. Please contact your " +"administrator." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:26 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:43 -msgid "KPI" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:712 +msgid "An error occurred while fetching tab state" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:668 -msgid "Keep control settings?" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:749 +msgid "An error occurred while removing tab. Please contact your administrator." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 -msgid "Keep editing" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:784 +msgid "An error occurred while removing query. Please contact your administrator." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:99 -msgid "Key" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:840 +msgid "Your query could not be saved" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:185 -msgid "Keys for table" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:855 +msgid "Your query was not properly saved" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:145 -msgid "Kilometers" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:858 +msgid "Your query was saved" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:101 -msgid "LIMIT" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:871 +msgid "Your query was updated" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:93 -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:122 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:169 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:251 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:255 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1198 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:195 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:201 -#: superset-frontend/src/pages/AnnotationList/index.tsx:157 -#: superset/views/sql_lab/views.py:81 -msgid "Label" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:875 +msgid "Your query could not be updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:174 -msgid "Label Line" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:903 +msgid "" +"An error occurred while storing your query in the backend. To avoid " +"losing your changes, please save your query using the \"Save Query\" " +"button." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:49 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 -msgid "Label Type" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1043 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." msgstr "" -#: superset/utils/pandas_postprocessing/rename.py:53 -msgid "Label already exists" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1090 +msgid "" +"An error occurred while expanding the table schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 -msgid "Label for your query" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1114 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 -msgid "Label position" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1142 +msgid "" +"An error occurred while removing the table schema. Please contact your " +"administrator." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:199 -msgid "Label threshold" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1175 +msgid "Shared query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:156 -msgid "Labelling" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1247 +msgid "The datasource couldn't be loaded" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:80 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 -msgid "Labels" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1289 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1311 +msgid "An error occurred while creating the data source" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 -msgid "Labels for the marker lines" +#: superset-frontend/src/SqlLab/components/AceEditorWrapper/useKeywords.ts:91 +msgid "An error occurred while fetching function names." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 -msgid "Labels for the markers" +#: superset-frontend/src/SqlLab/components/App/index.tsx:183 +#, python-format +msgid "" +"SQL Lab uses your browser's local storage to store queries and results.\n" +"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " +"storage space.\n" +"To keep SQL Lab from crashing, please delete some query tabs.\n" +"You can re-access these queries by using the Save feature before you " +"delete the tab.\n" +"Note that you will need to close other SQL Lab windows before you do this." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 -msgid "Labels for the ranges" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:63 +msgid "Primary key" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 -msgid "Large" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:64 +msgid "Foreign key" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:190 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 -msgid "Last" +#: superset-frontend/src/SqlLab/components/ColumnElement/index.tsx:65 +msgid "Index" msgstr "" -#: superset/connectors/sqla/views.py:388 superset/views/database/mixins.py:190 -msgid "Last Changed" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:99 +msgid "Estimate selected query cost" msgstr "" -#: superset/views/chart/mixin.py:81 -msgid "Last Modified" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:100 +msgid "Estimate cost" msgstr "" -#: superset-frontend/src/components/LastUpdated/index.tsx:74 -#, python-format -msgid "Last Updated %s" +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:104 +msgid "Cost estimate" msgstr "" -#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 -#, python-format -msgid "Last Updated %s by %s" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 +msgid "Creating a data source and creating a new tab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:86 -#, python-format -msgid "Last available value seen on %s" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:76 +#: superset-frontend/src/utils/getClientErrorObject.ts:197 +msgid "An error occurred" msgstr "" -#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:177 -#: superset-frontend/src/pages/ChartList/index.tsx:445 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:158 -#: superset-frontend/src/pages/DatabaseList/index.tsx:391 -msgid "Last modified" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:84 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 +msgid "Explore the result set in the data exploration view" msgstr "" -#: superset-frontend/src/pages/CssTemplateList/index.tsx:151 -#, python-format -msgid "Last modified by %s" +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:89 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:47 +msgid "explore" msgstr "" -#: superset-frontend/src/pages/AlertReportList/index.tsx:267 -msgid "Last run" +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:49 +msgid "Create Chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:73 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:178 -msgid "Latitude" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 +msgid "Source SQL" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:299 -msgid "Latitude of default viewport" +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 +msgid "Executed SQL" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 -msgid "Layer configuration" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:44 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:45 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:46 +msgid "Run query" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:111 -msgid "Layout" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:47 +msgid "Run current query" msgstr "" -#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 -msgid "Layout elements" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:48 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:49 +msgid "Stop query" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:115 -msgid "Layout type of graph" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:50 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:51 +msgid "New tab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:124 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:247 -msgid "Layout type of tree" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:52 +msgid "Previous Line" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:80 -msgid "" -"Leaf nodes that represent fewer than this number of events will be " -"initially hidden in the visualization" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:53 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:637 +msgid "Format SQL" msgstr "" -#: superset-frontend/src/pages/ChartList/index.tsx:749 -#: superset-frontend/src/pages/DashboardList/index.tsx:623 -#: superset-frontend/src/pages/Tags/index.tsx:229 -msgid "Least recently modified" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:55 +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:56 +msgid "Find" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:28 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:100 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:87 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:371 -msgid "Left" +#: superset-frontend/src/SqlLab/components/KeyboardShortcutButton/index.tsx:93 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:654 +msgid "Keyboard shortcuts" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 -msgid "Left Axis Format" +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:65 +msgid "Run a query to display query history" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 -msgid "Left Axis chart(s)" +#: superset-frontend/src/SqlLab/components/QueryLimitSelect/index.tsx:104 +msgid "LIMIT" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:201 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:76 -msgid "Left Margin" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:80 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:101 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:383 +msgid "State" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:213 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:88 -msgid "Left margin, in pixels, allowing for more room for axis labels" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:81 +msgid "Started" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 -msgid "Left to Right" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:82 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:142 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:232 +msgid "Duration" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 -msgid "Left value" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:86 +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:245 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:209 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:76 +msgid "Results" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:36 -#: superset-frontend/src/visualizations/TimeTable/index.ts:35 -msgid "Legacy" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:87 +#: superset-frontend/src/pages/AlertReportList/index.tsx:397 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:197 +#: superset-frontend/src/pages/AnnotationList/index.tsx:203 +#: superset-frontend/src/pages/ChartList/index.tsx:536 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:175 +#: superset-frontend/src/pages/DashboardList/index.tsx:453 +#: superset-frontend/src/pages/DatabaseList/index.tsx:471 +#: superset-frontend/src/pages/DatasetList/index.tsx:503 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:343 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:221 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:431 +#: superset-frontend/src/pages/Tags/index.tsx:243 +msgid "Actions" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:289 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:99 -msgid "Legend" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:129 +#: superset-frontend/src/pages/AlertReportList/index.tsx:64 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:164 +msgid "Success" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:162 -msgid "Legend Format" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:135 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:141 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:178 +msgid "Failed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:92 -msgid "Legend Orientation" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:183 +msgid "Running" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:176 -msgid "Legend Position" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:153 +msgid "Fetching" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:72 -msgid "Legend type" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:159 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:188 +msgid "Offline" msgstr "" -#: superset-frontend/src/explore/constants.ts:63 -msgid "Less or equal (<=)" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:165 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:171 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:196 +msgid "Scheduled" msgstr "" -#: superset-frontend/src/explore/constants.ts:61 -msgid "Less than (<)" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:177 +msgid "Unknown Status" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:90 -msgid "Lift percent precision" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:226 +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:144 +#: superset-frontend/src/features/charts/ChartCard.tsx:129 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:76 +#: superset-frontend/src/features/home/SavedQueries.tsx:198 +#: superset-frontend/src/pages/AlertReportList/index.tsx:378 +#: superset-frontend/src/pages/ChartList/index.tsx:520 +#: superset-frontend/src/pages/DashboardList/index.tsx:437 +#: superset-frontend/src/pages/DatabaseList/index.tsx:454 +#: superset-frontend/src/pages/DatasetList/index.tsx:467 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:205 +#: superset-frontend/src/pages/Tags/index.tsx:227 +msgid "Edit" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:230 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:376 -msgid "Light" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:245 +#: superset-frontend/src/pages/AlertReportList/index.tsx:378 +msgid "View" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 -msgid "Light mode" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:248 +msgid "Data preview" msgstr "" -#: superset-frontend/src/explore/constants.ts:73 -msgid "Like" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:287 +msgid "Overwrite text in the editor with a query on this table" msgstr "" -#: superset-frontend/src/explore/constants.ts:75 -msgid "Like (case insensitive)" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:296 +msgid "Run query in a new tab" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 -msgid "Limit reached" +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:303 +msgid "Remove query from log" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:97 -msgid "Limit selector values" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:242 +msgid "Unable to create chart without a query id." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 -msgid "Limit type" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:272 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:195 +msgid "Save & Explore" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:48 -msgid "" -"Limiting rows may result in incomplete data and misleading charts. " -"Consider filtering or grouping source/target names instead." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:273 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:196 +msgid "Overwrite & Explore" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:136 -msgid "Limits the number of cells that get retrieved." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:274 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:498 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:154 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:252 +msgid "Save this query as a virtual dataset to continue exploring" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:251 -#: superset-frontend/src/explore/controls.jsx:344 -msgid "Limits the number of rows that get displayed." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:288 +msgid "Download to CSV" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:274 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:289 -#: superset-frontend/src/explore/controls.jsx:354 -msgid "" -"Limits the number of series that get displayed. A joined subquery (or an " -"extra phase where subqueries are not supported) is applied to limit the " -"number of series that get fetched and rendered. This feature is useful " -"when grouping by high cardinality column(s) though does increase the " -"query complexity and cost." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:297 +msgid "Copy to Clipboard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:141 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:79 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:87 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 -msgid "Line" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:309 +msgid "Filter results" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 -#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 -msgid "Line Chart" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:327 +#, python-format +msgid "" +"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." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 -msgid "Line Style" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:333 +#, python-format +msgid "" +"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." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 -msgid "" -"Line chart is used to visualize measurements taken over a given category." -" Line chart is a type of chart which displays information as a series of " -"data points connected by straight line segments. It is a basic type of " -"chart common in many fields." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:344 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the query" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:131 -msgid "Line interpolation as defined by d3.js" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:352 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:210 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 -msgid "Line width" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:357 +#, python-format +msgid "" +"The number of rows displayed is limited to %(rows)d by the query and " +"limit dropdown." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:137 -msgid "Linear Color Scheme" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:363 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:376 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:390 +#, python-format +msgid "%(rows)d rows returned" msgstr "" -#: superset-frontend/src/explore/controls.jsx:221 -msgid "Linear color scheme" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:378 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the dropdown." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 -#: superset-frontend/src/views/CRUD/hooks.ts:601 -msgid "Link Copied!" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:427 +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:43 +#, python-format +msgid "%s row" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 -msgid "Link Length" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:457 +msgid "Track job" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 -msgid "Link length in the force layout" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:458 +msgid "See query details" msgstr "" -#: superset/views/alerts.py:75 -msgid "List Observations" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:473 +msgid "Query was stopped" msgstr "" -#: superset/views/sql_lab.py:39 -msgid "List Saved Query" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:480 +msgid "Database error" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:181 -msgid "List Unique Values" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:509 +msgid "was created" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:123 -msgid "List of extra columns made available in JavaScript functions" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:516 +msgid "Query in a new tab" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:151 -msgid "List of n+1 values for bucketing metric into n buckets." +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:606 +msgid "The query returned no data" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 -msgid "List of values to mark with lines" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:625 +msgid "Fetch data preview" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 -msgid "List of values to mark with triangles" +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:636 +msgid "Refetch results" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:184 -msgid "List updated" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:45 +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:45 +msgid "Stop" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 -msgid "Live CSS editor" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:50 +msgid "Run selection" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:211 -msgid "Live render" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:52 +msgid "Run" msgstr "" -#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 -msgid "Load a CSS template" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:114 +msgid "Stop running (Ctrl + x)" msgstr "" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 -msgid "Loaded data cached" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + e)" msgstr "" -#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 -msgid "Loaded from cache" +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:131 +msgid "Run query (Ctrl + Return)" msgstr "" -#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 -msgid "Loading" +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:66 +#: superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx:80 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:203 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:218 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:331 +#: superset-frontend/src/dashboard/components/Header/index.jsx:607 +#: superset-frontend/src/dashboard/components/Header/index.jsx:609 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:211 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:787 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingModal.tsx:304 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:484 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:279 +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:458 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:329 +#: superset-frontend/src/explore/components/SaveModal.tsx:468 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:344 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:496 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:455 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:152 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:261 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:349 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:229 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:271 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:220 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1749 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:52 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:238 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:340 +#: superset-frontend/src/features/tags/BulkTagModal.tsx:114 +#: superset-frontend/src/features/tags/TagModal.tsx:284 +msgid "Save" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/components/Handlebars/HandlebarsViewer.tsx:74 -#: superset-frontend/src/components/Select/AsyncSelect.tsx:496 -#: superset-frontend/src/components/Select/Select.tsx:477 -#: superset-frontend/src/components/Select/utils.tsx:152 -#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 -#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:40 -msgid "Loading..." +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:147 +msgid "Untitled Dataset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 -msgid "Locate the chart" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:320 +msgid "An error occurred saving dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:197 -msgid "Log Scale" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:353 +msgid "Save or Overwrite Dataset" msgstr "" -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399 -msgid "Log retention" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:370 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1114 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1131 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1151 +msgid "Back" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:204 -msgid "Logarithmic axis" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:399 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:218 +msgid "Save as new" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:399 -msgid "Logarithmic scale on primary y-axis" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:409 +msgid "Overwrite existing" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:449 -msgid "Logarithmic scale on secondary y-axis" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:415 +msgid "Select or type dataset name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:396 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:437 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:446 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:210 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:154 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:157 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:154 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:157 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:207 -msgid "Logarithmic y-axis" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:416 +msgid "Existing dataset" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:562 -msgid "Login" +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:431 +msgid "Are you sure you want to overwrite this dataset?" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 -msgid "Login with" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:93 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:134 +msgid "Undefined" msgstr "" -#: superset-frontend/src/features/home/RightMenu.tsx:486 -msgid "Logout" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:108 +msgid "Save dataset" msgstr "" -#: superset/views/log/__init__.py:21 -msgid "Logs" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:203 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:285 +msgid "Save as" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 -msgid "Long dashed" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:206 +msgid "Save query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:174 -msgid "Longitude" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:210 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:864 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:265 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:270 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:311 +#: superset-frontend/src/components/Modal/Modal.tsx:270 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:311 +#: superset-frontend/src/explore/components/SaveModal.tsx:440 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:842 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:117 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:229 +#: superset-frontend/src/features/tags/BulkTagModal.tsx:107 +#: superset-frontend/src/features/tags/TagModal.tsx:277 +msgid "Cancel" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:307 -msgid "Longitude & Latitude" +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:227 +msgid "Update" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 -msgid "Longitude & Latitude columns" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:172 +msgid "Label for your query" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/Grid.jsx:34 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/Scatter.jsx:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx:44 -msgid "Longitude and Latitude" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:186 +msgid "Write a description for your query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:285 -msgid "Longitude of default viewport" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:209 +msgid "Submit" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 -msgid "MAR" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:229 +msgid "Schedule query" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 -msgid "MAY" +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:239 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:335 +#: superset-frontend/src/pages/AlertReportList/index.tsx:278 +msgid "Schedule" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 -msgid "MON" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:76 +msgid "There was an error with your request" msgstr "" -#: superset/connectors/sqla/views.py:397 -msgid "Main Datetime Column" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:90 +msgid "Please save the query to enable sharing" msgstr "" -#: superset-frontend/src/components/Chart/ChartRenderer.jsx:292 -msgid "" -"Make sure that the controls are configured properly and the datasource " -"contains data for the selected time range" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:103 +msgid "Copy query link to your clipboard" msgstr "" -#: superset/views/core.py:1752 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:104 +msgid "Save the query to enable this feature" msgstr "" -#: superset/initialization/__init__.py:279 -#: superset/initialization/__init__.py:291 -#: superset/initialization/__init__.py:335 -#: superset/initialization/__init__.py:406 -#: superset/initialization/__init__.py:419 -msgid "Manage" +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:113 +msgid "Copy link" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:351 -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:368 -msgid "Manage email report" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:175 +msgid "No stored results found, you need to re-run your query" msgstr "" -#: superset-frontend/src/components/EmptyState/index.tsx:230 -msgid "Manage your databases" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:201 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:109 +msgid "Run a query to display results" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:793 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:831 -msgid "Mandatory" +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:213 +#, python-format +msgid "Preview: `%s`" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:297 -msgid "Manually set min/max values for the y-axis." +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:248 +#: superset-frontend/src/features/home/commonMenuData.ts:32 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:104 +msgid "Query history" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:100 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/index.ts:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:98 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 -msgid "Map" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:614 +msgid "Schedule the query periodically" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:224 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:370 -msgid "Map Style" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:615 +msgid "You must run the query successfully first" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 -msgid "MapBox" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:620 +msgid "Autocomplete" msgstr "" -#: superset/viz.py:2258 -msgid "Mapbox" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:680 +msgid "CREATE TABLE AS" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 -msgid "March" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:691 +msgid "CREATE VIEW AS" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50 -msgid "Margin" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:716 +msgid "Estimate the cost before running a query" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:354 -msgid "Mark a column as temporal in \"Edit datasource\" modal" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:816 +msgid "Specify name to CREATE VIEW AS schema in: public" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:213 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:142 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 -msgid "Marker" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:817 +msgid "Specify name to CREATE TABLE AS schema in: public" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:144 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:138 -msgid "Marker Size" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:849 +msgid "Select a database to write a query" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 -msgid "Marker labels" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:850 +msgid "Choose one of the available databases from the panel on the left." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 -msgid "Marker line labels" +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:872 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.tsx:881 +msgid "Create" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 -msgid "Marker lines" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:198 +msgid "Collapse table preview" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:227 -msgid "Marker size" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:198 +msgid "Expand table preview" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 -msgid "Markers" +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:284 +msgid "Reset state" msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:32 -msgid "Markup type" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:82 +msgid "Enter a new title for the tab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 -msgid "Max" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:103 +msgid "Close tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:96 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:60 -msgid "Max Bubble Size" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:113 +msgid "Rename tab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:128 -msgid "Max Events" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Expand tool bar" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257 -msgid "Maximize chart" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:123 +msgid "Hide tool bar" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 -msgid "Maximum" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:133 +msgid "Close all other tabs" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 -msgid "Maximum Font Size" +#: superset-frontend/src/SqlLab/components/SqlEditorTabHeader/index.tsx:143 +msgid "Duplicate tab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 -msgid "Maximum value on the gauge axis" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:253 +msgid "Add a new tab" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 -msgid "May" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:259 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:301 +msgid "New tab (Ctrl + q)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 -msgid "Mean of values over specified period" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:260 +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:302 +msgid "New tab (Ctrl + t)" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:190 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:264 -msgid "Mean values" +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.tsx:277 +msgid "Add a new tab to create SQL Query" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:184 -msgid "Median" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:137 +msgid "An error occurred while fetching table metadata" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:231 -msgid "" -"Median edge width, the thickest edge will be 4 times thicker than the " -"thinnest." +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:186 +msgid "Copy partition query to clipboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:218 -msgid "" -"Median node size, the largest node will be 4 times larger than the " -"smallest" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:203 +msgid "latest partition:" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:263 -msgid "Median values" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:239 +msgid "Keys for table" msgstr "" -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 -msgid "Medium" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:250 +#, python-format +msgid "View keys & indexes (%s)" msgstr "" -#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:160 -msgid "Menu actions trigger" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:278 +msgid "Original table column order" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:236 -#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 -msgid "Message content" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:279 +msgid "Sort columns alphabetically" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:104 -msgid "Metadata" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:287 +msgid "Copy SELECT statement to the clipboard" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:486 -#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:490 -msgid "Metadata Parameters" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:299 +msgid "Show CREATE VIEW statement" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:785 -msgid "Metadata has been synced" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:300 +msgid "CREATE VIEW statement" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:252 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:524 -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Method" +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:306 +msgid "Remove table preview" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:175 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/Calendar.js:88 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1197 -#: superset-frontend/src/explore/controls.jsx:167 -#: superset-frontend/src/explore/controls.jsx:168 -#: superset-frontend/src/visualizations/TimeTable/TimeTable.jsx:121 -#: superset/connectors/sqla/views.py:249 -msgid "Metric" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:67 +msgid "Assign a set of parameters as" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx:28 -#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 -msgid "metric" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:69 +msgid "below (example:" msgstr "" -#: superset/connectors/sqla/models.py:1133 superset/models/helpers.py:1236 -#: superset/models/helpers.py:1529 -#, python-format -msgid "Metric '%(metric)s' does not exist" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:71 +msgid "), and they become available in your SQL (example:" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:39 -msgid "Metric ascending" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:72 +msgid "by using" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:214 -#: superset-frontend/src/explore/controls.jsx:402 -msgid "Metric assigned to the [X] axis" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:78 +msgid "Jinja templating" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:221 -#: superset-frontend/src/explore/controls.jsx:410 -msgid "Metric assigned to the [Y] axis" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:80 +msgid "syntax." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96 -msgid "Metric change in value from `since` to `until`" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:104 +msgid "Edit template parameters" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.tsx:40 -msgid "Metric descending" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:108 +msgid "Parameters " msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 -msgid "Metric factor change from `since` to `until`" +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:114 +msgid "Invalid JSON" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:99 -msgid "Metric for node values" +#: superset-frontend/src/SqlLab/reducers/getInitialState.ts:60 +msgid "Untitled query" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:119 -msgid "Metric name" +#: superset-frontend/src/SqlLab/utils/newQueryTabName.ts:43 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:142 +#, python-format +msgid "%s%s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:826 -#, python-format -msgid "Metric name [%s] is duplicated" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:174 +msgid "Control" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 -msgid "Metric percent change in value from `since` to `until`" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:178 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:75 +msgid "Before" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:140 -msgid "Metric that defines the size of the bubble" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:82 +msgid "After" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:86 -msgid "Metric to display bottom title" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:201 +msgid "Click to see difference" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 -msgid "Metric to sort the results by" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:202 +msgid "Altered" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Heatmap/controlPanel.ts:139 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:78 -msgid "Metric used as a weight for the grid's coloring" +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:218 +msgid "Chart changes" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:207 -msgid "Metric used to calculate bubble size" +#: superset-frontend/src/components/AuditInfo/index.tsx:40 +#, python-format +msgid "Modified by: %s" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:76 -msgid "Metric used to control height" +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 +msgid "Loaded data cached" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:146 -msgid "" -"Metric used to define how the top series are sorted if a series or cell " -"limit is present. If undefined reverts to the first metric (where " -"appropriate)." +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 +msgid "Loaded from cache" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:192 -#: superset-frontend/src/explore/controls.jsx:367 -msgid "" -"Metric used to define how the top series are sorted if a series or row " -"limit is present. If undefined reverts to the first metric (where " -"appropriate)." +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 +msgid "Click to force-refresh" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:55 -msgid "" -"Metric used to order the limit if a series limit is present. If undefined" -" reverts to the first metric (where appropriate)." +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "Cached" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1362 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:395 -#: superset-frontend/src/explore/controls.jsx:152 -#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:54 -#: superset/connectors/sqla/views.py:206 -msgid "Metrics" +#: superset-frontend/src/components/Chart/Chart.jsx:255 +msgid "Add required control values to preview chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/metrics.tsx:34 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:126 -msgid "" -"Metrics for which percentage of total are to be displayed. Calculated " -"from only data within the row limit." +#: superset-frontend/src/components/Chart/Chart.jsx:271 +msgid "Your chart is ready to go!" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76 -msgid "Middle" +#: superset-frontend/src/components/Chart/Chart.jsx:274 +msgid "" +"Click on \"Create chart\" button in the control panel on the left to " +"preview a visualization or" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 -msgid "Midnight" +#: superset-frontend/src/components/Chart/Chart.jsx:278 +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:353 +msgid "click here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 -msgid "Miles" +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:296 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:133 +msgid "No results were returned for this query" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:85 -#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 -msgid "Min" +#: superset-frontend/src/components/Chart/ChartRenderer.jsx:299 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:283 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:434 -#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:214 -msgid "Min Periods" +#: superset-frontend/src/components/Chart/chartAction.js:553 +msgid "An error occurred while loading the SQL" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:79 -msgid "Min Width" +#: superset-frontend/src/components/Chart/chartAction.js:613 +#: superset-frontend/src/explore/components/DataTablesPane/components/useResultsPane.tsx:89 +msgid "Sorry, an error occurred" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:80 -#: superset-frontend/src/explore/controlPanels/sections.tsx:162 -msgid "Min periods" +#: superset-frontend/src/components/Chart/chartReducer.ts:84 +msgid "Updating chart was stopped" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:96 -msgid "Min/max (no outliers)" +#: superset-frontend/src/components/Chart/chartReducer.ts:96 +#, python-format +msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset-frontend/src/features/home/ChartTable.tsx:153 -#: superset-frontend/src/features/home/DashboardTable.tsx:164 -#: superset-frontend/src/features/home/SavedQueries.tsx:251 -msgid "Mine" +#: superset-frontend/src/components/Chart/chartReducer.ts:108 +#: superset-frontend/src/components/Chart/chartReducer.ts:169 +msgid "Network error." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 -msgid "Minimum" +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:160 +msgid "Cross-filter will be applied to all of the charts that use this dataset." msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:61 -msgid "Minimum Font Size" +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:165 +msgid "You can also just click on the chart to apply cross-filter." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 -msgid "Minimum Radius" +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:172 +msgid "Cross-filtering is not enabled for this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:77 -msgid "Minimum leaf node event count" +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:179 +msgid "This visualization type does not support cross-filtering." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 -msgid "" -"Minimum radius size of the circle, in pixels. As the zoom level changes, " -"this insures that the circle respects this minimum radius." +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:186 +msgid "You can't apply cross-filter on this data point." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 -msgid "Minimum threshold in percentage points for showing labels." +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:202 +msgid "Remove cross-filter" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:69 -msgid "Minimum value" +#: superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.tsx:205 +msgid "Add cross-filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:203 -msgid "Minimum value for label to be displayed on graph." +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:149 +msgid "Failed to load dimensions for drill by" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:86 -msgid "Minimum value on the gauge axis" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:197 +msgid "Drill by is not yet supported for this chart type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/controlPanel.tsx:222 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:216 -msgid "Minor Split Line" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:199 +msgid "Drill by is not available for this data point" msgstr "" -#: superset/db_engine_specs/base.py:100 -msgid "Minute" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:206 +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:216 +msgid "Drill by" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 -#, python-format -msgid "Minutes %s" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:232 +msgid "Search columns" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:401 -msgid "Missing URL parameters" +#: superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.tsx:275 +msgid "No columns found" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:363 -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:419 -msgid "Missing dataset" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:103 +msgid "Failed to generate chart edit URL" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 -msgid "Mixed Chart" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:123 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:60 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:223 +msgid "You do not have sufficient permissions to edit the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:78 -msgid "Mixed Time-Series" -msgstr "" - -#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:277 -#: superset-frontend/src/pages/AlertReportList/index.tsx:335 -#: superset-frontend/src/pages/DashboardList/index.tsx:347 -#: superset-frontend/src/pages/DatasetList/index.tsx:375 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:152 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:369 -#: superset-frontend/src/pages/Tags/index.tsx:118 -#: superset/connectors/sqla/views.py:402 superset/views/dashboard/mixin.py:85 -#: superset/views/dashboard/views.py:186 superset/views/database/mixins.py:199 -#: superset/views/sql_lab/views.py:85 -msgid "Modified" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:135 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:64 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:229 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:440 +msgid "Edit chart" msgstr "" -#: superset-frontend/src/features/charts/ChartCard.tsx:158 -#: superset-frontend/src/features/dashboards/DashboardCard.tsx:134 -#: superset-frontend/src/features/home/ActivityTable.tsx:121 -#: superset-frontend/src/features/tags/TagCard.tsx:105 -#, python-format -msgid "Modified %s" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:148 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:75 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:212 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:239 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:779 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:333 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:445 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:511 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:341 +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:37 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1172 +msgid "Close" msgstr "" -#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 -#: superset-frontend/src/pages/ChartList/index.tsx:431 -#: superset-frontend/src/pages/DashboardList/index.tsx:326 -#: superset-frontend/src/pages/DatasetList/index.tsx:385 -msgid "Modified by" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:422 +#: superset-frontend/src/pages/Chart/index.tsx:69 +msgid "Failed to load chart data." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:440 #, python-format -msgid "Modified columns: %s" -msgstr "" - -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 -msgid "Monday" +msgid "Drill by: %s" msgstr "" -#: superset/db_engine_specs/base.py:109 -msgid "Month" +#: superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx:470 +msgid "There was an error loading the chart data" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#: superset-frontend/src/components/Chart/DrillBy/useResultsTableView.tsx:58 +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:217 +#: superset-frontend/src/explore/components/DataTablesPane/components/ResultsPaneOnDashboard.tsx:84 #, python-format -msgid "Months %s" +msgid "Results %s" msgstr "" -#: superset-frontend/src/components/DropdownContainer/index.tsx:121 -msgid "More" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:39 +msgid "Drill to detail by" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 -msgid "More filters" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:139 +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:154 +msgid "Drill to detail" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 -msgid "Move only" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:141 +msgid "" +"Drill to detail is disabled because this chart does not group data by " +"dimension value." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 -msgid "Moves the given set of dates by a specified interval." +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:165 +msgid "Drill to detail by value is not yet supported for this chart type." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 -msgid "Multi-Dimensions" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailMenuItems.tsx:234 +msgid "Right-click on a dimension value to drill to detail by that value." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 -msgid "Multi-Layers" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailModal.tsx:126 +#, python-format +msgid "Drill to detail: %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:49 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66 -msgid "Multi-Levels" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:128 +msgid "Formatting" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:65 -#: superset-frontend/src/visualizations/TimeTable/index.ts:33 -msgid "Multi-Variables" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:132 +msgid "Formatted value" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:188 -msgid "Multiple" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx:284 +msgid "No rows were returned for this dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 -msgid "Multiple Line Charts" +#: superset-frontend/src/components/Chart/DrillDetail/DrillDetailTableControls.tsx:133 +msgid "Reload" msgstr "" -#: superset/views/database/views.py:468 -msgid "" -"Multiple file extensions are not allowed for columnar uploads. Please " -"make sure all files are of the same extension." +#: superset-frontend/src/components/CopyToClipboard/index.jsx:40 +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:85 +msgid "Copy" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:173 -msgid "Multiple filtering" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:89 +msgid "Copy to clipboard" msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 -msgid "" -"Multiple formats accepted, look the geopy.points Python library for more " -"details" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:68 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:200 +msgid "Copied to clipboard!" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 -msgid "Multiple selections allowed, otherwise filter is limited to a single value" +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:333 -msgid "Multiplier" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 +msgid "every" msgstr "" -#: superset/dashboards/commands/exceptions.py:39 -msgid "Must be unique" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 +msgid "every month" msgstr "" -#: superset/reports/commands/exceptions.py:94 -msgid "Must choose either a chart or a dashboard" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 +msgid "every day of the month" msgstr "" -#: superset/viz.py:2283 -msgid "Must have a [Group By] column to have 'count' as the [Label]" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 +msgid "day of the month" msgstr "" -#: superset/viz.py:1666 -msgid "Must have at least one numeric column specified" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 +msgid "every day of the week" msgstr "" -#: superset/databases/ssh_tunnel/commands/exceptions.py:63 -msgid "Must provide credentials for the SSH Tunnel" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 +msgid "day of the week" msgstr "" -#: superset/models/helpers.py:1848 -msgid "Must specify a value for filters with comparison operators" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 +msgid "every hour" msgstr "" -#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:74 -msgid "My beautiful colors" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 +msgid "every minute" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 -msgid "My column" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 +msgid "minute" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 -msgid "My metric" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 +msgid "reboot" msgstr "" -#: superset-frontend/src/constants.ts:139 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:239 -msgid "N/A" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 +msgid "Every" msgstr "" -#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 -msgid "NOT GROUPED BY" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 +msgid "in" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 -msgid "NOV" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 +msgid "on" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 -msgid "NOW" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 +msgid "and" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:144 -msgid "NUMERIC" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 +msgid "at" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:148 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:776 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:214 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:354 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:356 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:789 -#: superset-frontend/src/pages/AlertReportList/index.tsx:272 -#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:130 -#: superset-frontend/src/pages/CssTemplateList/index.tsx:131 -#: superset-frontend/src/pages/DatasetList/index.tsx:345 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:130 -#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:248 -#: superset-frontend/src/pages/SavedQueryList/index.tsx:283 -#: superset-frontend/src/pages/Tags/index.tsx:109 -#: superset/views/chart/mixin.py:85 -msgid "Name" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 +msgid ":" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:817 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 -msgid "Name is required" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 +msgid "minute(s)" msgstr "" -#: superset/annotation_layers/commands/exceptions.py:66 -msgid "Name must be unique" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 +msgid "Invalid cron expression" msgstr "" -#: superset/views/database/forms.py:416 -msgid "Name of table to be created from columnar data." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 +msgid "Clear" msgstr "" -#: superset/views/database/forms.py:280 -msgid "Name of table to be created from excel data." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 +msgid "Sunday" msgstr "" -#: superset/views/database/forms.py:129 -msgid "Name of table to be created with CSV file" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 +msgid "Monday" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:62 -msgid "Name of the column containing the id of the parent node" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 +msgid "Tuesday" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:52 -msgid "Name of the id column" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 +msgid "Wednesday" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:54 -msgid "Name of the source nodes" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" msgstr "" -#: superset/connectors/sqla/views.py:335 -msgid "Name of the table that exists in the source database" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:64 -msgid "Name of the target nodes" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 +msgid "Saturday" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:65 -msgid "Name your database" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 +msgid "January" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 -msgid "Need help? Learn how to connect your database" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 +msgid "February" msgstr "" -#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 -msgid "Need help? Learn more about" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 +msgid "March" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:132 -msgid "Network error" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 +msgid "April" msgstr "" -#: superset-frontend/src/components/Chart/chartReducer.ts:108 -#: superset-frontend/src/components/Chart/chartReducer.ts:169 -msgid "Network error." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 +msgid "May" msgstr "" -#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:223 -msgid "New chart" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 +msgid "June" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 -#, python-format -msgid "New columns added: %s" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +msgid "July" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81 -msgid "New filter set" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 +msgid "August" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 -msgid "New tab" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 +msgid "September" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 -msgid "New tab (Ctrl + q)" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 +msgid "October" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 -msgid "New tab (Ctrl + t)" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 +msgid "November" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 -msgid "Next" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 +msgid "December" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 -msgid "Nightingale Rose Chart" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512 -msgid "No" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 +msgid "MON" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 -#, python-format -msgid "No %(tableName)s yet" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 +msgid "TUE" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 -#, python-format -msgid "No %s yet" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 +msgid "WED" msgstr "" -#: superset/templates/superset/request_access.html:20 -msgid "No Access!" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" msgstr "" -#: superset-frontend/src/components/ListView/ListView.tsx:398 -msgid "No Data" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 +msgid "FRI" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 -msgid "No Results" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 +msgid "SAT" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 -msgid "No annotation layers yet" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 +msgid "JAN" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 -msgid "No annotation yet" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 +msgid "FEB" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:45 -msgid "No charts" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 +msgid "MAR" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 -msgid "No columns" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 +msgid "APR" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 -msgid "No compatible columns found" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 +msgid "MAY" msgstr "" -#: superset-frontend/src/profile/components/CreatedContent.tsx:63 -msgid "No dashboards" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 +msgid "JUN" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146 -#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255 -#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 -msgid "No data" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 +msgid "JUL" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219 -msgid "No data after filtering or data is NULL for the latest time record" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 +msgid "AUG" msgstr "" -#: superset/dashboards/commands/importers/v0.py:321 -msgid "No data in file" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 +msgid "SEP" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 -msgid "No description available." +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 +msgid "OCT" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:46 -msgid "No favorite charts yet, go click on stars!" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 +msgid "NOV" msgstr "" -#: superset-frontend/src/profile/components/Favorites.tsx:64 -msgid "No favorite dashboards yet, go click on stars!" +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313 -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 -#: superset-frontend/src/explore/controls.jsx:342 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:320 -msgid "No filter" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:244 +msgid "There was an error loading the schemas" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 -msgid "No filter is selected." +#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:283 +msgid "Select database or type to search databases" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 -msgid "No of Bins" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 +msgid "Force refresh schema list" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 -msgid "No query history yet..." +#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:307 +msgid "Select schema or type to search schemas" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494 -#: superset/templates/appbuilder/general/widgets/base_list.html:64 -msgid "No records found" +#: superset-frontend/src/components/DatabaseSelector/index.tsx:306 +msgid "No compatible schema found" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400 -msgid "No results found" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:47 +msgid "" +"Warning! Changing the dataset may break the chart if the metadata does " +"not exist." msgstr "" -#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:51 msgid "" -"No results were returned for this query. If you expected results to be " -"returned, ensure any filters are configured properly and the datasource " -"contains data for the selected time range." +"Changing the dataset may break the chart if the chart relies on columns " +"or metadata that does not exist in the target dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133 -msgid "No stored results found, you need to re-run your query" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:117 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:75 +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:61 +#: superset-frontend/src/pages/DatasetList/index.tsx:159 +#: superset-frontend/src/pages/DatasetList/index.tsx:873 +msgid "dataset" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268 -msgid "No such column found. To filter on a metric, try the Custom SQL tab." +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:195 +msgid "Successfully changed dataset!" msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 -msgid "No time columns" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:227 +msgid "Connection" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 -msgid "Node label position" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:256 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:324 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:468 +msgid "Swap dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 -msgid "Node select mode" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:271 +msgid "Proceed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 -msgid "Node size" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:288 +msgid "Warning!" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 -msgid "None" +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:296 +msgid "Search / Filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 -msgid "None -> Arrow" +#: superset-frontend/src/components/Datasource/CollectionTable.tsx:481 +msgid "Add item" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 -msgid "None -> None" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:147 +msgid "STRING" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77 -msgid "Normal" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:148 +msgid "NUMERIC" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 -msgid "Normalize Across" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:149 +msgid "DATETIME" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 -msgid "Normalized" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:150 +msgid "BOOLEAN" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 -msgid "Not Time Series" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:154 +msgid "Physical (table or view)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116 -msgid "Not null" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:155 +msgid "Virtual (SQL)" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 -msgid "Not triggered" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:278 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:281 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:366 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:374 +msgid "Data type" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152 -msgid "Not up to date" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:293 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:365 +msgid "Advanced data type" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 -msgid "Nothing triggered" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:297 +msgid "Advanced Data type" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348 -msgid "Notification method" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:306 +msgid "Datetime format" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 -msgid "November" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 +msgid "The pattern of timestamp format. For strings use " msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 -msgid "Now" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:312 +msgid "Python datetime string pattern" msgstr "" -#: superset/datasets/filters.py:26 -msgid "Null or Empty" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:314 +msgid " expression which needs to adhere to the " msgstr "" -#: superset/views/database/forms.py:233 superset/views/database/forms.py:366 -msgid "Null values" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:316 +msgid "ISO 8601" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 -msgid "Number Format" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:318 +msgid "" +" standard to ensure that the lexicographical ordering\n" +" coincides with the chronological ordering. If the\n" +" timestamp format does not adhere to the ISO 8601 " +"standard\n" +" you will need to define an expression and type for\n" +" transforming the string into a date or timestamp. " +"Note\n" +" currently time zones are not supported. If time is " +"stored\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no" +" pattern\n" +" is specified we fall back to using the optional " +"defaults on a per\n" +" database/column name level via the extra parameter." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 -msgid "Number format" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:338 +msgid "Certified By" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 -msgid "Number of decimal digits to round numbers to" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:339 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1285 +msgid "Person or group that has certified this metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 -msgid "Number of decimal places with which to display lift values" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:343 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1283 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1291 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379 +msgid "Certified by" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 -msgid "Number of decimal places with which to display p-values" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:349 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:354 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1296 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1302 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390 +msgid "Certification details" msgstr "" -#: superset/views/database/forms.py:194 superset/views/database/forms.py:335 -msgid "Number of rows of file to read." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:350 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1298 +msgid "Details of the certification" msgstr "" -#: superset/views/database/forms.py:188 superset/views/database/forms.py:329 -msgid "Number of rows to skip at start of file." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:367 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:375 +msgid "Is dimension" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 -msgid "Number of split segments on the axis" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:369 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:377 +msgid "Default datetime" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 -msgid "Number of steps to take between ticks when displaying the X scale" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:370 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:378 +msgid "Is filterable" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 -msgid "Number of steps to take between ticks when displaying the Y scale" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:506 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1495 +msgid "" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 -msgid "Numerical range" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:567 +msgid "Select owners" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 -msgid "OCT" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:782 +#, python-format +msgid "Modified columns: %s" msgstr "" -#: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 -msgid "OK" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:787 +#, python-format +msgid "Removed columns: %s" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:210 -msgid "OVERWRITE" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:792 +#, python-format +msgid "New columns added: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 -msgid "October" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:795 +msgid "Metadata has been synced" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 -msgid "Offline" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:801 +#: superset-frontend/src/components/Tags/utils.tsx:70 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:41 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92 +msgid "An error has occurred" msgstr "" -#: superset/connectors/sqla/views.py:496 -msgid "Offset" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:830 +#, python-format +msgid "Column name [%s] is duplicated" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 -msgid "On Grace" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:836 +#, python-format +msgid "Metric name [%s] is duplicated" msgstr "" -#: superset/views/alerts.py:191 -msgid "" -"Once an alert is triggered, how long, in seconds, before Superset nags " -"you again." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:845 +#, python-format +msgid "Calculated column [%s] requires an expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 -#: superset-frontend/src/explore/controls.jsx:126 -msgid "" -"One or many columns to group by. High cardinality groupings should " -"include a series limit to limit the number of fetched and rendered " -"series." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:860 +msgid "Invalid currency code in saved metrics" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 -msgid "" -"One or many columns to group by. High cardinality groupings should " -"include a sort by metric and series limit to limit the number of fetched " -"and rendered series." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:878 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1777 +msgid "Basic" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215 -msgid "One or many columns to pivot as columns" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:895 +msgid "Default URL" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:896 +msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/explore/controls.jsx:246 -msgid "One or many controls to pivot as columns" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:904 +msgid "Autocomplete filters" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145 -#: superset-frontend/src/explore/controls.jsx:162 -msgid "One or many metrics to display" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:905 +msgid "Whether to populate autocomplete filters options" msgstr "" -#: superset/datasets/commands/exceptions.py:90 -msgid "One or more columns already exist" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:911 +msgid "Autocomplete query predicate" msgstr "" -#: superset/datasets/commands/exceptions.py:80 -msgid "One or more columns are duplicated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:912 +msgid "" +"When using \"Autocomplete filters\", this can be used to improve " +"performance of the query fetching the values. Use this option to apply a " +"predicate (WHERE clause) to the query selecting the distinct values from " +"the table. Typically the intent would be to limit the scan by applying a " +"relative time filter on a partitioned or indexed time-related field." msgstr "" -#: superset/datasets/commands/exceptions.py:70 -msgid "One or more columns do not exist" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:933 +msgid "" +"Extra data to specify table metadata. Currently supports metadata of the " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," +" \"details\": \"This table is the source of truth.\" }, " +"\"warning_markdown\": \"This is a warning.\" }`." msgstr "" -#: superset/datasets/commands/exceptions.py:119 -msgid "One or more metrics already exist" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:969 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:402 +msgid "Cache timeout" msgstr "" -#: superset/datasets/commands/exceptions.py:109 -msgid "One or more metrics are duplicated" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:970 +msgid "" +"The duration of time in seconds before the cache is invalidated. Set to " +"-1 to bypass the cache." msgstr "" -#: superset/datasets/commands/exceptions.py:99 -msgid "One or more metrics do not exist" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 +msgid "Hours offset" msgstr "" -#: superset/errors.py:113 -msgid "One or more parameters needed to configure a database are missing." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:979 +msgid "" +"The number of hours, negative or positive, to shift the time column. This" +" can be used to move UTC time to local time." msgstr "" -#: superset/errors.py:127 -msgid "One or more parameters specified in the query are malformatted." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:996 +msgid "Normalize column names" msgstr "" -#: superset/errors.py:101 -msgid "One or more parameters specified in the query are missing." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1005 +msgid "Always filter main datetime column" msgstr "" -#: superset/views/core.py:2075 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1006 msgid "" -"One or more required fields are missing in the request. Please try again," -" and if the problem persists conctact your administrator." +"When the secondary temporal columns are filtered, apply the same filter " +"to the main datetime column." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 -msgid "One ore more annotation layers failed loading." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1027 +msgid "" msgstr "" -#: superset/sql_lab.py:201 -msgid "Only SELECT statements are allowed against this database." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1028 +msgid "" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128 -msgid "Only Total" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1059 +msgid "Click the lock to make changes." msgstr "" -#: superset/connectors/sqla/utils.py:96 -msgid "Only `SELECT` statements are allowed" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1062 +msgid "Click the lock to prevent further changes." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 -msgid "Only selected panels will be affected by this filter" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1088 +msgid "virtual" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131 -msgid "" -"Only show the total value on the stacked chart, and not show on the " -"selected category" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1119 +msgid "Dataset name" msgstr "" -#: superset/connectors/sqla/utils.py:105 -msgid "Only single queries supported" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1129 +msgid "" +"When specifying SQL, the datasource acts as a view. Superset will use " +"this statement as a subquery while grouping and filtering on the " +"generated parent queries." msgstr "" -#: superset/views/database/forms.py:111 superset/views/database/forms.py:262 -#: superset/views/database/forms.py:397 -#, python-format -msgid "Only the following file extensions are allowed: %(allowed_extensions)s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1154 +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/DatasetList/index.tsx:534 +msgid "Physical" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 -msgid "Opacity" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1195 +msgid "" +"The pointer to a physical table (or view). Keep in mind that the chart is" +" associated to this Superset logical table, and this logical table points" +" the physical table referenced here." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155 -msgid "Opacity of Area Chart. Also applies to confidence band." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1237 +msgid "Metric Key" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 -msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1242 +msgid "" +"This field is used as a unique identifier to attach the metric to charts." +" It is also used as the alias in the SQL query." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 -msgid "Opacity of area chart." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1263 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:47 +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:61 +msgid "D3 format" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 -msgid "Open Datasource tab" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1270 +msgid "Metric currency" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 -msgid "Open in SQL Lab" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1274 +msgid "Select or type currency symbol" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 -msgid "Open query in SQL Lab" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1307 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:211 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:197 +msgid "Warning" msgstr "" -#: superset/views/database/mixins.py:105 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1309 +msgid "Optional warning about use of this metric" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 -msgid "" -"Operate the database in asynchronous mode, meaning that the queries are " -"executed on remote workers as opposed to on the web server itself. This " -"assumes that you have a Celery worker setup as well as a results backend." -" Refer to the installation docs for more information." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1326 +msgid "" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 -msgid "Operator" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1402 +msgid "Be careful." msgstr "" -#: superset/utils/pandas_postprocessing.py:175 -#, python-format -msgid "Operator undefined for aggregator: %(name)s" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1403 +msgid "" +"Changing these settings will affect all charts using this dataset, " +"including charts owned by other people." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 -msgid "" -"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" -" certain database engines." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1450 +msgid "Sync columns from source" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 -msgid "Optional name of the data column." +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1470 +msgid "Calculated columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1482 msgid "" -"Optional time column if time range should apply to another column than " -"the default time column" +"This field is used as a unique identifier to attach the calculated " +"dimension to charts. It is also used as the alias in the SQL query." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092 -msgid "Optional warning about use of this metric" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1498 +msgid "" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 -msgid "Options" +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1504 +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:191 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:283 +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:58 +#: superset-frontend/src/features/home/RightMenu.tsx:440 +msgid "Settings" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668 -msgid "Or choose from a list of other databases we support:" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192 +#: superset-frontend/src/pages/ChartCreation/index.tsx:217 +msgid "The dataset has been saved" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 -msgid "Order by entity id" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:219 +msgid "Error saving dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272 -msgid "Order results by selected columns" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:253 +msgid "" +"The dataset configuration exposed here\n" +" affects all the charts using this dataset.\n" +" Be mindful that changing settings\n" +" here may affect other charts\n" +" in undesirable ways." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271 -msgid "Ordering" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:259 +msgid "Are you sure you want to save and apply changes?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 -msgid "Orientation of tree" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:265 +msgid "Confirm save" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 -#: superset-frontend/src/explore/constants.ts:116 -msgid "Origin" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:269 +#: superset-frontend/src/components/Modal/Modal.tsx:238 +#: superset-frontend/src/components/Table/index.tsx:217 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:864 +msgid "OK" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 -msgid "Original" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:284 +msgid "Edit Dataset " msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 -msgid "Original table column order" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:302 +msgid "Use legacy datasource editor" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 -#: superset/db_engine_specs/base.py:85 -msgid "Original value" +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:325 +msgid "This dataset is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 -msgid "Orthogonal" +#: superset-frontend/src/components/DeleteModal/index.tsx:69 +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:231 +msgid "DELETE" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687 -msgid "Other" +#: superset-frontend/src/components/DeleteModal/index.tsx:84 +msgid "delete" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 -msgid "Outer Radius" +#: superset-frontend/src/components/DeleteModal/index.tsx:92 +#: superset-frontend/src/components/ImportModal/index.tsx:397 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1468 +#, python-format +msgid "Type \"%s\" to confirm" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 -msgid "Outer edge of Pie chart" +#: superset-frontend/src/components/DropdownContainer/index.tsx:125 +msgid "More" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 -msgid "Overlap" +#: superset-frontend/src/components/EditableTitle/index.tsx:211 +msgid "Click to edit" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455 -#: superset-frontend/src/explore/controlPanels/sections.tsx:220 -msgid "" -"Overlay one or more timeseries from a relative time period. Expects " -"relative time deltas in natural language (example: 24 hours, 7 days, 52 " -"weeks, 365 days). Free text is supported." +#: superset-frontend/src/components/EditableTitle/index.tsx:213 +msgid "You don't have the rights to alter this title." msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:282 -msgid "Overwrite" +#: superset-frontend/src/components/EmptyState/index.tsx:228 +msgid "No databases match your search" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 -msgid "Overwrite & Explore" +#: superset-frontend/src/components/EmptyState/index.tsx:229 +msgid "There are no databases available" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:191 -#, python-format -msgid "Overwrite Dashboard [%s]" +#: superset-frontend/src/components/EmptyState/index.tsx:230 +msgid "Manage your databases" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264 -msgid "Overwrite text in the editor with a query on this table" +#: superset-frontend/src/components/EmptyState/index.tsx:231 +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:60 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:124 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:106 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1038 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1853 +msgid "here" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417 -msgid "Owner" +#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:25 +msgid "Unexpected error" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334 -#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500 -#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82 -msgid "Owners" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 +msgid "This may be triggered by:" msgstr "" -#: superset/commands/exceptions.py:105 -#: superset/datasets/commands/exceptions.py:144 -msgid "Owners are invalid" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +msgid "Please reach out to the Chart Owner for assistance." msgstr "" -#: superset/views/dashboard/mixin.py:65 -msgid "Owners is a list of users who can alter the dashboard." +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 +#, python-format +msgid "Chart Owner: %s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414 +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:83 +#, python-format msgid "" -"Owners is a list of users who can alter the dashboard. Searchable by name" -" or username." +"%(message)s\n" +"This may be triggered by: \n" +"%(issues)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388 -msgid "Page length" +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:89 +#, python-format +msgid "%s Error" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 -msgid "Paired t-test Table" +#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:396 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:452 +msgid "Missing dataset" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516 -#: superset-frontend/src/explore/controlPanels/sections.tsx:278 -msgid "Pandas resample method" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:130 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:144 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:161 +msgid "See more" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496 -#: superset-frontend/src/explore/controlPanels/sections.tsx:260 -msgid "Pandas resample rule" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:174 +msgid "See less" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 -#: superset/viz.py:2182 -msgid "Parallel Coordinates" +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:204 +msgid "Copy message" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 -msgid "Parameter error" +#: superset-frontend/src/components/ErrorMessage/MarshmallowErrorMessage.tsx:98 +msgid "Details" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 -#: superset/views/chart/mixin.py:84 -msgid "Parameters" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +msgid "This was triggered by:" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 -msgid "Parameters " +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 +msgid "Did you mean:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 -msgid "Parent" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 +#, python-format +msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037 -msgid "Parent filter" +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 +msgid "Parameter error" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 -msgid "Parent filter is required" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 +#, python-format +msgid "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s second." msgstr "" -#: superset/views/database/forms.py:203 superset/views/database/forms.py:340 -msgid "Parse Dates" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#, python-format +msgid "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s second." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 -msgid "Part of a Whole" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#, python-format +msgid "" +"%(subtitle)s\n" +"This may be triggered by:\n" +" %(issue)s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 -msgid "Partition Chart" +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 +msgid "Timeout error" msgstr "" -#: superset/viz.py:3035 -msgid "Partition Diagram" +#: superset-frontend/src/components/FaveStar/index.tsx:76 +msgid "Click to favorite/unfavorite" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176 -msgid "Partition Limit" +#: superset-frontend/src/components/FilterableTable/utils.tsx:49 +msgid "Cell content" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189 -msgid "Partition Threshold" +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:134 +msgid "Hide password." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192 -msgid "" -"Partitions whose height to parent height proportions are below this value" -" are pruned" +#: superset-frontend/src/components/Form/LabeledErrorBoundInput.tsx:138 +msgid "Show password." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1389 -msgid "Password" +#: superset-frontend/src/components/ImportModal/ErrorAlert.tsx:51 +msgid "" +"Database driver for importing maybe not installed. Visit the Superset " +"documentation page for installation instructions: " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 -msgid "Paste the shareable Google Sheet URL here" +#: superset-frontend/src/components/ImportModal/index.tsx:267 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1442 +msgid "OVERWRITE" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 -msgid "Pattern" +#: superset-frontend/src/components/ImportModal/index.tsx:291 +msgid "Database passwords" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 -msgid "Percent Change" +#: superset-frontend/src/components/ImportModal/index.tsx:298 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1363 +#, python-format +msgid "%s PASSWORD" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147 -msgid "Percentage metrics" +#: superset-frontend/src/components/ImportModal/index.tsx:318 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1381 +#, python-format +msgid "%s SSH TUNNEL PASSWORD" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 -msgid "Percentage threshold" +#: superset-frontend/src/components/ImportModal/index.tsx:341 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1399 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33 -msgid "Percentages" +#: superset-frontend/src/components/ImportModal/index.tsx:363 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1419 +#, python-format +msgid "%s SSH TUNNEL PRIVATE KEY PASSWORD" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410 -#: superset-frontend/src/explore/controlPanels/sections.tsx:177 -msgid "Periods" +#: superset-frontend/src/components/ImportModal/index.tsx:426 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:485 +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:459 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:497 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:153 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:251 +msgid "Overwrite" msgstr "" -#: superset/utils/pandas_postprocessing.py:824 -msgid "Periods must be a positive integer value" +#: superset-frontend/src/components/ImportModal/index.tsx:426 +msgid "Import" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258 -msgid "Person or group that has certified this chart." +#: superset-frontend/src/components/ImportModal/index.tsx:430 +#, python-format +msgid "Import %s" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548 -msgid "Person or group that has certified this dashboard." +#: superset-frontend/src/components/ImportModal/index.tsx:445 +msgid "Select file" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068 -msgid "Person or group that has certified this metric" +#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#, python-format +msgid "Last Updated %s" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936 -msgid "Physical" +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +#: superset-frontend/src/components/Table/index.tsx:227 +msgid "Sort" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132 -msgid "Physical (table or view)" +#: superset-frontend/src/components/ListView/CrossLinksTooltip.tsx:64 +#: superset-frontend/src/components/TruncatedList/index.tsx:147 +#, python-format +msgid "+ %s more" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223 -msgid "Physical dataset" +#: superset-frontend/src/components/ListView/ListView.tsx:252 +#, python-format +msgid "%s Selected" msgstr "" -#: superset/viz.py:742 -msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#: superset-frontend/src/components/ListView/ListView.tsx:384 +msgid "Deselect all" msgstr "" -#: superset/viz.py:1573 -msgid "Pick a metric for left axis!" +#: superset-frontend/src/components/ListView/ListView.tsx:410 +msgid "Add Tag" msgstr "" -#: superset/viz.py:1575 -msgid "Pick a metric for right axis!" +#: superset-frontend/src/components/ListView/ListView.tsx:446 +msgid "No results match your filter criteria" msgstr "" -#: superset/viz.py:1163 -msgid "Pick a metric for x, y and size" +#: superset-frontend/src/components/ListView/ListView.tsx:447 +msgid "Try different criteria to display results." msgstr "" -#: superset/viz.py:1202 -msgid "Pick a metric to display" +#: superset-frontend/src/components/ListView/ListView.tsx:450 +msgid "clear all filters" msgstr "" -#: superset/viz.py:1228 superset/viz.py:1262 -msgid "Pick a metric!" +#: superset-frontend/src/components/ListView/ListView.tsx:455 +msgid "No Data" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56 -msgid "Pick a name to help you identify this database." +#: superset-frontend/src/components/ListView/ListView.tsx:475 +#: superset-frontend/src/components/TableView/TableView.tsx:250 +#, python-format +msgid "%s-%s of %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 -msgid "Pick a nickname for this database to display as in Superset." +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:306 +msgid "Start date" msgstr "" -#: superset/viz.py:1358 superset/viz.py:1621 -msgid "Pick a time granularity for your time series" +#: superset-frontend/src/components/ListView/Filters/DateRange.tsx:67 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:306 +msgid "End date" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 -msgid "Pick a title for you annotation." +#: superset-frontend/src/components/ListView/Filters/Search.tsx:75 +msgid "Type a value" msgstr "" -#: superset/viz.py:1783 -msgid "Pick at least one field for [Series]" +#: superset-frontend/src/components/ListView/Filters/Select.tsx:93 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:106 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:56 +msgid "Filter" msgstr "" -#: superset/viz.py:830 superset/viz.py:1781 -msgid "Pick at least one metric" +#: superset-frontend/src/components/ListView/Filters/Select.tsx:99 +#: superset-frontend/src/components/ListView/Filters/Select.tsx:113 +msgid "Select or type a value" msgstr "" -#: superset/viz.py:1911 -msgid "Pick exactly 2 columns as [Source / Target]" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:80 +#: superset-frontend/src/pages/AlertReportList/index.tsx:328 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:165 +#: superset-frontend/src/pages/ChartList/index.tsx:450 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:142 +#: superset-frontend/src/pages/DashboardList/index.tsx:371 +#: superset-frontend/src/pages/DatabaseList/index.tsx:403 +#: superset-frontend/src/pages/DatasetList/index.tsx:405 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:157 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:376 +#: superset-frontend/src/pages/Tags/index.tsx:186 +msgid "Last modified" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 -msgid "" -"Pick one or more columns that should be shown in the annotation. If you " -"don't select a column all of them will be shown." +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:81 +#: superset-frontend/src/pages/AlertReportList/index.tsx:494 +#: superset-frontend/src/pages/ChartList/index.tsx:681 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:230 +#: superset-frontend/src/pages/DashboardList/index.tsx:564 +#: superset-frontend/src/pages/DatabaseList/index.tsx:526 +#: superset-frontend/src/pages/DatasetList/index.tsx:603 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:283 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:504 +#: superset-frontend/src/pages/Tags/index.tsx:265 +msgid "Modified by" msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:37 -msgid "Pick your favorite markup language" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:92 +msgid "Created by" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 -msgid "Pie Chart" +#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:96 +msgid "Created on" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 -msgid "Pie shape" +#: superset-frontend/src/components/PageHeaderWithActions/index.tsx:163 +msgid "Menu actions trigger" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 -msgid "Pin" +#: superset-frontend/src/components/Select/AsyncSelect.tsx:130 +#: superset-frontend/src/components/Select/Select.tsx:112 +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:235 +msgid "Select ..." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 -msgid "Pivot Options" +#: superset-frontend/src/components/Table/index.tsx:216 +msgid "Filter menu" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 -#: superset/viz.py:862 -msgid "Pivot Table" +#: superset-frontend/src/components/Table/index.tsx:218 +msgid "Reset" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 -msgid "Pivot Table v2" +#: superset-frontend/src/components/Table/index.tsx:219 +msgid "No filters" msgstr "" -#: superset/utils/pandas_postprocessing.py:260 -msgid "Pivot operation must include at least one aggregate" +#: superset-frontend/src/components/Table/index.tsx:220 +msgid "Select all items" msgstr "" -#: superset/utils/pandas_postprocessing.py:256 -msgid "Pivot operation requires at least one index" +#: superset-frontend/src/components/Table/index.tsx:221 +msgid "Search in filters" msgstr "" -#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 -msgid "Pivoted" +#: superset-frontend/src/components/Table/index.tsx:223 +msgid "Select current page" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 -msgid "Pixel height of each series" +#: superset-frontend/src/components/Table/index.tsx:224 +msgid "Invert current page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 -msgid "Please apply filter changes" +#: superset-frontend/src/components/Table/index.tsx:225 +msgid "Clear all data" msgstr "" -#: superset/sqllab/query_render.py:116 -msgid "" -"Please check your query and confirm that all template parameters are " -"surround by double braces, for example, \"{{ ds }}\". Then, try running " -"your query again." +#: superset-frontend/src/components/Table/index.tsx:226 +msgid "Select all data" msgstr "" -#: superset/db_engine_specs/athena.py:55 -#: superset/db_engine_specs/bigquery.py:179 -#: superset/db_engine_specs/postgres.py:158 -#: superset/db_engine_specs/snowflake.py:104 -#, python-format -msgid "" -"Please check your query for syntax errors at or near " -"\"%(syntax_error)s\". Then, try running your query again." +#: superset-frontend/src/components/Table/index.tsx:228 +msgid "Expand row" msgstr "" -#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144 -#, python-format -msgid "" -"Please check your query for syntax errors near \"%(server_error)s\". " -"Then, try running your query again." +#: superset-frontend/src/components/Table/index.tsx:229 +msgid "Collapse row" msgstr "" -#: superset/viz.py:879 -msgid "Please choose at least one 'Group by' field " +#: superset-frontend/src/components/Table/index.tsx:230 +msgid "Click to sort descending" msgstr "" -#: superset/viz.py:891 -msgid "Please choose at least one metric" +#: superset-frontend/src/components/Table/index.tsx:231 +msgid "Click to sort ascending" msgstr "" -#: superset/viz.py:1578 -msgid "Please choose different metrics on left and right axis" +#: superset-frontend/src/components/Table/index.tsx:232 +msgid "Click to cancel sorting" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 -msgid "Please complete all required fields." +#: superset-frontend/src/components/TableSelector/index.tsx:187 +msgid "List updated" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 -#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499 -msgid "Please confirm" +#: superset-frontend/src/components/TableSelector/index.tsx:194 +msgid "There was an error loading the tables" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485 -msgid "Please enter a SQLAlchemy URI to test" +#: superset-frontend/src/components/TableSelector/index.tsx:283 +msgid "See table schema" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:133 -msgid "Please enter a chart name" +#: superset-frontend/src/components/TableSelector/index.tsx:290 +#: superset-frontend/src/components/TableSelector/index.tsx:301 +msgid "Select table or type to search tables" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 -msgid "Please filter set name" +#: superset-frontend/src/components/TableSelector/index.tsx:313 +msgid "Force refresh table list" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 -msgid "Please make sure all fields are filled out correctly" +#: superset-frontend/src/components/Tags/utils.tsx:72 +msgid "You do not have permission to read tags" msgstr "" -#: superset/db_engine_specs/postgres.py:122 -msgid "Please re-enter the password." +#: superset-frontend/src/components/TimezoneSelector/index.tsx:129 +msgid "Timezone selector" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 -msgid "Please reach out to the Chart Owner for assistance." +#: superset-frontend/src/dashboard/actions/dashboardInfo.ts:125 +msgid "Failed to save cross-filter scoping" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 -msgid "Please save the query to enable sharing" +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:182 +msgid "" +"There is not enough space for this component. Try decreasing its width, " +"or increasing the destination width." msgstr "" -#: superset/reports/commands/exceptions.py:90 -msgid "Please save your chart first, then try creating a new email report." +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:213 +msgid "Can not move top level tab into nested tabs" msgstr "" -#: superset/reports/commands/exceptions.py:102 -msgid "Please save your dashboard first, then try creating a new email report." +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:260 +msgid "This chart has been moved to a different filter scope." msgstr "" -#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 -msgid "Please select both a Dataset and a Chart type to proceed" +#: superset-frontend/src/dashboard/actions/dashboardState.js:99 +msgid "There was an issue fetching the favorite status of this dashboard." msgstr "" -#: superset/viz.py:1161 -msgid "Please use 3 different metric labels" +#: superset-frontend/src/dashboard/actions/dashboardState.js:123 +msgid "There was an issue favoriting this dashboard." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 -msgid "Please verify that port is open to connect." +#: superset-frontend/src/dashboard/actions/dashboardState.js:147 +msgid "This dashboard is now published" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 -msgid "" -"Plots the individual metrics for each row in the data vertically and " -"links them together as a line. This chart is useful for comparing " -"multiple metrics across all of the samples or rows in the data." +#: superset-frontend/src/dashboard/actions/dashboardState.js:148 +msgid "This dashboard is now hidden" msgstr "" -#: superset/initialization/__init__.py:254 -msgid "Plugins" +#: superset-frontend/src/dashboard/actions/dashboardState.js:156 +msgid "You do not have permissions to edit this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 -msgid "Point Radius" +#: superset-frontend/src/dashboard/actions/dashboardState.js:256 +msgid "[ untitled dashboard ]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 -msgid "Point Radius Unit" +#: superset-frontend/src/dashboard/actions/dashboardState.js:309 +#: superset-frontend/src/dashboard/actions/dashboardState.js:348 +msgid "This dashboard was saved successfully." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 -msgid "Points" +#: superset-frontend/src/dashboard/actions/dashboardState.js:355 +msgid "Sorry, an unknown error occurred" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 -msgid "Points and clusters will update as the viewport is being changed" +#: superset-frontend/src/dashboard/actions/dashboardState.js:358 +#, python-format +msgid "Sorry, there was an error saving this dashboard: %s" msgstr "" -#: superset/views/sql_lab.py:74 -msgid "Pop Tab Link" +#: superset-frontend/src/dashboard/actions/dashboardState.js:364 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:135 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:111 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:43 +msgid "You do not have permission to edit this dashboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 -msgid "Popular" +#: superset-frontend/src/dashboard/actions/dashboardState.js:443 +msgid "Please confirm the overwrite values." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 -msgid "Populate \"Default value\" to enable this control" +#: superset-frontend/src/dashboard/actions/dashboardState.js:642 +#, python-format +msgid "" +"You have used all %(historyLength)s undo slots and will not be able to " +"fully undo subsequent actions. You may save your current state to reset " +"the history." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 -msgid "Population age data" +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:153 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:73 +msgid "Could not fetch all saved charts" msgstr "" -#: superset/db_engine_specs/mssql.py:87 -#: superset/db_engine_specs/postgres.py:132 -#: superset/db_engine_specs/presto.py:213 -#: superset/db_engine_specs/redshift.py:73 -#, python-format -msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection." +#: superset-frontend/src/dashboard/actions/sliceEntities.ts:158 +msgid "Sorry there was an error fetching saved charts: " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 -msgid "Port is closed" +#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +msgid "" +"Any color palette selected here will override the colors applied to this " +"dashboard's individual charts" msgstr "" -#: superset/views/dashboard/mixin.py:87 -msgid "Position JSON" +#: superset-frontend/src/dashboard/components/Dashboard.jsx:85 +msgid "You have unsaved changes." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 -msgid "Position of child node label on tree" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:199 +msgid "Drag and drop components and charts to the dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 -msgid "Position of column level subtotal" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:200 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:223 +msgid "" +"You can create a new chart or use existing ones from the panel on the " +"right" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 -msgid "Position of intermidiate node label on tree" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:206 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:229 +#: superset-frontend/src/pages/ChartCreation/index.tsx:324 +msgid "Create a new chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 -msgid "Position of row level subtotal" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:222 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:189 +msgid "Drag and drop components to this tab" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:180 -msgid "Powered by Apache Superset" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:243 +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:190 +msgid "There are no components added to this tab" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 -msgid "Pre-filter" +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:245 +msgid "You can add the components in the edit mode." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 -msgid "Pre-filter available values" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:651 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:247 +msgid "Edit the dashboard" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 -msgid "Pre-filter is required" +#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 +msgid "" +"There is no chart definition associated with this component, could it " +"have been deleted?" msgstr "" -#: superset/connectors/sqla/views.py:451 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." +#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 +msgid "Delete this container and save to remove this message." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 -msgid "Predictive" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:79 +msgid "Refresh interval saved" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 -msgid "Predictive Analytics" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:111 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +msgid "Refresh interval" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 -msgid "Prefix metric name with slice name" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 +msgid "Refresh frequency" msgstr "" -#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 -msgid "Preview" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133 +msgid "Are you sure you want to proceed?" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166 -#, python-format -msgid "Preview: `%s`" +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 +msgid "Save for this session" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 -msgid "Previous" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:152 +msgid "You must pick a name for the new dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 -msgid "Primary" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:169 +msgid "Save dashboard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 -msgid "Primary Metric" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:178 +#, python-format +msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 -msgid "Primary or secondary y-axis" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 +msgid "Save as:" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371 -msgid "Primary y-axis format" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:190 +msgid "[dashboard name]" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:161 -#: superset/templates/appbuilder/navbar_right.html:109 -msgid "Profile" +#: superset-frontend/src/dashboard/components/SaveModal.tsx:200 +msgid "also copy (duplicate) charts" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:44 -msgid "Profile picture provided by Gravatar" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:74 +msgid "viz type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 -msgid "Progress" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:76 +msgid "recent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 -msgid "Progressive" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:340 +#: superset-frontend/src/pages/ChartCreation/index.tsx:373 +msgid "Create new chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 -msgid "Propagate" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:347 +msgid "Filter your charts" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 -msgid "Proportional" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:348 +msgid "Filter charts" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 -msgid "Public and privately shared sheets" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:359 +#, python-format +msgid "Sort by %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 -msgid "Publicly shared sheets only" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:380 +msgid "Show only my charts" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 -#: superset/views/dashboard/mixin.py:84 -msgid "Published" +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:383 +msgid "" +"You can choose to display all charts that you have access to or only the " +"ones you own.\n" +" Your filter selection will be saved and remain active until" +" you choose to change it." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 -msgid "Put labels outside" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:137 +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:164 +msgid "Added" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 -msgid "Put the labels outside of the pie?" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:193 +msgid "Unknown type" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 -msgid "Put the labels outside the pie?" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:279 +msgid "Viz type" msgstr "" -#: superset-frontend/src/explore/controlPanels/Separator.js:47 -msgid "Put your code here" +#: superset-frontend/src/dashboard/components/AddSliceCard/AddSliceCard.tsx:281 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:881 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:918 +#: superset-frontend/src/explore/controls.jsx:189 +#: superset-frontend/src/pages/ChartCreation/index.tsx:333 +#: superset-frontend/src/pages/ChartList/index.tsx:383 +#: superset-frontend/src/pages/ChartList/index.tsx:612 +#: superset-frontend/src/pages/DatasetList/index.tsx:645 +msgid "Dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485 -msgid "Python Functions" +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:72 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:508 +msgid "Superset chart" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233 -msgid "Python datetime string pattern" +#: superset-frontend/src/dashboard/components/AnchorLink/index.tsx:73 +msgid "Check out this chart in dashboard:" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:248 -msgid "Python functions" +#: superset-frontend/src/dashboard/components/BuilderComponentPane/index.tsx:81 +msgid "Layout elements" msgstr "" -#: superset/db_engine_specs/base.py:99 -msgid "Quarter" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:94 +msgid "Load a CSS template" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 -#, python-format -msgid "Quarters %s" +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:109 +msgid "Live CSS editor" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:26 -#: superset-frontend/src/explore/controlPanels/sections.tsx:113 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178 -msgid "Query" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:532 +msgid "Collapse tab content" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253 -#, python-format -msgid "Query %s: %s" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:644 +msgid "There are no charts added to this dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283 -msgid "Query A" +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:647 +msgid "Go to the edit mode to configure the dashboard and add charts" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 -msgid "Query B" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:80 +msgid "Changes saved." msgstr "" -#: superset/initialization/__init__.py:341 -msgid "Query History" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:98 +msgid "Disable embedding?" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197 -#: superset-frontend/src/views/CRUD/data/common.ts:44 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 -msgid "Query history" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:99 +msgid "This will remove your current embed configuration." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722 -msgid "Query in a new tab" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:108 +msgid "Embedding deactivated." msgstr "" -#: superset/errors.py:125 -msgid "Query is too complex and takes too long to run." +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:114 +msgid "Sorry, something went wrong. Embedding could not be deactivated." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 -msgid "Query mode" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:138 +msgid "Sorry, something went wrong. Please try again." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 -msgid "Query name" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:169 +msgid "" +"This dashboard is ready to embed. In your application, pass the following" +" id to the SDK:" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 -msgid "Query preview" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:178 +msgid "Configure this dashboard to embed it into an external web application." msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682 -msgid "Query was stopped" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:184 +msgid "For further instructions, consult the" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 -msgid "Query was stopped." +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:188 +msgid "Superset Embedded SDK documentation." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 -#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 -msgid "RANGE TYPE" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:194 +msgid "Allowed Domains (comma separated)" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:327 -msgid "REPORT NAME ERROR" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:196 +msgid "" +"A list of domain names that can embed this dashboard. Leaving this field " +"empty will allow embedding from any domain." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 -msgid "RGB Color" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:217 +msgid "Deactivate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 -msgid "Radar" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:225 +msgid "Save changes" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 -msgid "Radar Chart" +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:234 +msgid "Enable embedding" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 -msgid "Radar render type, whether to display 'circle' shape." +#: superset-frontend/src/dashboard/components/EmbeddedModal/index.tsx:249 +msgid "Embed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 -msgid "Radial" +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:127 +#, python-format +msgid "Applied cross-filters (%d)" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:149 #, python-format -msgid "Ran %s" +msgid "Applied filters (%d)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Range" +#: superset-frontend/src/dashboard/components/Header/index.jsx:320 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 -#: superset-frontend/src/filters/components/Range/index.ts:28 -msgid "Range filter" +#: superset-frontend/src/dashboard/components/Header/index.jsx:409 +msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" -#: superset-frontend/src/filters/components/Range/index.ts:29 -msgid "Range filter plugin using AntD" +#: superset-frontend/src/dashboard/components/Header/index.jsx:512 +msgid "Add the name of the dashboard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 -msgid "Range labels" +#: superset-frontend/src/dashboard/components/Header/index.jsx:513 +msgid "Dashboard title" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 -msgid "Ranges" +#: superset-frontend/src/dashboard/components/Header/index.jsx:551 +msgid "Undo the action" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 -msgid "Ranges to highlight with shading" +#: superset-frontend/src/dashboard/components/Header/index.jsx:571 +msgid "Redo the action" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 -msgid "Ranking" +#: superset-frontend/src/dashboard/components/Header/index.jsx:596 +#: superset-frontend/src/dashboard/components/Header/index.jsx:598 +msgid "Discard" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 -msgid "Ratio" +#: superset-frontend/src/dashboard/components/Header/index.jsx:630 +#: superset-frontend/src/dashboard/components/Header/index.jsx:632 +msgid "Edit dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 -msgid "Raw records" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:124 +msgid "An error occurred while fetching available CSS templates" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 -msgid "Ready to review filters in this dashboard?" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:157 +msgid "Refreshing charts" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78 -msgid "Rebuild" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:210 +msgid "Superset dashboard" msgstr "" -#: superset-frontend/src/profile/components/App.tsx:72 -msgid "Recent activity" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:212 +msgid "Check out this dashboard: " msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 -msgid "Recently created charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:234 +msgid "Refresh dashboard" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 -msgid "Recently edited charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:243 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:397 +msgid "Exit fullscreen" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535 -msgid "Recently modified" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:244 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:398 +msgid "Enter fullscreen" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 -msgid "Recently viewed charts, dashboards, and saved queries will appear here" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:252 +msgid "Edit properties" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277 -msgid "Recents" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:258 +msgid "Edit CSS" msgstr "" -#: superset/views/schedules.py:242 superset/views/schedules.py:322 -msgid "Recipients" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:294 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:517 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:323 +msgid "Download" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 -msgid "Recipients are separated by \",\" or \";\"" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:298 +msgid "Export to PDF" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 -msgid "Recommended tags" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:299 +msgid "Download as Image" msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:55 -msgid "Record Count" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:502 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:369 +#: superset-frontend/src/features/home/SavedQueries.tsx:208 +msgid "Share" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 -msgid "Rectangle" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:313 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:506 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:371 +msgid "Copy permalink to clipboard" msgstr "" -#: superset/connectors/druid/views.py:330 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:314 +msgid "Share permalink by email" msgstr "" -#: superset/connectors/sqla/views.py:457 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:328 +msgid "Embed dashboard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 -msgid "Reduce X ticks" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:335 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:399 +msgid "Manage email report" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 -msgid "" -"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " -"will not overflow and labels may be missing. If false, a minimum width " -"will be applied to columns and the width may overflow into an horizontal " -"scroll." +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:363 +msgid "Set filter mapping" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78 -msgid "Refer to the" +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:377 +msgid "Set auto-refresh interval" msgstr "" -#: superset/utils/pandas_postprocessing.py:143 -msgid "Referenced columns not available in DataFrame." +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:132 +msgid "Confirm overwrite" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799 -msgid "Refetch results" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:135 +msgid "Scroll down to the bottom to enable overwriting changes. " msgstr "" -#: superset/templates/appbuilder/general/widgets/search.html:57 -msgid "Refresh" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:154 +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:199 +msgid "Yes, overwrite changes" msgstr "" -#: superset/initialization/__init__.py:542 -msgid "Refresh Druid Metadata" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:163 +msgid "Are you sure you intend to overwrite the following values?" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh Metadata" +#: superset-frontend/src/dashboard/components/OverwriteConfirm/OverwriteConfirmModal.tsx:182 +#, python-format +msgid "Last Updated %s by %s" msgstr "" -#: superset/connectors/sqla/views.py:565 -msgid "Refresh column metadata" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:855 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231 +msgid "Apply" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276 -msgid "Refresh dashboard" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97 +#: superset-frontend/src/pages/AlertReportList/index.tsx:66 +msgid "Error" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117 -msgid "Refresh frequency" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296 +msgid "A valid color scheme is required" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 -msgid "Refresh interval" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365 +msgid "JSON metadata is invalid!" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 -msgid "Refresh the default values" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444 +msgid "Dashboard properties updated" msgstr "" -#: superset/connectors/druid/views.py:420 -msgid "Refreshed metadata from cluster [{}]" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462 +msgid "The dashboard has been saved" msgstr "" -#: superset/connectors/druid/models.py:259 -msgid "Refreshing datasource [{}]" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411 +msgid "Access" msgstr "" -#: superset/connectors/sqla/views.py:335 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539 msgid "" -"Regular filters add where clauses to queries if a user belongs to a role " -"referenced in the filter. Base filters apply filters to all queries " -"except the roles defined in the filter, and can be used to define what " -"users can see if no RLS filters within a filter group apply to them." -msgstr "" - -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 -msgid "Relational" +"Owners is a list of users who can alter the dashboard. Searchable by name" +" or username." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 -msgid "Relationships between community channels" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497 +msgid "Colors" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 -msgid "Relative Date/Time" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559 +msgid "" +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, regular access permissions apply." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 -msgid "Relative period" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636 +msgid "Dashboard properties" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 -msgid "Relative quantity" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658 +msgid "This dashboard is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 -msgid "Remind me in 24 hours" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:246 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:286 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:237 +msgid "Basic information" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 -msgid "Remove" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693 +msgid "URL slug" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77 -msgid "Remove invalid filters" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697 +msgid "A readable URL for your dashboard" msgstr "" -#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 -msgid "Remove item" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376 +msgid "Certification" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282 -msgid "Remove query from log" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715 +msgid "Person or group that has certified this dashboard." msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 -msgid "Remove table preview" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393 +msgid "Any additional detail to show in the certification tooltip." msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609 -#, python-format -msgid "Removed columns: %s" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:751 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:444 +msgid "A list of tags that have been applied to this chart." msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 -msgid "Rename tab" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:772 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:335 +msgid "JSON metadata" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 -msgid "Rendering" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:791 +msgid "Please DO NOT overwrite the \"filter_scopes\" key." msgstr "" -#: superset/views/database/forms.py:146 superset/views/database/forms.py:299 -#: superset/views/database/forms.py:427 -msgid "Replace" +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:798 +#, python-format +msgid "Use \"%(menuName)s\" menu instead." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 -msgid "Report" +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +msgid "" +"This dashboard is not published, it will not show up in the list of " +"dashboards. Click here to publish this dashboard." msgstr "" -#: superset/reports/commands/exceptions.py:118 -msgid "Report Schedule could not be created." +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +msgid "" +"This dashboard is not published which means it will not show up in the " +"list of dashboards. Favorite it to see it there or access it by using the" +" URL directly." msgstr "" -#: superset/reports/commands/exceptions.py:114 -msgid "Report Schedule could not be deleted." +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 +msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/reports/commands/exceptions.py:122 -msgid "Report Schedule could not be updated." +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 +#: superset-frontend/src/pages/DashboardList/index.tsx:321 +#: superset-frontend/src/pages/DashboardList/index.tsx:511 +msgid "Draft" msgstr "" -#: superset/reports/commands/exceptions.py:130 -msgid "Report Schedule delete failed." +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:57 +msgid "Annotation layers are still loading." msgstr "" -#: superset/reports/commands/exceptions.py:142 -msgid "Report Schedule execution failed when generating a csv." +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:58 +msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/reports/commands/exceptions.py:146 -msgid "Report Schedule execution failed when generating a dataframe." +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:254 +msgid "" +"This chart applies cross-filters to charts whose datasets contain columns" +" with the same name." msgstr "" -#: superset/reports/commands/exceptions.py:138 -msgid "Report Schedule execution failed when generating a screenshot." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:303 +msgid "Data refreshed" msgstr "" -#: superset/reports/commands/exceptions.py:150 -msgid "Report Schedule execution got an unexpected error." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:380 +#, python-format +msgid "Cached %s" msgstr "" -#: superset/reports/commands/exceptions.py:154 -msgid "Report Schedule is still working, refusing to re-compute." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:383 +#, python-format +msgid "Fetched %s" msgstr "" -#: superset/reports/commands/exceptions.py:134 -msgid "Report Schedule log prune failed." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:392 +#, python-format +msgid "Query %s: %s" msgstr "" -#: superset/reports/commands/exceptions.py:126 -msgid "Report Schedule not found." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:418 +msgid "Force refresh" msgstr "" -#: superset/reports/commands/exceptions.py:110 -msgid "Report Schedule parameters are invalid." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:431 +msgid "Hide chart description" msgstr "" -#: superset/reports/commands/exceptions.py:158 -msgid "Report Schedule reached a working timeout." +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:432 +msgid "Show chart description" msgstr "" -#: superset/reports/commands/exceptions.py:226 -msgid "Report Schedule sellenium user not found" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:449 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingModal.tsx:302 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:176 +msgid "Cross-filtering scoping" msgstr "" -#: superset/reports/commands/exceptions.py:230 -msgid "Report Schedule state not found" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:459 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:461 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:425 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:427 +msgid "View query" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:225 -msgid "Report a bug" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:476 +msgid "View as table" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 -msgid "Report failed" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:478 +#, python-format +msgid "Chart Data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072 -msgid "Report name" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:507 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:374 +msgid "Share chart by email" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214 -msgid "Report schedule" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:509 +msgid "Check out this chart: " msgstr "" -#: superset/reports/commands/exceptions.py:234 -msgid "Report schedule unexpected error" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:522 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:347 +msgid "Export to .CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 -msgid "Report sending" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:528 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:366 +msgid "Export to Excel" msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 -msgid "Report sent" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:539 +msgid "Export to full .CSV" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 -msgid "Reports" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:545 +msgid "Export to full Excel" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 -msgid "Repulsion" +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:554 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:360 +msgid "Download as image" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 -msgid "Repulsion strength between nodes" +#: superset-frontend/src/dashboard/components/URLShortLinkButton/index.tsx:64 +msgid "Something went wrong." msgstr "" -#: superset/templates/superset/request_access.html:31 -msgid "Request Permissions" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:708 +msgid "Search..." msgstr "" -#: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:297 -#, python-format -msgid "Request is incorrect: %(error)s" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:739 +msgid "No filter is selected." msgstr "" -#: superset/charts/data/api.py:222 -msgid "Request is not JSON" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:740 +msgid "Editing 1 filter:" msgstr "" -#: superset/views/datasource/views.py:71 -msgid "Request missing data field." +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:742 +#, python-format +msgid "Batch editing %d filters:" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:91 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 -msgid "Required" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:756 +msgid "Configure filter scopes" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137 -msgid "Resample" +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:763 +msgid "There are no filters in this dashboard." msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231 -msgid "Reset state" +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 +msgid "Expand all" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 -msgid "Restore Filter" +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 +msgid "Collapse all" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194 -msgid "Results" +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:321 +msgid "An error occurred while opening Explore" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2251 -msgid "Results backend is not configured." +#: superset-frontend/src/dashboard/components/gridComponents/Column.jsx:220 +msgid "Empty column" msgstr "" -#: superset/errors.py:116 -msgid "Results backend needed for asynchronous queries is not configured." +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:85 +msgid "This markdown component has an error." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 -msgid "Return to specific datetime." +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:203 +msgid "This markdown component has an error. Please revert your recent changes." msgstr "" -#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 -msgid "Reverse lat/long " +#: superset-frontend/src/dashboard/components/gridComponents/Row.jsx:250 +msgid "Empty row" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 -msgid "Rich Tooltip" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:196 +msgid "You can" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149 -msgid "Rich tooltip" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:202 +msgid "create a new chart" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307 -msgid "Right" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:204 +msgid "or use existing ones from the panel on the right" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 -msgid "Right Axis Format" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:208 +msgid "You can add the components in the" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183 -msgid "Right Axis Metric" +#: superset-frontend/src/dashboard/components/gridComponents/Tab.jsx:214 +msgid "edit mode" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 -msgid "Right Axis chart(s)" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:214 +msgid "Delete dashboard tab?" msgstr "" -#: superset-frontend/src/explore/controls.jsx:215 -msgid "Right axis metric" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:217 +msgid "" +"Deleting a tab will remove all content within it. You may still reverse " +"this action with the" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 -msgid "Right to Left" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:221 +msgid "undo" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 -msgid "Right value" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:222 +msgid "button (cmd + z) until you save your changes." msgstr "" -#: superset/dashboards/filters.py:153 -msgid "Role" +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:232 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:330 +msgid "CANCEL" msgstr "" -#: superset/views/core.py:389 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:57 +msgid "Divider" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424 -#: superset-frontend/src/profile/components/Security.tsx:35 -#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83 -msgid "Roles" +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +msgid "Header" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433 -msgid "" -"Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks. If no roles " -"defined then the dashboard is available to all roles." +#: superset-frontend/src/dashboard/components/gridComponents/new/NewMarkdown.jsx:31 +#: superset-frontend/src/visualizations/TimeTable/index.ts:38 +msgid "Text" msgstr "" -#: superset/views/dashboard/mixin.py:66 -msgid "" -"Roles is a list which defines access to the dashboard. Granting a role " -"access to a dashboard will bypass dataset level checks.If no roles " -"defined then the dashboard is available to all roles." +#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:63 +msgid "Tabs" msgstr "" -#: superset/views/access_requests.py:45 -msgid "Roles to grant" +#: superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx:76 +msgid "background" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389 -msgid "Rolling Function" +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 +msgid "Preview" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383 -msgid "Rolling Window" +#: superset-frontend/src/dashboard/components/menu/DownloadMenuItems/DownloadAsImage.tsx:43 +#: superset-frontend/src/dashboard/components/menu/DownloadMenuItems/DownloadAsPdf.tsx:43 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:71 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:84 +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:58 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:145 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:202 +msgid "Sorry, something went wrong. Try again later." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 -#: superset-frontend/src/explore/controlPanels/sections.tsx:158 -msgid "Rolling function" +#: superset-frontend/src/dashboard/components/nativeFilters/utils.ts:253 +msgid "Unknown value" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 -#: superset-frontend/src/explore/controlPanels/sections.tsx:152 -msgid "Rolling window" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:126 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:146 +msgid "Add/Edit Filters" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351 -#: superset/views/database/mixins.py:198 -msgid "Root certificate" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx:152 +msgid "No filters are currently added to this dashboard." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 -msgid "Root node id" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:170 +msgid "No global filters are currently added" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228 -msgid "Rotate x axis label" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx:174 +msgid "Click on \"+Add/Edit Filters\" button to create new dashboard filters" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 -msgid "Rotation to apply to words in the cloud" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142 +msgid "Apply filters" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 -msgid "Round cap" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 +msgid "Clear all" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 -msgid "Row" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/CrossFilterTitle.tsx:82 +msgid "Locate the chart" msgstr "" -#: superset/initialization/__init__.py:274 -msgid "Row Level Security" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/VerticalCollapse.tsx:82 +msgid "Cross-filters" msgstr "" -#: superset/views/database/forms.py:153 superset/views/database/forms.py:306 -msgid "" -"Row containing the headers to use as column names (0 is first line of " -"data). Leave empty if there is no header row." +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ChartsScopingListPanel.tsx:139 +msgid "Add custom scoping" msgstr "" -#: superset/connectors/sqla/views.py:314 -msgid "Row level security filter" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ChartsScopingListPanel.tsx:146 +msgid "All charts/global scoping" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331 -#: superset-frontend/src/explore/controls.jsx:360 -msgid "Row limit" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:132 +msgid "Select chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 -msgid "Rows" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:169 +msgid "Cross-filtering is not enabled in this dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391 -msgid "Rows per page, 0 means no pagination" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:188 +msgid "" +"Select the charts to which you want to apply cross-filters when " +"interacting with this chart. You can select \"All charts\" to apply " +"filters to all charts that use the same dataset or contain the same " +"column name in the dashboard." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 -msgid "Rows subtotal position" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:191 +msgid "" +"Select the charts to which you want to apply cross-filters in this " +"dashboard. Deselecting a chart will exclude it from being filtered when " +"applying cross-filters from any chart on the dashboard. You can select " +"\"All charts\" to apply cross-filters to all charts that use the same " +"dataset or contain the same column name in the dashboard." msgstr "" -#: superset/views/database/forms.py:193 superset/views/database/forms.py:334 -msgid "Rows to Read" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CrossFilters/ScopingModal/ScopingTreePanel.tsx:200 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:59 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:60 +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:80 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:125 +msgid "All charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493 -#: superset-frontend/src/explore/controlPanels/sections.tsx:257 -msgid "Rule" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:159 +msgid "Enable cross-filtering" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76 -msgid "Run" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:184 +msgid "Orientation of filter bar" msgstr "" -#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157 -msgid "Run a query to display results here" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:188 +msgid "Vertical (Left)" msgstr "" -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 -msgid "Run in SQL Lab" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:192 +msgid "Horizontal (Top)" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307 -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 -#: superset-frontend/src/chart/Chart.jsx:280 -msgid "Run query" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:251 +msgid "More filters" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 -msgid "Run query (Ctrl + Return)" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:255 +msgid "No applied filters" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273 -msgid "Run query in a new tab" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:260 +#, python-format +msgid "Applied filters: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 -msgid "Run selection" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:310 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1242 +msgid "Cannot load filter" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 -msgid "Running" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FiltersOutOfScopeCollapsible/index.tsx:92 +#, python-format +msgid "Filters out of scope (%d)" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 -msgid "SAT" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:89 +msgid "Dependent on" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 -msgid "SEP" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:91 +msgid "Filter only displays values relevant to selections made in other filters." msgstr "" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 -msgid "SQL" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:71 +msgid "Scope" msgstr "" -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 -msgid "SQL Copied!" +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:832 +msgid "Filter type" msgstr "" -#: superset/initialization/__init__.py:326 -msgid "SQL Editor" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 +msgid "Title is required" msgstr "" -#: superset/connectors/sqla/views.py:259 -msgid "SQL Expression" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:122 +msgid "(Removed)" msgstr "" -#: superset/initialization/__init__.py:331 -#: superset/initialization/__init__.py:346 -msgid "SQL Lab" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:138 +msgid "Undo?" msgstr "" -#: superset/connectors/sqla/views.py:503 -msgid "SQL Lab View" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:109 +msgid "Add filters and dividers" msgstr "" -#: superset-frontend/src/SqlLab/components/App/index.jsx:91 -#, python-format -msgid "" -"SQL Lab uses your browser's local storage to store queries and results.\n" -"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " -"storage space.\n" -"To keep SQL Lab from crashing, please delete some query tabs.\n" -"You can re-access these queries by using the Save feature before you " -"delete the tab.\n" -"Note that you will need to close other SQL Lab windows before you do this." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:306 +msgid "[untitled]" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287 -#: superset/templates/appbuilder/navbar_right.html:38 -msgid "SQL Query" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:485 +msgid "Cyclic dependency detected" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038 -msgid "SQL expression" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:629 +msgid "Add and edit filters" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:32 -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 -msgid "SQL query" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:123 +msgid "Column select" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61 -#: superset/views/database/mixins.py:194 -msgid "SQLAlchemy URI" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:126 +msgid "Select a column" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 -msgid "SSL Mode \"require\" will be used." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:127 +msgid "No compatible columns found" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 -msgid "START (INCLUSIVE)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:93 +msgid "No compatible datasets found" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 -msgid "SUN" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:94 +msgid "Select a dataset" msgstr "" -#: superset/viz.py:1903 -msgid "Sankey" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:84 +msgid "Value is required" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 -msgid "Sankey Diagram" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:101 +msgid "(deleted or invalid type)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 -msgid "Sankey Diagram with Loops" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:107 +msgid "Limit type" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 -msgid "Saturday" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:157 +msgid "No available filters." msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227 -#: superset-frontend/src/components/ReportModal/index.tsx:267 -#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 -#: superset-frontend/src/dashboard/components/Header/index.jsx:588 -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -#: superset-frontend/src/dashboard/components/SaveModal.tsx:224 -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112 -#: superset-frontend/src/explore/components/SaveModal.tsx:202 -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006 -msgid "Save" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:176 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:372 +msgid "Add filter" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 -msgid "Save & Explore" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:204 +msgid "Values are dependent on other filters" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:190 -msgid "Save & go to dashboard" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:207 +msgid "" +"Values selected in other filters will affect the filter options to only " +"show relevant values" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:234 -msgid "Save (Overwrite)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DependencyList.tsx:211 +msgid "Values dependent on" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160 -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166 -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254 -msgid "Save as" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:287 +msgid "Scoping" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:243 -msgid "Save as ..." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +msgid "Filter Configuration" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181 -msgid "Save as new" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 +msgid "Filter Settings" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:201 -msgid "Save as new chart" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:323 +#: superset-frontend/src/filters/components/Select/index.ts:28 +msgid "Select filter" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:199 -msgid "Save as:" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:324 +#: superset-frontend/src/filters/components/Range/index.ts:28 +msgid "Range filter" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:171 -msgid "Save chart" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:324 +msgid "Numerical range" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:182 -msgid "Save dashboard" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:325 +#: superset-frontend/src/filters/components/Time/index.ts:27 +msgid "Time filter" msgstr "" -#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148 -msgid "Save for this session" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:325 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1020 +#: superset-frontend/src/explore/constants.ts:131 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:419 +msgid "Time range" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169 -msgid "Save query" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:326 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:766 +#: superset-frontend/src/explore/constants.ts:132 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 +msgid "Time column" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 -msgid "Save the query to enable this feature" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:327 +#: superset-frontend/src/explore/constants.ts:133 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 +msgid "Time grain" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368 -msgid "Saved" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:328 +msgid "Group By" msgstr "" -#: superset/initialization/__init__.py:334 -msgid "Saved Queries" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:328 +msgid "Group by" msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226 -msgid "Saved expressions" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:650 +msgid "Pre-filter is required" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 -msgid "Saved metric" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:771 +msgid "Time column to apply dependent temporal filter to" msgstr "" -#: superset-frontend/src/views/CRUD/data/common.ts:38 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318 -msgid "Saved queries" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:772 +msgid "Time column to apply time range to" msgstr "" -#: superset/queries/saved_queries/commands/exceptions.py:28 -msgid "Saved queries could not be deleted." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:818 +msgid "Filter name" msgstr "" -#: superset/queries/saved_queries/commands/exceptions.py:32 -msgid "Saved query not found." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:820 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:826 +msgid "Name is required" msgstr "" -#: superset/queries/saved_queries/commands/exceptions.py:40 -msgid "Saved query parameters are invalid." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:828 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:379 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:389 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:390 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:136 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:264 +msgid "Filter Type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 -msgid "Scale and Move" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:850 +msgid "Datasets do not contain a temporal column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 -msgid "Scale only" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:871 +msgid "" +"Dashboard time range filters apply to temporal columns defined in\n" +" the filter section of each chart. Add temporal columns to the " +"chart\n" +" filters to have this dashboard filter impact those charts." msgstr "" -#: superset/initialization/__init__.py:529 -msgid "Scan New Datasources" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:899 +msgid "Dataset is required" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 -msgid "Scatter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:970 +msgid "Pre-filter available values" msgstr "" -#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 -msgid "Scatter Plot" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:971 +msgid "" +"Add filter clauses to control the filter's source query,\n" +" though only in the context of the autocomplete i.e., " +"these conditions\n" +" do not impact how the filter is applied to the " +"dashboard. This is useful\n" +" when you want to improve the query's performance by " +"only scanning a subset\n" +" of the underlying data or limit the available values " +"displayed in the filter." msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 -#: superset-frontend/src/components/ReportModal/index.tsx:357 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 -msgid "Schedule" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1011 +msgid "Pre-filter" msgstr "" -#: superset/views/schedules.py:274 -msgid "Schedule Email Reports for Charts" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1022 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:311 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 +#: superset-frontend/src/explore/controls.jsx:326 +msgid "No filter" msgstr "" -#: superset/views/schedules.py:196 -msgid "Schedule Email Reports for Dashboards" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1053 +msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:423 -#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218 -msgid "Schedule email report" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1067 +msgid "Sort type" msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 -msgid "Schedule query" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1074 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:63 +msgid "Sort ascending" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234 -msgid "Schedule settings" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1084 +msgid "Sort Metric" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517 -msgid "Schedule the query periodically" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1087 +msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99 -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 -msgid "Scheduled" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1097 +msgid "Sort metric" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 -msgid "Scheduled at (UTC)" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1120 +msgid "Single Value" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:359 -msgid "Scheduled reports will be sent to your email as a PNG" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1137 +msgid "Single value type" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444 -#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126 -#: superset/views/database/forms.py:285 superset/views/database/forms.py:413 -msgid "Schema" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1149 +msgid "Exact" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 -msgid "Schema cache timeout" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1183 +msgid "Filter has default value" msgstr "" -#: superset/connectors/sqla/views.py:440 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1200 +msgid "Default Value" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 -msgid "Schemas allowed for CSV upload" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1229 +msgid "Default value is required" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 -msgid "Scoping" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1276 +msgid "Refresh the default values" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121 -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461 -#: superset/templates/appbuilder/general/widgets/search.html:40 -msgid "Search" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1282 +msgid "Fill all required fields to enable \"Default Value\"" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 -msgid "Search / Filter" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291 -msgid "Search Metrics & Columns" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 +msgid "Restore Filter" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 -msgid "Search all charts" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:118 +msgid "Column is required" msgstr "" -#: superset-frontend/src/components/OmniContainer/index.tsx:102 -msgid "Search all dashboards" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:173 +msgid "Populate \"Default value\" to enable this control" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:137 -msgid "Search all filter options" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403 -msgid "Search box" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 -msgid "Search by query text" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "Default value must be set when \"Filter has default value\" is checked" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 -msgid "Search..." +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:129 +msgid "Apply to all panels" msgstr "" -#: superset/db_engine_specs/base.py:86 -msgid "Second" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +msgid "Apply to specific panels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 -msgid "Secondary" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:137 +msgid "Only selected panels will be affected by this filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 -msgid "Secondary Metric" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:138 +msgid "All panels with this column will be affected by this filter" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 -msgid "Secondary y-axis format" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:36 +msgid "All panels" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401 -msgid "Secondary y-axis title" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:60 +msgid "This chart might be incompatible with the filter (datasets don't match)" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 -#, python-format -msgid "Seconds %s" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:57 +msgid "Keep editing" msgstr "" -#: superset/views/database/mixins.py:197 -msgid "Secure Extra" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:65 +msgid "Yes, cancel" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 -msgid "Secure extra" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 +msgid "There are unsaved changes." msgstr "" -#: superset/initialization/__init__.py:276 -#: superset/initialization/__init__.py:421 -#: superset/initialization/__init__.py:493 -msgid "Security" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" msgstr "" -#: superset-frontend/src/profile/components/App.tsx:82 -msgid "Security & Access" +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:204 +msgid "Error loading chart datasources. Filters may not work correctly." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 -#, python-format -msgid "See all %(tableName)s" +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 -msgid "See less" +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +msgid "White" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 -#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 -msgid "See more" +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:291 -msgid "See table schema" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:27 +#, python-format +msgid "Click to edit %s." msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 -msgid "Select" +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:28 +msgid "Click to edit chart." msgstr "" -#: superset-frontend/src/components/AsyncSelect/index.jsx:41 -#: superset-frontend/src/components/Select/Select.tsx:290 -#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 -#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227 -msgid "Select ..." +#: superset-frontend/src/dashboard/util/getSliceHeaderTooltip.tsx:31 +#, python-format +msgid "Use %s to open in a new tab." msgstr "" -#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 -msgid "Select Delivery Method" +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 -msgid "Select Viz Type" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:49 +msgid "New header" msgstr "" -#: superset/views/database/forms.py:102 -msgid "Select a CSV file to be uploaded to a database." +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 +msgid "Tab title" msgstr "" -#: superset/views/database/forms.py:386 -msgid "Select a Columnar file to be uploaded to a database." +#: superset-frontend/src/embedded/index.tsx:112 +msgid "" +"This session has encountered an interruption, and some controls may not " +"work as intended. If you are the developer of this app, please check that" +" the guest token is being generated correctly." msgstr "" -#: superset/views/database/forms.py:253 -msgid "Select a Excel file to be uploaded to a database." +#: superset-frontend/src/explore/constants.ts:58 +msgid "Equal to (=)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 -msgid "Select a column" +#: superset-frontend/src/explore/constants.ts:59 +msgid "Not equal to (≠)" msgstr "" -#: superset-frontend/src/explore/components/SaveModal.tsx:264 -msgid "Select a dashboard" +#: superset-frontend/src/explore/constants.ts:60 +msgid "Less than (<)" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 -msgid "Select a visualization type" +#: superset-frontend/src/explore/constants.ts:62 +msgid "Less or equal (<=)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 -msgid "Select aggregate options" +#: superset-frontend/src/explore/constants.ts:65 +msgid "Greater than (>)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 -msgid "Select any columns for metadata inspection" +#: superset-frontend/src/explore/constants.ts:67 +msgid "Greater or equal (>=)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 -msgid "Select charts" +#: superset-frontend/src/explore/constants.ts:70 +msgid "In" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 -msgid "Select color scheme" +#: superset-frontend/src/explore/constants.ts:71 +msgid "Not in" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 -msgid "Select column" +#: superset-frontend/src/explore/constants.ts:72 +msgid "Like" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:268 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:275 -msgid "Select database or type database name" +#: superset-frontend/src/explore/constants.ts:74 +msgid "Like (case insensitive)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127 -msgid "" -"Select databases require additional fields to be completed in the " -"Advanced tab to successfully connect the database. Learn what " -"requirements your databases has " +#: superset-frontend/src/explore/constants.ts:78 +msgid "Is not null" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/filters/components/Select/index.ts:28 -msgid "Select filter" +#: superset-frontend/src/explore/constants.ts:81 +msgid "Is null" msgstr "" -#: superset-frontend/src/filters/components/Select/index.ts:29 -msgid "Select filter plugin using AntD" +#: superset-frontend/src/explore/constants.ts:83 +msgid "use latest_partition template" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:111 -msgid "" -"Select first item by default (when using this option, default value can’t" -" be set)" +#: superset-frontend/src/explore/constants.ts:86 +msgid "Is true" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 -msgid "Select operator" +#: superset-frontend/src/explore/constants.ts:87 +msgid "Is false" msgstr "" -#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 -msgid "Select or type a value" +#: superset-frontend/src/explore/constants.ts:89 +msgid "TEMPORAL_RANGE" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393 -msgid "Select owners" +#: superset-frontend/src/explore/constants.ts:134 +msgid "Time granularity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177 -msgid "Select parent filters" +#: superset-frontend/src/explore/controls.jsx:90 +msgid "Duration in ms (100.40008 => 100ms 400µs 80ns)" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 -msgid "Select saved metrics" +#: superset-frontend/src/explore/controls.jsx:126 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a series limit to limit the number of fetched and rendered " +"series." msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:293 -#: superset-frontend/src/components/DatabaseSelector/index.tsx:300 -msgid "Select schema or type schema name" +#: superset-frontend/src/explore/controls.jsx:162 +msgid "One or many metrics to display" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 -msgid "Select scheme" +#: superset-frontend/src/explore/controls.jsx:205 +msgid "Fixed color" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 -msgid "Select start and end date" +#: superset-frontend/src/explore/controls.jsx:214 +msgid "Right axis metric" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265 -msgid "Select subject" +#: superset-frontend/src/explore/controls.jsx:216 +msgid "Choose a metric for right axis" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:298 -#: superset-frontend/src/components/TableSelector/index.tsx:308 -msgid "Select table or type table name" +#: superset-frontend/src/explore/controls.jsx:221 +msgid "Linear color scheme" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 -msgid "Select the number of bins for the histogram" +#: superset-frontend/src/explore/controls.jsx:234 +msgid "Color metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 -msgid "Select the numeric columns to draw the histogram" +#: superset-frontend/src/explore/controls.jsx:245 +msgid "One or many controls to pivot as columns" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 -msgid "Send as CSV" +#: superset-frontend/src/explore/controls.jsx:271 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`,`1 day` or `56 weeks`" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339 -msgid "Send as PNG" +#: superset-frontend/src/explore/controls.jsx:310 +msgid "" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342 -msgid "Send as text" +#: superset-frontend/src/explore/controls.jsx:327 +msgid "" +"The time range for the visualization. All relative times, e.g. \"Last " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" +" the server's local time (sans timezone). All tooltips and placeholder " +"times are expressed in UTC (sans timezone). The timestamps are then " +"evaluated by the database using the engine's local timezone. Note one can" +" explicitly set the timezone per the ISO 8601 format if specifying either" +" the start and/or end time." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 -msgid "Send range filter events to other charts" +#: superset-frontend/src/explore/controls.jsx:344 +msgid "Limits the number of rows that get displayed." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 -msgid "September" +#: superset-frontend/src/explore/controls.jsx:367 +msgid "" +"Metric used to define how the top series are sorted if a series or row " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 -msgid "Sequential" +#: superset-frontend/src/explore/controls.jsx:383 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 -#: superset-frontend/src/explore/controls.jsx:400 -msgid "Series" +#: superset-frontend/src/explore/controls.jsx:402 +msgid "Metric assigned to the [X] axis" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 -msgid "Series Height" +#: superset-frontend/src/explore/controls.jsx:410 +msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113 -msgid "Series Style" +#: superset-frontend/src/explore/controls.jsx:415 +msgid "Bubble size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125 -msgid "Series chart type (line, bar etc)" +#: superset-frontend/src/explore/controls.jsx:434 +msgid "" +"When `Calculation type` is set to \"Percentage change\", the Y Axis " +"Format is forced to `.1%`" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356 -#: superset-frontend/src/explore/controls.jsx:370 -msgid "Series limit" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:87 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:217 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:221 +#: superset-frontend/src/explore/controlPanels/sections.tsx:63 +#: superset-frontend/src/explore/controls.jsx:460 +msgid "Color scheme" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 -msgid "Series type" +#: superset-frontend/src/explore/actions/exploreActions.ts:89 +msgid "An error occurred while starring this chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311 -msgid "Server Page Length" +#: superset-frontend/src/explore/actions/saveModalActions.js:142 +#, python-format +msgid "Chart [%s] has been saved" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289 -msgid "Server pagination" +#: superset-frontend/src/explore/actions/saveModalActions.js:145 +#, python-format +msgid "Chart [%s] has been overwritten" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 -msgid "Service Account" +#: superset-frontend/src/explore/actions/saveModalActions.js:153 +#, python-format +msgid "Dashboard [%s] just got created and chart [%s] was added to it" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 -msgid "Set auto-refresh interval" +#: superset-frontend/src/explore/actions/saveModalActions.js:163 +#, python-format +msgid "Chart [%s] was added to dashboard [%s]" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 -msgid "Set filter mapping" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:119 +msgid "GROUP BY" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264 -#: superset-frontend/src/components/Menu/MenuRight.tsx:133 -msgid "Settings" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:40 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:120 +msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133 -msgid "Settings for time series" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "NOT GROUPED BY" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 -msgid "Share" +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:54 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 -msgid "Share chart by email" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:309 +msgid "The X-axis is not on the filters list" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264 -msgid "Share dashboard by email" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:311 +msgid "" +"The X-axis is not on the filters list which will prevent it from being " +"used in\n" +" time range filters in dashboards. Would you like to add it to" +" the filters list?" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 -msgid "Shared query" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:497 +msgid "" +"You cannot delete the last temporal filter as it's used for time range " +"filters in dashboards." msgstr "" -#: superset/views/database/forms.py:272 -msgid "Sheet Name" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:579 +msgid "This section contains validation errors" msgstr "" -#: superset/annotation_layers/annotations/commands/exceptions.py:46 -msgid "Short description must be unique for this layer" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:664 +msgid "Keep control settings?" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:665 msgid "" -"Should daily seasonality be applied. An integer value will specify " -"Fourier order of seasonality." +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109 -msgid "" -"Should weekly seasonality be applied. An integer value will specify " -"Fourier order of seasonality." +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:670 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:681 +msgid "Continue" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90 -msgid "" -"Should yearly seasonality be applied. An integer value will specify " -"Fourier order of seasonality." +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:671 +msgid "Clear form" msgstr "" -#: superset/views/annotations.py:59 -msgid "Show Annotation" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:676 +msgid "No form settings were maintained" msgstr "" -#: superset/views/annotations.py:118 -msgid "Show Annotation Layer" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:677 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 -msgid "Show Bubbles" +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:761 +msgid "Customize" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 -msgid "Show CREATE VIEW statement" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:82 +msgid "Generating link, please wait.." msgstr "" -#: superset/views/css_templates.py:37 -msgid "Show CSS Template" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:130 +msgid "Chart height" msgstr "" -#: superset/views/chart/mixin.py:27 -msgid "Show Chart" +#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:139 +msgid "Chart width" msgstr "" -#: superset/connectors/sqla/views.py:64 -msgid "Show Column" +#: superset-frontend/src/explore/components/SaveModal.tsx:136 +msgid "An error occurred while loading dashboard information." msgstr "" -#: superset/views/dashboard/mixin.py:26 -msgid "Show Dashboard" +#: superset-frontend/src/explore/components/SaveModal.tsx:344 +msgid "Save (Overwrite)" msgstr "" -#: superset/views/database/mixins.py:34 -msgid "Show Database" +#: superset-frontend/src/explore/components/SaveModal.tsx:352 +msgid "Save as..." msgstr "" -#: superset/connectors/druid/views.py:214 -msgid "Show Druid Cluster" +#: superset-frontend/src/explore/components/SaveModal.tsx:356 +msgid "Chart name" msgstr "" -#: superset/connectors/druid/views.py:71 -msgid "Show Druid Column" +#: superset-frontend/src/explore/components/SaveModal.tsx:367 +msgid "Dataset Name" msgstr "" -#: superset/connectors/druid/views.py:278 -msgid "Show Druid Datasource" +#: superset-frontend/src/explore/components/SaveModal.tsx:369 +msgid "A reusable dataset will be saved with your chart." msgstr "" -#: superset/connectors/druid/views.py:160 -msgid "Show Druid Metric" +#: superset-frontend/src/explore/components/SaveModal.tsx:383 +msgid "Add to dashboard" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 -msgid "Show Druid granularity dropdown" +#: superset-frontend/src/explore/components/SaveModal.tsx:389 +msgid "Select a dashboard" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 -msgid "Show Druid time origin" +#: superset-frontend/src/explore/components/SaveModal.tsx:395 +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +msgid "Select" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 -msgid "Show Labels" +#: superset-frontend/src/explore/components/SaveModal.tsx:396 +msgid " a dashboard OR " msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 -msgid "Show Less..." +#: superset-frontend/src/explore/components/SaveModal.tsx:397 +msgid "create" msgstr "" -#: superset/views/log/__init__.py:22 -msgid "Show Log" +#: superset-frontend/src/explore/components/SaveModal.tsx:398 +msgid " a new one" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 -msgid "Show Markers" +#: superset-frontend/src/explore/components/SaveModal.tsx:426 +msgid "A new chart and dashboard will be created." msgstr "" -#: superset/connectors/sqla/views.py:213 -msgid "Show Metric" +#: superset-frontend/src/explore/components/SaveModal.tsx:429 +msgid "A new chart will be created." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 -msgid "Show Metric Names" +#: superset-frontend/src/explore/components/SaveModal.tsx:432 +msgid "A new dashboard will be created." msgstr "" -#: superset/views/alerts.py:76 -msgid "Show Observation" +#: superset-frontend/src/explore/components/SaveModal.tsx:453 +msgid "Save & go to dashboard" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 -msgid "Show Range Filter" +#: superset-frontend/src/explore/components/SaveModal.tsx:478 +msgid "Save chart" msgstr "" -#: superset/connectors/sqla/views.py:315 -msgid "Show Row level security filter" +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:143 +msgid "Formatted date" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 -msgid "Show SQL time column" +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:195 +msgid "Column Formatting" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 -msgid "Show SQL time grain dropdown" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:167 +msgid "Collapse data panel" msgstr "" -#: superset/views/sql_lab.py:40 -msgid "Show Saved Query" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:172 +msgid "Expand data panel" msgstr "" -#: superset/connectors/sqla/views.py:396 -msgid "Show Table" +#: superset-frontend/src/explore/components/DataTablesPane/DataTablesPane.tsx:236 +msgid "Samples" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85 -msgid "Show Timestamp" +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:121 +msgid "No samples were returned for this dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97 -msgid "Show Trend Line" +#: superset-frontend/src/explore/components/DataTablesPane/components/SamplesPane.tsx:139 +#: superset-frontend/src/explore/components/DataTablesPane/components/SingleQueryResultPane.tsx:66 +msgid "No results" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 -msgid "Show Upper Labels" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:356 +msgid "Search Metrics & Columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106 -msgid "Show Value" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:380 +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:330 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:358 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:369 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:393 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:419 +msgid "Create a dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 -msgid "Show Values" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:382 +msgid " to edit or add columns and metrics." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 -msgid "Show all columns" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:399 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:432 +#, python-format +msgid "Showing %s of %s" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359 -msgid "Show all..." +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:419 +msgid "Show less..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 -msgid "Show axis line ticks" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:419 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:452 +msgid "Show all..." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 -msgid "Show cell bars" +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:452 +msgid "Show Less..." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 -msgid "Show columns total" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:127 +msgid "Unable to retrieve dashboard colors" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 -msgid "Show data points as circle markers on the lines" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:185 +msgid "Added to 1 dashboard" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 -msgid "" -"Show hierarchical relationships of data, with with the value represented " -"by area, showing proportion and contribution to the whole." +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:191 +msgid "Not added to any dashboard" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 -msgid "Show info tooltip" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:194 +msgid "You can preview the list of dashboards in the chart settings dropdown." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 -msgid "Show label" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:202 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:206 +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:72 +msgid "Not available" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 -msgid "Show labels when the node has children." +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:230 +msgid "Add the name of the chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35 -msgid "Show legend" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:231 +msgid "Chart title" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 -msgid "Show less columns" +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:265 +msgid "Add required control values to save chart" msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326 -msgid "Show less..." +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:314 +msgid "Chart type requires a dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 -msgid "Show percentage" +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:321 +msgid "" +"This chart type is not supported when using an unsaved query as a chart " +"source. " msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 -msgid "Show pointer" +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:332 +msgid " to visualize your data." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 -msgid "Show progress" +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:341 +msgid "Required control values have been removed" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 -msgid "Show rows total" +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:342 +msgid "Your chart is not up to date" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 -msgid "Show series values on the chart" +#: superset-frontend/src/explore/components/ExploreChartPanel/index.jsx:349 +msgid "" +"You updated the values in the control panel, but the chart was not " +"updated automatically. Run the query by clicking on the \"Update chart\" " +"button or" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 -msgid "Show split lines" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Controls labeled " msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 -msgid "Show the value on top of the bar" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:519 +msgid "Control labeled " msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 -msgid "Show time column" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:617 +msgid "Chart Source" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 -msgid "Show time grain dropdown" +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:649 +msgid "Open Datasource tab" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351 -msgid "" -"Show total aggregations of selected metrics. Note that row limit does not" -" apply to the result." +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:75 +msgid "Original" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349 -msgid "Show totals" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:81 +msgid "Pivoted" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31 -msgid "" -"Showcases a single metric front-and-center. Big number is best used to " -"call attention to a KPI or the one thing you want your audience to focus " -"on." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:94 +msgid "You do not have permission to edit this chart" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30 -msgid "" -"Showcases a single number accompanied by a simple line chart, to call " -"attention to an important metric along with its change over time or other" -" dimension." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:245 +msgid "Chart properties updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 -msgid "" -"Showcases how a metric changes as the funnel progresses. This classic " -"chart is useful for visualizing drop-off between stages in a pipeline or " -"lifecycle." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:301 +msgid "Edit Chart Properties" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 -msgid "" -"Showcases the flow or link between categories using thickness of chords. " -"The value and corresponding thickness can be different for each side." +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:322 +msgid "This chart is managed externally, and can't be edited in Superset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:371 msgid "" -"Showcases the progress of a single metric against a given target. The " -"higher the fill, the closer the metric is to the target." +"The description can be displayed as widget headers in the dashboard view." +" Supports markdown." msgstr "" -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305 -#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 -#, python-format -msgid "Showing %s of %s" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:382 +msgid "Person or group that has certified this chart." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 -msgid "Shows a list of all series available at that point in time" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:400 +msgid "Configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:406 msgid "" -"Shows the composition of a dataset by segmenting a given rectangle as " -"smaller rectangles with areas proportional to their value or contribution" -" to the whole. Those rectangles may also, in turn, be further segmented " -"hierarchically." +"Duration (in seconds) of the caching timeout for this chart. Set to -1 to" +" bypass the cache. Note this defaults to the dataset's timeout if " +"undefined." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 -msgid "Significance Level" +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:424 +msgid "A list of users who can alter the chart. Searchable by name or username." msgstr "" -#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262 -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394 -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 -msgid "Simple" +#: superset-frontend/src/explore/components/RowCountLabel/index.tsx:49 +msgid "Limit reached" msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390 -msgid "Simple ad-hoc metrics are not enabled for this dataset" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:22 +msgid "Create chart" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 -msgid "Single" +#: superset-frontend/src/explore/components/RunQueryButton/index.tsx:54 +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:23 +msgid "Update chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 -msgid "Single Metric" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 +msgid "Invalid lat/long configuration." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 -msgid "Single Value" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 +msgid "Reverse lat/long " msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 -msgid "Single value" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 +msgid "Longitude & Latitude columns" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 -msgid "Single value type" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 +msgid "Delimited long & lat single column" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 -msgid "Size of edge symbols" +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187 -msgid "Size of marker. Also applies to forecast observations." +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 -msgid "Sizes of vehicles" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:115 +msgid "textarea" msgstr "" -#: superset/views/database/forms.py:199 -msgid "Skip Blank Lines" +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:145 +msgid "in modal" msgstr "" -#: superset/views/database/forms.py:184 -msgid "Skip Initial Space" +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:64 +msgid "Sorry, An error occurred" msgstr "" -#: superset/views/database/forms.py:187 superset/views/database/forms.py:328 -msgid "Skip Rows" +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:38 +msgid "Save as Dataset" msgstr "" -#: superset/views/database/forms.py:200 -msgid "Skip blank lines rather than interpreting them as NaN values." +#: superset-frontend/src/explore/components/controls/ViewQueryModalFooter.tsx:39 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:142 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:124 +msgid "Open in SQL Lab" msgstr "" -#: superset/views/database/forms.py:184 -msgid "Skip spaces after delimiter." +#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 +#, python-format +msgid "Failed to verify select options: %s" msgstr "" -#: superset/views/schedules.py:243 superset/views/schedules.py:323 -msgid "Slack Channel" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:115 +msgid "No annotation layers" msgstr "" -#: superset/views/dashboard/mixin.py:80 -msgid "Slug" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:118 +msgid "Add an annotation layer" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73 -#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 -msgid "Small" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:445 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:217 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:274 +msgid "Annotation layer" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 -msgid "Small number format" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:446 +msgid "Select the Annotation Layer you would like to use." msgstr "" -#: superset/commands/exceptions.py:112 -msgid "Some roles do not exist" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:454 +#, python-format +msgid "" +"Use another existing chart as a source for annotations and overlays.\n" +" Your chart must be one of these visualization types: [%s]" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623 -#, python-format -msgid "Sorry there was an error fetching database information: %s" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:459 +msgid "" +"Expects a formula with depending time parameter 'x'\n" +" in milliseconds since epoch. mathjs is used to evaluate the " +"formulas.\n" +" Example: '2x+5'" msgstr "" -#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 -msgid "Sorry there was an error fetching saved charts: " +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +msgid "Annotation layer value" msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 -#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 -msgid "Sorry, An error occurred" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +msgid "Bad formula." msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 -msgid "Sorry, something went wrong. Try again later." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:529 +msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 -msgid "Sorry, there appears to be no data" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:530 +msgid "" +"This section allows you to configure how to use the slice\n" +" to generate annotations." msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:238 -#, python-format -msgid "Sorry, there was an error saving this dashboard: %s" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:536 +msgid "Annotation layer time column" msgstr "" -#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 -#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219 -#: superset-frontend/src/views/CRUD/hooks.ts:604 -msgid "Sorry, your browser does not support copying." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:541 +msgid "Interval start column" msgstr "" -#: superset-frontend/src/components/CopyToClipboard/index.jsx:79 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:542 +msgid "Event time column" msgstr "" -#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 -#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 -msgid "Sort" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:544 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:560 +msgid "This column must contain date/time information." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 -msgid "Sort Bars" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:556 +msgid "Annotation layer interval end" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90 -msgid "Sort Descending" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:559 +msgid "Interval End column" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 -msgid "Sort Metric" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:570 +msgid "Annotation layer title column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 -msgid "Sort X Axis" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:573 +msgid "Title Column" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 -msgid "Sort Y Axis" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:574 +msgid "Pick a title for you annotation." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 -msgid "Sort ascending" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:581 +msgid "Annotation layer description columns" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 -msgid "Sort bars by x labels." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:584 +msgid "Description Columns" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369 -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 -#: superset-frontend/src/explore/controls.jsx:384 -msgid "Sort by" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:585 +msgid "" +"Pick one or more columns that should be shown in the annotation. If you " +"don't select a column all of them will be shown." msgstr "" -#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 -#, python-format -msgid "Sort by %s" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:598 +msgid "Override time range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 -msgid "Sort by metric" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:599 +msgid "" +"This controls whether the \"time_range\" field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 -msgid "Sort columns alphabetically" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +msgid "Override time grain" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 -msgid "Sort columns by" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:617 +msgid "" +"This controls whether the time grain field from the current\n" +" view should be passed down to the chart containing the " +"annotation data." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 -#: superset-frontend/src/explore/controlPanels/sections.tsx:125 -msgid "Sort descending" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:640 +msgid "" +"Time delta in natural language\n" +" (example: 24 hours, 7 days, 56 weeks, 365 days)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 -msgid "Sort filter values" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:679 +msgid "Display configuration" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 -msgid "Sort metric" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:680 +msgid "Configure your how you overlay is displayed here." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 -msgid "Sort rows by" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:683 +msgid "Annotation layer stroke" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 -msgid "Sort type" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:685 +msgid "Style" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189 -msgid "Source" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:688 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:703 +msgid "Solid" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 -#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 -msgid "Source / Target" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:689 +msgid "Dashed" msgstr "" -#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 -msgid "Source SQL" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:690 +msgid "Long dashed" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 -msgid "Source category" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:691 +msgid "Dotted" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804 -msgid "Spatial" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:698 +msgid "Annotation layer opacity" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 -msgid "Specific Date/Time" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:712 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:262 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:317 +msgid "Color" msgstr "" -#: superset/views/database/forms.py:127 superset/views/database/forms.py:286 -#: superset/views/database/forms.py:414 -msgid "Specify a schema (if database flavor supports this)." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:725 +msgid "Automatic Color" msgstr "" -#: superset/views/database/forms.py:172 superset/views/database/forms.py:325 -msgid "Specify duplicate columns as \"X.0, X.1\"." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 +msgid "Shows or hides markers for the time series" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 -msgid "" -"Specify the database version. This should be used with Presto in order to" -" enable query cost estimation." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:750 +msgid "Hide Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 -msgid "Split number" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:751 +msgid "Hides the Line for the time series" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117 -msgid "Stack series" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:783 +msgid "Layer configuration" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120 -msgid "Stack series on top of each other" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:784 +msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 -msgid "Stacked" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:792 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:830 +msgid "Mandatory" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 -msgid "Stacked Bars" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:796 +msgid "Hide layer" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 -msgid "Stacked Style" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:802 +msgid "Show label" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 -msgid "Stacked style" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:805 +msgid "Whether to always show the annotation label" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 -msgid "Standard time series" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:809 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:812 +msgid "Annotation layer type" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155 -#: superset/views/annotations.py:79 -msgid "Start" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:811 +msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 -msgid "Start Review" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:821 +msgid "Annotation source type" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 -msgid "Start angle" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:823 +msgid "Choose the source of your annotations" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 -msgid "Start at (UTC)" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:824 +msgid "Annotation source" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 -msgid "Start date included in time range" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:846 +msgid "Remove" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109 -msgid "Start y-axis at 0" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationTypes.js:46 +msgid "Time series" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112 -msgid "" -"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " -"data." +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:184 +msgid "Edit annotation layer" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 -msgid "State" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:214 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:226 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:241 +msgid "Add annotation layer" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 -msgid "Statistical" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 +msgid "Empty collection" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492 -msgid "Status" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +msgid "Add an item" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112 -msgid "Step type" +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 +msgid "Remove item" msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 -#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66 -msgid "Stop" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:50 +msgid "" +"This color scheme is being overridden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339 -msgid "Stop query" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:55 +msgid "" +"The color scheme is determined by the related dashboard.\n" +" Edit the color scheme in the dashboard properties." msgstr "" -#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 -msgid "Stop running (Ctrl + x)" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:115 +#: superset-frontend/src/features/home/DashboardTable.tsx:77 +#: superset-frontend/src/pages/DashboardList/index.tsx:136 +#: superset-frontend/src/pages/DashboardList/index.tsx:775 +msgid "dashboard" msgstr "" -#: superset/databases/commands/exceptions.py:126 -msgid "Stopped an unsafe database connection" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:117 +msgid "Dashboard scheme" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 -msgid "Strength to pull the graph toward center" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:177 +msgid "Select color scheme" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 -msgid "Stretched style" +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.tsx:183 +msgid "Select scheme" msgstr "" -#: superset/views/database/forms.py:273 -msgid "Strings used for sheet names (default is the first sheet)." +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/ColumnConfigControl.tsx:159 +msgid "Show less columns" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 -msgid "Structural" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/ColumnConfigControl.tsx:164 +msgid "Show all columns" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 -msgid "Style" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:75 +msgid "Fraction digits" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 -msgid "Style the ends of the progress bar with a round cap" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:76 +msgid "Number of decimal digits to round numbers to" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 -msgid "Subdomain" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:85 +msgid "Min Width" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 -msgid "Subheader" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:86 +msgid "" +"Default minimal column width in pixels, actual width may still be larger " +"than this if other columns don't need much space" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 -msgid "Subheader Font Size" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:100 +msgid "Text align" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 -msgid "Success" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:101 +msgid "Horizontal alignment" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62 -msgid "Suffix to apply after the percentage display" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:114 +msgid "Show cell bars" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 -msgid "Sum of values over specified period" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:123 +msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" -#: superset/viz.py:1856 -msgid "Sunburst" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:133 +msgid "Whether to colorize numeric values by if they are positive or negative" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 -msgid "Sunburst Chart" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:142 +msgid "Truncate Cells" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 -msgid "Sunday" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:143 +msgid "Truncate long cells to the \"min width\" set above" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 -msgid "Superset Chart" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:151 +msgid "" +"Customize chart metrics or columns with currency symbols as prefixes or " +"suffixes. Choose a symbol from dropdown or type your own." msgstr "" -#: superset-frontend/src/components/AnchorLink/index.jsx:84 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318 -msgid "Superset chart" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:163 +msgid "Small number format" msgstr "" -#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218 -msgid "Superset dashboard" +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:164 +msgid "" +"D3 number format for numbers between -1.0 and 1.0, useful when you want " +"to have different significant digits for small and large numbers" msgstr "" -#: superset/errors.py:105 -msgid "Superset encountered an error while running a command." +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:190 +msgid "Display" msgstr "" -#: superset/errors.py:106 -msgid "Superset encountered an unexpected error." +#: superset-frontend/src/explore/components/controls/ColumnConfigControl/constants.tsx:202 +msgid "Number formatting" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670 -msgid "Supported databases" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 +msgid "Edit formatter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 -msgid "Survey Responses" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 -msgid "Swap Groups and Columns" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 -msgid "Swap rows and columns" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +#: superset-frontend/src/pages/AlertReportList/index.tsx:112 +msgid "alert" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59 -msgid "" -"Swiss army knife for visualizing time series data. Choose between step, " -"line, scatter, and bar charts. This viz type has many customization " -"options as well." +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:44 +msgid "error" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 -msgid "Symbol" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:45 +msgid "success dark" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 -msgid "Symbol of two ends of edge line" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:46 +msgid "alert dark" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 -msgid "Symbol size" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:47 +msgid "error dark" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223 -msgid "Sync columns from source" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:83 +msgid "This value should be smaller than the right target value" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 -msgid "Syntax" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:88 +msgid "This value should be greater than the left target value" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305 -msgid "TABLES" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:101 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:108 +msgid "Required" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 -msgid "THU" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:129 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:133 +msgid "Operator" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 -msgid "TUE" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +msgid "Left value" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 -msgid "Tab name" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +msgid "Right value" msgstr "" -#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 -#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 -msgid "Tab title" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +msgid "Target value" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41 -#: superset-frontend/src/components/TableSelector/index.tsx:293 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24 -#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260 -#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87 -msgid "Table" +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:211 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:61 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:322 +msgid "Select column" msgstr "" -#: superset/views/core.py:1761 -#, python-format -msgid "Table %(table)s wasn't found in the database %(db)s" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourOption.tsx:81 +msgid "Color: " msgstr "" -#: superset/views/database/forms.py:138 superset/views/database/forms.py:291 -#: superset/views/database/forms.py:419 -msgid "Table Exists" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:89 +msgid "Lower threshold must be lower than upper threshold" msgstr "" -#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95 -#: superset/views/database/forms.py:246 superset/views/database/forms.py:379 -msgid "Table Name" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:92 +msgid "Upper threshold must be greater than lower threshold" msgstr "" -#: superset/viz.py:671 -msgid "Table View" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:225 +msgid "Isoline" msgstr "" -#: superset/datasets/commands/exceptions.py:130 -#, python-format -msgid "" -"Table [%(table_name)s] could not be found, please double check your " -"database connection, schema, and table name" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:232 +msgid "Threshold" msgstr "" -#: superset/views/base.py:251 +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:233 msgid "" -"Table [%{table}s] could not be found, please double check your database " -"connection, schema, and table name, error: {}" +"Defines the value that determines the boundary between different regions " +"or levels in the data " msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 -msgid "Table cache timeout" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:250 +msgid "The width of the Isoline in pixels" msgstr "" -#: superset/databases/decorators.py:46 -msgid "Table name undefined" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:263 +msgid "The color of the isoline" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 -msgid "" -"Table that visualizes paired t-tests, which are used to understand " -"statistical differences between groups." +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:278 +msgid "Isoband" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324 -#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395 -msgid "Tables" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:285 +msgid "Lower Threshold" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 -msgid "Tabs" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:286 +msgid "The lower limit of the threshold range of the Isoband" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 -#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34 -msgid "Tabular" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:300 +msgid "Upper Threshold" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 -msgid "Tags" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:301 +msgid "The upper limit of the threshold range of the Isoband" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 -msgid "" -"Take your data points, and group them into \"bins\" to see where the " -"densest areas of information lie" +#: superset-frontend/src/explore/components/controls/ContourControl/ContourPopoverControl.tsx:318 +msgid "The color of the isoband" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 -msgid "Target" +#: superset-frontend/src/explore/components/controls/ContourControl/index.tsx:118 +msgid "Click to add a contour" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 -msgid "Target aspect ratio for treemap tiles." +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:63 +msgid "Prefix" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 -msgid "Target category" +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:64 +msgid "Suffix" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 -msgid "Target value" +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:104 +msgid "Currency prefix or suffix" msgstr "" -#: superset/views/css_templates.py:44 -msgid "Template Name" +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:106 +msgid "Prefix or suffix" msgstr "" -#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94 -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788 -#: superset/connectors/sqla/views.py:504 -msgid "Template parameters" +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:116 +msgid "Currency symbol" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:52 -msgid "" -"Templated link, it's possible to include {{ metric }} or other values " -"coming from the controls." +#: superset-frontend/src/explore/components/controls/CurrencyControl/CurrencyControl.tsx:118 +msgid "Currency" msgstr "" -#: superset/models/sql_types/base.py:54 -#, python-format -msgid "Temporal expression not supported for type: %(col_type)s" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:297 +msgid "Edit dataset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:313 +#: superset-frontend/src/pages/DatasetList/index.tsx:468 msgid "" -"Terminate running queries when browser window closed or navigated to " -"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " -"databases." +"You must be a dataset owner in order to edit. Please reach out to a " +"dataset owner to request modifications or edit access." msgstr "" -#: superset/templates/superset/models/database/macros.html:22 -msgid "Test Connection" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:334 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:374 +msgid "View in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95 -msgid "Test connection" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:346 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:348 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:117 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:97 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:394 +msgid "Query preview" msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 -msgid "Text" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:378 +msgid "Save as dataset" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 -msgid "Text align" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:434 +msgid "Missing URL parameters" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:289 -msgid "Text embedded in email" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:439 +msgid "The URL is missing the dataset_id or slice_id parameters." msgstr "" -#: superset/views/dashboard/mixin.py:53 -msgid "" -"The CSS for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:457 +msgid "The dataset linked to this chart may have been deleted." msgstr "" -#: superset/errors.py:118 -msgid "" -"The CTAS (create table as select) doesn't have a SELECT statement at the " -"end. Please make sure your query has a SELECT as its last statement. " -"Then, try running your query again." +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:285 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:287 +msgid "RANGE TYPE" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921 -msgid "The JSON metric or post aggregation definition." +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:308 +msgid "Actual time range" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 -msgid "" -"The URL could not be identified. Please check for typos and make sure " -"that \"Type of google sheet allowed\" selection matches the input" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:340 +msgid "APPLY" msgstr "" -#: superset/views/core.py:354 -msgid "The access requests seem to have been deleted" +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:349 +msgid "Edit time range" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 -msgid "The annotation has been saved" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 +msgid "Configure Advanced Time Range " msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 -msgid "The annotation has been updated" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:129 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:136 +msgid "START (INCLUSIVE)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 -msgid "" -"The category of source nodes used to assign colors. If a node is " -"associated with more than one category, only the first will be used." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:131 +msgid "Start date included in time range" msgstr "" -#: superset/common/query_context_processor.py:449 -msgid "The chart does not exist" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:182 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:189 +msgid "END (EXCLUSIVE)" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 -msgid "" -"The classic. Great for showing how much of a company each investor gets, " -"what demographics follow your blog, or what portion of the budget goes to" -" the military industrial complex.\n" -"\n" -" Pie charts can be difficult to interpret precisely. If clarity of" -" relative proportion is important, consider using a bar or other chart " -"type instead." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:184 +msgid "End date excluded from time range" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 -msgid "The color for points and clusters in RGB" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 +msgid "Configure Time Range: Previous..." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478 -#: superset-frontend/src/explore/controls.jsx:484 -msgid "The color scheme for rendering chart" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:43 +msgid "Configure Time Range: Last..." msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 -msgid "" -"The color scheme is determined by the related dashboard.\n" -" Edit the color scheme in the dashboard properties." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:125 +msgid "Configure custom time range" msgstr "" -#: superset/errors.py:99 -msgid "The column was deleted or renamed in the database." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:159 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:211 +msgid "Relative quantity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 -msgid "" -"The country code standard that Superset should expect to find in the " -"[country] column" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +msgid "Relative period" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327 -msgid "The dashboard has been saved" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +msgid "Anchor to" msgstr "" -#: superset/views/core.py:182 -msgid "The data source seems to have been deleted" +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:244 +msgid "NOW" msgstr "" -#: superset/connectors/sqla/views.py:103 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:247 +msgid "Date/Time" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439 -#, python-format -msgid "" -"The database %s is linked to %s charts that appear on %s dashboards and " -"users have %s SQL Lab tabs using this database open. Are you sure you " -"want to continue? Deleting the database will break those objects." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 +msgid "Return to specific datetime." msgstr "" -#: superset/errors.py:126 -msgid "The database is currently running too many queries." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 +msgid "Syntax" msgstr "" -#: superset/errors.py:93 -msgid "The database is under an unusual load." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 +msgid "Example" msgstr "" -#: superset/sqllab/command.py:149 -msgid "" -"The database referenced in this query was not found. Please contact an " -"administrator for further assistance or try again." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 +msgid "Moves the given set of dates by a specified interval." msgstr "" -#: superset/errors.py:94 -msgid "The database returned an unexpected error." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 +msgid "Truncates the specified date to the accuracy specified by the date unit." msgstr "" -#: superset/errors.py:138 -msgid "The database was deleted." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 +msgid "Get the last date by the date unit." msgstr "" -#: superset/views/core.py:2085 superset/views/core.py:2155 -msgid "The database was not found." +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 +msgid "Get the specify date for the holiday" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592 -#, python-format -msgid "" -"The dataset %s is linked to %s charts that appear on %s dashboards. Are " -"you sure you want to continue? Deleting the dataset will break those " -"objects." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:126 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:106 +msgid "Previous" msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 -msgid "The dataset associated with this chart no longer exists" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 -msgid "" -"The dataset configuration exposed here\n" -" affects all the charts using this dataset.\n" -" Be mindful that changing settings\n" -" here may affect other charts\n" -" in undesirable ways." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 -msgid "The dataset has been saved" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +msgid "last week" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256 -msgid "The dataset linked to this chart may have been deleted." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +msgid "last month" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 -msgid "The datasource couldn't be loaded" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" msgstr "" -#: superset/errors.py:92 -msgid "The datasource is too large to query." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +msgid "last year" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247 -msgid "" -"The description can be displayed as widget headers in the dashboard view." -" Supports markdown." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 -msgid "The distance between cells, in pixels" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 -msgid "The duration of time in seconds before the cache is invalidated" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:55 +msgid "previous calendar year" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 -msgid "" -"The engine_params object gets unpacked into the sqlalchemy.create_engine " -"call." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:62 +#, python-format +msgid "Seconds %s" msgstr "" -#: superset/common/query_object.py:295 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 #, python-format -msgid "" -"The following entries in `series_columns` are missing in `columns`: " -"%(columns)s. " +msgid "Minutes %s" msgstr "" -#: superset/connectors/sqla/views.py:612 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 #, python-format -msgid "The following tables added new columns: %(tables)s" +msgid "Hours %s" msgstr "" -#: superset/connectors/sqla/views.py:623 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 #, python-format -msgid "The following tables removed columns: %(tables)s" +msgid "Days %s" msgstr "" -#: superset/connectors/sqla/views.py:634 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 #, python-format -msgid "The following tables update column metadata: %(tables)s" +msgid "Weeks %s" msgstr "" -#: superset/db_engine_specs/mysql.py:134 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 #, python-format -msgid "The host \"%(hostname)s\" might be down and can't be reached." +msgid "Months %s" msgstr "" -#: superset/db_engine_specs/mssql.py:92 -#: superset/db_engine_specs/postgres.py:137 -#: superset/db_engine_specs/presto.py:205 -#: superset/db_engine_specs/redshift.py:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 #, python-format -msgid "" -"The host \"%(hostname)s\" might be down, and can't be reached on port " -"%(port)s." +msgid "Quarters %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 -msgid "The host is invalid. Please verify that this field is entered correctly." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#, python-format +msgid "Years %s" msgstr "" -#: superset/errors.py:104 -msgid "The host might be down, and can't be reached on the provided port." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:87 +msgid "Specific Date/Time" msgstr "" -#: superset/db_engine_specs/mssql.py:82 -#: superset/db_engine_specs/postgres.py:127 -#: superset/db_engine_specs/presto.py:200 -#: superset/db_engine_specs/redshift.py:68 -#, python-format -msgid "The hostname \"%(hostname)s\" cannot be resolved." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:88 +msgid "Relative Date/Time" msgstr "" -#: superset/errors.py:102 -msgid "The hostname provided can't be resolved." +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:89 +msgid "Now" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 -#: superset-frontend/src/explore/controlPanels/sections.tsx:44 -msgid "The id of the active chart" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Midnight" msgstr "" -#: superset-frontend/src/components/ImportModal/index.tsx:187 -msgid "The import was successful" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:286 +msgid "Saved expressions" msgstr "" -#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429 -msgid "" -"The list of charts associated with this table. By altering this " -"datasource, you may change how these associated charts behave. Also note " -"that charts need to point to a datasource, so this form will fail at " -"saving if removing charts from a datasource. If you want to change the " -"datasource for a chart, overwrite the chart from the 'explore view'" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:302 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:382 +msgid "Saved" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 -msgid "The maximum number of events to return, equivalent to the number of rows" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:311 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:408 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:343 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:323 +#, python-format +msgid "%s column(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179 -msgid "" -"The maximum number of subdivisions of each group; lower values are pruned" -" first" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:329 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:347 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:382 +msgid "No temporal columns found" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 -msgid "The maximum value of metrics. It is an optional configuration" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:330 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:348 +msgid "No saved expressions found" msgstr "" -#: superset/databases/schemas.py:206 -#, python-format -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%(key)s is invalid." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:334 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset/databases/commands/exceptions.py:79 -#: superset/views/database/mixins.py:252 -msgid "" -"The metadata_params in Extra field is not configured correctly. The key " -"%{key}s is invalid." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:337 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 -msgid "" -"The metadata_params object gets unpacked into the sqlalchemy.MetaData " -"call." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:360 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:395 +msgid " to mark a column as a time column" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 -#: superset-frontend/src/explore/controlPanels/sections.tsx:191 -msgid "" -"The minimum number of rolling periods required to show a value. For " -"instance if you do a cumulative sum on 7 days you may want your \"Min " -"Period\" to be 7, so that all data points shown are the total of 7 " -"periods. This will hide the \"ramp up\" taking place over the first 7 " -"periods" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:371 +msgid " to add calculated columns" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 -msgid "The number color \"steps\"" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:378 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:212 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:436 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 +msgid "Simple" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 -msgid "" -"The number of hours, negative or positive, to shift the time column. This" -" can be used to move UTC time to local time." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:385 +msgid "Mark a column as temporal in \"Edit datasource\" modal" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583 -#, 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 " -"download to csv to see more rows up to the %(limit)d limit." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:422 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:231 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:475 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:478 +msgid "Custom SQL" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589 -#, python-format -msgid "" -"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." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:41 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:65 +msgid "My column" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndAdhocFilterOption.tsx:72 +msgid "This filter might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603 -#, python-format -msgid "The number of rows displayed is limited to %(rows)d by the query" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:108 +msgid "This column might be incompatible with current dataset" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624 -#, python-format -msgid "" -"The number of rows displayed is limited to %(rows)d by the query and " -"limit dropdown." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:179 +msgid "Drop a column here or click" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644 -#, python-format -msgid "The number of rows displayed is limited to %s by the dropdown." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:81 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:105 +msgid "Click to edit label" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 -#: superset-frontend/src/explore/controlPanels/sections.tsx:53 -msgid "The number of seconds before expiring the cache" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:401 +msgid "Drop columns/metrics here or click" msgstr "" -#: superset/errors.py:128 -msgid "The object does not exist in the given database." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:255 +msgid "This metric might be incompatible with current dataset" msgstr "" -#: superset/sqllab/query_render.py:97 -#, python-format -msgid "The parameter %(parameters)s in your query is undefined." -msgid_plural "The following parameters in your query are undefined: %(parameters)s." -msgstr[0] "" -msgstr[1] "" +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:329 +msgid "Drop a column/metric here or click" +msgstr "" -#: superset/db_engine_specs/postgres.py:117 -#, python-format -msgid "The password provided for username \"%(username)s\" is incorrect." +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:71 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:326 +msgid "" +"\n" +" This filter was inherited from the dashboard's context.\n" +" It won't be saved when saving the chart.\n" +" " msgstr "" -#: superset/errors.py:108 -msgid "The password provided when connecting to a database is not valid." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:318 +#, python-format +msgid "%s option(s)" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the charts. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:331 +msgid "Select subject" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the dashboards. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:334 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the datasets. Please note that the \"Secure Extra\" and " -"\"Certificate\" sections of the database configuration are not present in" -" export files, and should be added manually after the import if they are " -"needed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:344 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 -msgid "" -"The passwords for the databases below are needed in order to import them " -"together with the saved queries. Please note that the \"Secure Extra\" " -"and \"Certificate\" sections of the database configuration are not " -"present in export files, and should be added manually after the import if" -" they are needed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:353 +#, python-format +msgid "%s operator(s)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 -msgid "" -"The passwords for the databases below are needed in order to import them." -" Please note that the \"Secure Extra\" and \"Certificate\" sections of " -"the database configuration are not present in export files, and should be" -" added manually after the import if they are needed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:359 +msgid "Select operator" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231 -msgid "The pattern of timestamp format. For strings use " +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:368 +msgid "Comparator option" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 -msgid "" -"The periodicity over which to pivot time. Users can provide\n" -" \"Pandas\" offset alias.\n" -" Click on the info bubble for more details on accepted " -"\"freq\" expressions." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:375 +msgid "Type a value here" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 -msgid "The pixel radius" +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:526 +msgid "Filter value (case sensitive)" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977 -msgid "" -"The pointer to a physical table (or view). Keep in mind that the chart is" -" associated to this Superset logical table, and this logical table points" -" the physical table referenced here." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/useAdvancedDataTypes.ts:70 +msgid "Failed to retrieve advanced type" msgstr "" -#: superset/errors.py:103 -msgid "The port is closed." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:99 +msgid "choose WHERE or HAVING..." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 -msgid "The port must be a whole number less than or equal to 65535." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:132 +msgid "Filters by columns" msgstr "" -#: superset/errors.py:136 -msgid "The port number is invalid." +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +msgid "Filters by metrics" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 -msgid "The primary metric is used to define the arc segment sizes" +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:136 +msgid "metric" msgstr "" -#: superset/views/core.py:2330 -msgid "The provided `rows` argument is not a valid integer." +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 +msgid "Fixed" msgstr "" -#: superset/errors.py:131 -msgid "The query associated with the results was deleted." +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 +msgid "Based on a metric" msgstr "" -#: superset/views/core.py:2280 -msgid "" -"The query associated with these results could not be find. You need to " -"re-run the original query." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.tsx:55 +msgid "My metric" msgstr "" -#: superset/sqllab/query_render.py:113 -msgid "The query contains one or more malformed template parameters." +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:333 +msgid "Add metric" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 -msgid "The query couldn't be loaded" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:331 +msgid "Select aggregate options" msgstr "" -#: superset/errors.py:129 -msgid "The query has a syntax error." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:332 +#, python-format +msgid "%s aggregates(s)" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771 -msgid "The query returned no data" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:340 +msgid "Select saved metrics" msgstr "" -#: superset/sql_lab.py:265 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:341 #, python-format -msgid "" -"The query was killed after %(sqllab_timeout)s seconds. It might be too " -"complex, or the database might be under heavy load." +msgid "%s saved metric(s)" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 -msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " -"to turn off clustering, but beware that a large number of points (>1000) " -"will cause lag." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:384 +msgid "Saved metric" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 -msgid "" -"The radius of individual points (ones that are not in a cluster). Either " -"a numerical column or `Auto`, which scales the point based on the largest" -" cluster" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:400 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:408 +msgid "No saved metrics found" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:111 -msgid "The report has been created" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +msgid "Add metrics to dataset in \"Edit datasource\" modal" msgstr "" -#: superset/errors.py:130 -msgid "The results backend no longer has the data from the query." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:421 +msgid " to add metrics" msgstr "" -#: superset/errors.py:132 -msgid "" -"The results stored in the backend were stored in a different format, and " -"no longer can be deserialized." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432 +msgid "Simple ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 -msgid "The rich tooltip shows a list of all series for that point in time" +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:444 +msgid "column" msgstr "" -#: superset/db_engine_specs/bigquery.py:171 -#, python-format -msgid "" -"The schema \"%(schema)s\" does not exist. A valid schema must be used to " -"run this query." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:455 +msgid "aggregate" msgstr "" -#: superset/db_engine_specs/presto.py:187 -#, python-format -msgid "" -"The schema \"%(schema_name)s\" does not exist. A valid schema must be " -"used to run this query." +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:471 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" -#: superset/errors.py:111 -msgid "The schema was deleted or renamed in the database." +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 +#, python-format +msgid "Error while fetching data: %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 -msgid "The size of the square cell, in pixels" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 +msgid "Time series columns" msgstr "" -#: superset/errors.py:114 -msgid "The submitted payload has the incorrect format." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:64 +msgid "Actual value" msgstr "" -#: superset/errors.py:115 -msgid "The submitted payload has the incorrect schema." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:73 +msgid "Sparkline" msgstr "" -#: superset/db_engine_specs/bigquery.py:158 -#, python-format -msgid "" -"The table \"%(table)s\" does not exist. A valid table must be used to run" -" this query." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:74 +msgid "Period average" msgstr "" -#: superset/db_engine_specs/presto.py:179 -#, python-format -msgid "" -"The table \"%(table_name)s\" does not exist. A valid table must be used " -"to run this query." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:196 +msgid "The column header label" msgstr "" -#: superset/connectors/sqla/views.py:540 -msgid "" -"The table was created. As part of this two-phase configuration process, " -"you should now click the edit button by the new table to configure it." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:206 +msgid "Column header tooltip" msgstr "" -#: superset/errors.py:100 -msgid "The table was deleted or renamed in the database." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:216 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:275 +msgid "Type of comparison, value difference or percentage" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266 -#: superset-frontend/src/explore/controls.jsx:297 -msgid "" -"The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table. Also note that " -"the filter below is applied against this column or expression" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:228 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:234 +msgid "Width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256 -#: superset-frontend/src/explore/controls.jsx:287 -msgid "" -"The time granularity for the visualization. Note that you can type and " -"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:229 +msgid "Width of the sparkline" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297 -#: superset-frontend/src/explore/controls.jsx:326 -msgid "" -"The time granularity for the visualization. This applies a date " -"transformation to alter your time column and defines a new time " -"granularity. The options here are defined on a per database engine basis " -"in the Superset source code." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:240 +msgid "Height of the sparkline" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314 -#: superset-frontend/src/explore/controls.jsx:343 -msgid "" -"The time range for the visualization. All relative times, e.g. \"Last " -"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" -" the server's local time (sans timezone). All tooltips and placeholder " -"times are expressed in UTC (sans timezone). The timestamps are then " -"evaluated by the database using the engine's local timezone. Note one can" -" explicitly set the timezone per the ISO 8601 format if specifying either" -" the start and/or end time." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:250 +msgid "Time lag" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:251 msgid "" -"The time unit for each block. Should be a smaller unit than " -"domain_granularity. Should be larger or equal to Time Grain" +"Number of periods to compare against. You can use negative numbers to " +"compare from the beginning of the time range." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 -msgid "The time unit used for the grouping of blocks" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:258 +msgid "Time Lag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170 -#: superset-frontend/src/explore/controls.jsx:202 -msgid "The type of visualization to display" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:263 +msgid "Time ratio" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 -msgid "The unit of measure for the specified point radius" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:264 +msgid "Number of periods to ratio against" msgstr "" -#: superset/views/core.py:183 -msgid "The user seems to have been deleted" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:269 +msgid "Time Ratio" msgstr "" -#: superset/db_engine_specs/postgres.py:112 -#, python-format -msgid "The username \"%(username)s\" does not exist." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:286 +msgid "Show Y-axis" msgstr "" -#: superset/errors.py:107 -msgid "The username provided when connecting to a database is not valid." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:287 +msgid "" +"Show Y-axis on the sparkline. Will display the manually set min/max if " +"set or min/max values in the data otherwise." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 -msgid "The way the ticks are laid out on the X-axis" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:298 +msgid "Y-axis bounds" msgstr "" -#: superset/charts/commands/exceptions.py:127 -#: superset/charts/commands/exceptions.py:147 -#: superset/dashboards/commands/exceptions.py:62 -#: superset/dashboards/commands/exceptions.py:74 -#: superset/databases/commands/exceptions.py:117 -msgid "There are associated alerts or reports" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:299 +msgid "Manually set min/max values for the y-axis." msgstr "" -#: superset/charts/commands/bulk_delete.py:64 -#: superset/charts/commands/delete.py:68 -#: superset/dashboards/commands/bulk_delete.py:65 -#: superset/dashboards/commands/delete.py:66 -#: superset/databases/commands/delete.py:65 -#, python-format -msgid "There are associated alerts or reports: %s," +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:308 +msgid "Color bounds" msgstr "" -#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 -msgid "There are no filters in this dashboard." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:309 +msgid "" +"Number bounds used for color encoding from red to blue.\n" +" Reverse the numbers for blue to red. To get pure red or " +"blue,\n" +" you can enter either only min or max." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 -msgid "There are unsaved changes." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:320 +msgid "Optional d3 number format string" msgstr "" -#: superset/errors.py:95 -msgid "" -"There is a syntax error in the SQL query. Perhaps there was a misspelling" -" or a typo." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:325 +msgid "Number format string" msgstr "" -#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 -msgid "" -"There is no chart definition associated with this component, could it " -"have been deleted?" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:331 +msgid "Optional d3 date format string" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 -msgid "" -"There is not enough space for this component. Try decreasing its width, " -"or increasing the destination width." +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:336 +msgid "Date format string" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:522 -#, python-format -msgid "There was an error fetching the favorite status: %s" +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:363 +msgid "Column Configuration" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:181 -msgid "There was an error fetching your recent activity:" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:94 +msgid "Select Viz Type" msgstr "" -#: superset-frontend/src/components/DatabaseSelector/index.tsx:230 -msgid "There was an error loading the schemas" +#: superset-frontend/src/explore/components/controls/VizTypeControl/FastVizSwitcher.tsx:131 +#, python-format +msgid "Currently rendered: %s" msgstr "" -#: superset-frontend/src/components/TableSelector/index.tsx:218 -msgid "There was an error loading the tables" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:670 +msgid "Recommended tags" msgstr "" -#: superset-frontend/src/views/CRUD/hooks.ts:543 -#, python-format -msgid "There was an error saving the favorite status: %s" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:773 +msgid "Search all charts" msgstr "" -#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 -msgid "There was an error with your request" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:840 +msgid "No description available." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550 -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235 -#: superset-frontend/src/views/CRUD/utils.tsx:289 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 -#, python-format -msgid "There was an issue deleting %s: %s" +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:847 +#: superset-frontend/src/pages/Home/index.tsx:208 +msgid "Examples" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 -#, python-format -msgid "There was an issue deleting the selected %s: %s" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:64 +msgid "This visualization type is not supported." msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 -#, python-format -msgid "There was an issue deleting the selected annotations: %s" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:124 +msgid "View all charts" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209 -#, python-format -msgid "There was an issue deleting the selected charts: %s" +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:130 +msgid "Select a visualization type" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226 -msgid "There was an issue deleting the selected dashboards: " +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:127 +msgid "No results found" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568 -#, python-format -msgid "There was an issue deleting the selected datasets: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:140 +msgid "Superset Chart" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 -#, python-format -msgid "There was an issue deleting the selected layers: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:257 +msgid "New chart" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262 -#, python-format -msgid "There was an issue deleting the selected queries: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:309 +msgid "Edit chart properties" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 -#, python-format -msgid "There was an issue deleting the selected templates: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:313 +#: superset-frontend/src/pages/ChartList/index.tsx:403 +msgid "Dashboards added to" msgstr "" -#: superset-frontend/src/views/CRUD/utils.tsx:249 -#, python-format -msgid "There was an issue deleting: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:331 +msgid "Export to original .CSV" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:100 -msgid "There was an issue favoriting this dashboard." +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:338 +msgid "Export to pivoted .CSV" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:68 -msgid "There was an issue fetching reports attached to this dashboard." +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:354 +msgid "Export to .JSON" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:79 -msgid "There was an issue fetching the favorite status of this dashboard." +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:380 +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:382 +msgid "Embed code" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 -#, python-format -msgid "There was an issue fetching your recent activity: %s" +#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.jsx:438 +msgid "Run in SQL Lab" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152 -#, python-format -msgid "There was an issue previewing the selected query %s" +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 -#, python-format -msgid "There was an issue previewing the selected query. %s" +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +msgid "Markup type" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222 -#, python-format -msgid "There was an issues fetching your chart: %s" +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211 -#, python-format -msgid "There was an issues fetching your dashboards: %s" +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233 -#, python-format -msgid "There was an issues fetching your saved queries: %s" +#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +msgid "URL parameters" msgstr "" -#: superset/viz.py:1955 -msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty " -"link: {}" +#: superset-frontend/src/explore/controlPanels/sections.tsx:55 +msgid "Extra parameters for use in jinja templated queries" msgstr "" -#: superset/connectors/sqla/views.py:341 -msgid "These are the tables this filter will be applied to." +#: superset-frontend/src/explore/controlPanels/sections.tsx:75 +msgid "Annotations and layers" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 -msgid "These filters apply to the values available in the dropdowns" +#: superset-frontend/src/explore/controlPanels/sections.tsx:86 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:71 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:290 +msgid "Annotation layers" msgstr "" -#: superset/views/chart/mixin.py:64 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:75 +msgid "My beautiful colors" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597 -#: superset/views/dashboard/mixin.py:59 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:98 +msgid "< (Smaller than)" msgstr "" -#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 -#, python-format -msgid "This action will permanently delete %s." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:102 +msgid "> (Larger than)" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 -msgid "This action will permanently delete the layer." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:106 +msgid "<= (Smaller or equal)" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 -msgid "This action will permanently delete the saved query." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:110 +msgid ">= (Larger or equal)" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 -msgid "This action will permanently delete the template." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:114 +msgid "== (Is equal)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 -msgid "" -"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " -"mydatabase.com)." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:118 +msgid "!= (Is not equal)" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 -msgid "This chart has been moved to a different filter scope." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:122 +msgid "Not null" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56 -msgid "This chart might be incompatible with the filter (datasets don't match)" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:137 +msgid "60 days" msgstr "" -#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 -msgid "" -"This color scheme is being overriden by custom label colors.\n" -" Check the JSON metadata in the Advanced settings" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:141 +msgid "90 days" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 -msgid "This column must contain date/time information." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388 +msgid "Add notification method" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:303 -#, python-format -msgid "" -"This dashboard is currently auto refreshing; the next auto refresh will " -"be in %s." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389 +msgid "Add delivery method" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 -msgid "" -"This dashboard is not published which means it will not show up in the " -"list of dashboards. Favorite it to see it there or access it by using the" -" URL directly." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391 +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:229 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:271 +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:220 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:238 +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:340 +msgid "Add" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 -msgid "" -"This dashboard is not published, it will not show up in the list of " -"dashboards. Click here to publish this dashboard." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392 +msgid "Edit Report" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:125 -msgid "This dashboard is now hidden" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393 +msgid "Edit Alert" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:124 -msgid "This dashboard is now published" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394 +msgid "Add Report" msgstr "" -#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 -msgid "This dashboard is published. Click to make it a draft." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395 +msgid "Add Alert" msgstr "" -#: superset/views/core.py:1273 -msgid "" -"This dashboard was changed recently. Please reload dashboard to get " -"latest version." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396 +msgid "Report name" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:231 -msgid "This dashboard was saved successfully." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397 +msgid "Alert name" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401 -#: superset-frontend/src/explore/controls.jsx:416 -msgid "This defines the element to be plotted on the chart" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400 +#: superset-frontend/src/pages/AlertReportList/index.tsx:348 +msgid "Active" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 -msgid "This defines the level of the hierarchy" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401 +msgid "Alert condition" msgstr "" -#: superset/views/alerts.py:232 superset/views/schedules.py:253 -#: superset/views/schedules.py:334 -msgid "" -"This feature is deprecated and will be removed on 2.0. Take a look at the" -" replacement feature Alerts & Reports documentation" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403 +#: superset-frontend/src/features/home/SavedQueries.tsx:258 +msgid "SQL Query" msgstr "" -#: superset/connectors/sqla/views.py:447 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404 +msgid "The result of this query should be a numeric-esque value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105 -msgid "This filter doesn't exist in dashboard. It will not be applied." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407 +msgid "Trigger Alert If..." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165 -#, python-format -msgid "This filter set is identical to: \"%s\"" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408 +msgid "Condition" msgstr "" -#: superset/connectors/sqla/views.py:358 -msgid "" -"This is the condition that will be added to the WHERE clause. For " -"example, to only return rows for a particular client, you might define a " -"regular filter with the clause `client_id = 9`. To display no rows unless" -" a user belongs to a RLS filter role, a base filter can be created with " -"the clause `1 = 0` (always false)." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410 +msgid "Report schedule" msgstr "" -#: superset/views/dashboard/mixin.py:47 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411 +msgid "Alert condition schedule" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 -msgid "This markdown component has an error." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:412 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:355 +msgid "Timezone" msgstr "" -#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 -msgid "This markdown component has an error. Please revert your recent changes." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:413 +msgid "Schedule settings" msgstr "" -#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 -msgid "This may be triggered by:" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:414 +msgid "Log retention" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109 -#, python-format -msgid "This query took %s seconds to run, " +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:415 +msgid "Working timeout" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 -msgid "" -"This section allows you to configure how to use the slice\n" -" to generate annotations." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:416 +msgid "Time in seconds" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 -#: superset-frontend/src/explore/controlPanels/sections.tsx:146 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:417 +msgid "seconds" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 -msgid "This value should be greater than the left target value" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:418 +msgid "Grace period" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 -msgid "This value should be smaller than the right target value" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:419 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:246 +msgid "Message content" msgstr "" -#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 -msgid "This visualization type is not supported." +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:422 +msgid "Send as PNG" msgstr "" -#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 -msgid "This was triggered by:" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:423 +msgid "Send as CSV" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 -msgid "Threshold alpha level for determining significance" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:424 +msgid "Send as text" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 -msgid "Thursday" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:425 +msgid "Ignore cache when generating report" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75 -#: superset-frontend/src/explore/controlPanels/sections.tsx:25 -#: superset-frontend/src/explore/controlPanels/sections.tsx:84 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 -msgid "Time" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:426 +msgid "Screenshot width" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 -msgid "Time Column" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:427 +msgid "Input custom width in pixels" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436 -msgid "Time Comparison" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:428 +#: superset-frontend/src/pages/AlertReportList/index.tsx:304 +msgid "Notification method" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 -msgid "Time Format" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:592 +#: superset-frontend/src/pages/AlertReportList/index.tsx:112 +msgid "report" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 -msgid "Time Grain" +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:665 +#: superset-frontend/src/features/alerts/AlertReportModal.tsx:681 +#, python-format +msgid "%s updated" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 -msgid "Time Granularity" +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:83 +msgid "CRON Schedule" msgstr "" -#: superset/connectors/druid/views.py:350 -msgid "Time Offset" +#: superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx:94 +msgid "CRON expression" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 -msgid "Time Range" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:67 +msgid "Report sent" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 -msgid "Time Series" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:68 +msgid "Alert triggered, notification sent" msgstr "" -#: superset/viz.py:1638 -msgid "Time Series - Bar Chart" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:74 +msgid "Report sending" msgstr "" -#: superset/viz.py:1564 -msgid "Time Series - Dual Axis Line Chart" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:75 +msgid "Alert running" msgstr "" -#: superset/viz.py:1276 -msgid "Time Series - Line Chart" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:81 +msgid "Report failed" msgstr "" -#: superset/viz.py:1486 -msgid "Time Series - Multiple Line Charts" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:82 +msgid "Alert failed" msgstr "" -#: superset/viz.py:3000 -msgid "Time Series - Nightingale Rose Chart" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" msgstr "" -#: superset/viz.py:2928 -msgid "Time Series - Paired t-test" +#: superset-frontend/src/features/alerts/components/AlertStatusIcon.tsx:92 +msgid "Alert Triggered, In Grace Period" msgstr "" -#: superset/viz.py:1693 -msgid "Time Series - Percent Change" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:124 +msgid "Delivery method" msgstr "" -#: superset/viz.py:1647 -msgid "Time Series - Period Pivot" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:127 +msgid "Select Delivery Method" msgstr "" -#: superset/viz.py:1701 -msgid "Time Series - Stacked" +#: superset-frontend/src/features/alerts/components/NotificationMethod.tsx:160 +msgid "Recipients are separated by \",\" or \";\"" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67 -msgid "Time Series Options" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:156 +msgid "Queries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444 -msgid "Time Shift" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:162 +msgid "No entities have this tag currently assigned" msgstr "" -#: superset/viz.py:822 -msgid "Time Table View" +#: superset-frontend/src/features/allEntities/AllEntitiesTable.tsx:164 +msgid "Add tag to entities" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132 -#: superset-frontend/src/explore/constants.ts:114 -#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 -msgid "Time column" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" msgstr "" -#: superset/connectors/sqla/models.py:1173 -#, python-format -msgid "Time column \"%(col)s\" does not exist in dataset" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" msgstr "" -#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 -msgid "Time column filter plugin" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 -#: superset-frontend/src/explore/controlPanels/sections.tsx:201 -msgid "Time comparison" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:240 +msgid "Edit annotation layer properties" msgstr "" -#: superset/charts/commands/exceptions.py:66 -#, python-format -msgid "" -"Time delta is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:250 +msgid "Annotation layer name" msgstr "" -#: superset/connectors/druid/views.py:317 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:265 +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:330 +msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/filters/components/Time/index.ts:27 -msgid "Time filter" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:106 +#: superset-frontend/src/pages/AnnotationList/index.tsx:78 +msgid "annotation" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450 -msgid "Time format" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:152 +msgid "The annotation has been updated" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298 -#: superset-frontend/src/explore/constants.ts:115 -#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 -msgid "Time grain" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:168 +msgid "The annotation has been saved" msgstr "" -#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 -msgid "Time grain filter plugin" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:281 +#: superset-frontend/src/pages/AnnotationList/index.tsx:188 +msgid "Edit annotation" msgstr "" -#: superset/utils/pandas_postprocessing.py:815 -msgid "Time grain missing" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:281 +msgid "Add annotation" msgstr "" -#: superset-frontend/src/explore/constants.ts:117 -msgid "Time granularity" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:302 +msgid "date" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 -msgid "Time in seconds" +#: superset-frontend/src/features/annotations/AnnotationModal.tsx:323 +msgid "Additional information" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105 -#: superset-frontend/src/explore/constants.ts:113 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 -msgid "Time range" +#: superset-frontend/src/features/charts/ChartCard.tsx:78 +#: superset-frontend/src/features/home/DashboardTable.tsx:246 +#: superset-frontend/src/features/tags/TagCard.tsx:68 +#: superset-frontend/src/pages/AlertReportList/index.tsx:583 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:312 +#: superset-frontend/src/pages/AnnotationList/index.tsx:297 +#: superset-frontend/src/pages/ChartList/index.tsx:473 +#: superset-frontend/src/pages/ChartList/index.tsx:806 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:277 +#: superset-frontend/src/pages/DashboardList/index.tsx:391 +#: superset-frontend/src/pages/DashboardList/index.tsx:679 +#: superset-frontend/src/pages/DashboardList/index.tsx:734 +#: superset-frontend/src/pages/DatasetList/index.tsx:788 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:175 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:333 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:556 +#: superset-frontend/src/pages/Tags/index.tsx:197 +#: superset-frontend/src/pages/Tags/index.tsx:351 +msgid "Please confirm" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 -#: superset-frontend/src/explore/controlPanels/sections.tsx:69 -msgid "Time range endpoints" +#: superset-frontend/src/features/charts/ChartCard.tsx:81 +#: superset-frontend/src/features/home/DashboardTable.tsx:229 +#: superset-frontend/src/features/tags/TagCard.tsx:71 +#: superset-frontend/src/pages/ChartList/index.tsx:476 +#: superset-frontend/src/pages/DashboardList/index.tsx:394 +#: superset-frontend/src/pages/DashboardList/index.tsx:717 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:178 +#: superset-frontend/src/pages/Tags/index.tsx:200 +msgid "Are you sure you want to delete" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 -#: superset-frontend/src/explore/controlPanels/sections.tsx:71 -msgid "Time range endpoints (SIP-15)" +#: superset-frontend/src/features/charts/ChartCard.tsx:156 +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:133 +#: superset-frontend/src/features/home/ActivityTable.tsx:121 +#: superset-frontend/src/features/tags/TagCard.tsx:104 +#, python-format +msgid "Modified %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 -#: superset-frontend/src/explore/controlPanels/sections.tsx:27 -#: superset-frontend/src/explore/controlPanels/sections.tsx:85 -msgid "Time related form attributes" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:91 +msgid "css_template" msgstr "" -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 -#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 -msgid "Time series columns" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:231 +msgid "Edit CSS template properties" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 -#: superset-frontend/src/explore/controlPanels/sections.tsx:209 -msgid "Time shift" +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:232 +msgid "Add CSS template" msgstr "" -#: superset/charts/commands/exceptions.py:38 -#, python-format -msgid "" -"Time string is ambiguous. Please specify [%(human_readable)s ago] or " -"[%(human_readable)s later]." +#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:253 +msgid "css" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 -msgid "Time-series Area Chart" +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:122 +msgid "published" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65 -msgid "" -"Time-series Area chart are similar to line chart in that they represent " -"variables with the same scale, but area charts stack the metrics on top " -"of each other. An area chart in Superset can be stream, stack, or expand." +#: superset-frontend/src/features/dashboards/DashboardCard.tsx:122 +msgid "draft" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 -msgid "Time-series Bar Chart" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:85 +msgid "Adjust how this database will interact with SQL Lab." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 -msgid "Time-series Bar Chart v2" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:98 +msgid "Expose database in SQL Lab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 -msgid "" -"Time-series Bar Charts are used to show the changes in a metric over time" -" as a series of bars." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:101 +msgid "Allow this database to be queried in SQL Lab" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 -msgid "Time-series Chart" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:120 +msgid "Allow creation of new tables based on queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 -msgid "Time-series Line Chart" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:134 +msgid "Allow creation of new views based on queries" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 -msgid "Time-series Percent Change" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:140 +msgid "CTAS & CVAS SCHEMA" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 -msgid "Time-series Period Pivot" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:145 +msgid "Create or select schema..." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 -msgid "Time-series Scatter Plot" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:151 +msgid "" +"Force all tables and views to be created in this schema when clicking " +"CTAS or CVAS in SQL Lab." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:167 msgid "" -"Time-series Scatter Plot has time on the horizontal axis in linear units," -" and the points are connected in order. It shows a statistical " -"relationship between two variables." +"Allow manipulation of the database using non-SELECT statements such as " +"UPDATE, DELETE, CREATE, etc." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 -msgid "Time-series Smooth Line" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:180 +msgid "Enable query cost estimation" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:183 msgid "" -"Time-series Smooth-line is a variation of line chart. Without angles and " -"hard edges, Smooth-line looks more smarter and more professional." +"For Bigquery, Presto and Postgres, shows a button to compute cost before " +"running a query." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 -msgid "Time-series Stepped Line" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:196 +msgid "Allow this database to be explored" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 -msgid "" -"Time-series Stepped-line graph (also called step chart) is a variation of" -" line chart but with the line forming a series of steps between data " -"points. A step chart can be useful when you want to show the changes that" -" occur at irregular intervals." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:199 +msgid "When enabled, users are able to visualize SQL Lab results in Explore." msgstr "" -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 -msgid "Time-series Table" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:212 +msgid "Disable SQL Lab data preview queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:215 msgid "" -"Time-series line chart is used to visualize repeated measurements taken " -"over regular time intervals. Line chart is a type of chart which displays" -" information as a series of data points connected by straight line " -"segments. It is a basic type of chart common in many fields." -msgstr "" - -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 -msgid "Timeout error" +"Disable data preview when fetching table metadata in SQL Lab. Useful to " +"avoid browser performance issues when using databases with very wide " +"tables." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 -msgid "Timestamp Format" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:230 +msgid "Enable row expansion in schemas" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372 -msgid "Timestamp format" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:233 +msgid "" +"For Trino, describe full schemas of nested ROW types, expanding them with" +" dotted paths" msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 -msgid "Timezone" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:245 +msgid "Performance" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 -msgid "Timezone offset (in hours) for this datasource" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:247 +msgid "Adjust performance settings of this database." msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 -msgid "Timezone selector" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:254 +msgid "Chart cache timeout" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69 -msgid "Tiny" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:260 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:281 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:302 +msgid "Enter duration in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278 -#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156 -msgid "Title" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:265 +msgid "" +"Duration (in seconds) of the caching timeout for charts of this database." +" A timeout of 0 indicates that the cache never expires, and -1 bypasses " +"the cache. Note this defaults to the global timeout if undefined." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 -msgid "Title Column" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:273 +msgid "Schema cache timeout" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 -msgid "Title is required" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:287 +msgid "" +"Duration (in seconds) of the metadata caching timeout for schemas of this" +" database. If left unset, the cache never expires." msgstr "" -#: superset/dashboards/filters.py:33 -msgid "Title or Slug" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:294 +msgid "Table cache timeout" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 -msgid "To filter on a metric, use Custom SQL tab." +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:308 +msgid "" +"Duration (in seconds) of the metadata caching timeout for tables of this " +"database. If left unset, the cache never expires. " msgstr "" -#: superset/views/dashboard/mixin.py:58 -msgid "To get a readable URL for your dashboard" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:321 +#: superset-frontend/src/pages/DatabaseList/index.tsx:341 +#: superset-frontend/src/pages/DatabaseList/index.tsx:509 +msgid "Asynchronous query execution" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:340 +msgid "Cancel query on window unload event" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 -msgid "Tools" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:343 +msgid "" +"Terminate running queries when browser window closed or navigated to " +"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " +"databases." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 -msgid "Tooltip" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:356 +msgid "Add extra connection information." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 -msgid "Tooltip sort by metric" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:362 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:367 +msgid "Secure extra" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 -msgid "Tooltip time format" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:377 +msgid "" +"JSON string containing additional connection configuration. This is used " +"to provide connection information for systems like Hive, Presto and " +"BigQuery which do not conform to the username:password syntax normally " +"used by SQLAlchemy." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 -msgid "Top" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:392 +msgid "Enter CA_BUNDLE" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 -msgid "Top to Bottom" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:397 +msgid "" +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" +" certain database engines." msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 -msgid "Totals" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:412 +msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 -msgid "Track job" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:417 +msgid "" +"If Presto or Trino, all the queries in SQL Lab are going to be executed " +"as the currently logged on user who must have permission to run them. If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76 -msgid "Transformable" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:437 +msgid "Allow file uploads to database" msgstr "" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 -msgid "Transparent" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:445 +msgid "Schemas allowed for File upload" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 -msgid "Transpose Pivot" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:459 +msgid "A comma-separated list of schemas that files are allowed to upload to." msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 -msgid "Transpose pivot" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:497 +msgid "Additional settings." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 -msgid "Tree Chart" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:503 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:507 +msgid "Metadata Parameters" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 -msgid "Tree layout" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:522 +msgid "" +"The metadata_params object gets unpacked into the sqlalchemy.MetaData " +"call." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 -msgid "Tree orientation" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:529 +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:533 +msgid "Engine Parameters" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 -#: superset/viz.py:1003 -msgid "Treemap" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:548 +msgid "" +"The engine_params object gets unpacked into the sqlalchemy.create_engine " +"call." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 -msgid "Treemap v2" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:556 +#: superset-frontend/src/features/home/RightMenu.tsx:497 +msgid "Version" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 -#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36 -msgid "Trend" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:562 +msgid "Version number" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 -msgid "Triangle" +#: superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:568 +msgid "" +"Specify the database version. This is used with Presto for query cost " +"estimation, and Dremio for syntax changes, among others." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168 -msgid "Trigger Alert If..." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:93 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:117 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:135 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:164 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:178 +#, python-format +msgid "STEP %(stepCurr)s OF %(stepLast)s" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274 -msgid "Truncate Y Axis" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:98 +msgid "Enter Primary Credentials" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277 -msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:100 +msgid "Need help? Learn how to connect your database" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 -msgid "Truncates the specified date to the accuracy specified by the date unit." +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:884 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:906 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1213 +msgid "Database connected" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222 -msgid "Try applying different filters or ensuring your datasource has data" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:124 +msgid "" +"Create a dataset to begin visualizing your data as a chart or go to\n" +" SQL Lab to query your data." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 -msgid "Tuesday" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:141 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:184 +#, python-format +msgid "Enter the required %(dbModelName)s credentials" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219 -#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466 -#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190 -#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258 -msgid "Type" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:146 +msgid "Need help? Learn more about" msgstr "" -#: superset-frontend/src/components/DeleteModal/index.tsx:92 -#: superset-frontend/src/components/ImportModal/index.tsx:253 +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:152 #, python-format -msgid "Type \"%s\" to confirm" +msgid "connecting to %(dbModelName)s." msgstr "" -#: superset-frontend/src/components/ListView/Filters/Search.tsx:71 -msgid "Type a value" +#: superset-frontend/src/features/databases/DatabaseModal/ModalHeader.tsx:169 +msgid "Select a database to connect" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319 -msgid "Type a value here" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:70 +msgid "SSH Host" msgstr "" -#: superset/reports/commands/exceptions.py:71 -msgid "Type is required" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:46 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:75 +msgid "e.g. 127.0.0.1" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 -msgid "Type of Google Sheets allowed" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:85 +msgid "SSH Port" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379 -#, python-format -msgid "Type or Select [%s]" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:90 +msgid "22" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 -#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 -msgid "UI Configuration" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:134 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:107 +msgid "e.g. Analytics" msgstr "" -#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 -msgid "URL" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:119 +msgid "Login with" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 -msgid "URL Parameters" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:138 +msgid "Private Key & Password" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 -msgid "URL could not be identified" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:150 +msgid "SSH Password" msgstr "" -#: superset-frontend/src/explore/controlPanels/sections.tsx:60 -msgid "URL parameters" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:155 +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:176 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:154 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:202 +msgid "e.g. ********" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514 -msgid "URL slug" +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:181 +msgid "Private Key" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 -msgid "Unable to add a new tab to the backend. Please contact your administrator." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:185 +msgid "Paste Private Key here" msgstr "" -#: superset/db_engine_specs/presto.py:218 -#, python-format -msgid "Unable to connect to catalog named \"%(catalog_name)s\"." +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelForm.tsx:198 +msgid "Private Key Password" msgstr "" -#: superset/db_engine_specs/mysql.py:139 -#: superset/db_engine_specs/postgres.py:145 -#, python-format -msgid "Unable to connect to database \"%(database)s\"." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:279 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:50 +msgid "SSH Tunnel" msgstr "" -#: superset/utils/date_parser.py:390 -#, python-format -msgid "Unable to find such a holiday: [%(holiday)s]" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:281 +#: superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.tsx:52 +msgid "SSH Tunnel configuration parameters" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:498 -msgid "" -"Unable to migrate query editor state to backend. Superset will retry " -"later. Please contact your administrator if this problem persists." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:196 +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:52 +msgid "Display Name" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:452 -msgid "" -"Unable to migrate query state to backend. Superset will retry later. " -"Please contact your administrator if this problem persists." +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:61 +msgid "Name your database" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:434 -msgid "" -"Unable to migrate table schema state to backend. Superset will retry " -"later. Please contact your administrator if this problem persists." +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:66 +msgid "Pick a name to help you identify this database." msgstr "" -#: superset/connectors/sqla/views.py:641 -#, python-format -msgid "Unable to refresh metadata for the following table(s): %(tables)s" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:83 +msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset/views/database/views.py:240 -#, python-format -msgid "" -"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" -" database \"%(db_name)s\". Error message: %(error_msg)s" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:89 +msgid "Refer to the" msgstr "" -#: superset/views/database/views.py:538 -#, python-format -msgid "" -"Unable to upload Columnar file \"%(filename)s\" to table " -"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " -"%(error_msg)s" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:97 +msgid "for more information on how to structure your URI." msgstr "" -#: superset/views/database/views.py:386 -#, python-format -msgid "" -"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " -"in database \"%(db_name)s\". Error message: %(error_msg)s" +#: superset-frontend/src/features/databases/DatabaseModal/SqlAlchemyForm.tsx:108 +msgid "Test connection" msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 -msgid "Undefined" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:553 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:728 +#: superset-frontend/src/pages/DatabaseList/index.tsx:118 +msgid "database" msgstr "" -#: superset/utils/pandas_postprocessing.py:391 -msgid "Undefined window for rolling operation" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:651 +msgid "Please enter a SQLAlchemy URI to test" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 -msgid "Undo?" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:114 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:680 +msgid "e.g. world_population" msgstr "" -#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 -#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 -msgid "Unexpected error" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:855 +msgid "Database settings updated" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 -msgid "Unexpected error occurred, please check your logs for details" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:921 +#, python-format +msgid "Sorry there was an error fetching database information: %s" msgstr "" -#: superset-frontend/src/utils/getClientErrorObject.ts:55 -msgid "Unexpected error: " +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:981 +msgid "Or choose from a list of other databases we support:" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 -msgid "Unknown" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:983 +msgid "Supported databases" msgstr "" -#: superset/db_engine_specs/mysql.py:129 -#, python-format -msgid "Unknown MySQL server host \"%(hostname)s\"." +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:987 +msgid "Choose a database..." msgstr "" -#: superset/db_engine_specs/presto.py:1005 -msgid "Unknown Presto Error" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1011 +msgid "Want to add a new database?" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111 -msgid "Unknown Status" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1016 +msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " msgstr "" -#: superset/connectors/sqla/models.py:1121 -#, python-format -msgid "Unknown column used in orderby: %(col)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1030 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " +"Learn about how to connect a database driver " msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 -#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 -msgid "Unknown error" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1122 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1160 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1710 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1749 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1911 +msgid "Connect" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 -msgid "Unknown value" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1140 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1188 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1911 +msgid "Finish" msgstr "" -#: superset/jinja_context.py:347 -#, python-format -msgid "Unsafe return type for function %(func)s: %(value_type)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1182 +msgid "This database is managed externally, and can't be edited in Superset" msgstr "" -#: superset/jinja_context.py:371 -#, python-format -msgid "Unsafe template value for key %(key)s: %(value_type)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1347 +msgid "" +"The passwords for the databases below are needed in order to import them." +" Please note that the \"Secure Extra\" and \"Certificate\" sections of " +"the database configuration are not present in explore files and should be" +" added manually after the import if they are needed." msgstr "" -#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 -#, python-format -msgid "Unset Filters (%d)" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1457 +msgid "" +"You are importing one or more databases that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" msgstr "" -#: superset/utils/core.py:1048 -#, python-format -msgid "Unsupported clause type: %(clause)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1530 +msgid "Database Creation Error" msgstr "" -#: superset/connectors/druid/models.py:1492 -msgid "Unsupported extraction function: " +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1531 +msgid "" +"We are unable to connect to your database. Click \"See more\" for " +"database-provided information that may help troubleshoot the issue." msgstr "" -#: superset/common/query_object.py:392 -#, python-format -msgid "Unsupported post processing operation: %(operation)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1583 +msgid "CREATE DATASET" msgstr "" -#: superset/jinja_context.py:358 -#, python-format -msgid "Unsupported return value for method %(name)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1593 +msgid "QUERY DATA IN SQL LAB" msgstr "" -#: superset/jinja_context.py:382 -#, python-format -msgid "Unsupported template value for key %(key)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1714 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1754 +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1915 +msgid "Connect a database" msgstr "" -#: superset/utils/pandas_postprocessing.py:818 -#, python-format -msgid "Unsupported time grain: %(time_grain)s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1754 +msgid "Edit database" msgstr "" -#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 -#, python-format -msgid "Untitled Query %s" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1821 +msgid "Connect this database using the dynamic form instead" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 -#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 -msgid "Untitled query" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1824 +msgid "" +"Click this link to switch to an alternate form that exposes only the " +"required fields needed to connect this database." msgstr "" -#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190 -msgid "Update" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1840 +msgid "Additional fields may be required" msgstr "" -#: superset-frontend/src/chart/chartReducer.ts:82 -msgid "Updating chart was stopped" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1844 +msgid "" +"Select databases require additional fields to be completed in the " +"Advanced tab to successfully connect the database. Learn what " +"requirements your databases has " msgstr "" -#: superset/templates/superset/import_dashboards.html:63 -msgid "Upload" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1966 +msgid "Import database from file" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 -msgid "Upload Credentials" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:2004 +msgid "Connect this database with a SQLAlchemy URI string instead" msgstr "" -#: superset/initialization/__init__.py:400 -msgid "Upload Excel" +#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:2009 +msgid "" +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 -msgid "Upload JSON file" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:41 +msgid "" +"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " +"mydatabase.com)." msgstr "" -#: superset/initialization/__init__.py:369 -msgid "Upload a CSV" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:48 +msgid "Host" msgstr "" -#: superset/initialization/__init__.py:383 -msgid "Upload a Columnar File" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:69 +msgid "e.g. 5432" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112 -msgid "Use Area Proportions" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:71 +msgid "Port" msgstr "" -#: superset/views/database/forms.py:175 superset/views/database/forms.py:433 -msgid "Use Columns" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:92 +msgid "e.g. sql/protocolv1/o/12345" msgstr "" -#: superset/views/database/forms.py:211 -msgid "Use Pandas to interpret the datetime format automatically." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:95 +msgid "Copy the name of the HTTP Path of your cluster." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207 -msgid "Use a log scale" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:117 +msgid "Copy the name of the database you are trying to connect to." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 -msgid "Use a log scale for the X-axis" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:177 +msgid "Access token" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 -msgid "Use a log scale for the Y-axis" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:198 +msgid "Pick a nickname for how the database will display in Superset." msgstr "" -#: superset/db_engine_specs/base.py:1401 -msgid "Use an encrypted connection to the database" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:219 +msgid "e.g. param1=value1¶m2=value2" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209 -msgid "Use legacy datasource editor" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:220 +msgid "Additional Parameters" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85 -msgid "Use metrics as a top level group for columns or for rows" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:222 +msgid "Add additional custom parameters" msgstr "" -#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 -msgid "Use only a single value." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:249 +msgid "SSL Mode \"require\" will be used." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 -msgid "Use the Advanced Analytics options below" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:72 +msgid "Type of Google Sheets allowed" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 -msgid "" -"Use the JSON file you automatically downloaded when creating your service" -" account." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:82 +msgid "Publicly shared sheets only" msgstr "" -#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82 -msgid "Use the edit button to change this field" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:85 +msgid "Public and privately shared sheets" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176 -#: superset-frontend/src/explore/controls.jsx:207 -msgid "Use this to define a static color for all circles" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:93 +msgid "How do you want to enter service account credentials?" msgstr "" -#: superset/views/dynamic_plugins.py:48 -msgid "" -"Used internally to identify the plugin. Should be set to the package name" -" from the pluginʼs package.json" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:101 +msgid "Upload JSON file" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics " -"along two axes. Examples: Sales numbers by region and month, tasks by " -"status and assignee, active users by age and location.\n" -"\n" -" This chart is being deprecated and we recommend checking out Pivot " -"Table V2 instead!" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:105 +msgid "Copy and Paste JSON credentials" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 -msgid "" -"Used to summarize a set of data by grouping together multiple statistics " -"along two axes. Examples: Sales numbers by region and month, tasks by " -"status and assignee, active users by age and location. Not the most " -"visually stunning visualization, but highly informative and versatile." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:114 +msgid "Service Account" msgstr "" -#: superset-frontend/src/components/Menu/MenuRight.tsx:158 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275 -#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365 -#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30 -#: superset/views/schedules.py:239 superset/views/schedules.py:319 -#: superset/views/sql_lab.py:69 -msgid "User" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:120 +msgid "Paste content of service credentials JSON file here" msgstr "" -#: superset/views/access_requests.py:42 -msgid "User Roles" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:125 +msgid "Copy and paste the entire service account .json file here" msgstr "" -#: superset/errors.py:112 -msgid "User doesn't have the proper permissions." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:135 +msgid "Upload Credentials" msgstr "" -#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 -msgid "User must select a value before applying the filter" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:137 +msgid "" +"Use the JSON file you automatically downloaded when creating your service" +" account." msgstr "" -#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 -msgid "User must select a value for this filter" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:40 +msgid "Connect Google Sheets as tables to this database" msgstr "" -#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76 -#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 -#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 -#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 -#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 -msgid "User must select a value for this filter." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:46 +msgid "Google Sheet Name and URL" +msgstr "" + +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:54 +msgid "Enter a name for this sheet" msgstr "" -#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 -msgid "User query" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:87 +msgid "Paste the shareable Google Sheet URL here" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1388 -msgid "Username" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:107 +msgid "Add sheet" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 -msgid "" -"Uses a gauge to showcase progress of a metric towards a target. The " -"position of the dial represents the progress and the terminal value in " -"the gauge represents the target value." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +msgid "Copy the identifier of the account you are trying to connect to." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 -msgid "" -"Uses circles to visualize the flow of data through different stages of a " -"system. Hover over individual paths in the visualization to understand " -"the stages a value took. Useful for multi-stage, multi-group visualizing " -"funnels and pipelines." +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:29 +msgid "e.g. xy12345.us-east-2.aws" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 -msgid "Value" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:32 +msgid "e.g. compute_wh" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 -msgid "Value Domain" +#: superset-frontend/src/features/databases/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:36 +msgid "e.g. AccountAdmin" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 -msgid "Value Format" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:61 +msgid "Duplicate dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 -msgid "Value bounds" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:64 +#: superset-frontend/src/pages/DatasetList/index.tsx:487 +msgid "Duplicate" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206 -msgid "Value format" +#: superset-frontend/src/features/datasets/DuplicateDatasetModal.tsx:66 +msgid "New dataset name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 -msgid "Value is required" +#: superset-frontend/src/features/datasets/constants.ts:23 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the datasets. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset/reports/schemas.py:185 superset/reports/schemas.py:191 -#: superset/reports/schemas.py:197 superset/reports/schemas.py:275 -#: superset/reports/schemas.py:281 superset/reports/schemas.py:288 -msgid "Value must be greater than 0" +#: superset-frontend/src/features/datasets/constants.ts:30 +msgid "" +"You are importing one or more datasets that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 -msgid "Vehicle Types" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:175 +msgid "Refreshing columns" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144 -#: superset/connectors/sqla/views.py:257 -msgid "Verbose Name" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:176 +msgid "Table columns" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 -msgid "Version" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:177 +msgid "Loading" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 -msgid "Version number" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:224 +msgid "" +"This table already has a dataset associated with it. You can only " +"associate one dataset with a table.\n" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 -msgid "Vertical" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:227 +msgid "View Dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 -msgid "Video game consoles" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/DatasetPanel.tsx:234 +#: superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx:164 +msgid "This table already has a dataset" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219 -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 -msgid "View All »" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:43 +msgid "" +"Datasets can be created from database tables or SQL queries. Select a " +"database table to the left or " msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287 -msgid "View chart in Explore" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:46 +msgid "create dataset from SQL query" msgstr "" -#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197 -msgid "View in SQL Lab" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:47 +msgid " to open SQL Lab. From there you can save the query as a dataset." msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 -#, python-format -msgid "View keys & indexes (%s)" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:63 +msgid "Select dataset source" msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 -#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 -msgid "View query" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:64 +msgid "No table columns" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216 -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396 -msgid "View results" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:65 +msgid "" +"This database table does not contain any data. Please select a different " +"table." msgstr "" -#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409 -msgid "View samples" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:68 +msgid "An Error Occurred" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180 -msgid "Viewed" +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/MessageContent.tsx:69 +msgid "" +"Unable to load columns for the selected table. Please select a different " +"table." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:99 +#: superset-frontend/src/features/datasets/AddDataset/DatasetPanel/index.tsx:105 #, python-format -msgid "Viewed %s" +msgid "The API response from %s does not match the IDatabaseTable interface." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 -msgid "Viewport" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/index.tsx:52 +msgid "Usage" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 -msgid "Virtual (SQL)" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:76 +msgid "Chart owners" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231 -msgid "Virtual dataset" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:90 +msgid "Chart last modified" msgstr "" -#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 -msgid "Virtual dataset query cannot be empty" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:99 +msgid "Chart last modified by" msgstr "" -#: superset/connectors/sqla/models.py:852 -msgid "Virtual dataset query cannot consist of multiple statements" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:109 +msgid "Dashboard usage" msgstr "" -#: superset/connectors/sqla/models.py:825 -msgid "Virtual dataset query must be read-only" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:144 +msgid "Create chart with dataset" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 -msgid "Visual Tweaks" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:177 +#: superset-frontend/src/features/home/ChartTable.tsx:89 +#: superset-frontend/src/pages/ChartList/index.tsx:181 +#: superset-frontend/src/pages/ChartList/index.tsx:866 +msgid "chart" msgstr "" -#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 -msgid "Visualization" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:253 +msgid "No charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168 -#: superset/views/chart/mixin.py:88 -msgid "Visualization Type" +#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:254 +msgid "This dataset is not used to power any charts." msgstr "" -#: superset-frontend/src/explore/controls.jsx:200 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270 -msgid "Visualization type" +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:87 +msgid "Select a database table." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 -msgid "" -"Visualize a parallel set of metrics across multiple groups. Each group is" -" visualized using its own line of points and each metric is represented " -"as an edge in the chart." +#: superset-frontend/src/features/datasets/AddDataset/Footer/index.tsx:109 +msgid "Create dataset and create chart" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 -msgid "" -"Visualize a related metric across pairs of groups. Heatmaps excel at " -"showcasing the correlation or strength between two groups. Color is used " -"to emphasize the strength of the link between each pair of groups." +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:36 +msgid "New dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 -msgid "" -"Visualize how a metric changes over time using bars. Add a group by " -"column to visualize group level metrics and how they change over time." +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:39 +msgid "Select a database table and create dataset" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 -msgid "" -"Visualize multiple levels of hierarchy using a familiar tree-like " -"structure." +#: superset-frontend/src/features/datasets/AddDataset/Header/index.tsx:83 +#: superset-frontend/src/pages/AllEntities/index.tsx:122 +msgid "dataset name" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 -msgid "" -"Visualize two different time series using the same x-axis time range. " -"Note that each time series can be visualized differently (e.g. 1 using " -"bars and 1 using a line)." +#: superset-frontend/src/features/datasets/DatasetSelectLabel/index.tsx:106 +#: superset-frontend/src/features/datasets/DatasetSelectLabel/index.tsx:116 +msgid "Not defined" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 -msgid "" -"Visualize two different time series using the same x-axis time range. " -"This chart is being deprecated and we recommend using the Mixed " -"Timeseries Chart instead!" +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:66 +#: superset-frontend/src/features/datasets/hooks/useDatasetLists.ts:67 +msgid "There was an error fetching dataset" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 -msgid "" -"Visualizes 2 metrics as line plots using the same x-axis. This chart is " -"useful for comparing metrics across the same time range." +#: superset-frontend/src/features/datasets/hooks/useGetDatasetRelatedCounts.ts:36 +msgid "There was an error fetching dataset's related objects" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 -msgid "" -"Visualizes a metric across three dimensions of data in a single chart (X " -"axis, Y axis, and bubble size). Bubbles from the same group can be " -"showcased using bubble color." +#: superset-frontend/src/features/datasets/metadataBar/useDatasetMetadataBar.tsx:119 +msgid "There was an error loading the dataset metadata" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 -msgid "" -"Visualizes how a metric has changed over a time using a color scale and a" -" calendar view. Gray values are used to indicate missing values and the " -"linear color scheme is used to encode the magnitude of each day's value." +#: superset-frontend/src/features/home/ActivityTable.tsx:85 +msgid "[Untitled]" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 -msgid "" -"Visualizes how a single metric varies across a country's principal " -"subdivisions (states, provinces, etc) on a chloropleth map. Each " -"subdivision's value is elevated when you hover over the corresponding " -"geographic boundary." +#: superset-frontend/src/features/home/ActivityTable.tsx:86 +msgid "Unknown" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 -msgid "" -"Visualizes many different time-series objects in a single chart. This " -"chart is being deprecated and we recommend using the Time-series Chart " -"instead." +#: superset-frontend/src/features/home/ActivityTable.tsx:115 +#, python-format +msgid "Viewed %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 -msgid "" -"Visualizes the flow of different group's values through different stages " -"of a system. New stages in the pipeline are visualized as nodes or " -"layers. The thickness of the bars or edges represent the metric being " -"visualized." +#: superset-frontend/src/features/home/ActivityTable.tsx:151 +msgid "Edited" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 -msgid "" -"Visualizes the words in a column that appear the most often. Bigger font " -"corresponds to higher frequency." +#: superset-frontend/src/features/home/ActivityTable.tsx:159 +msgid "Created" msgstr "" -#: superset/viz.py:133 -msgid "Viz is missing a datasource" +#: superset-frontend/src/features/home/ActivityTable.tsx:170 +msgid "Viewed" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495 -msgid "Viz type" +#: superset-frontend/src/features/home/ChartTable.tsx:145 +#: superset-frontend/src/features/home/DashboardTable.tsx:156 +#: superset-frontend/src/pages/ChartList/index.tsx:561 +#: superset-frontend/src/pages/DashboardList/index.tsx:478 +msgid "Favorite" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 -msgid "WED" +#: superset-frontend/src/features/home/ChartTable.tsx:153 +#: superset-frontend/src/features/home/DashboardTable.tsx:164 +#: superset-frontend/src/features/home/SavedQueries.tsx:248 +msgid "Mine" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697 -msgid "Want to add a new database?" +#: superset-frontend/src/features/home/ChartTable.tsx:200 +#: superset-frontend/src/features/home/DashboardTable.tsx:203 +#: superset-frontend/src/features/home/SavedQueries.tsx:264 +msgid "View All »" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090 -msgid "Warning" +#: superset-frontend/src/features/home/DashboardTable.tsx:148 +#: superset-frontend/src/pages/DashboardList/index.tsx:236 +#, python-format +msgid "An error occurred while fetching dashboards: %s" msgstr "" -#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263 -msgid "Warning Message" +#: superset-frontend/src/features/home/EmptyState.tsx:28 +msgid "charts" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 -msgid "Warning!" +#: superset-frontend/src/features/home/EmptyState.tsx:29 +msgid "dashboards" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 -msgid "" -"Warning! Changing the dataset may break the chart if the metadata does " -"not exist." +#: superset-frontend/src/features/home/EmptyState.tsx:30 +msgid "recents" msgstr "" -#: superset/db_engine_specs/bigquery.py:166 -#, python-format -msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s." +#: superset-frontend/src/features/home/EmptyState.tsx:31 +msgid "saved queries" msgstr "" -#: superset/db_engine_specs/sqlite.py:63 -#, python-format -msgid "We can't seem to resolve the column \"%(column_name)s\"" +#: superset-frontend/src/features/home/EmptyState.tsx:35 +msgid "No charts yet" msgstr "" -#: superset/db_engine_specs/postgres.py:150 -#: superset/db_engine_specs/presto.py:171 -#, python-format -msgid "" -"We can't seem to resolve the column \"%(column_name)s\" at line " -"%(location)s." +#: superset-frontend/src/features/home/EmptyState.tsx:36 +msgid "No dashboards yet" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118 -msgid "We recommend your summarize your data further before following that flow. " +#: superset-frontend/src/features/home/EmptyState.tsx:37 +msgid "No recents yet" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:156 -msgid "We were unable to active or deactivate this report." +#: superset-frontend/src/features/home/EmptyState.tsx:38 +msgid "No saved queries yet" msgstr "" -#: superset/db_engine_specs/redshift.py:86 +#: superset-frontend/src/features/home/EmptyState.tsx:44 #, python-format -msgid "" -"We were unable to connect to your database named \"%(database)s\". Please" -" verify your database name and try again." -msgstr "" - -#: superset/db_engine_specs/bigquery.py:149 -msgid "" -"We were unable to connect to your database. Please confirm that your " -"service account has the Viewer and Job User roles on the project." +msgid "%(other)s charts will appear here" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 -msgid "Web" +#: superset-frontend/src/features/home/EmptyState.tsx:46 +#, python-format +msgid "%(other)s dashboards will appear here" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 -msgid "Wednesday" +#: superset-frontend/src/features/home/EmptyState.tsx:48 +#, python-format +msgid "%(other)s recents will appear here" msgstr "" -#: superset/db_engine_specs/base.py:97 -msgid "Week" +#: superset-frontend/src/features/home/EmptyState.tsx:50 +#, python-format +msgid "%(other)s saved queries will appear here" msgstr "" -#: superset/db_engine_specs/base.py:103 -msgid "Week ending Saturday" +#: superset-frontend/src/features/home/EmptyState.tsx:103 +msgid "Recently viewed charts, dashboards, and saved queries will appear here" msgstr "" -#: superset/db_engine_specs/base.py:102 -msgid "Week starting Monday" +#: superset-frontend/src/features/home/EmptyState.tsx:108 +msgid "Recently created charts, dashboards, and saved queries will appear here" msgstr "" -#: superset/db_engine_specs/base.py:101 -msgid "Week starting Sunday" +#: superset-frontend/src/features/home/EmptyState.tsx:117 +msgid "Recently edited charts, dashboards, and saved queries will appear here" msgstr "" -#: superset/db_engine_specs/base.py:104 -msgid "Week_ending Sunday" +#: superset-frontend/src/features/home/EmptyState.tsx:148 +#: superset-frontend/src/features/home/RightMenu.tsx:213 +msgid "SQL query" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 -#, python-format -msgid "Weeks %s" +#: superset-frontend/src/features/home/EmptyState.tsx:168 +msgid "You don't have any favorites yet!" msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#: superset-frontend/src/features/home/EmptyState.tsx:181 #, python-format -msgid "" -"We’re having trouble loading these results. Queries are set to timeout " -"after %s second." +msgid "See all %(tableName)s" msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 -#, python-format -msgid "" -"We’re having trouble loading this visualization. Queries are set to " -"timeout after %s second." +#: superset-frontend/src/features/home/RightMenu.tsx:174 +msgid "Connect database" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 -msgid "What should be shown on the label?" +#: superset-frontend/src/features/home/RightMenu.tsx:179 +msgid "Create dataset" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437 -#: superset-frontend/src/explore/controls.jsx:454 -msgid "" -"When `Calculation type` is set to \"Percentage change\", the Y Axis " -"Format is forced to `.1%`" +#: superset-frontend/src/features/home/RightMenu.tsx:185 +msgid "Connect Google Sheet" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 -msgid "When a secondary metric is provided, a linear color scale is used." +#: superset-frontend/src/features/home/RightMenu.tsx:190 +msgid "Upload CSV to database" msgstr "" -#: superset/views/database/mixins.py:120 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" +#: superset-frontend/src/features/home/RightMenu.tsx:197 +msgid "Upload columnar file to database" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 -msgid "When enabled, users are able to visualize SQL Lab results in Explore." +#: superset-frontend/src/features/home/RightMenu.tsx:204 +msgid "Upload Excel file to database" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 -msgid "When only a primary metric is provided, a categorical color scale is used." +#: superset-frontend/src/features/home/RightMenu.tsx:300 +#: superset-frontend/src/features/home/SubMenu.tsx:303 +msgid "Enable 'Allow file uploads to database' in any database's settings" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 -msgid "" -"When specifying SQL, the datasource acts as a view. Superset will use " -"this statement as a subquery while grouping and filtering on the " -"generated parent queries." +#: superset-frontend/src/features/home/RightMenu.tsx:478 +msgid "Info" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716 -msgid "" -"When using \"Autocomplete filters\", this can be used to improve " -"performance of the query fetching the values. Use this option to apply a " -"predicate (WHERE clause) to the query selecting the distinct values from " -"the table. Typically the intent would be to limit the scan by applying a " -"relative time filter on a partitioned or indexed time-related field." +#: superset-frontend/src/features/home/RightMenu.tsx:482 +msgid "Logout" msgstr "" -#: superset/viz.py:834 -msgid "When using 'Group By' you are limited to use a single metric" +#: superset-frontend/src/features/home/RightMenu.tsx:488 +msgid "About" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 -msgid "Whether the progress bar overlaps when there are multiple groups of data" +#: superset-frontend/src/features/home/RightMenu.tsx:492 +msgid "Powered by Apache Superset" msgstr "" -#: superset/connectors/sqla/views.py:466 -msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#: superset-frontend/src/features/home/RightMenu.tsx:502 +msgid "SHA" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +#: superset-frontend/src/features/home/RightMenu.tsx:507 +msgid "Build" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430 -msgid "" -"Whether to align background charts with both positive and negative values" -" at 0" +#: superset-frontend/src/features/home/RightMenu.tsx:527 +msgid "Documentation" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 -msgid "Whether to align positive and negative values in cell bar chart at 0" +#: superset-frontend/src/features/home/RightMenu.tsx:544 +msgid "Report a bug" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 -msgid "Whether to always show the annotation label" +#: superset-frontend/src/features/home/RightMenu.tsx:558 +msgid "Login" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 -msgid "Whether to animate the progress and the value or just display them" +#: superset-frontend/src/features/home/SavedQueries.tsx:132 +msgid "query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 -msgid "Whether to apply a normal distribution based on rank on the color scale" +#: superset-frontend/src/features/home/SavedQueries.tsx:173 +#: superset-frontend/src/features/reports/ReportModal/actions.js:158 +#: superset-frontend/src/pages/AlertReportList/index.tsx:185 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:90 +#: superset-frontend/src/pages/AnnotationList/index.tsx:117 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:93 +#: superset-frontend/src/pages/DatabaseList/index.tsx:186 +#: superset-frontend/src/pages/DatasetList/index.tsx:690 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:257 +#: superset-frontend/src/views/CRUD/utils.tsx:272 +#: superset-frontend/src/views/CRUD/utils.tsx:311 +#, python-format +msgid "Deleted: %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442 -msgid "Whether to colorize numeric values by if they are positive or negative" +#: superset-frontend/src/features/home/SavedQueries.tsx:176 +#: superset-frontend/src/pages/AlertReportList/index.tsx:188 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:93 +#: superset-frontend/src/pages/AnnotationList/index.tsx:121 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:97 +#: superset-frontend/src/pages/DatabaseList/index.tsx:200 +#: superset-frontend/src/pages/DatasetList/index.tsx:694 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:99 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:260 +#: superset-frontend/src/views/CRUD/utils.tsx:315 +#, python-format +msgid "There was an issue deleting %s: %s" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416 -msgid "Whether to display a bar chart background in table columns" +#: superset-frontend/src/features/home/SavedQueries.tsx:228 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:532 +msgid "This action will permanently delete the saved query." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38 -msgid "Whether to display a legend for the chart" +#: superset-frontend/src/features/home/SavedQueries.tsx:240 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:542 +msgid "Delete Query?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 -msgid "Whether to display bubbles on top of countries" +#: superset-frontend/src/features/home/SavedQueries.tsx:281 +#, python-format +msgid "Ran %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60 -msgid "Whether to display the interactive data table" +#: superset-frontend/src/features/home/commonMenuData.ts:26 +#: superset-frontend/src/features/tags/TagModal.tsx:342 +#: superset-frontend/src/pages/Home/index.tsx:414 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:119 +msgid "Saved queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 -#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 -msgid "Whether to display the labels." +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:134 +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:114 +msgid "Next" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 -msgid "" -"Whether to display the labels. Note that the label only displays when the" -" the 5% threshold." +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:147 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:252 +msgid "Tab name" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 -msgid "Whether to display the legend (toggles)" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:156 +msgid "User query" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 -msgid "Whether to display the metric name as a title" +#: superset-frontend/src/features/queries/QueryPreviewModal.tsx:164 +msgid "Executed query" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 -msgid "Whether to display the min and max values of the X-axis" +#: superset-frontend/src/features/queries/SavedQueryPreviewModal.tsx:129 +msgid "Query name" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 -msgid "Whether to display the min and max values of the Y-axis" +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:71 +msgid "SQL Copied!" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 -msgid "Whether to display the numerical values within the cells" +#: superset-frontend/src/features/queries/SyntaxHighlighterCopy.tsx:76 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:244 +#: superset-frontend/src/views/CRUD/hooks.ts:683 +msgid "Sorry, your browser does not support copying." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 -msgid "Whether to display the time range interactive selector" +#: superset-frontend/src/features/reports/ReportModal/actions.js:68 +msgid "There was an issue fetching reports attached to this dashboard." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88 -msgid "Whether to display the timestamp" +#: superset-frontend/src/features/reports/ReportModal/actions.js:110 +msgid "The report has been created" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100 -msgid "Whether to display the trend line" +#: superset-frontend/src/features/reports/ReportModal/actions.js:121 +msgid "Report updated" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 -msgid "Whether to enable changing graph position and scaling." +#: superset-frontend/src/features/reports/ReportModal/actions.js:136 +msgid "We were unable to active or deactivate this report." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 -msgid "Whether to enable node dragging in force layout mode." +#: superset-frontend/src/features/reports/ReportModal/actions.js:154 +msgid "Your report could not be deleted" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 -msgid "Whether to format the timestamp" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:130 +#, python-format +msgid "Weekly Report for %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 -msgid "Whether to include a client-side search box" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:131 +msgid "Weekly Report" msgstr "" -#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 -msgid "Whether to include a time filter" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:250 +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:271 +#: superset-frontend/src/features/reports/ReportModal/index.tsx:221 +msgid "Edit email report" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 -msgid "Whether to include the percentage in the tooltip" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:221 +msgid "Schedule a new email report" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 -msgid "Whether to include the time granularity as defined in the time section" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:257 +msgid "Text embedded in email" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 -msgid "Whether to make the histogram cumulative" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:261 +msgid "Image (PNG) embedded in email" msgstr "" -#: superset/connectors/sqla/views.py:94 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:264 +msgid "Formatted CSV attached in email" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 -msgid "Whether to normalize the histogram" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:311 +msgid "Report Name" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 -msgid "Whether to populate autocomplete filters options" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:324 +msgid "Include a description that will be sent with your report" msgstr "" -#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:338 +msgid "A screenshot of the dashboard will be sent to your email at" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 -msgid "" -"Whether to show extra controls or not. Extra controls include things like" -" making mulitBar charts stacked or side by side." +#: superset-frontend/src/features/reports/ReportModal/index.tsx:372 +msgid "Failed to update report" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 -msgid "Whether to show minor ticks on the axis" +#: superset-frontend/src/features/reports/ReportModal/index.tsx:373 +msgid "Failed to create report" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 -msgid "Whether to show the pointer" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:228 +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:232 +msgid "Set up an email report" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 -msgid "Whether to show the progress of gauge chart" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:246 +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:261 +msgid "Email reports active" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 -msgid "Whether to show the split lines on the axis" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:253 +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:277 +msgid "Delete email report" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 -#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 -#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 -#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 -#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 -#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339 -#: superset-frontend/src/explore/controlPanels/sections.tsx:127 -msgid "Whether to sort descending or ascending" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:286 +msgid "Schedule email report" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 -msgid "" -"Whether to sort descending or ascending. Takes effect only when \"Sort " -"by\" is set" +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:332 +#: superset-frontend/src/pages/AlertReportList/index.tsx:568 +#, python-format +msgid "This action will permanently delete %s." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 -#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 -#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 -#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 -#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 -msgid "Whether to sort results by the selected metric in descending order." +#: superset-frontend/src/features/reports/ReportModal/HeaderReportDropdown/index.tsx:343 +msgid "Delete Report?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175 -msgid "Whether to sort tooltip by the selected metric in descending order." +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:154 +msgid "rowlevelsecurity" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 -msgid "Which country to plot the map for?" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:268 +msgid "Rule added" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 -msgid "Which relatives to highlight on hover" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:352 +msgid "Edit Rule" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 -msgid "Whisker/outlier options" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:352 +msgid "Add Rule" msgstr "" -#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 -msgid "White" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:370 +msgid "Rule Name" msgstr "" -#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 -msgid "Width" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:372 +msgid "The name of the rule must be unique" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 -msgid "Width of the confidence interval. Should be between 0 and 1" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:381 +msgid "" +"Regular filters add where clauses to queries if a user belongs to a role " +"referenced in the filter, base filters apply filters to all queries " +"except the roles defined in the filter, and can be used to define what " +"users can see if no RLS filters within a filter group apply to them." msgstr "" -#: superset/utils/pandas_postprocessing.py:393 -msgid "Window must be > 0" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:403 +msgid "These are the datasets this filter will be applied to." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 -msgid "With a subheader" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:422 +msgid "Excluded roles" msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 -msgid "Word Cloud" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:425 +msgid "" +"For regular filters, these are the roles this filter will be applied to. " +"For base filters, these are the roles that the filter DOES NOT apply to, " +"e.g. Admin if admin should see all data." msgstr "" -#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 -msgid "Word Rotation" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:450 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:141 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:276 +msgid "Group Key" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 -msgid "Working" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:452 +msgid "" +"Filters with the same group key will be ORed together within the group, " +"while different filter groups will be ANDed together. Undefined group " +"keys are treated as unique groups, i.e. are not grouped together. For " +"example, if a table has three filters, of which two are for departments " +"Finance and Marketing (group key = 'department'), and one refers to the " +"region Europe (group key = 'region'), the filter clause would apply the " +"filter (department = 'Finance' OR department = 'Marketing') AND (region =" +" 'Europe')." msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258 -msgid "Working timeout" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:471 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:146 +msgid "Clause" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 -#: superset/viz.py:2042 -msgid "World Map" +#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:473 +msgid "" +"This is the condition that will be added to the WHERE clause. For " +"example, to only return rows for a particular client, you might define a " +"regular filter with the clause `client_id = 9`. To display no rows unless" +" a user belongs to a RLS filter role, a base filter can be created with " +"the clause `1 = 0` (always false)." msgstr "" -#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 -msgid "Write a description for your query" +#: superset-frontend/src/features/rls/constants.ts:24 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:271 +msgid "Regular" msgstr "" -#: superset/views/database/forms.py:221 superset/views/database/forms.py:354 -#: superset/views/database/forms.py:442 -msgid "Write dataframe index as a column." +#: superset-frontend/src/features/rls/constants.ts:28 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:272 +msgid "Base" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 -msgid "X AXIS TITLE BOTTOM MARGIN" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:74 +#, python-format +msgid "" +"%s items could not be tagged because you don’t have edit permissions to " +"all selected objects." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208 -#: superset-frontend/src/explore/controls.jsx:421 -msgid "X Axis" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:81 +#, python-format +msgid "Tagged %s %ss" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 -msgid "X Axis Format" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:84 +msgid "Failed to tag items" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 -msgid "X Axis Label" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:94 +msgid "Bulk tag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 -msgid "X Axis Title" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:121 +#, python-format +msgid "You are adding tags to %s %ss" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 -msgid "X Log Scale" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:123 +msgid "tags" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 -#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 -#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 -msgid "X Tick Layout" +#: superset-frontend/src/features/tags/BulkTagModal.tsx:132 +msgid "Select Tags" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 -msgid "X bounds" +#: superset-frontend/src/features/tags/TagModal.tsx:237 +msgid "Tag updated" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 -msgid "XScale Interval" +#: superset-frontend/src/features/tags/TagModal.tsx:255 +msgid "Tag created" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 -msgid "Y 2 bounds" +#: superset-frontend/src/features/tags/TagModal.tsx:290 +msgid "Tag name" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 -msgid "Y AXIS TITLE MARGIN" +#: superset-frontend/src/features/tags/TagModal.tsx:294 +msgid "Name of your tag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 -msgid "Y AXIS TITLE POSITION" +#: superset-frontend/src/features/tags/TagModal.tsx:301 +msgid "Add description of your tag" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243 -#: superset-frontend/src/explore/controls.jsx:428 -msgid "Y Axis" +#: superset-frontend/src/features/tags/TagModal.tsx:307 +msgid "Select dashboards" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 -msgid "Y Axis 1" +#: superset-frontend/src/features/tags/TagModal.tsx:333 +msgid "Select saved queries" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 -msgid "Y Axis 2" +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:306 +msgid "Chosen non-numeric column" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 -msgid "Y Axis 2 Bounds" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:45 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:54 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 +msgid "UI Configuration" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285 -#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288 -msgid "Y Axis Bounds" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:53 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:87 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428 -#: superset-frontend/src/explore/controls.jsx:442 -msgid "Y Axis Format" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:56 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 +msgid "User must select a value before applying the filter" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 -msgid "Y Axis Label" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +msgid "Single value" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 -msgid "Y Axis Left" +#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +msgid "Use only a single value." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 -msgid "Y Axis Right" +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 -msgid "Y Axis Title" +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:133 +msgid " (excluded)" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 -msgid "Y Log Scale" +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:210 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:86 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:96 +#, python-format +msgid "%s option" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 -msgid "Y bounds" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:65 +msgid "Check for sorting ascending" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 -msgid "YScale Interval" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:74 +msgid "Can select multiple values" msgstr "" -#: superset/db_engine_specs/base.py:100 -msgid "Year" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:101 +msgid "Select first filter value by default" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 -#, python-format -msgid "Years %s" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:107 +msgid "When using this option, default value can’t be set" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 -msgid "Yes" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:120 +msgid "Inverse selection" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 -msgid "Yes, cancel" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:122 +msgid "Exclude selected values" msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72 -msgid "" -"You are importing one or more charts that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:133 +msgid "Dynamically search all filter values" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:135 msgid "" -"You are importing one or more dashboards that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +"By default, each filter loads at most 1000 choices at the initial page " +"load. Check this box if you have more than 1000 filter values and want to" +" enable dynamically searching that loads filter values as users type (may" +" add stress to your database)." msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 -msgid "" -"You are importing one or more databases that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +msgstr "" + +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" msgstr "" -#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 -msgid "" -"You are importing one or more datasets that already exist. Overwriting " -"might cause you to lose some of your work. Are you sure you want to " -"overwrite?" +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:85 +msgid "No time columns" msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 -msgid "" -"You are importing one or more saved queries that already exist. " -"Overwriting might cause you to lose some of your work. Are you sure you " -"want to overwrite?" +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" msgstr "" -#: superset/views/core.py:2175 -msgid "" -"You are not authorized to fetch samples from this table. If you think " -"this is an error, please reach out to your administrator." +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +msgid "Time grain filter plugin" msgstr "" -#: superset/views/core.py:2295 -msgid "" -"You are not authorized to see this query. If you think this is an error, " -"please reach out to your administrator." +#: superset-frontend/src/pages/AlertReportList/index.tsx:65 +msgid "Working" msgstr "" -#: superset/views/database/views.py:463 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(columnar_table.table)s\" and in the schema field: " -"\"%(columnar_table.schema)s\". Please remove one" +#: superset-frontend/src/pages/AlertReportList/index.tsx:67 +msgid "Not triggered" msgstr "" -#: superset/views/database/views.py:146 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(csv_table.table)s\" and in the schema field: " -"\"%(csv_table.schema)s\". Please remove one" +#: superset-frontend/src/pages/AlertReportList/index.tsx:68 +msgid "On Grace" msgstr "" -#: superset/views/database/views.py:293 -msgid "" -"You cannot specify a namespace both in the name of the table: " -"\"%(excel_table.table)s\" and in the schema field: " -"\"%(excel_table.schema)s\". Please remove one" +#: superset-frontend/src/pages/AlertReportList/index.tsx:113 +#: superset-frontend/src/pages/AlertReportList/index.tsx:140 +#: superset-frontend/src/pages/AlertReportList/index.tsx:149 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:79 +msgid "reports" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 -msgid "You cannot use 45° tick layout along with the time range filter" +#: superset-frontend/src/pages/AlertReportList/index.tsx:113 +msgid "alerts" msgstr "" -#: superset/viz.py:696 -msgid "" -"You cannot use [Columns] in combination with [Group " -"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other." +#: superset-frontend/src/pages/AlertReportList/index.tsx:203 +#, python-format +msgid "There was an issue deleting the selected %s: %s" msgstr "" -#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66 -msgid "You do not have permission to edit this chart" +#: superset-frontend/src/pages/AlertReportList/index.tsx:269 +msgid "Last run" msgstr "" -#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 -msgid "You do not have permission to edit this dashboard" +#: superset-frontend/src/pages/AlertReportList/index.tsx:369 +msgid "Execution log" msgstr "" -#: superset/templates/superset/request_access.html:25 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." +#: superset-frontend/src/pages/AlertReportList/index.tsx:428 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:229 +#: superset-frontend/src/pages/AnnotationList/index.tsx:226 +#: superset-frontend/src/pages/ChartList/index.tsx:760 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:212 +#: superset-frontend/src/pages/DashboardList/index.tsx:642 +#: superset-frontend/src/pages/DatasetList/index.tsx:635 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:322 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:191 +#: superset-frontend/src/pages/Tags/index.tsx:313 +msgid "Bulk select" msgstr "" -#: superset-frontend/src/dashboard/actions/dashboardState.js:133 -msgid "You do not have permissions to edit this dashboard." +#: superset-frontend/src/pages/AlertReportList/index.tsx:436 +#, python-format +msgid "No %s yet" msgstr "" -#: superset/dashboards/commands/exceptions.py:86 -msgid "You don't have access to this dashboard." +#: superset-frontend/src/pages/AlertReportList/index.tsx:456 +#: superset-frontend/src/pages/ChartList/index.tsx:635 +#: superset-frontend/src/pages/DashboardList/index.tsx:528 +#: superset-frontend/src/pages/DatasetList/index.tsx:570 +msgid "Owner" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 -msgid "You don't have any favorites yet!" +#: superset-frontend/src/pages/AlertReportList/index.tsx:461 +#: superset-frontend/src/pages/AlertReportList/index.tsx:499 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:250 +#: superset-frontend/src/pages/ChartList/index.tsx:591 +#: superset-frontend/src/pages/ChartList/index.tsx:617 +#: superset-frontend/src/pages/ChartList/index.tsx:629 +#: superset-frontend/src/pages/ChartList/index.tsx:640 +#: superset-frontend/src/pages/ChartList/index.tsx:662 +#: superset-frontend/src/pages/ChartList/index.tsx:686 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:235 +#: superset-frontend/src/pages/DashboardList/index.tsx:522 +#: superset-frontend/src/pages/DashboardList/index.tsx:533 +#: superset-frontend/src/pages/DashboardList/index.tsx:569 +#: superset-frontend/src/pages/DatabaseList/index.tsx:499 +#: superset-frontend/src/pages/DatabaseList/index.tsx:519 +#: superset-frontend/src/pages/DatabaseList/index.tsx:531 +#: superset-frontend/src/pages/DatasetList/index.tsx:608 +#: superset-frontend/src/pages/Home/index.tsx:205 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:370 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:288 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:458 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:509 +#: superset-frontend/src/pages/Tags/index.tsx:270 +msgid "All" msgstr "" -#: superset/key_value/commands/exceptions.py:45 -msgid "You don't have permission to modify the value." +#: superset-frontend/src/pages/AlertReportList/index.tsx:466 +#, python-format +msgid "An error occurred while fetching owners values: %s" msgstr "" -#: superset/views/core.py:618 superset/views/core.py:823 -#: superset/views/core.py:829 superset/views/core.py:999 -#: superset/views/core.py:1017 -msgid "You don't have the rights to " +#: superset-frontend/src/pages/AlertReportList/index.tsx:473 +#: superset-frontend/src/pages/DashboardList/index.tsx:322 +#: superset-frontend/src/pages/DashboardList/index.tsx:503 +msgid "Status" msgstr "" -#: superset-frontend/src/components/EditableTitle/index.tsx:199 -msgid "You don't have the rights to alter this title." +#: superset-frontend/src/pages/AlertReportList/index.tsx:504 +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:255 +#: superset-frontend/src/pages/ChartList/index.tsx:691 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:240 +#: superset-frontend/src/pages/DashboardList/index.tsx:574 +#: superset-frontend/src/pages/DatabaseList/index.tsx:536 +#: superset-frontend/src/pages/DatasetList/index.tsx:613 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:293 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:464 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:514 +#: superset-frontend/src/pages/Tags/index.tsx:275 +#, python-format +msgid "An error occurred while fetching dataset datasource values: %s" msgstr "" -#: superset/views/core.py:406 -msgid "You have no permission to approve this request" +#: superset-frontend/src/pages/AlertReportList/index.tsx:519 +#: superset-frontend/src/pages/AlertReportList/index.tsx:523 +msgid "Alerts & reports" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 -msgid "You have removed this filter." +#: superset-frontend/src/pages/AlertReportList/index.tsx:534 +msgid "Alerts" msgstr "" -#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 -msgid "You have unsaved changes." +#: superset-frontend/src/pages/AlertReportList/index.tsx:541 +msgid "Reports" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:160 -msgid "You must pick a name for the new dashboard" +#: superset-frontend/src/pages/AlertReportList/index.tsx:579 +#, python-format +msgid "Delete %s?" msgstr "" -#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518 -msgid "You must run the query successfully first" +#: superset-frontend/src/pages/AlertReportList/index.tsx:584 +#, python-format +msgid "Are you sure you want to delete the selected %s?" msgstr "" -#: superset-frontend/src/dashboard/components/Header/index.jsx:382 -msgid "Your dashboard is too large. Please reduce its size before saving it." +#: superset-frontend/src/pages/AllEntities/index.tsx:180 +msgid "Error Fetching Tagged Objects" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 -msgid "Your query could not be saved" +#: superset-frontend/src/pages/AllEntities/index.tsx:234 +msgid "Edit Tag" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 -msgid "Your query could not be scheduled" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:110 +#, python-format +msgid "There was an issue deleting the selected layers: %s" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 -msgid "Your query could not be updated" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:178 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:156 +msgid "Edit template" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 -msgid "" -"Your query has been scheduled. To see details of your query, navigate to " -"Saved queries" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:187 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:165 +msgid "Delete template" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 -msgid "Your query was saved" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:245 +msgid "Changed by" msgstr "" -#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 -msgid "Your query was updated" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:269 +msgid "No annotation layers yet" msgstr "" -#: superset-frontend/src/reports/actions/reports.js:172 -msgid "Your report could not be deleted" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:300 +msgid "This action will permanently delete the layer." msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 -msgid "Zoom" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:308 +msgid "Delete Layer?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 -msgid "Zoom level of the map" +#: superset-frontend/src/pages/AnnotationLayerList/index.tsx:313 +msgid "Are you sure you want to delete the selected layers?" msgstr "" -#: superset/tasks/schedules.py:658 +#: superset-frontend/src/pages/AnnotationList/index.tsx:141 #, python-format -msgid "[Alert] %(label)s" +msgid "There was an issue deleting the selected annotations: %s" msgstr "" -#: superset/viz.py:2349 -msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#: superset-frontend/src/pages/AnnotationList/index.tsx:195 +msgid "Delete annotation" msgstr "" -#: superset/viz.py:2299 -msgid "[Longitude] and [Latitude] must be set" +#: superset-frontend/src/pages/AnnotationList/index.tsx:216 +#: superset-frontend/src/pages/AnnotationList/index.tsx:249 +msgid "Annotation" msgstr "" -#: superset/views/core.py:783 -msgid "[Missing Dataset]" +#: superset-frontend/src/pages/AnnotationList/index.tsx:242 +msgid "No annotation yet" msgstr "" -#: superset/utils/core.py:864 +#: superset-frontend/src/pages/AnnotationList/index.tsx:259 #, python-format -msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "" - -#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 -msgid "[Untitled]" +msgid "Annotation Layer %s" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:203 -msgid "[dashboard name]" +#: superset-frontend/src/pages/AnnotationList/index.tsx:262 +#: superset-frontend/src/pages/AnnotationList/index.tsx:264 +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:185 +msgid "Back to all" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 -msgid "" -"[optional] this secondary metric is used to define the color as a ratio " -"against the primary metric. When omitted, the color is categorical and " -"based on labels" +#: superset-frontend/src/pages/AnnotationList/index.tsx:282 +#, python-format +msgid "Are you sure you want to delete %s?" msgstr "" -#: superset/utils/pandas_postprocessing.py:519 -msgid "`compare_columns` must have the same length as `source_columns`." +#: superset-frontend/src/pages/AnnotationList/index.tsx:293 +msgid "Delete Annotation?" msgstr "" -#: superset/utils/pandas_postprocessing.py:523 -msgid "`compare_type` must be `difference`, `percentage` or `ratio`" +#: superset-frontend/src/pages/AnnotationList/index.tsx:298 +msgid "Are you sure you want to delete the selected annotations?" msgstr "" -#: superset/charts/schemas.py:557 -msgid "`confidence_interval` must be between 0 and 1 (exclusive)" +#: superset-frontend/src/pages/Chart/index.tsx:57 +msgid "Failed to load chart data" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 -msgid "" -"`count` is COUNT(*) if a group by is used. Numerical columns will be " -"aggregated with the aggregator. Non-numerical columns will be used to " -"label points. Leave empty to get a count of points in each cluster." +#: superset-frontend/src/pages/ChartCreation/index.tsx:290 +msgid "view instructions" msgstr "" -#: superset/common/query_object.py:388 -msgid "`operation` property of post processing object undefined" +#: superset-frontend/src/pages/ChartCreation/index.tsx:294 +msgid "Add a dataset" msgstr "" -#: superset/utils/pandas_postprocessing.py:765 -msgid "`prophet` package not installed" +#: superset-frontend/src/pages/ChartCreation/index.tsx:296 +msgid "or" msgstr "" -#: superset/utils/pandas_postprocessing.py:722 -msgid "`rename_columns` must have the same length as `columns`." +#: superset-frontend/src/pages/ChartCreation/index.tsx:327 +#: superset-frontend/src/pages/ChartCreation/index.tsx:338 +msgid "Choose a dataset" msgstr "" -#: superset/charts/schemas.py:1070 -msgid "`row_limit` must be greater than or equal to 0" +#: superset-frontend/src/pages/ChartCreation/index.tsx:347 +msgid "Choose chart type" msgstr "" -#: superset/charts/schemas.py:1077 -msgid "`row_offset` must be greater than or equal to 0" +#: superset-frontend/src/pages/ChartCreation/index.tsx:365 +msgid "Please select both a Dataset and a Chart type to proceed" msgstr "" -#: superset/charts/schemas.py:932 -msgid "`width` must be greater or equal to 0" +#: superset-frontend/src/pages/ChartList/index.tsx:95 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the charts. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413 -msgid "aggregate" +#: superset-frontend/src/pages/ChartList/index.tsx:102 +msgid "" +"You are importing one or more charts that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -msgid "alert" +#: superset-frontend/src/pages/ChartList/index.tsx:231 +msgid "Chart imported" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -msgid "alerts" +#: superset-frontend/src/pages/ChartList/index.tsx:259 +#, python-format +msgid "There was an issue deleting the selected charts: %s" msgstr "" -#: superset-frontend/src/dashboard/components/SaveModal.tsx:213 -msgid "also copy (duplicate) charts" +#: superset-frontend/src/pages/ChartList/index.tsx:293 +msgid "An error occurred while fetching dashboards" msgstr "" -#: superset/views/core.py:823 superset/views/core.py:1000 -msgid "alter this " +#: superset-frontend/src/pages/ChartList/index.tsx:567 +#: superset-frontend/src/pages/ChartList/index.tsx:674 +#: superset-frontend/src/pages/DashboardList/index.tsx:484 +#: superset-frontend/src/pages/DashboardList/index.tsx:508 +#: superset-frontend/src/pages/DashboardList/index.tsx:557 +#: superset-frontend/src/pages/DatasetList/index.tsx:596 +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:269 +msgid "Any" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 -msgid "ancestor" +#: superset-frontend/src/pages/ChartList/index.tsx:624 +#: superset-frontend/src/pages/DashboardList/index.tsx:517 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:494 +#: superset-frontend/src/pages/Tags/index.tsx:324 +msgid "Tag" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 -msgid "and" +#: superset-frontend/src/pages/ChartList/index.tsx:646 +#, python-format +msgid "An error occurred while fetching chart owners values: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111 -#, python-format -msgid "and the explore view times out at %s seconds " +#: superset-frontend/src/pages/ChartList/index.tsx:668 +#: superset-frontend/src/pages/DashboardList/index.tsx:551 +#: superset-frontend/src/pages/DatasetList/index.tsx:590 +msgid "Certified" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 -msgid "annotation" +#: superset-frontend/src/pages/ChartList/index.tsx:708 +#: superset-frontend/src/pages/DashboardList/index.tsx:591 +#: superset-frontend/src/pages/Tags/index.tsx:292 +msgid "Alphabetical" msgstr "" -#: superset/views/annotations.py:40 -msgid "annotation start time or end time is required." +#: superset-frontend/src/pages/ChartList/index.tsx:714 +#: superset-frontend/src/pages/DashboardList/index.tsx:597 +#: superset-frontend/src/pages/Tags/index.tsx:298 +msgid "Recently modified" msgstr "" -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102 -msgid "annotation_layer" +#: superset-frontend/src/pages/ChartList/index.tsx:720 +#: superset-frontend/src/pages/DashboardList/index.tsx:603 +#: superset-frontend/src/pages/Tags/index.tsx:304 +msgid "Least recently modified" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 -msgid "at" +#: superset-frontend/src/pages/ChartList/index.tsx:783 +msgid "Import charts" msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 -#: superset-frontend/src/explore/components/ControlHeader.jsx:76 -msgid "bolt" +#: superset-frontend/src/pages/ChartList/index.tsx:807 +msgid "Are you sure you want to delete the selected charts?" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 -msgid "bottom" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:71 +#: superset-frontend/src/pages/CssTemplateList/index.tsx:190 +msgid "CSS templates" msgstr "" -#: superset-frontend/src/components/CachedLabel/index.tsx:51 -msgid "cached" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:115 +#, python-format +msgid "There was an issue deleting the selected templates: %s" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 -msgid "cannot be empty" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:199 +msgid "CSS template" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 -msgid "" -"cannot be used as a column name. The column name/alias \"__timestamp\"\n" -" is reserved for the main temporal expression, and column " -"aliases ending with\n" -" double underscores followed by a numeric value (e.g. " -"\"my_col__1\") are reserved\n" -" for deduplicating duplicate column names. Please use aliases to" -" rename the\n" -" invalid column names." +#: superset-frontend/src/pages/CssTemplateList/index.tsx:265 +msgid "This action will permanently delete the template." msgstr "" -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146 -#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699 -#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81 -#: superset/views/core.py:823 superset/views/core.py:829 -msgid "chart" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:273 +msgid "Delete Template?" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 -msgid "charts" +#: superset-frontend/src/pages/CssTemplateList/index.tsx:278 +msgid "Are you sure you want to delete the selected templates?" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 -msgid "choose WHERE or HAVING..." +#: superset-frontend/src/pages/DashboardList/index.tsx:73 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the dashboards. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." msgstr "" -#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402 -msgid "column" +#: superset-frontend/src/pages/DashboardList/index.tsx:80 +msgid "" +"You are importing one or more dashboards that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 -msgid "count" +#: superset-frontend/src/pages/DashboardList/index.tsx:177 +msgid "Dashboard imported" msgstr "" -#: superset/views/core.py:829 superset/views/core.py:1018 -msgid "create a " +#: superset-frontend/src/pages/DashboardList/index.tsx:262 +msgid "There was an issue deleting the selected dashboards: " msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 -msgid "css" +#: superset-frontend/src/pages/DashboardList/index.tsx:539 +#, python-format +msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 -msgid "css_template" +#: superset-frontend/src/pages/DashboardList/index.tsx:680 +msgid "Are you sure you want to delete the selected dashboards?" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 -msgid "cumulative" +#: superset-frontend/src/pages/DatabaseList/index.tsx:172 +#, python-format +msgid "An error occurred while fetching database related data: %s" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115 -#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678 -#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77 -#: superset/views/core.py:1001 superset/views/core.py:1019 -msgid "dashboard" +#: superset-frontend/src/pages/DatabaseList/index.tsx:231 +msgid "Upload file to database" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 -msgid "dashboards" +#: superset-frontend/src/pages/DatabaseList/index.tsx:234 +msgid "Upload CSV" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89 -#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464 -msgid "database" +#: superset-frontend/src/pages/DatabaseList/index.tsx:241 +msgid "Upload columnar file" msgstr "" -#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 -#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 -#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699 -msgid "dataset" +#: superset-frontend/src/pages/DatabaseList/index.tsx:248 +msgid "Upload Excel file" msgstr "" -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 -msgid "date" +#: superset-frontend/src/pages/DatabaseList/index.tsx:344 +#: superset-frontend/src/pages/DatabaseList/index.tsx:512 +msgid "AQE" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 -msgid "day" +#: superset-frontend/src/pages/DatabaseList/index.tsx:361 +msgid "Allow data manipulation language" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 -msgid "day of the month" +#: superset-frontend/src/pages/DatabaseList/index.tsx:364 +msgid "DML" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 -msgid "day of the week" +#: superset-frontend/src/pages/DatabaseList/index.tsx:376 +msgid "CSV upload" msgstr "" -#: superset-frontend/src/components/DeleteModal/index.tsx:84 -msgid "delete" +#: superset-frontend/src/pages/DatabaseList/index.tsx:428 +msgid "Delete database" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 -msgid "descendant" +#: superset-frontend/src/pages/DatabaseList/index.tsx:565 +#, python-format +msgid "" +"The database %s is linked to %s charts that appear on %s dashboards and " +"users have %s SQL Lab tabs using this database open. Are you sure you " +"want to continue? Deleting the database will break those objects." msgstr "" -#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 -#: superset-frontend/src/explore/components/ControlHeader.jsx:66 -#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 -#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258 -msgid "description" +#: superset-frontend/src/pages/DatabaseList/index.tsx:587 +msgid "Delete Database?" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71 -msgid "dialect+driver://username:password@host:port/database" +#: superset-frontend/src/pages/DatasetList/index.tsx:201 +msgid "Dataset imported" msgstr "" -#: superset/views/core.py:618 -msgid "download as csv" +#: superset-frontend/src/pages/DatasetList/index.tsx:237 +msgid "An error occurred while fetching dataset related data" msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 -msgid "draft" +#: superset-frontend/src/pages/DatasetList/index.tsx:257 +#, python-format +msgid "An error occurred while fetching dataset related data: %s" msgstr "" -#: superset/views/log/__init__.py:32 -msgid "dttm" +#: superset-frontend/src/pages/DatasetList/index.tsx:288 +msgid "Physical dataset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 -msgid "e.g. ********" +#: superset-frontend/src/pages/DatasetList/index.tsx:296 +msgid "Virtual dataset" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 -msgid "e.g. 127.0.0.1" +#: superset-frontend/src/pages/DatasetList/index.tsx:364 +#: superset-frontend/src/pages/DatasetList/index.tsx:533 +msgid "Virtual" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 -msgid "e.g. 5432" +#: superset-frontend/src/pages/DatasetList/index.tsx:548 +#, python-format +msgid "An error occurred while fetching datasets: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 -msgid "e.g. Analytics" +#: superset-frontend/src/pages/DatasetList/index.tsx:564 +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:394 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:485 +#, python-format +msgid "An error occurred while fetching schema values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 -msgid "e.g. param1=value1¶m2=value2" +#: superset-frontend/src/pages/DatasetList/index.tsx:580 +#, python-format +msgid "An error occurred while fetching dataset owner values: %s" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 -msgid "e.g. world_population" +#: superset-frontend/src/pages/DatasetList/index.tsx:658 +msgid "Import datasets" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 -msgid "e.g., a \"user id\" column" +#: superset-frontend/src/pages/DatasetList/index.tsx:712 +#, python-format +msgid "There was an issue deleting the selected datasets: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 -msgid "every" +#: superset-frontend/src/pages/DatasetList/index.tsx:720 +msgid "There was an issue duplicating the dataset." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 -msgid "every day of the month" +#: superset-frontend/src/pages/DatasetList/index.tsx:736 +#, python-format +msgid "There was an issue duplicating the selected datasets: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 -msgid "every day of the week" +#: superset-frontend/src/pages/DatasetList/index.tsx:750 +#, python-format +msgid "" +"The dataset %s is linked to %s charts that appear on %s dashboards. Are " +"you sure you want to continue? Deleting the dataset will break those " +"objects." msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 -msgid "every hour" +#: superset-frontend/src/pages/DatasetList/index.tsx:771 +msgid "Delete Dataset?" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 -msgid "every minute" +#: superset-frontend/src/pages/DatasetList/index.tsx:789 +msgid "Are you sure you want to delete the selected datasets?" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 -msgid "every month" +#: superset-frontend/src/pages/DatasetList/index.tsx:842 +msgid "0 Selected" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123 -msgid "feature to store a summarized data set that you can then explore." +#: superset-frontend/src/pages/DatasetList/index.tsx:845 +#, python-format +msgid "%s Selected (Virtual)" msgstr "" -#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87 -msgid "fetching" +#: superset-frontend/src/pages/DatasetList/index.tsx:852 +#, python-format +msgid "%s Selected (Physical)" msgstr "" -#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 -#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143 -msgid "" -"filter_box will be deprecated in a future version of Superset. Please " -"replace filter_box by dashboard filter components." +#: superset-frontend/src/pages/DatasetList/index.tsx:859 +#, python-format +msgid "%s Selected (%s Physical, %s Virtual)" msgstr "" -#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115 -msgid "following this flow will most likely lead to your query timing out. " +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:70 +msgid "log" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86 -msgid "for more information on how to structure your URI." +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:112 +msgid "Execution ID" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 -msgid "green" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:124 +msgid "Scheduled at (UTC)" msgstr "" -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724 -#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136 -msgid "here" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:132 +msgid "Start at (UTC)" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 -msgid "hour" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:151 +msgid "Error message" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:75 -msgid "id:" +#: superset-frontend/src/pages/ExecutionLogList/index.tsx:166 +msgid "Alert" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 -msgid "" -"image-rendering CSS attribute of the canvas object that defines how the " -"browser scales up the image" +#: superset-frontend/src/pages/Home/index.tsx:248 +#, python-format +msgid "There was an issue fetching your recent activity: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 -msgid "in" +#: superset-frontend/src/pages/Home/index.tsx:270 +#, python-format +msgid "There was an issue fetching your dashboards: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122 -msgid "in modal" +#: superset-frontend/src/pages/Home/index.tsx:281 +#, python-format +msgid "There was an issue fetching your chart: %s" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 -#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 -msgid "is expected to be a number" +#: superset-frontend/src/pages/Home/index.tsx:293 +#, python-format +msgid "There was an issue fetching your saved queries: %s" msgstr "" -#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 -#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 -msgid "is expected to be an integer" +#: superset-frontend/src/pages/Home/index.tsx:343 +msgid "Thumbnails" msgstr "" -#: superset-frontend/src/profile/components/UserInfo.tsx:64 -msgid "joined" +#: superset-frontend/src/pages/Home/index.tsx:368 +msgid "Recents" msgstr "" -#: superset/views/base.py:527 -msgid "json isn't valid" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:125 +#, python-format +msgid "There was an issue previewing the selected query. %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 -msgid "key a-z" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:284 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:330 +msgid "TABLES" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262 -msgid "key z-a" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:351 +msgid "Open query in SQL Lab" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 -msgid "label" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:376 +#, python-format +msgid "An error occurred while fetching database values: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 -msgid "last day" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:412 +#, python-format +msgid "An error occurred while fetching user values: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 -msgid "last month" +#: superset-frontend/src/pages/QueryHistoryList/index.tsx:426 +msgid "Search by query text" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 -msgid "last quarter" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:96 +#, python-format +msgid "Deleted %s" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 -msgid "last week" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:110 +msgid "Deleted" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 -msgid "last year" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:113 +#, python-format +msgid "There was an issue deleting rules: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 -msgid "latest partition:" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:244 +msgid "No Rules yet" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 -msgid "left" +#: superset-frontend/src/pages/RowLevelSecurityList/index.tsx:334 +msgid "Are you sure you want to delete the selected rules?" msgstr "" -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 -msgid "log" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:65 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the saved queries. Please note that the \"Secure Extra\" " +"and \"Certificate\" sections of the database configuration are not " +"present in export files, and should be added manually after the import if" +" they are needed." msgstr "" -#: superset/charts/schemas.py:624 +#: superset-frontend/src/pages/SavedQueryList/index.tsx:72 msgid "" -"lower percentile must be greater than 0 and less than 100. Must be lower " -"than upper percentile." +"You are importing one or more saved queries that already exist. " +"Overwriting might cause you to lose some of your work. Are you sure you " +"want to overwrite?" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 -msgid "minute" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:156 +msgid "Query imported" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 -msgid "minute(s)" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:174 +#, python-format +msgid "There was an issue previewing the selected query %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 -msgid "month" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:211 +msgid "Import queries" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 -#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138 -msgid "must have a value" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:241 +#: superset-frontend/src/views/CRUD/hooks.ts:680 +msgid "Link Copied!" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 -#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 -msgid "nvd3" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:287 +#, python-format +msgid "There was an issue deleting the selected queries: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 -msgid "on" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:401 +msgid "Edit query" msgstr "" -#: superset/charts/schemas.py:1098 -msgid "orderby column must be populated" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:408 +msgid "Copy query URL" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 -msgid "p-value precision" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:415 +msgid "Export query" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 -msgid "page_size.all" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:422 +msgid "Delete query" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 -msgid "page_size.entries" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:557 +msgid "Are you sure you want to delete the selected queries?" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 -msgid "page_size.show" +#: superset-frontend/src/pages/SavedQueryList/index.tsx:605 +msgid "queries" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 -msgid "percentile (exclusive)" +#: superset-frontend/src/pages/Tags/index.tsx:86 +msgid "tag" msgstr "" -#: superset/utils/pandas_postprocessing.py:921 -msgid "" -"percentiles must be a list or tuple with two numeric values, of which the" -" first is lower than the second value" +#: superset-frontend/src/pages/Tags/index.tsx:130 +msgid "No Tags created" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 -msgid "previous calendar month" +#: superset-frontend/src/pages/Tags/index.tsx:352 +msgid "Are you sure you want to delete the selected tags?" msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 -msgid "previous calendar week" +#: superset-frontend/src/utils/downloadAsImage.ts:55 +msgid "Image download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 -msgid "previous calendar year" +#: superset-frontend/src/utils/downloadAsPdf.ts:55 +msgid "PDF download failed, please refresh and try again." msgstr "" -#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 -msgid "published" +#: superset-frontend/src/utils/getChartRequiredFieldsMissingMessage.ts:26 +#, python-format +msgid "" +"Select values in highlighted field(s) in the control panel. Then run the " +"query by clicking on the %s button." msgstr "" -#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543 -msgid "queries" +#: superset-frontend/src/utils/getClientErrorObject.ts:65 +msgid "Invalid input" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 -msgid "query" +#: superset-frontend/src/utils/getClientErrorObject.ts:75 +msgid "Unexpected error: " msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 -msgid "reboot" +#: superset-frontend/src/utils/getClientErrorObject.ts:76 +msgid "(no description, click to see stack trace)" msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 -msgid "recents" +#: superset-frontend/src/utils/getClientErrorObject.ts:97 +msgid "Sorry, an unknown error occurred." msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 -msgid "red" +#: superset-frontend/src/utils/getClientErrorObject.ts:100 +#, python-format +msgid "Sorry, there was an error saving this %s: %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484 -msgid "report" +#: superset-frontend/src/utils/getClientErrorObject.ts:107 +#, python-format +msgid "You do not have permission to edit this %s" msgstr "" -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 -#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 -#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 -msgid "reports" +#: superset-frontend/src/utils/getClientErrorObject.ts:132 +msgid "Network error" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 -msgid "right" +#: superset-frontend/src/utils/getClientErrorObject.ts:144 +msgid "Request timed out" msgstr "" -#: superset-frontend/src/explore/components/RowCountLabel.jsx:35 -msgid "rows" +#: superset-frontend/src/utils/getClientErrorObject.ts:153 +msgid "Issue 1000 - The dataset is too large to query." msgstr "" -#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96 -msgid "rows retrieved" +#: superset-frontend/src/utils/getClientErrorObject.ts:157 +msgid "Issue 1001 - The database is under an unusual load." msgstr "" -#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 -msgid "saved queries" +#: superset-frontend/src/views/CRUD/hooks.ts:106 +#, python-format +msgid "An error occurred while fetching %s info: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 -msgid "search.num_records" +#: superset-frontend/src/views/CRUD/hooks.ts:174 +#: superset-frontend/src/views/CRUD/hooks.ts:265 +#: superset-frontend/src/views/CRUD/hooks.ts:353 +#, python-format +msgid "An error occurred while fetching %ss: %s" msgstr "" -#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98 -msgid "" -"series: Treat each series independently; overall: All series use the same" -" scale; change: Show changes compared to the first data point in each " -"series" +#: superset-frontend/src/views/CRUD/hooks.ts:308 +#, python-format +msgid "An error occurred while creating %ss: %s" msgstr "" -#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 -msgid "textarea" +#: superset-frontend/src/views/CRUD/hooks.ts:439 +msgid "Please re-export your file and try importing again" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 -msgid "top" +#: superset-frontend/src/views/CRUD/hooks.ts:506 +#: superset-frontend/src/views/CRUD/hooks.ts:522 +#, python-format +msgid "An error occurred while importing %s: %s" msgstr "" -#: superset/charts/schemas.py:639 -msgid "" -"upper percentile must be greater than 0 and less than 100. Must be higher" -" than lower percentile." +#: superset-frontend/src/views/CRUD/hooks.ts:598 +#, python-format +msgid "There was an error fetching the favorite status: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263 -msgid "value ascending" +#: superset-frontend/src/views/CRUD/hooks.ts:621 +#, python-format +msgid "There was an error saving the favorite status: %s" msgstr "" -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236 -#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264 -msgid "value descending" +#: superset-frontend/src/views/CRUD/hooks.ts:704 +msgid "Connection looks good!" msgstr "" -#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 -msgid "virtual" +#: superset-frontend/src/views/CRUD/hooks.ts:707 +#, python-format +msgid "ERROR: %s" msgstr "" -#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715 -msgid "was created" +#: superset-frontend/src/views/CRUD/utils.tsx:209 +msgid "There was an error fetching your recent activity:" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 -msgid "week" +#: superset-frontend/src/views/CRUD/utils.tsx:275 +#, python-format +msgid "There was an issue deleting: %s" msgstr "" -#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 -msgid "year" +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 +msgid "URL" msgstr "" -#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 -msgid "yellow" +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 -msgid "Add/Edit Filters" +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 +msgid "Time-series Table" msgstr "" -#: superset-frontend/src/views/components/MenuRight.tsx:105 -msgid "Connect database" +#: superset-frontend/src/visualizations/TimeTable/index.ts:28 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." msgstr "" + +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr "" \ No newline at end of file From 78d19c95919441af299d08f4c7b5389147ec0957 Mon Sep 17 00:00:00 2001 From: Stepan Date: Thu, 15 Feb 2024 12:00:25 +0300 Subject: [PATCH 4/4] pre-commit --- .../src/react-pivottable/TableRenderers.jsx | 2 +- superset/translations/messages.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx index 759ca7dee2e3..41063c290f3f 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx @@ -24,7 +24,7 @@ import { PivotData, flatKey } from './utilities'; import { Styles } from './Styles'; const parseLabel = value => { - if (typeof value === 'string'){ + if (typeof value === 'string') { if (value === 'metric') return t('metric'); return value; } diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index c886cb71d0b8..c31b654e72ad 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -19188,4 +19188,4 @@ msgstr "" #: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 #, python-format msgid "We have the following keys: %s" -msgstr "" \ No newline at end of file +msgstr ""