From 3350076eea7517c0a0996586cf6260713224a442 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Wed, 8 Dec 2021 04:31:16 +0100 Subject: [PATCH] fix: javascript file suffixes to extract (#17673) --- superset/translations/babel.cfg | 18 +- superset/translations/messages.pot | 3630 +++++++++++++++++++++++++--- 2 files changed, 3345 insertions(+), 303 deletions(-) diff --git a/superset/translations/babel.cfg b/superset/translations/babel.cfg index 9aba63f9ef7c..5a96be81a3cf 100644 --- a/superset/translations/babel.cfg +++ b/superset/translations/babel.cfg @@ -21,11 +21,17 @@ [python: superset/**.py] [jinja2: superset/**/templates/**.html] -[javascript: superset-frontend/src/**.js?] -[javascript: superset-frontend/src/**.ts?] -[javascript: superset-frontend/packages/**/src/**.js?] -[javascript: superset-frontend/packages/**/src/**.ts?] -[javascript: superset-frontend/plugins/**/src/**.js?] -[javascript: superset-frontend/plugins/**/src/**.ts?] +[javascript: superset-frontend/src/**.js] +[javascript: superset-frontend/src/**.jsx] +[javascript: superset-frontend/src/**.ts] +[javascript: superset-frontend/src/**.tsx] +[javascript: superset-frontend/packages/**/src/**.js] +[javascript: superset-frontend/packages/**/src/**.jsx] +[javascript: superset-frontend/packages/**/src/**.ts] +[javascript: superset-frontend/packages/**/src/**.tsx] +[javascript: superset-frontend/plugins/**/src/**.js] +[javascript: superset-frontend/plugins/**/src/**.jsx] +[javascript: superset-frontend/plugins/**/src/**.ts] +[javascript: superset-frontend/plugins/**/src/**.tsx] encoding = utf-8 diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 2cc33482d0ed..385fbb3ad983 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: Superset VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-11-28 01:18+0800\n" +"POT-Creation-Date: 2021-12-07 18:42+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -168,19 +168,19 @@ msgstr "" msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" msgstr "" -#: superset/views/core.py:365 +#: superset/views/core.py:366 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:2775 +#: superset/views/core.py:2773 #, python-format msgid "%(user)s's profile" msgstr "" -#: superset/views/core.py:2444 +#: superset/views/core.py:2442 #, python-format msgid "" "%(validator)s was unable to check your query.\n" @@ -260,7 +260,7 @@ msgid "%s saved metric(s)" msgstr "" #: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:111 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123 #, python-format msgid "%s%s" msgstr "" @@ -275,10 +275,14 @@ msgstr "" msgid "(Removed)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:615 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637 msgid "(deleted)" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:56 +msgid "(no description, click to see stack trace)" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 msgid "" "(optional) default value for the filter, when using the multiple option, " @@ -350,6 +354,15 @@ msgstr "" msgid "24 hours" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +msgid "2D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "3 letter code of the country" +msgstr "" + #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128 msgid "30 days" msgstr "" @@ -427,6 +440,10 @@ msgstr "" msgid ">= (Larger or equal)" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35 +msgid "A Big Number" +msgstr "" + #: superset/views/alerts.py:195 msgid "" "A SQL statement that defines whether the alert should get triggered or " @@ -459,16 +476,28 @@ msgstr "" msgid "A list of users who can alter the chart. Searchable by name or username." 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/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209 #: superset-frontend/src/explore/controls.jsx:238 msgid "A metric to use for color" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +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/src/dashboard/components/PropertiesModal/index.jsx:523 msgid "A readable URL for your dashboard" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 #: superset-frontend/src/explore/controls.jsx:113 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" @@ -484,6 +513,12 @@ msgid "" "templating syntax" 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/reports/commands/exceptions.py:198 msgid "A timeout occurred while executing the query." msgstr "" @@ -531,11 +566,11 @@ msgstr "" msgid "Access" msgstr "" -#: superset/initialization/__init__.py:489 +#: superset/initialization/__init__.py:491 msgid "Access requests" msgstr "" -#: superset/views/core.py:299 +#: superset/views/core.py:300 msgid "Access was requested" msgstr "" @@ -543,7 +578,7 @@ msgstr "" msgid "Action" msgstr "" -#: superset/initialization/__init__.py:417 +#: superset/initialization/__init__.py:419 msgid "Action Log" msgstr "" @@ -569,6 +604,11 @@ msgstr "" msgid "Actual time range" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +msgid "Adaptative formating" +msgstr "" + #: superset-frontend/src/components/ReportModal/index.tsx:267 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039 @@ -737,7 +777,7 @@ msgstr "" msgid "Additional padding for legend." msgstr "" -#: superset/db_engine_specs/base.py:1385 +#: superset/db_engine_specs/base.py:1398 msgid "Additional parameters" msgstr "" @@ -745,9 +785,17 @@ msgstr "" msgid "Additional text to add before or after the value, e.g. unit" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +msgid "Additive" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765 #: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:265 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146 msgid "Advanced" msgstr "" @@ -765,10 +813,50 @@ msgstr "" msgid "Advanced analytics" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: 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:71 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 msgid "Advanced-Analytics" 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-nvd3/src/Area/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75 +#: 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:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +msgid "After" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +msgid "Aggregate" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91 msgid "Aggregate Mean" msgstr "" @@ -777,6 +865,24 @@ msgstr "" msgid "Aggregate Sum" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114 +msgid "Aggregation function" +msgstr "" + #: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 msgid "Alert Triggered, In Grace Period" msgstr "" @@ -849,11 +955,11 @@ msgid "Alert validator config error." msgstr "" #: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436 -#: superset/initialization/__init__.py:466 +#: superset/initialization/__init__.py:468 msgid "Alerts" msgstr "" -#: superset/initialization/__init__.py:478 +#: superset/initialization/__init__.py:480 msgid "Alerts & Reports" msgstr "" @@ -882,15 +988,24 @@ msgstr "" msgid "All Text" msgstr "" +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 msgid "All charts" msgstr "" +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326 #, python-format msgid "All filters (%(filterCount)d)" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 +msgid "All panels" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132 msgid "All panels with this column will be affected by this filter" msgstr "" @@ -965,6 +1080,11 @@ msgstr "" msgid "Allow node selections" msgstr "" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:82 +msgid "Allow selecting multiple values" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 msgid "Allow this database to be explored" msgstr "" @@ -984,6 +1104,14 @@ msgstr "" msgid "Alphabetical" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +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:182 msgid "Altered" msgstr "" @@ -1011,6 +1139,7 @@ msgstr "" #: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80 #: superset-frontend/src/components/TableLoader/index.tsx:48 +#: superset-frontend/src/utils/getClientErrorObject.ts:135 msgid "An error occurred" msgstr "" @@ -1022,6 +1151,61 @@ msgstr "" msgid "An error occurred when refreshing queries" msgstr "" +#: superset/key_value/commands/exceptions.py:33 +msgid "An error occurred while accessing the value." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:301 +#, python-format +msgid "An error occurred while creating %ss: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335 +msgid "An error occurred while creating the data source" +msgstr "" + +#: superset/key_value/commands/exceptions.py:29 +msgid "An error occurred while creating the value." +msgstr "" + +#: superset/key_value/commands/exceptions.py:37 +msgid "An error occurred while deleting the value." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:138 +msgid "An error occurred while editing this report." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:120 +#, python-format +msgid "An error occurred while editing this report: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141 +msgid "" +"An error occurred while expanding the table schema. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:103 +#, python-format +msgid "An error occurred while fetching %s info: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:171 +#: superset-frontend/src/views/CRUD/hooks.ts:258 +#: superset-frontend/src/views/CRUD/hooks.ts:344 +#, python-format +msgid "An error occurred while fetching %ss: %s" +msgstr "" + #: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 msgid "An error occurred while fetching available CSS templates" msgstr "" @@ -1051,6 +1235,10 @@ msgstr "" msgid "An error occurred while fetching dashboard owner values: %s" msgstr "" +#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +msgid "An error occurred while fetching dashboards" +msgstr "" + #: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200 #: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127 #, python-format @@ -1093,6 +1281,10 @@ msgstr "" msgid "An error occurred while fetching datasets: %s" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356 +msgid "An error occurred while fetching function names." +msgstr "" + #: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460 #: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 #: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454 @@ -1100,16 +1292,125 @@ msgstr "" msgid "An error occurred while fetching schema values: %s" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:662 +msgid "An error occurred while fetching tab state" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052 +msgid "An error occurred while fetching table metadata" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." +msgstr "" + #: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 #, python-format msgid "An error occurred while fetching user values: %s" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:698 +msgid "" +"An error occurred while hiding the left bar. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:438 +#: superset-frontend/src/views/CRUD/hooks.ts:451 +#, python-format +msgid "An error occurred while importing %s: %s" +msgstr "" + +#: superset-frontend/src/chart/chartAction.js:569 +msgid "An error occurred while loading the SQL" +msgstr "" + #: superset/reports/commands/exceptions.py:242 msgid "An error occurred while pruning logs " msgstr "" -#: superset/views/core.py:710 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:744 +msgid "An error occurred while removing query. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:720 +msgid "An error occurred while removing tab. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188 +msgid "" +"An error occurred while removing the table schema. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/chart/chartReducer.ts:94 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:575 +msgid "" +"An error occurred while setting the active tab. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:825 +msgid "" +"An error occurred while setting the tab autorun. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:767 +msgid "" +"An error occurred while setting the tab database ID. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:792 +msgid "" +"An error occurred while setting the tab schema. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:967 +msgid "" +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:850 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:941 +msgid "" +"An error occurred while setting the tab title. Please contact your " +"administrator." +msgstr "" + +#: superset-frontend/src/explore/actions/exploreActions.ts:95 +msgid "An error occurred while starring this chart" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +msgid "" +"An error occurred while storing the latest query id in the backend. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:908 +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/key_value/commands/exceptions.py:41 +msgid "An error occurred while updating the value." +msgstr "" + +#: superset/views/core.py:711 msgid "An unknown error occurred. Please contact your Superset administrator" msgstr "" @@ -1141,15 +1442,15 @@ msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35 #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271 -#: superset/initialization/__init__.py:227 superset/views/annotations.py:117 +#: superset/initialization/__init__.py:229 superset/views/annotations.py:117 msgid "Annotation Layers" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:460 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 msgid "Annotation Slice Configuration" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:744 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 msgid "Annotation Source" msgstr "" @@ -1190,7 +1491,7 @@ msgstr "" msgid "Annotation layer delete failed." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:512 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 msgid "Annotation layer description columns" msgstr "" @@ -1199,7 +1500,7 @@ msgstr "" msgid "Annotation layer has associated annotations." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:487 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 msgid "Annotation layer interval end" msgstr "" @@ -1211,7 +1512,7 @@ msgstr "" msgid "Annotation layer not found." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:629 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 msgid "Annotation layer opacity" msgstr "" @@ -1219,24 +1520,24 @@ msgstr "" msgid "Annotation layer parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:614 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 msgid "Annotation layer stroke" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:467 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 msgid "Annotation layer time column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:501 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 msgid "Annotation layer title column" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:729 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:732 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 msgid "Annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:398 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 msgid "Annotation layer value" msgstr "" @@ -1261,7 +1562,7 @@ msgstr "" msgid "Annotation parameters are invalid." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:741 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 msgid "Annotation source type" msgstr "" @@ -1335,16 +1636,24 @@ msgstr "" #: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458 #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:774 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 #: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 #: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433 msgid "Apply" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321 +msgid "Apply conditional color formatting to metrics" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474 msgid "Apply conditional color formatting to numeric columns" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79 +msgid "Apply metrics on" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123 msgid "Apply to all panels" msgstr "" @@ -1415,6 +1724,7 @@ msgstr "" msgid "Are you sure you want to save and apply changes?" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135 msgid "Area Chart" @@ -1464,10 +1774,23 @@ msgstr "" msgid "Autocomplete query predicate" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +msgid "Available sorting modes:" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 msgid "Axis" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +msgid "Axis ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +msgid "Axis descending" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770 #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 msgid "Back" @@ -1482,10 +1805,22 @@ msgstr "" msgid "Bad spatial key" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +msgid "Bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +msgid "Bar Chart" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 msgid "Bar Values" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +msgid "Base layer map style" +msgstr "" + #: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 msgid "Based on a metric" msgstr "" @@ -1495,7 +1830,7 @@ msgid "Based on granularity, number of time periods to compare against" msgstr "" #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:261 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263 #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034 msgid "Basic" msgstr "" @@ -1513,22 +1848,42 @@ msgstr "" msgid "Batch editing %d filters:" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175 msgid "Be careful." msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +msgid "Before" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38 #: superset/viz.py:1254 msgid "Big Number" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28 +msgid "Big Number Font Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34 #: superset/viz.py:1220 msgid "Big Number with Trendline" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290 +msgid "Bottom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 msgid "Bottom Margin" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" @@ -1552,6 +1907,16 @@ msgid "" "only expand the axis range. It won't narrow the data's extent." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 +msgid "Box Plot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133 +msgid "Breakdowns" +msgstr "" + #: superset/connectors/druid/views.py:237 msgid "Broker Endpoint" msgstr "" @@ -1572,12 +1937,18 @@ msgstr "" msgid "Broker Username" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30 #: superset/viz.py:1139 msgid "Bubble Chart" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +msgid "Bubble Color" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 msgid "Bubble Size" msgstr "" @@ -1596,11 +1967,25 @@ msgstr "" msgid "Bulk select" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30 #: superset/viz.py:1190 msgid "Bullet Chart" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: 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-big-number/src/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +msgid "Business" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:139 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" @@ -1608,6 +1993,19 @@ msgid "" " add stress to your database)." msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272 +msgid "By key: use column names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244 +msgid "By key: use row names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273 +msgid "By value: use metric values as sorting key" +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 msgid "CANCEL" msgstr "" @@ -1633,7 +2031,7 @@ msgstr "" msgid "CSS" msgstr "" -#: superset/initialization/__init__.py:263 superset/views/css_templates.py:36 +#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36 msgid "CSS Templates" msgstr "" @@ -1757,16 +2155,21 @@ msgstr "" msgid "Calculation type" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30 #: superset/viz.py:1048 msgid "Calendar Heatmap" msgstr "" -#: superset/views/core.py:2012 +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +msgid "Can not move top level tab into nested tabs" +msgstr "" + +#: superset/views/core.py:2010 #, python-format msgid "Can't find DruidCluster with cluster_name = '%(name)s'" msgstr "" -#: superset/views/core.py:2000 +#: superset/views/core.py:1998 #, python-format msgid "Can't find User '%(name)s', please ask your admin to create one." msgstr "" @@ -1788,7 +2191,7 @@ msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62 #: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194 #: superset-frontend/src/explore/components/SaveModal.tsx:179 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:761 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775 #: superset/templates/superset/request_access.html:34 msgid "Cancel" msgstr "" @@ -1797,11 +2200,15 @@ msgstr "" msgid "Cancel query on window unload event" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 +msgid "Cannot create cyclic hierarchy" +msgstr "" + #: superset/databases/commands/exceptions.py:109 msgid "Cannot delete a database that has datasets attached" msgstr "" -#: superset/views/core.py:699 +#: superset/views/core.py:700 #, python-format msgid "" "Cannot import dashboard: %(db_error)s.\n" @@ -1809,7 +2216,7 @@ msgid "" msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:921 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944 msgid "Cannot load filter" msgstr "" @@ -1818,6 +2225,21 @@ msgstr "" msgid "Cannot parse time string [%(human_readable)s]" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +msgid "Categories to group by on the x-axis." +msgstr "" + #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 msgid "Category" msgstr "" @@ -1826,11 +2248,23 @@ msgstr "" msgid "Category of target nodes" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 +msgid "Cell Padding" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 +msgid "Cell Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 +msgid "Cell Size" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413 msgid "Cell bars" msgstr "" -#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:318 +#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319 msgid "Cell content" msgstr "" @@ -1883,6 +2317,14 @@ msgstr "" msgid "Change dataset" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +msgid "Change order of columns." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +msgid "Change order of rows." +msgstr "" + #: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489 msgid "Changed By" msgstr "" @@ -1942,8 +2384,16 @@ msgstr "" msgid "Character to interpret as decimal point." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 +msgid "Charge" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 +msgid "Charge in the force layout" +msgstr "" + #: superset-frontend/src/components/Menu/MenuRight.tsx:39 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:382 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300 #: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261 @@ -1955,7 +2405,7 @@ msgstr "" msgid "Chart" msgstr "" -#: superset/views/core.py:1750 +#: superset/views/core.py:1748 #, python-format msgid "Chart %(id)s not found" msgstr "" @@ -1964,7 +2414,7 @@ msgstr "" msgid "Chart Cache Timeout" msgstr "" -#: superset/initialization/__init__.py:451 +#: superset/initialization/__init__.py:453 msgid "Chart Email Schedules" msgstr "" @@ -1973,9 +2423,32 @@ msgstr "" msgid "Chart ID" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53 #: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 #: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279 @@ -1988,6 +2461,7 @@ msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 msgid "Chart Options" msgstr "" @@ -2001,15 +2475,15 @@ msgstr "" msgid "Chart Title" msgstr "" -#: superset/views/core.py:981 +#: superset/views/core.py:979 msgid "Chart [{}] has been overwritten" msgstr "" -#: superset/views/core.py:977 +#: superset/views/core.py:975 msgid "Chart [{}] has been saved" msgstr "" -#: superset/views/core.py:1008 +#: superset/views/core.py:1006 msgid "Chart [{}] was added to dashboard [{}]" msgstr "" @@ -2021,6 +2495,18 @@ msgstr "" msgid "Chart changes" msgstr "" +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +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!" +msgstr "" + #: superset/charts/commands/exceptions.py:115 msgid "Chart could not be created." msgstr "" @@ -2063,7 +2549,7 @@ msgstr "" #: superset-frontend/src/profile/components/Favorites.tsx:77 #: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634 #: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306 -#: superset/initialization/__init__.py:244 superset/views/chart/mixin.py:26 +#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26 #: superset/views/dashboard/mixin.py:81 msgid "Charts" msgstr "" @@ -2073,12 +2559,13 @@ msgid "Charts could not be deleted." msgstr "" #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:486 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:503 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505 msgid "Check configuration" 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" msgstr "" @@ -2160,25 +2647,59 @@ msgstr "" msgid "Choose a dataset" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 +msgid "Choose a metric for left axis" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 #: superset-frontend/src/explore/controls.jsx:217 msgid "Choose a metric for right axis" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +msgid "Choose a number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +msgid "Choose a source" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +msgid "Choose a source and a target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +msgid "Choose a target" +msgstr "" + #: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 msgid "Choose chart type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:731 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 +msgid "Choose one or more charts for left axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 +msgid "Choose one or more charts for right axis" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 msgid "Choose the annotation layer type" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 msgid "Choose the source of your annotations" msgstr "" -#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:188 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "" + +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 msgid "Chosen non-numeric column" msgstr "" @@ -2198,10 +2719,24 @@ msgstr "" msgid "Circle radar shape" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 msgid "Circular" msgstr "" +#: 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-table/src/index.ts:37 +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/connectors/sqla/views.py:369 msgid "Clause" msgstr "" @@ -2288,6 +2823,19 @@ msgstr "" msgid "Cluster Name" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +msgid "Cluster label aggregator" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +msgid "Clustering Radius" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" +msgstr "" + #: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 msgid "Collapse all" msgstr "" @@ -2296,7 +2844,7 @@ msgstr "" msgid "Collapse table preview" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:643 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 msgid "Color" msgstr "" @@ -2315,6 +2863,10 @@ msgstr "" msgid "Color Scheme" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 +msgid "Color Steps" +msgstr "" + #: superset-frontend/src/explore/controls.jsx:235 msgid "Color metric" msgstr "" @@ -2327,6 +2879,12 @@ msgstr "" msgid "Color scheme" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +msgid "" +"Color will be rendered based on a ratio of the cell against the sum of " +"across this criteria" +msgstr "" + #: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374 msgid "Colors" msgstr "" @@ -2355,6 +2913,20 @@ msgstr "" msgid "Column Label(s)" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +msgid "Column containing latitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +msgid "Column containing longitude data" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115 msgid "Column is required" msgstr "" @@ -2407,6 +2979,9 @@ msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124 #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207 @@ -2421,7 +2996,19 @@ msgstr "" msgid "Columns missing in datasource: %(invalid_columns)s" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302 +msgid "Columns subtotal position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 +msgid "" +"Columns to calculate distribution across. Defaults to temporal column if " +"left empty." +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125 msgid "Columns to display" @@ -2431,6 +3018,22 @@ msgstr "" msgid "Columns to group by" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60 +msgid "Columns to group by on the columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50 +msgid "Columns to group by on the rows" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96 +msgid "Combine Metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185 +msgid "Combine metrics" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 msgid "" "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " @@ -2448,11 +3051,61 @@ msgstr "" msgid "Comparator option" msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 -msgid "Comparison Period Lag" +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." msgstr "" -#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +msgid "Compare the same summarized metric across multiple groups." +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-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-event-flow/src/index.ts:26 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31 +msgid "Comparison" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48 +msgid "Comparison Period Lag" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61 msgid "Comparison suffix" msgstr "" @@ -2460,8 +3113,11 @@ msgstr "" msgid "Components" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 #: superset-frontend/src/explore/controlPanels/sections.tsx:136 msgid "Compute the contribution to the total" @@ -2471,6 +3127,7 @@ msgstr "" msgid "Condition" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473 msgid "Conditional formatting" msgstr "" @@ -2483,7 +3140,7 @@ msgstr "" msgid "Confidence interval must be between 0 and 1 (exclusive)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:250 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252 #: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276 msgid "Configuration" msgstr "" @@ -2508,11 +3165,11 @@ msgstr "" msgid "Configure filter scopes" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:712 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 msgid "Configure the basics of your Annotation Layer." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:611 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 msgid "Configure your how you overlay is displayed here." msgstr "" @@ -2548,12 +3205,23 @@ msgid "Connection" msgstr "" #: superset/databases/commands/exceptions.py:105 -#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1385 +#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383 msgid "Connection failed, please check your connection settings" msgstr "" +#: superset-frontend/src/views/CRUD/hooks.ts:625 +msgid "Connection looks good!" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +msgid "Continuous" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365 #: superset-frontend/src/explore/controlPanels/sections.tsx:134 msgid "Contribution" @@ -2567,17 +3235,22 @@ msgstr "" msgid "Contribution Mode" msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:410 +#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 msgid "Control labeled " msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:410 +#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430 msgid "Controls labeled " msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +msgid "Coordinates" +msgstr "" + #: superset-frontend/src/components/CopyToClipboard/index.jsx:75 #: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:101 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 msgid "Copied to clipboard!" msgstr "" @@ -2601,7 +3274,7 @@ msgstr "" msgid "Copy chart URL" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:91 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 msgid "Copy chart URL to clipboard" msgstr "" @@ -2617,6 +3290,12 @@ msgstr "" msgid "Copy message" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:548 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#, python-format +msgid "Copy of %s" +msgstr "" + #: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 msgid "Copy partition query to clipboard" msgstr "" @@ -2647,15 +3326,27 @@ msgstr "" msgid "Copy to clipboard" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.jsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: 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:25 +msgid "Correlation" +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 msgid "Cost estimate" msgstr "" -#: superset/views/utils.py:538 +#: superset/views/utils.py:547 msgid "Could not determine datasource type" msgstr "" -#: superset/views/utils.py:554 +#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +msgid "Could not fetch all saved charts" +msgstr "" + +#: superset/views/utils.py:563 msgid "Could not find viz object" msgstr "" @@ -2663,7 +3354,7 @@ msgstr "" msgid "Could not load database driver" msgstr "" -#: superset/views/core.py:1368 +#: superset/views/core.py:1366 #, python-format msgid "Could not load database driver: %(driver_name)s" msgstr "" @@ -2676,6 +3367,23 @@ msgstr "" msgid "Could not verify the host" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +msgid "Country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +msgid "Country Color Scheme" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +msgid "Country Column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +msgid "Country Field Type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30 #: superset/viz.py:2007 msgid "Country Map" msgstr "" @@ -2754,6 +3462,14 @@ msgstr "" msgid "Cross-filter scoping" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +msgid "Cumulative" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" +msgstr "" + #: superset/views/dynamic_plugins.py:59 msgid "Custom Plugin" msgstr "" @@ -2782,6 +3498,10 @@ msgstr "" msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" msgstr "" +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" +msgstr "" + #: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417 msgid "Customize" msgstr "" @@ -2804,6 +3524,7 @@ msgstr "" msgid "D3 format" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 msgid "D3 format syntax: https://github.com/d3/d3-format" msgstr "" @@ -2814,10 +3535,15 @@ msgid "" "to have different siginificant digits for small and large numbers" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220 #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377 msgid "D3 time format for datetime columns" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 msgid "DEC" msgstr "" @@ -2834,6 +3560,10 @@ msgstr "" msgid "DML" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" +msgstr "" + #: superset-frontend/src/components/Menu/MenuRight.tsx:46 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317 @@ -2845,11 +3575,11 @@ msgstr "" msgid "Dashboard" msgstr "" -#: superset/initialization/__init__.py:442 +#: superset/initialization/__init__.py:444 msgid "Dashboard Emails" msgstr "" -#: superset/views/core.py:1030 +#: superset/views/core.py:1028 msgid "Dashboard [{}] just got created and chart [{}] was added to it" msgstr "" @@ -2885,7 +3615,7 @@ msgstr "" #: superset-frontend/src/profile/components/Favorites.tsx:74 #: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609 #: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294 -#: superset/initialization/__init__.py:236 superset/views/chart/mixin.py:79 +#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79 #: superset/views/dashboard/mixin.py:25 msgid "Dashboards" msgstr "" @@ -2900,15 +3630,16 @@ msgstr "" #: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401 #: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388 -#: superset/initialization/__init__.py:352 -#: superset/initialization/__init__.py:361 -#: superset/initialization/__init__.py:371 -#: superset/initialization/__init__.py:385 -#: superset/initialization/__init__.py:402 -#: superset/initialization/__init__.py:507 -#: superset/initialization/__init__.py:517 -#: superset/initialization/__init__.py:530 -#: superset/initialization/__init__.py:543 +#: superset-frontend/src/views/CRUD/data/common.ts:22 +#: superset/initialization/__init__.py:354 +#: superset/initialization/__init__.py:363 +#: superset/initialization/__init__.py:373 +#: superset/initialization/__init__.py:387 +#: superset/initialization/__init__.py:404 +#: superset/initialization/__init__.py:509 +#: superset/initialization/__init__.py:519 +#: superset/initialization/__init__.py:532 +#: superset/initialization/__init__.py:545 msgid "Data" msgstr "" @@ -2916,6 +3647,10 @@ msgstr "" msgid "Data Source" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57 +msgid "Data Table" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181 #: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142 @@ -2926,14 +3661,14 @@ msgstr "" msgid "Data Zoom" msgstr "" -#: superset/views/core.py:2315 +#: superset/views/core.py:2313 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/views/core.py:2268 +#: superset/views/core.py:2266 msgid "" "Data could not be retrieved from the results backend. You need to re-run " "the original query." @@ -3031,7 +3766,7 @@ msgstr "" msgid "Database does not exist" msgstr "" -#: superset/connectors/sqla/models.py:1479 +#: superset/connectors/sqla/models.py:1478 msgid "Database does not support subqueries" msgstr "" @@ -3048,7 +3783,7 @@ msgid "Database is required for alerts" msgstr "" #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89 -#: superset/db_engine_specs/base.py:1383 +#: superset/db_engine_specs/base.py:1396 msgid "Database name" msgstr "" @@ -3064,12 +3799,13 @@ msgstr "" msgid "Database parameters are invalid." msgstr "" -#: superset/db_engine_specs/base.py:1380 +#: superset/db_engine_specs/base.py:1393 msgid "Database port" msgstr "" #: superset-frontend/src/profile/components/Security.tsx:46 -#: superset/initialization/__init__.py:349 superset/views/database/mixins.py:33 +#: superset-frontend/src/views/CRUD/data/common.ts:26 +#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33 msgid "Databases" msgstr "" @@ -3080,9 +3816,9 @@ msgstr "" #: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:810 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:839 -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:501 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862 +#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521 #: superset-frontend/src/explore/controls.jsx:189 #: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283 #: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520 @@ -3121,7 +3857,7 @@ msgstr "" msgid "Dataset does not exist" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:820 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843 msgid "Dataset is required" msgstr "" @@ -3147,11 +3883,12 @@ msgid "Dataset(s) could not be bulk deleted." msgstr "" #: superset-frontend/src/profile/components/Security.tsx:60 -#: superset/initialization/__init__.py:357 +#: superset-frontend/src/views/CRUD/data/common.ts:32 +#: superset/initialization/__init__.py:359 msgid "Datasets" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:786 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809 msgid "Datasets do not contain a temporal column" msgstr "" @@ -3187,9 +3924,13 @@ msgstr "" msgid "Date filter" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216 msgid "Date format" msgstr "" @@ -3201,7 +3942,7 @@ msgstr "" msgid "Datetime Format" msgstr "" -#: superset/connectors/sqla/models.py:1063 +#: superset/connectors/sqla/models.py:1062 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" @@ -3215,7 +3956,12 @@ msgstr "" msgid "Day" msgstr "" -#: superset/connectors/sqla/models.py:1594 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#, python-format +msgid "Days %s" +msgstr "" + +#: superset/connectors/sqla/models.py:1593 msgid "Db engine did not return all queried columns" msgstr "" @@ -3279,21 +4025,45 @@ msgstr "" msgid "Default URL to redirect to when accessing from the dataset list page" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:884 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907 msgid "Default Value" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +msgid "Default latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +msgid "Default longitude" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 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/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:913 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:105 +msgid "Default to first item" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936 #: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 msgid "Default value is required" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95 +msgid "Default value must be set when \"Filter has default value\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93 +msgid "Default value must be set when \"Required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89 +msgid "Default value set automatically when \"Default to first item\" is checked" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266 #: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149 @@ -3305,6 +4075,10 @@ msgid "" "[Periods] text box" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134 +msgid "Defines how each series is broken down" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388 #: superset-frontend/src/explore/controls.jsx:403 @@ -3480,6 +4254,7 @@ msgid_plural "Deleted %(num)d saved queries" msgstr[0] "" msgstr[1] "" +#: superset-frontend/src/reports/actions/reports.js:176 #: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 #: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 #: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 @@ -3518,6 +4293,26 @@ msgstr "" msgid "Delivery method" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" +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/plugin-chart-word-cloud/src/plugin/index.ts:45 +msgid "Density" +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:38 +msgid "Deprecated" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44 #: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131 #: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163 #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202 @@ -3526,7 +4321,7 @@ msgstr "" #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050 #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054 #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:971 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994 #: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106 @@ -3545,10 +4340,14 @@ msgstr "" msgid "Description (this can be seen in the list)" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:515 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 msgid "Description Columns" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48 +msgid "Description text that shows up below your Big Number" +msgstr "" + #: superset-frontend/src/components/ListView/ListView.tsx:348 msgid "Deselect all" msgstr "" @@ -3558,6 +4357,11 @@ msgstr "" msgid "Details of the certification" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Determines how whiskers and outliers are calculated." +msgstr "" + #: superset/views/dashboard/mixin.py:71 msgid "" "Determines whether or not this dashboard is visible in the list of all " @@ -3580,6 +4384,12 @@ msgstr "" msgid "Directed Force Layout" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +msgid "Directional" +msgstr "" + #: 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:274 @@ -3590,15 +4400,57 @@ msgstr "" msgid "Discard changes" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +msgid "Discrete" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42 msgid "Display Name" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:610 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164 +msgid "Display column level total" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 msgid "Display configuration" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187 +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/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152 +msgid "Display row level total" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +msgid "Display total row/column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +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/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +msgid "Distribute across" +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:48 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 +msgid "Distribution" +msgstr "" + #: superset/viz.py:1769 msgid "Distribution - Bar Chart" msgstr "" @@ -3607,6 +4459,7 @@ msgstr "" msgid "Divider" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 msgid "Do you want a donut or a pie?" msgstr "" @@ -3615,10 +4468,15 @@ msgstr "" msgid "Documentation" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 +msgid "Domain" +msgstr "" + #: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 msgid "Don't refresh" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 msgid "Donut" msgstr "" @@ -3703,7 +4561,7 @@ msgid "Drop temporal column here" msgstr "" #: superset/connectors/druid/views.py:213 -#: superset/initialization/__init__.py:514 +#: superset/initialization/__init__.py:516 msgid "Druid Clusters" msgstr "" @@ -3712,7 +4570,7 @@ msgid "Druid Datasource" msgstr "" #: superset/connectors/druid/views.py:277 -#: superset/initialization/__init__.py:505 +#: superset/initialization/__init__.py:507 msgid "Druid Datasources" msgstr "" @@ -3724,7 +4582,11 @@ msgid "" "security extension" msgstr "" -#: superset/views/datasource/views.py:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +msgid "Dual Line Chart" +msgstr "" + +#: superset/views/datasource/views.py:119 #, python-format msgid "Duplicate column name(s): %(columns)s" msgstr "" @@ -3797,11 +4659,34 @@ msgid "" "database. If left unset, the cache never expires. " msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +msgid "Duration in ms (66000 => 1m 6s)" +msgstr "" + #: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 #, python-format msgid "Duration: %s" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 +#: 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/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 msgid "ECharts" msgstr "" @@ -3812,6 +4697,11 @@ msgstr "" msgid "END (EXCLUSIVE)" msgstr "" +#: superset-frontend/src/views/CRUD/hooks.ts:628 +#, python-format +msgid "ERROR: %s" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 msgid "Edge length" msgstr "" @@ -4064,6 +4954,10 @@ msgstr "" msgid "Emphasis" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 msgid "Empty circle" msgstr "" @@ -4072,7 +4966,7 @@ msgstr "" msgid "Empty collection" msgstr "" -#: superset/connectors/sqla/models.py:1069 +#: superset/connectors/sqla/models.py:1068 msgid "Empty query?" msgstr "" @@ -4209,22 +5103,22 @@ msgstr "" msgid "Error Message" msgstr "" -#: superset/connectors/sqla/models.py:1350 +#: superset/connectors/sqla/models.py:1349 #, python-format msgid "Error in jinja expression in HAVING clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:980 +#: superset/connectors/sqla/models.py:976 #, python-format msgid "Error in jinja expression in RLS filters: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:1338 +#: superset/connectors/sqla/models.py:1337 #, python-format msgid "Error in jinja expression in WHERE clause: %(msg)s" msgstr "" -#: superset/connectors/sqla/models.py:739 +#: superset/connectors/sqla/models.py:735 #, python-format msgid "Error in jinja expression in fetch values predicate: %(msg)s" msgstr "" @@ -4237,21 +5131,26 @@ msgstr "" msgid "Error message" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 +msgid "Error while fetching charts" +msgstr "" + #: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 #, python-format msgid "Error while fetching data: %s" msgstr "" -#: superset/connectors/sqla/models.py:846 +#: superset/connectors/sqla/models.py:842 #, python-format msgid "Error while rendering virtual dataset query: %(msg)s" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.jsx:87 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 msgid "Estimate cost" msgstr "" -#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.jsx:86 +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 msgid "Estimate selected query cost" msgstr "" @@ -4259,6 +5158,10 @@ msgstr "" msgid "Estimate the cost before running a query" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +msgid "Event Flow" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 msgid "Event Names" msgstr "" @@ -4271,7 +5174,7 @@ msgstr "" msgid "Event flow" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:473 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 msgid "Event time column" msgstr "" @@ -4279,6 +5182,28 @@ msgstr "" msgid "Every" 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:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: 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:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57 +msgid "Evolution" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263 +msgid "Exact" +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 @@ -4313,6 +5238,10 @@ msgstr "" msgid "Excel to Database configuration" msgstr "" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:126 +msgid "Exclude selected values" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 msgid "Executed SQL" msgstr "" @@ -4345,13 +5274,23 @@ msgstr "" msgid "Expand tool bar" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: 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" +msgstr "" + #: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98 #: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168 -#: superset/views/core.py:885 +#: superset/views/core.py:883 msgid "Explore" msgstr "" -#: superset/views/core.py:883 +#: superset/views/core.py:881 #, python-format msgid "Explore - %(table)s" msgstr "" @@ -4395,11 +5334,12 @@ msgstr "" msgid "Export query" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:168 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210 msgid "Export to .CSV format" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:162 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182 msgid "Export to .JSON format" msgstr "" @@ -4493,6 +5433,16 @@ msgstr "" msgid "Failed" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +msgid "Failed at retrieving results" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:409 +#, python-format +msgid "Failed at stopping query. %s" +msgstr "" + #: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194 msgid "Failed to start remote query on a worker." msgstr "" @@ -4552,7 +5502,7 @@ msgstr "" msgid "File" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982 msgid "Fill all required fields to enable \"Default Value\"" msgstr "" @@ -4568,10 +5518,14 @@ msgstr "" msgid "Filter List" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:764 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787 msgid "Filter Type" msgstr "" +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +msgid "Filter box" +msgstr "" + #: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:204 msgid "Filter by database" msgstr "" @@ -4592,11 +5546,11 @@ msgstr "" msgid "Filter configuration for the filter box" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:872 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895 msgid "Filter has default value" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:987 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010 msgid "Filter is hierarchical" msgstr "" @@ -4604,7 +5558,7 @@ msgstr "" msgid "Filter metadata changed in dashboard. It will not be applied." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:754 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777 msgid "Filter name" msgstr "" @@ -4626,7 +5580,7 @@ msgstr "" msgid "Filter sets (%(filterSetCount)d)" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:768 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791 msgid "Filter type" msgstr "" @@ -4634,7 +5588,7 @@ msgstr "" msgid "Filter value (case sensitive)" msgstr "" -#: superset/connectors/sqla/models.py:1279 +#: superset/connectors/sqla/models.py:1278 msgid "Filter value list cannot be empty" msgstr "" @@ -4719,6 +5673,13 @@ msgstr "" msgid "Fixed color" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +msgid "Flow" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 msgid "Font size" msgstr "" @@ -4727,6 +5688,14 @@ msgstr "" msgid "Font size for axis labels, detail value and other text elements" msgstr "" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +msgid "Font size for the biggest value in the list" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +msgid "Font size for the smallest value in the list" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 msgid "" "For Presto and Postgres, shows a button to compute cost before running a " @@ -4762,18 +5731,36 @@ msgstr "" msgid "Force refresh table list" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 +msgid "Force-directed Graph" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 msgid "Forecast periods" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +msgid "Formattable" +msgstr "" + #: superset-frontend/src/components/ReportModal/index.tsx:296 msgid "Formatted CSV attached in email" msgstr "" +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +msgid "Found invalid orderby options" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 msgid "Fraction digits" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +msgid "Frequency" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 msgid "Friction" msgstr "" @@ -4790,6 +5777,10 @@ msgstr "" msgid "From date cannot be larger than to date" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +msgid "Funnel Chart" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454 msgid "Further customize how to display each column" msgstr "" @@ -4798,10 +5789,18 @@ msgstr "" msgid "Further customize how to display each metric" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +msgid "Gauge Chart" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 msgid "General" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +msgid "Geo" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 msgid "Geohash" msgstr "" @@ -4822,6 +5821,10 @@ msgstr "" msgid "Grace period" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +msgid "Graph Chart" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 msgid "Graph layout" msgstr "" @@ -4830,10 +5833,15 @@ msgstr "" msgid "Gravity" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 +#: superset-frontend/src/filters/components/GroupBy/index.ts:28 msgid "Group By" msgstr "" +#: superset-frontend/src/filters/components/GroupBy/index.ts:29 +msgid "Group By filter plugin" +msgstr "" + #: superset/viz.py:895 msgid "Group By' and 'Columns' can't overlap" msgstr "" @@ -4845,7 +5853,7 @@ msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299 #: superset-frontend/src/explore/controls.jsx:123 msgid "Group by" msgstr "" @@ -4854,6 +5862,12 @@ msgstr "" msgid "Groupable" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +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/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 msgid "Header" msgstr "" @@ -4862,15 +5876,20 @@ msgstr "" msgid "Header Row" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38 #: superset/viz.py:2212 msgid "Heatmap" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +msgid "Heatmap Options" +msgstr "" + #: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116 msgid "Height" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:724 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 msgid "Hide layer" msgstr "" @@ -4878,14 +5897,23 @@ msgstr "" msgid "Hide tool bar" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +msgid "Hierarchy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37 #: superset/viz.py:1711 msgid "Histogram" msgstr "" -#: superset/initialization/__init__.py:220 +#: superset/initialization/__init__.py:222 msgid "Home" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +msgid "Horizon Chart" +msgstr "" + #: superset/viz.py:2273 msgid "Horizon Charts" msgstr "" @@ -4898,7 +5926,7 @@ msgstr "" msgid "Host" msgstr "" -#: superset/db_engine_specs/base.py:1377 +#: superset/db_engine_specs/base.py:1390 msgid "Hostname or IP address" msgstr "" @@ -4906,6 +5934,11 @@ msgstr "" msgid "Hour" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#, python-format +msgid "Hours %s" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779 msgid "Hours offset" msgstr "" @@ -4933,6 +5966,15 @@ msgid "" "change; or as the ratio between series and time shifts." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85 +msgid "Huge" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +msgid "ISO 3166-2 Codes" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237 msgid "ISO 8601" msgstr "" @@ -4963,7 +6005,7 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1178 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201 msgid "If a metric is specified, sorting will be done based on the metric value" msgstr "" @@ -5000,6 +6042,10 @@ msgstr "" msgid "Image (PNG) embedded in email" msgstr "" +#: superset-frontend/src/utils/downloadAsImage.ts:63 +msgid "Image download failed, please refresh and try again." +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" msgstr "" @@ -5021,7 +6067,7 @@ msgstr "" msgid "Import Dashboard(s)" msgstr "" -#: superset/initialization/__init__.py:312 +#: superset/initialization/__init__.py:314 msgid "Import Dashboards" msgstr "" @@ -5076,6 +6122,14 @@ msgid "" "else there is no guarantee that all events for each entity are returned." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67 +msgid "Include Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70 +msgid "Include series name as an axis" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325 msgid "Include time" msgstr "" @@ -5128,7 +6182,14 @@ msgstr "" msgid "Instructions to add a dataset are available in the Superset tutorial." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:490 +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: 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 +msgid "Intensity" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 msgid "Interval End column" msgstr "" @@ -5140,7 +6201,7 @@ msgstr "" msgid "Interval colors" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 msgid "Interval start column" msgstr "" @@ -5165,7 +6226,7 @@ msgstr "" msgid "Invalid certificate" msgstr "" -#: superset/views/core.py:1377 +#: superset/views/core.py:1375 msgid "" "Invalid connection string, a valid string usually follows:\n" "'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'" @@ -5202,7 +6263,7 @@ msgstr "" msgid "Invalid filter configuration, please select a column" msgstr "" -#: superset/connectors/sqla/models.py:1327 +#: superset/connectors/sqla/models.py:1326 #, python-format msgid "Invalid filter operation type: %(op)s" msgstr "" @@ -5252,6 +6313,10 @@ msgstr "" msgid "Invalid spatial point encountered: %s" msgstr "" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:124 +msgid "Inverse selection" +msgstr "" + #: superset/connectors/druid/views.py:347 msgid "Is Hidden" msgstr "" @@ -5277,6 +6342,14 @@ msgstr "" msgid "Is temporal" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:112 +msgid "Issue 1000 - The dataset is too large to query." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:118 +msgid "Issue 1001 - The database is under an unusual load." +msgstr "" + #: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:180 #: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125 #: superset-frontend/src/components/DatabaseSelector/index.tsx:183 @@ -5346,6 +6419,14 @@ msgstr "" msgid "June" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +msgid "KPI" +msgstr "" + #: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 msgid "Keep editing" msgstr "" @@ -5369,6 +6450,7 @@ msgstr "" msgid "Label Line" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 #: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 @@ -5388,6 +6470,10 @@ msgstr "" msgid "Label threshold" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Labelling" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 @@ -5395,6 +6481,28 @@ msgstr "" msgid "Labels" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 +msgid "Labels for the marker lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 +msgid "Labels for the markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 +msgid "Labels for the ranges" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" +msgstr "" + #: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193 msgid "Last Changed" msgstr "" @@ -5429,11 +6537,19 @@ msgstr "" msgid "Last run" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +msgid "Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +msgid "Latitude of default viewport" +msgstr "" + #: superset/views/annotations.py:76 msgid "Layer" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:711 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 msgid "Layer configuration" msgstr "" @@ -5463,13 +6579,29 @@ msgid "Least recently modified" msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306 msgid "Left" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 +msgid "Left Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 +msgid "Left Axis Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 +msgid "Left Axis chart(s)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 msgid "Left Margin" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" @@ -5482,6 +6614,38 @@ msgstr "" msgid "Left value" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: 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:31 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: 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-treemap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32 +msgid "Legacy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 #: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95 msgid "Legend" @@ -5492,6 +6656,14 @@ msgstr "" msgid "Legend type" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98 +msgid "Lift percent precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" +msgstr "" + #: superset-frontend/src/explore/components/RowCountLabel.jsx:45 msgid "Limit reached" msgstr "" @@ -5500,6 +6672,12 @@ msgstr "" msgid "Limit selector values" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335 #: superset-frontend/src/explore/controls.jsx:364 msgid "Limits the number of rows that get displayed." @@ -5516,6 +6694,22 @@ msgid "" "query complexity and cost." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +msgid "Line" +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" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 msgid "Line Style" msgstr "" @@ -5524,7 +6718,7 @@ msgstr "" msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:662 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 msgid "Line width" msgstr "" @@ -5537,9 +6731,18 @@ msgid "Linear color scheme" msgstr "" #: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216 +#: superset-frontend/src/views/CRUD/hooks.ts:601 msgid "Link Copied!" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 +msgid "Link Length" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 +msgid "Link length in the force layout" +msgstr "" + #: superset/views/alerts.py:75 msgid "List Observations" msgstr "" @@ -5548,10 +6751,22 @@ msgstr "" msgid "List Saved Query" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 +msgid "List of values to mark with lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 +msgid "List of values to mark with triangles" +msgstr "" + #: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 msgid "Live CSS editor" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +msgid "Live render" +msgstr "" + #: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 msgid "Load a CSS template" msgstr "" @@ -5566,7 +6781,7 @@ msgstr "" #: superset-frontend/src/components/Select/Select.tsx:603 #: superset-frontend/src/components/Select/Select.tsx:714 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:98 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110 msgid "Loading..." msgstr "" @@ -5624,10 +6839,18 @@ msgstr "" msgid "Logs" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +msgid "Longitude" +msgstr "" + #: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 msgid "Longitude & Latitude columns" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +msgid "Longitude of default viewport" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 msgid "MAR" msgstr "" @@ -5644,20 +6867,20 @@ msgstr "" msgid "Main Datetime Column" msgstr "" -#: superset/views/core.py:1740 +#: superset/views/core.py:1738 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/initialization/__init__.py:230 -#: superset/initialization/__init__.py:254 -#: superset/initialization/__init__.py:266 -#: superset/initialization/__init__.py:316 -#: superset/initialization/__init__.py:444 -#: superset/initialization/__init__.py:453 -#: superset/initialization/__init__.py:468 -#: superset/initialization/__init__.py:480 +#: superset/initialization/__init__.py:232 +#: superset/initialization/__init__.py:256 +#: superset/initialization/__init__.py:268 +#: superset/initialization/__init__.py:318 +#: superset/initialization/__init__.py:446 +#: superset/initialization/__init__.py:455 +#: superset/initialization/__init__.py:470 +#: superset/initialization/__init__.py:482 msgid "Manage" msgstr "" @@ -5669,8 +6892,8 @@ msgstr "" msgid "Manage Email Reports for Dashboards" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:720 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:749 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 msgid "Mandatory" msgstr "" @@ -5678,6 +6901,20 @@ msgstr "" msgid "Mangle Duplicate Columns" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +msgid "Map" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +msgid "Map Style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +msgid "MapBox" +msgstr "" + #: superset/viz.py:2285 msgid "Mapbox" msgstr "" @@ -5709,8 +6946,28 @@ msgstr "" msgid "Marker Size" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 -msgid "Marker size" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 +msgid "Marker labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 +msgid "Marker line labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 +msgid "Marker lines" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +msgid "Marker size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 +msgid "Markers" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +msgid "Markup type" msgstr "" #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 @@ -5719,6 +6976,11 @@ msgstr "" msgid "Max" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +msgid "Max Bubble Size" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 msgid "Max Events" msgstr "" @@ -5727,6 +6989,14 @@ msgstr "" msgid "Maximize chart" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266 +msgid "Maximum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +msgid "Maximum Font Size" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 msgid "Maximum value on the gauge axis" msgstr "" @@ -5751,6 +7021,10 @@ msgid "" "smallest" msgstr "" +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" +msgstr "" + #: superset-frontend/src/components/ReportModal/index.tsx:275 msgid "Message Content" msgstr "" @@ -5792,6 +7066,7 @@ msgstr "" #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84 #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97 #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036 #: superset-frontend/src/explore/controls.jsx:167 @@ -5800,12 +7075,16 @@ msgstr "" msgid "Metric" msgstr "" -#: superset/connectors/sqla/models.py:1080 -#: superset/connectors/sqla/models.py:1510 +#: superset/connectors/sqla/models.py:1079 +#: superset/connectors/sqla/models.py:1509 #, python-format msgid "Metric '%(metric)s' does not exist" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +msgid "Metric ascending" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407 #: superset-frontend/src/explore/controls.jsx:422 @@ -5822,10 +7101,18 @@ msgstr "" msgid "Metric change in value from `since` to `until`" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +msgid "Metric descending" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 msgid "Metric factor change from `since` to `until`" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +msgid "Metric for Color" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 msgid "Metric for node values" msgstr "" @@ -5839,6 +7126,18 @@ msgstr "" msgid "Metric percent change in value from `since` to `until`" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +msgid "Metric that defines the color of the country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +msgid "Metric to display bottom title" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 msgid "Metric to sort the results by" msgstr "" @@ -5876,6 +7175,10 @@ msgid "" "from only data within the row limit." msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +msgid "Midnight" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 #: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112 msgid "Min" @@ -5907,6 +7210,14 @@ msgstr "" msgid "Minimize chart" msgstr "" +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260 +msgid "Minimum" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +msgid "Minimum Font Size" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 msgid "Minimum leaf node event count" msgstr "" @@ -5937,6 +7248,11 @@ msgstr "" msgid "Minute" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#, python-format +msgid "Minutes %s" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 msgid "Missing Required Fields" msgstr "" @@ -5946,6 +7262,10 @@ msgstr "" msgid "Missing dataset" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +msgid "Mixed Time-Series" +msgstr "" + #: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128 #: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312 #: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309 @@ -5983,6 +7303,11 @@ msgstr "" msgid "Month" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#, python-format +msgid "Months %s" +msgstr "" + #: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238 msgid "More dataset related options" msgstr "" @@ -5996,10 +7321,41 @@ msgstr "" msgid "Moves the given set of dates by a specified interval." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +msgid "Multi-Dimensions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +msgid "Multi-Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +msgid "Multi-Levels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30 +msgid "Multi-Variables" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 msgid "Multiple" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +msgid "Multiple Line Charts" +msgstr "" + #: superset/views/database/views.py:439 msgid "" "Multiple file extensions are not allowed for columnar uploads. Please " @@ -6012,6 +7368,11 @@ msgid "" "details" msgstr "" +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Multiple select" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 msgid "Multiple selections allowed, otherwise filter is limited to a single value" msgstr "" @@ -6028,7 +7389,7 @@ msgstr "" msgid "Must have at least one numeric column specified" msgstr "" -#: superset/connectors/sqla/models.py:1304 +#: superset/connectors/sqla/models.py:1303 msgid "Must specify a value for filters with comparison operators" msgstr "" @@ -6058,7 +7419,7 @@ msgstr "" #: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211 #: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230 #: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:716 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722 #: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233 #: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131 #: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131 @@ -6068,8 +7429,8 @@ msgstr "" msgid "Name" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:756 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:762 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785 msgid "Name is required" msgstr "" @@ -6114,6 +7475,11 @@ msgstr "" msgid "Name your database" msgstr "" +#: superset-frontend/src/chart/chartReducer.ts:106 +#: superset-frontend/src/chart/chartReducer.ts:170 +msgid "Network error." +msgstr "" + #: superset/templates/appbuilder/navbar_right.html:35 msgid "New" msgstr "" @@ -6152,6 +7518,10 @@ msgstr "" msgid "Next" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +msgid "Nightingale Rose Chart" +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 @@ -6233,6 +7603,7 @@ msgid "No favorite dashboards yet, go click on stars!" 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 msgid "No filter" msgstr "" @@ -6241,6 +7612,10 @@ msgstr "" msgid "No filter is selected." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +msgid "No of Bins" +msgstr "" + #: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49 msgid "No query history yet..." msgstr "" @@ -6288,7 +7663,7 @@ 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:622 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124 msgid "None" msgstr "" @@ -6301,6 +7676,20 @@ msgstr "" msgid "None -> None" 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" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +msgid "Normalize Across" +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" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81 msgid "Not Time Series" msgstr "" @@ -6331,6 +7720,10 @@ msgstr "" msgid "November" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +msgid "Now" +msgstr "" + #: superset/datasets/filters.py:26 msgid "Null or Empty" msgstr "" @@ -6339,9 +7732,20 @@ msgstr "" msgid "Null values" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 +msgid "Number Format" +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 @@ -6354,6 +7758,14 @@ msgstr "" msgid "Number of decimal digits to round numbers to" 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" +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" +msgstr "" + #: superset/views/database/forms.py:194 superset/views/database/forms.py:335 msgid "Number of rows of file to read." msgstr "" @@ -6366,7 +7778,15 @@ msgstr "" msgid "Number of split segments on the axis" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +msgid "Number of steps to take between ticks when displaying the X scale" +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" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 msgid "Numerical range" msgstr "" @@ -6375,7 +7795,7 @@ msgid "OCT" msgstr "" #: superset-frontend/src/components/Modal/Modal.tsx:198 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:783 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 msgid "OK" msgstr "" @@ -6426,6 +7846,12 @@ msgstr "" msgid "One or many columns to pivot as columns" 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." +msgstr "" + #: superset-frontend/src/explore/controls.jsx:246 msgid "One or many controls to pivot as columns" msgstr "" @@ -6472,7 +7898,7 @@ msgstr "" msgid "One or more parameters specified in the query are missing." msgstr "" -#: superset/views/core.py:2077 +#: superset/views/core.py:2075 msgid "" "One or more required fields are missing in the request. Please try again," " and if the problem persists conctact your administrator." @@ -6514,8 +7940,9 @@ msgstr "" msgid "Only the following file extensions are allowed: %(allowed_extensions)s" 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:631 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 msgid "Opacity" msgstr "" @@ -6525,11 +7952,15 @@ msgstr "" msgid "Opacity of Area Chart. Also applies to confidence band." 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." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 msgid "Opacity of area chart." msgstr "" -#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:530 +#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550 msgid "Open Datasource tab" msgstr "" @@ -6578,7 +8009,7 @@ msgstr "" msgid "Optional name of the data column." msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1112 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135 msgid "" "Optional time column if time range should apply to another column than " "the default time column" @@ -6588,9 +8019,16 @@ msgstr "" msgid "Optional warning about use of this metric" 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" msgstr "" @@ -6614,10 +8052,20 @@ msgstr "" msgid "Orientation of tree" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 +#: superset-frontend/src/explore/constants.ts:116 +msgid "Origin" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +msgid "Original" +msgstr "" + #: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 msgid "Original table column order" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29 #: superset/db_engine_specs/base.py:85 msgid "Original value" msgstr "" @@ -6714,6 +8162,10 @@ msgstr "" msgid "Page length" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" +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 @@ -6730,6 +8182,7 @@ msgstr "" msgid "Pandas resample rule" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30 #: superset/viz.py:2182 msgid "Parallel Coordinates" msgstr "" @@ -6738,6 +8191,7 @@ msgstr "" msgid "Parameter error" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64 #: superset/views/chart/mixin.py:84 msgid "Parameters" msgstr "" @@ -6750,12 +8204,12 @@ msgstr "" msgid "Parent" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:621 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1014 +#: 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" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1022 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045 msgid "Parent filter is required" msgstr "" @@ -6763,6 +8217,19 @@ msgstr "" msgid "Parse Dates" 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" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Partition Chart" +msgstr "" + #: superset/viz.py:3035 msgid "Partition Diagram" msgstr "" @@ -6782,7 +8249,7 @@ msgid "" msgstr "" #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130 -#: superset/db_engine_specs/base.py:1376 +#: superset/db_engine_specs/base.py:1389 msgid "Password" msgstr "" @@ -6790,6 +8257,13 @@ msgstr "" msgid "Paste the shareable Google Sheet URL here" 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" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108 msgid "Percent Change" msgstr "" @@ -6802,6 +8276,20 @@ msgstr "" msgid "Percentage threshold" 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" +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 @@ -6876,7 +8364,7 @@ msgstr "" msgid "Pick a time granularity for your time series" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:505 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 msgid "Pick a title for you annotation." msgstr "" @@ -6892,12 +8380,21 @@ msgstr "" msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:516 +#: 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." msgstr "" +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" +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" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 msgid "Pie shape" msgstr "" @@ -6906,10 +8403,19 @@ msgstr "" msgid "Pin" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56 +msgid "Pivot Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30 #: superset/viz.py:862 msgid "Pivot Table" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 +msgid "Pivot Table v2" +msgstr "" + #: superset/utils/pandas_postprocessing.py:260 msgid "Pivot operation must include at least one aggregate" msgstr "" @@ -6918,6 +8424,18 @@ msgstr "" msgid "Pivot operation requires at least one index" msgstr "" +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +msgid "Pivoted" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83 +msgid "Pixel height of each series" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28 +msgid "Please apply filter changes" +msgstr "" + #: superset/sqllab/query_render.py:116 msgid "" "Please check your query and confirm that all template parameters are " @@ -6925,7 +8443,7 @@ msgid "" "your query again." msgstr "" -#: superset/db_engine_specs/athena.py:54 +#: 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 @@ -7022,22 +8540,60 @@ msgstr "" msgid "Please verify that port is open to connect." msgstr "" -#: superset/initialization/__init__.py:252 +#: 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." +msgstr "" + +#: superset/initialization/__init__.py:254 msgid "Plugins" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +msgid "Point Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +msgid "Point Radius Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +msgid "Points" +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" +msgstr "" + #: superset/views/sql_lab.py:74 msgid "Pop Tab Link" 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" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:169 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170 msgid "Populate \"Default value\" to enable this control" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" +msgstr "" + #: superset/db_engine_specs/mssql.py:87 #: superset/db_engine_specs/postgres.py:132 #: superset/db_engine_specs/presto.py:213 @@ -7058,23 +8614,31 @@ msgstr "" msgid "Position of child node label on tree" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +msgid "Position of column level subtotal" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 msgid "Position of intermidiate node label on tree" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293 +msgid "Position of row level subtotal" +msgstr "" + #: superset-frontend/src/components/Menu/MenuRight.tsx:180 msgid "Powered by Apache Superset" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1073 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096 msgid "Pre-filter" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1038 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061 msgid "Pre-filter available values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:601 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623 msgid "Pre-filter is required" msgstr "" @@ -7085,10 +8649,27 @@ msgid "" "`Enable Filter Select` is on." 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" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 msgid "Predictive Analytics" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 +msgid "Prefix metric name with slice name" +msgstr "" + #: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 msgid "Preview" msgstr "" @@ -7098,6 +8679,7 @@ msgstr "" msgid "Preview: `%s`" 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" @@ -7107,6 +8689,10 @@ msgstr "" msgid "Primary" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +msgid "Primary Metric" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248 msgid "Primary or secondary y-axis" msgstr "" @@ -7128,6 +8714,27 @@ msgstr "" msgid "Progress" 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" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +msgid "Propagate" +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" +msgstr "" + #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 msgid "Public and privately shared sheets" msgstr "" @@ -7143,6 +8750,7 @@ msgstr "" msgid "Published" 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" msgstr "" @@ -7151,6 +8759,14 @@ msgstr "" msgid "Put the labels outside of the pie?" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +msgid "Put the labels outside the pie?" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" +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 @@ -7169,11 +8785,41 @@ msgstr "" msgid "Quarter" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#, python-format +msgid "Quarters %s" +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 @@ -7187,8 +8833,16 @@ msgstr "" #: 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" msgstr "" @@ -7208,11 +8862,12 @@ msgstr "" msgid "Query B" msgstr "" -#: superset/initialization/__init__.py:339 +#: superset/initialization/__init__.py:341 msgid "Query History" 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" msgstr "" @@ -7247,6 +8902,10 @@ msgstr "" msgid "Query was stopped" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:407 +msgid "Query was stopped." +msgstr "" + #: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 #: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 msgid "RANGE TYPE" @@ -7256,10 +8915,18 @@ msgstr "" msgid "REPORT NAME ERROR" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +msgid "RGB Color" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 msgid "Radar" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +msgid "Radar Chart" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 msgid "Radar render type, whether to display 'circle' shape." msgstr "" @@ -7273,10 +8940,49 @@ msgstr "" msgid "Ran %s" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:293 +#: 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" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 +#: superset-frontend/src/filters/components/Range/index.ts:28 msgid "Range filter" msgstr "" +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 +msgid "Range labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 +msgid "Ranges" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 +msgid "Ranges to highlight with shading" +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" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63 +msgid "Ratio" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +msgid "Raw records" +msgstr "" + #: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 msgid "Ready to review filters in this dashboard?" msgstr "" @@ -7368,7 +9074,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: superset/initialization/__init__.py:540 +#: superset/initialization/__init__.py:542 msgid "Refresh Druid Metadata" msgstr "" @@ -7393,7 +9099,7 @@ msgstr "" msgid "Refresh interval" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:953 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976 msgid "Refresh the default values" msgstr "" @@ -7413,6 +9119,23 @@ msgid "" "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" +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/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +msgid "Relative Date/Time" +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" @@ -7427,7 +9150,7 @@ msgstr "" msgid "Remind me in 24 hours" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:765 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 msgid "Remove" msgstr "" @@ -7456,11 +9179,28 @@ msgstr "" msgid "Rename tab" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +msgid "Rendering" +msgstr "" + #: superset/views/database/forms.py:146 superset/views/database/forms.py:299 #: superset/views/database/forms.py:427 msgid "Replace" 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" +msgstr "" + #: superset/reports/commands/exceptions.py:118 msgid "Report Schedule could not be created." msgstr "" @@ -7567,7 +9307,7 @@ msgid "Request Permissions" msgstr "" #: superset/charts/data/api.py:145 superset/charts/data/api.py:233 -#: superset/charts/data/api.py:296 +#: superset/charts/data/api.py:297 #, python-format msgid "Request is incorrect: %(error)s" msgstr "" @@ -7576,7 +9316,7 @@ msgstr "" msgid "Request is not JSON" msgstr "" -#: superset/views/datasource/views.py:70 +#: superset/views/datasource/views.py:71 msgid "Request missing data field." msgstr "" @@ -7584,6 +9324,12 @@ msgstr "" #: 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" msgstr "" @@ -7603,7 +9349,7 @@ msgstr "" msgid "Results" msgstr "" -#: superset/sql_lab.py:375 superset/views/core.py:2253 +#: superset/sql_lab.py:375 superset/views/core.py:2251 msgid "Results backend is not configured." msgstr "" @@ -7630,6 +9376,7 @@ msgid "Rich tooltip" 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" msgstr "" @@ -7642,6 +9389,10 @@ msgstr "" msgid "Right Axis Metric" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 +msgid "Right Axis chart(s)" +msgstr "" + #: superset-frontend/src/explore/controls.jsx:215 msgid "Right axis metric" msgstr "" @@ -7658,7 +9409,7 @@ msgstr "" msgid "Role" msgstr "" -#: superset/views/core.py:388 +#: superset/views/core.py:389 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" @@ -7731,6 +9482,10 @@ msgstr "" msgid "Rotate x axis label" msgstr "" +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +msgid "Rotation to apply to words in the cloud" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 msgid "Round cap" msgstr "" @@ -7739,7 +9494,7 @@ msgstr "" msgid "Row" msgstr "" -#: superset/initialization/__init__.py:272 +#: superset/initialization/__init__.py:274 msgid "Row Level Security" msgstr "" @@ -7758,6 +9513,8 @@ msgstr "" msgid "Row limit" 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" msgstr "" @@ -7767,6 +9524,10 @@ msgstr "" msgid "Rows per page, 0 means no pagination" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285 +msgid "Rows subtotal position" +msgstr "" + #: superset/views/database/forms.py:193 superset/views/database/forms.py:334 msgid "Rows to Read" msgstr "" @@ -7833,7 +9594,7 @@ msgstr "" msgid "SQL Copied!" msgstr "" -#: superset/initialization/__init__.py:324 +#: superset/initialization/__init__.py:326 msgid "SQL Editor" msgstr "" @@ -7841,8 +9602,8 @@ msgstr "" msgid "SQL Expression" msgstr "" -#: superset/initialization/__init__.py:329 -#: superset/initialization/__init__.py:344 +#: superset/initialization/__init__.py:331 +#: superset/initialization/__init__.py:346 msgid "SQL Lab" msgstr "" @@ -7901,6 +9662,14 @@ msgstr "" msgid "Sankey" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 msgid "Saturday" msgstr "" @@ -7992,7 +9761,7 @@ msgstr "" msgid "Saved" msgstr "" -#: superset/initialization/__init__.py:332 +#: superset/initialization/__init__.py:334 msgid "Saved Queries" msgstr "" @@ -8004,6 +9773,7 @@ msgstr "" msgid "Saved metric" 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" @@ -8031,10 +9801,21 @@ msgstr "" msgid "Scale only" msgstr "" -#: superset/initialization/__init__.py:527 +#: superset/initialization/__init__.py:529 msgid "Scan New Datasources" 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" +msgstr "" + +#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 +msgid "Scatter Plot" +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 @@ -8104,7 +9885,7 @@ msgstr "" msgid "Schemas allowed for CSV upload" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:254 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256 msgid "Scoping" msgstr "" @@ -8140,6 +9921,7 @@ msgid "Search all dashboards" 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" msgstr "" @@ -8163,6 +9945,10 @@ msgstr "" msgid "Secondary" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +msgid "Secondary Metric" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392 msgid "Secondary y-axis format" msgstr "" @@ -8171,6 +9957,11 @@ msgstr "" msgid "Secondary y-axis title" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#, python-format +msgid "Seconds %s" +msgstr "" + #: superset/views/database/mixins.py:197 msgid "Secure Extra" msgstr "" @@ -8180,9 +9971,9 @@ msgstr "" msgid "Secure extra" msgstr "" -#: superset/initialization/__init__.py:274 -#: superset/initialization/__init__.py:419 -#: superset/initialization/__init__.py:491 +#: superset/initialization/__init__.py:276 +#: superset/initialization/__init__.py:421 +#: superset/initialization/__init__.py:493 msgid "Security" msgstr "" @@ -8259,6 +10050,11 @@ msgstr "" msgid "Select any columns for metadata inspection" 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" +msgstr "" + #: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 msgid "Select color scheme" msgstr "" @@ -8281,10 +10077,21 @@ msgid "" "requirements your databases has " msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:292 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/filters/components/Select/index.ts:28 msgid "Select filter" msgstr "" +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +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)" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 msgid "Select operator" msgstr "" @@ -8327,6 +10134,15 @@ msgstr "" msgid "Select table or type table name" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +msgid "Select the number of bins for the histogram" +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" +msgstr "" + #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340 msgid "Send as CSV" msgstr "" @@ -8339,16 +10155,31 @@ msgstr "" msgid "Send as text" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +msgid "Send range filter events to other charts" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 msgid "September" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Sequential" +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" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71 +msgid "Series Height" +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" @@ -8404,7 +10235,7 @@ msgid "Share" msgstr "" #: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:155 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175 msgid "Share chart by email" msgstr "" @@ -8412,6 +10243,10 @@ msgstr "" msgid "Share dashboard by email" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221 +msgid "Shared query" +msgstr "" + #: superset/views/database/forms.py:272 msgid "Sheet Name" msgstr "" @@ -8446,6 +10281,10 @@ msgstr "" msgid "Show Annotation Layer" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +msgid "Show Bubbles" +msgstr "" + #: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 msgid "Show CREATE VIEW statement" msgstr "" @@ -8494,6 +10333,7 @@ msgstr "" msgid "Show Druid time origin" 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 @@ -8517,6 +10357,10 @@ msgstr "" msgid "Show Metric" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 +msgid "Show Metric Names" +msgstr "" + #: superset/views/alerts.py:76 msgid "Show Observation" msgstr "" @@ -8561,6 +10405,8 @@ msgstr "" msgid "Show Value" 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" msgstr "" @@ -8582,14 +10428,28 @@ msgstr "" msgid "Show cell bars" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161 +msgid "Show columns total" +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/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." +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 msgid "Show info tooltip" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +msgid "Show label" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 msgid "Show labels when the node has children." msgstr "" @@ -8606,6 +10466,10 @@ msgstr "" msgid "Show less..." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +msgid "Show percentage" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 msgid "Show pointer" msgstr "" @@ -8614,6 +10478,10 @@ msgstr "" msgid "Show progress" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149 +msgid "Show rows total" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109 msgid "Show series values on the chart" msgstr "" @@ -8640,24 +10508,70 @@ msgid "" " apply to the result." 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" 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/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." 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/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." 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 +#: 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." +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-preset-chart-nvd3/src/Bullet/index.js:27 +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/explore/components/DatasourcePanel/index.tsx:305 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338 +#, python-format +msgid "Showing %s of %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152 +msgid "Shows a list of all series available at that point in time" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 +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." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72 +msgid "Significance Level" +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" msgstr "" @@ -8669,6 +10583,23 @@ msgstr "" msgid "Single" 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/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234 +msgid "Single Value" +msgstr "" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:65 +msgid "Single value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251 +msgid "Single value type" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 msgid "Size of edge symbols" msgstr "" @@ -8683,6 +10614,10 @@ msgstr "" msgid "Size of marker. Also applies to forecast observations." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" +msgstr "" + #: superset/views/database/forms.py:199 msgid "Skip Blank Lines" msgstr "" @@ -8711,6 +10646,12 @@ msgstr "" msgid "Slug" 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" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 msgid "Small number format" msgstr "" @@ -8724,13 +10665,17 @@ msgstr "" msgid "Sorry there was an error fetching database information: %s" msgstr "" +#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +msgid "Sorry there was an error fetching saved charts: " +msgstr "" + #: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273 #: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 msgid "Sorry, An error occurred" msgstr "" #: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:114 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126 msgid "Sorry, something went wrong. Try again later." msgstr "" @@ -8738,10 +10683,16 @@ msgstr "" msgid "Sorry, there appears to be no data" msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:238 +#, python-format +msgid "Sorry, there was an error saving this dashboard: %s" +msgstr "" + #: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55 -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103 +#: 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." msgstr "" @@ -8754,8 +10705,18 @@ msgstr "" msgid "Sort" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92 +msgid "Sort Bars" +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 @@ -8767,15 +10728,28 @@ msgstr "" msgid "Sort Descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1175 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198 msgid "Sort Metric" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1165 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +msgid "Sort X Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +msgid "Sort Y Axis" +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" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95 +msgid "Sort bars by x labels." +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 @@ -8788,10 +10762,17 @@ msgstr "" msgid "Sort by %s" 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" msgstr "" @@ -8799,32 +10780,47 @@ msgstr "" msgid "Sort columns alphabetically" msgstr "" +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257 +msgid "Sort columns by" +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:1166 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189 #: superset-frontend/src/explore/controlPanels/sections.tsx:125 msgid "Sort descending" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1144 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167 msgid "Sort filter values" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188 +#: 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" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229 +msgid "Sort rows by" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181 msgid "Sort type" 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" 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" +msgstr "" + #: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 msgid "Source SQL" msgstr "" @@ -8837,6 +10833,10 @@ msgstr "" msgid "Spatial" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Specific Date/Time" +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)." @@ -8866,10 +10866,28 @@ msgstr "" msgid "Stack series on top of each other" 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" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 msgid "Stacked Bars" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +msgid "Stacked Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 msgid "Standard time series" msgstr "" @@ -8911,6 +10929,11 @@ msgstr "" msgid "State" 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" +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 @@ -8942,11 +10965,20 @@ msgstr "" msgid "Strength to pull the graph toward center" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" +msgstr "" + #: superset/views/database/forms.py:273 msgid "Strings used for sheet names (default is the first sheet)." msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Structural" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 msgid "Style" msgstr "" @@ -8954,6 +10986,18 @@ msgstr "" msgid "Style the ends of the progress bar with a round cap" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 +msgid "Subdomain" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46 +msgid "Subheader" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62 +msgid "Subheader Font Size" +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 @@ -8972,11 +11016,15 @@ msgstr "" msgid "Sunburst" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 +msgid "Sunburst Chart" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 msgid "Sunday" msgstr "" -#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:109 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121 msgid "Superset Chart" msgstr "" @@ -9001,6 +11049,25 @@ msgstr "" msgid "Supported databases" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +msgid "Swap Groups and Columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175 +msgid "Swap rows and columns" +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." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 msgid "Symbol" msgstr "" @@ -9043,13 +11110,23 @@ msgstr "" msgid "Tab name" msgstr "" +#: superset-frontend/src/dashboard/util/newComponentFactory.js:56 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:57 +msgid "Tab title" +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" msgstr "" -#: superset/views/core.py:1763 +#: superset/views/core.py:1761 #, python-format msgid "Table %(table)s wasn't found in the database %(db)s" msgstr "" @@ -9089,6 +11166,12 @@ msgstr "" msgid "Table name undefined" 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/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 @@ -9099,14 +11182,32 @@ msgstr "" msgid "Tabs" 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" +msgstr "" + #: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 msgid "Tags" 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-chord/src/controlPanel.ts:66 #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 msgid "Target" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67 +msgid "Target aspect ratio for treemap tiles." +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 msgid "Target category" msgstr "" @@ -9125,6 +11226,12 @@ msgstr "" msgid "Template parameters" 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." +msgstr "" + #: superset/models/sql_types/base.py:54 #, python-format msgid "Temporal expression not supported for type: %(col_type)s" @@ -9145,6 +11252,10 @@ msgstr "" msgid "Test connection" msgstr "" +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35 +msgid "Text" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 msgid "Text align" msgstr "" @@ -9176,7 +11287,7 @@ msgid "" "that \"Type of google sheet allowed\" selection matches the input" msgstr "" -#: superset/views/core.py:353 +#: superset/views/core.py:354 msgid "The access requests seem to have been deleted" msgstr "" @@ -9198,6 +11309,21 @@ msgstr "" msgid "The chart does not exist" 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." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +msgid "The color for points and clusters in RGB" +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" @@ -9213,11 +11339,17 @@ msgstr "" msgid "The column was deleted or renamed in the database." 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/src/dashboard/components/PropertiesModal/index.jsx:327 msgid "The dashboard has been saved" msgstr "" -#: superset/views/core.py:181 +#: superset/views/core.py:182 msgid "The data source seems to have been deleted" msgstr "" @@ -9258,7 +11390,7 @@ msgstr "" msgid "The database was deleted." msgstr "" -#: superset/views/core.py:2087 superset/views/core.py:2157 +#: superset/views/core.py:2085 superset/views/core.py:2155 msgid "The database was not found." msgstr "" @@ -9270,7 +11402,7 @@ msgid "" "objects." msgstr "" -#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:259 +#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268 msgid "The dataset associated with this chart no longer exists" msgstr "" @@ -9292,6 +11424,10 @@ msgstr "" msgid "The dataset linked to this chart may have been deleted." msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283 +msgid "The datasource couldn't be loaded" +msgstr "" + #: superset/errors.py:92 msgid "The datasource is too large to query." msgstr "" @@ -9302,6 +11438,10 @@ msgid "" " Supports markdown." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 +msgid "The distance between cells, in pixels" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772 msgid "The duration of time in seconds before the cache is invalidated" msgstr "" @@ -9435,6 +11575,10 @@ msgid "" "periods" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 +msgid "The number color \"steps\"" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781 msgid "" "The number of hours, negative or positive, to shift the time column. This" @@ -9522,6 +11666,15 @@ msgid "" "needed." 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." +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 " @@ -9543,6 +11696,18 @@ msgstr "" msgid "The pattern of timestamp format. For strings use " 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." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 +msgid "The pixel radius" +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" @@ -9562,7 +11727,11 @@ msgstr "" msgid "The port number is invalid." msgstr "" -#: superset/views/core.py:2332 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" + +#: superset/views/core.py:2330 msgid "The provided `rows` argument is not a valid integer." msgstr "" @@ -9570,7 +11739,7 @@ msgstr "" msgid "The query associated with the results was deleted." msgstr "" -#: superset/views/core.py:2282 +#: superset/views/core.py:2280 msgid "" "The query associated with these results could not be find. You need to " "re-run the original query." @@ -9580,6 +11749,10 @@ msgstr "" msgid "The query contains one or more malformed template parameters." msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +msgid "The query couldn't be loaded" +msgstr "" + #: superset/errors.py:129 msgid "The query has a syntax error." msgstr "" @@ -9595,6 +11768,24 @@ msgid "" "complex, or the database might be under heavy load." 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." +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" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:111 +msgid "The report has been created" +msgstr "" + #: superset/errors.py:130 msgid "The results backend no longer has the data from the query." msgstr "" @@ -9629,6 +11820,10 @@ msgstr "" msgid "The schema was deleted or renamed in the database." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 +msgid "The size of the square cell, in pixels" +msgstr "" + #: superset/errors.py:114 msgid "The submitted payload has the incorrect format." msgstr "" @@ -9698,12 +11893,26 @@ msgid "" " the start and/or end time." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +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-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +msgid "The time unit used for the grouping of blocks" +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" msgstr "" -#: superset/views/core.py:182 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +msgid "The unit of measure for the specified point radius" +msgstr "" + +#: superset/views/core.py:183 msgid "The user seems to have been deleted" msgstr "" @@ -9717,6 +11926,8 @@ msgid "The username provided when connecting to a database is not valid." 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" msgstr "" @@ -9757,6 +11968,17 @@ msgid "" "have been deleted?" 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." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:522 +#, python-format +msgid "There was an error fetching the favorite status: %s" +msgstr "" + #: superset-frontend/src/views/CRUD/utils.tsx:181 msgid "There was an error fetching your recent activity:" msgstr "" @@ -9769,6 +11991,11 @@ msgstr "" msgid "There was an error loading the tables" msgstr "" +#: superset-frontend/src/views/CRUD/hooks.ts:543 +#, python-format +msgid "There was an error saving the favorite status: %s" +msgstr "" + #: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 msgid "There was an error with your request" msgstr "" @@ -9830,6 +12057,18 @@ msgstr "" msgid "There was an issue deleting: %s" msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:100 +msgid "There was an issue favoriting this dashboard." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:68 +msgid "There was an issue fetching reports attached to this dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:79 +msgid "There was an issue fetching the favorite status of this dashboard." +msgstr "" + #: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195 #, python-format msgid "There was an issue fetching your recent activity: %s" @@ -9915,14 +12154,22 @@ msgid "" "mydatabase.com)." msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +msgid "This chart has been moved to a different filter scope." +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)" +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" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:475 -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:491 +#: 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." msgstr "" @@ -9946,22 +12193,38 @@ msgid "" "dashboards. Click here to publish this dashboard." msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:125 +msgid "This dashboard is now hidden" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:124 +msgid "This dashboard is now published" +msgstr "" + #: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 msgid "This dashboard is published. Click to make it a draft." msgstr "" -#: superset/views/core.py:1275 +#: superset/views/core.py:1273 msgid "" "This dashboard was changed recently. Please reload dashboard to get " "latest version." msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:231 +msgid "This dashboard was saved successfully." +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" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +msgid "This defines the level of the hierarchy" +msgstr "" + #: superset/views/alerts.py:232 superset/views/schedules.py:253 #: superset/views/schedules.py:334 msgid "" @@ -10020,7 +12283,7 @@ msgstr "" msgid "This query took %s seconds to run, " msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:461 +#: 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." @@ -10052,27 +12315,66 @@ msgstr "" msgid "This was triggered by:" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +msgid "Threshold alpha level for determining significance" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 msgid "Thursday" 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" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +msgid "Time Column" +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" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 +msgid "Time Format" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +msgid "Time Grain" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +msgid "Time Granularity" +msgstr "" + #: superset/connectors/druid/views.py:350 msgid "Time Offset" msgstr "" +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +msgid "Time Range" +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86 msgid "Time Series" msgstr "" @@ -10127,16 +12429,22 @@ msgstr "" msgid "Time Table View" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1109 +#: 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" msgstr "" -#: superset/connectors/sqla/models.py:1174 +#: superset/connectors/sqla/models.py:1173 #, python-format msgid "Time column \"%(col)s\" does not exist in dataset" msgstr "" +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 #: superset-frontend/src/explore/controlPanels/sections.tsx:201 msgid "Time comparison" @@ -10157,7 +12465,8 @@ msgid "" "filter will be populated based on the distinct value over the past week" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: superset-frontend/src/filters/components/Time/index.ts:27 msgid "Time filter" msgstr "" @@ -10165,21 +12474,32 @@ msgstr "" msgid "Time format" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296 +#: 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" msgstr "" +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +msgid "Time grain filter plugin" +msgstr "" + #: superset/utils/pandas_postprocessing.py:815 msgid "Time grain missing" msgstr "" +#: superset-frontend/src/explore/constants.ts:117 +msgid "Time granularity" +msgstr "" + #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 #: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282 msgid "Time in seconds" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294 -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1082 +#: 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" msgstr "" @@ -10201,6 +12521,7 @@ msgid "Time related form attributes" msgstr "" #: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/explore/controlPanels/TimeTable.js:38 msgid "Time series columns" msgstr "" @@ -10216,83 +12537,214 @@ msgid "" "[%(human_readable)s later]." msgstr "" -#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 -msgid "Timeout error" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +msgid "Time-series Area Chart" 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/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." msgstr "" -#: superset-frontend/src/components/ReportModal/index.tsx:378 -#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 -msgid "Timezone" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart" msgstr "" -#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 -msgid "Timezone offset (in hours) for this datasource" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75 +msgid "Time-series Bar Chart v2" msgstr "" -#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 -msgid "Timezone selector" +#: 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." 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/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +msgid "Time-series Chart" msgstr "" -#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:504 -msgid "Title Column" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70 +msgid "Time-series Line Chart" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 -msgid "Title is required" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +msgid "Time-series Percent Change" msgstr "" -#: superset/dashboards/filters.py:33 -msgid "Title or Slug" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +msgid "Time-series Period Pivot" msgstr "" -#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 -msgid "To filter on a metric, use Custom SQL tab." +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69 +msgid "Time-series Scatter Plot" msgstr "" -#: superset/views/dashboard/mixin.py:58 -msgid "To get a readable URL for your dashboard" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +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." msgstr "" -#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 -msgid "Toggle chart description" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69 +msgid "Time-series Smooth Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 -msgid "Tooltip" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +msgid "" +"Time-series Smooth-line is a variation of line chart. Without angles and " +"hard edges, Smooth-line looks more smarter and more professional." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 -msgid "Tooltip sort by metric" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60 +msgid "Time-series Stepped Line" msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 -msgid "Tooltip time format" +#: 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." msgstr "" -#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 -msgid "Top to Bottom" +#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25 +msgid "Time-series Table" msgstr "" -#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 -msgid "Totals" +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +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" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60 +msgid "Timestamp Format" +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" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:378 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223 +msgid "Timezone" +msgstr "" + +#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +msgid "Timezone selector" +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" +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" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +msgid "Title Column" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45 +msgid "Title is required" +msgstr "" + +#: superset/dashboards/filters.py:33 +msgid "Title or Slug" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/views/dashboard/mixin.py:58 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280 +msgid "Toggle chart description" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +msgid "Tools" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184 +msgid "Tooltip" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172 +msgid "Tooltip sort by metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162 +msgid "Tooltip time format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +msgid "Top" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +msgid "Top to Bottom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439 +msgid "Totals" msgstr "" #: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820 msgid "Track job" 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" +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110 +msgid "Transpose Pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173 +msgid "Transpose pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 +msgid "Tree Chart" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 msgid "Tree layout" msgstr "" @@ -10301,10 +12753,27 @@ msgstr "" msgid "Tree orientation" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40 #: superset/viz.py:1003 msgid "Treemap" msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +msgid "Treemap v2" +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" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 msgid "Triangle" msgstr "" @@ -10381,6 +12850,19 @@ msgstr "" msgid "Type or Select [%s]" 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" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/TimeTable.js:51 +msgid "URL" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 msgid "URL Parameters" msgstr "" @@ -10397,6 +12879,10 @@ msgstr "" msgid "URL slug" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:531 +msgid "Unable to add a new tab to the backend. Please contact your administrator." +msgstr "" + #: superset/db_engine_specs/presto.py:218 #, python-format msgid "Unable to connect to catalog named \"%(catalog_name)s\"." @@ -10413,6 +12899,24 @@ msgstr "" msgid "Unable to find such a holiday: [%(holiday)s]" 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." +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." +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." +msgstr "" + #: superset/connectors/sqla/views.py:641 #, python-format msgid "Unable to refresh metadata for the following table(s): %(tables)s" @@ -10458,10 +12962,14 @@ msgstr "" msgid "Unexpected error" msgstr "" -#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1393 +#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391 msgid "Unexpected error occurred, please check your logs for details" msgstr "" +#: superset-frontend/src/utils/getClientErrorObject.ts:55 +msgid "Unexpected error: " +msgstr "" + #: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95 msgid "Unknown" msgstr "" @@ -10471,7 +12979,7 @@ msgstr "" msgid "Unknown MySQL server host \"%(hostname)s\"." msgstr "" -#: superset/db_engine_specs/presto.py:1008 +#: superset/db_engine_specs/presto.py:1005 msgid "Unknown Presto Error" msgstr "" @@ -10479,11 +12987,20 @@ msgstr "" msgid "Unknown Status" msgstr "" -#: superset/connectors/sqla/models.py:1122 +#: superset/connectors/sqla/models.py:1121 #, python-format msgid "Unknown column used in orderby: %(col)s" msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:349 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:389 +msgid "Unknown error" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45 +msgid "Unknown value" +msgstr "" + #: superset/jinja_context.py:347 #, python-format msgid "Unsafe return type for function %(func)s: %(value_type)s" @@ -10534,6 +13051,7 @@ msgid "Untitled Query %s" msgstr "" #: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 msgid "Untitled query" msgstr "" @@ -10541,6 +13059,10 @@ msgstr "" msgid "Update" msgstr "" +#: superset-frontend/src/chart/chartReducer.ts:82 +msgid "Updating chart was stopped" +msgstr "" + #: superset/templates/superset/import_dashboards.html:63 msgid "Upload" msgstr "" @@ -10549,7 +13071,7 @@ msgstr "" msgid "Upload Credentials" msgstr "" -#: superset/initialization/__init__.py:398 +#: superset/initialization/__init__.py:400 msgid "Upload Excel" msgstr "" @@ -10557,11 +13079,11 @@ msgstr "" msgid "Upload JSON file" msgstr "" -#: superset/initialization/__init__.py:367 +#: superset/initialization/__init__.py:369 msgid "Upload a CSV" msgstr "" -#: superset/initialization/__init__.py:381 +#: superset/initialization/__init__.py:383 msgid "Upload a Columnar File" msgstr "" @@ -10581,11 +13103,15 @@ msgstr "" msgid "Use a log scale" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +msgid "Use a log scale for the X-axis" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 msgid "Use a log scale for the Y-axis" msgstr "" -#: superset/db_engine_specs/base.py:1388 +#: superset/db_engine_specs/base.py:1401 msgid "Use an encrypted connection to the database" msgstr "" @@ -10593,6 +13119,14 @@ msgstr "" msgid "Use legacy datasource editor" 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" +msgstr "" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:68 +msgid "Use only a single value." +msgstr "" + #: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 msgid "Use the Advanced Analytics options below" msgstr "" @@ -10618,6 +13152,24 @@ msgid "" " from the pluginʼs package.json" 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!" +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." +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 @@ -10635,27 +13187,67 @@ msgstr "" msgid "User doesn't have the proper permissions." msgstr "" +#: superset-frontend/src/filters/components/Select/controlPanel.ts:94 +msgid "User must select a value before applying the filter" +msgstr "" + #: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 msgid "User must select a value for this filter" 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." +msgstr "" + #: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 msgid "User query" msgstr "" #: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109 -#: superset/db_engine_specs/base.py:1375 +#: superset/db_engine_specs/base.py:1388 msgid "Username" msgstr "" -#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:292 +#: 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." +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." +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" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91 +msgid "Value Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +msgid "Value Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +msgid "Value bounds" +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" msgstr "" @@ -10669,6 +13261,10 @@ msgstr "" msgid "Value must be greater than 0" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" +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 @@ -10683,6 +13279,16 @@ msgstr "" msgid "Version number" 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" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" +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 @@ -10727,6 +13333,10 @@ msgstr "" msgid "Viewed %s" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +msgid "Viewport" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133 msgid "Virtual (SQL)" msgstr "" @@ -10735,18 +13345,22 @@ msgstr "" msgid "Virtual dataset" msgstr "" -#: superset/connectors/sqla/models.py:853 superset/connectors/sqla/utils.py:83 +#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83 msgid "Virtual dataset query cannot be empty" msgstr "" -#: superset/connectors/sqla/models.py:856 +#: superset/connectors/sqla/models.py:852 msgid "Virtual dataset query cannot consist of multiple statements" msgstr "" -#: superset/connectors/sqla/models.py:829 +#: superset/connectors/sqla/models.py:825 msgid "Virtual dataset query must be read-only" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +msgid "Visual Tweaks" +msgstr "" + #: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 msgid "Visualization" msgstr "" @@ -10761,6 +13375,95 @@ msgstr "" msgid "Visualization type" 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." +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-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/plugins/plugin-chart-echarts/src/Tree/index.ts:35 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." +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)." +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!" +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." +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." +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." +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." +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." +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/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/viz.py:133 msgid "Viz is missing a datasource" msgstr "" @@ -10817,6 +13520,10 @@ msgstr "" msgid "We recommend your summarize your data further before following that flow. " msgstr "" +#: superset-frontend/src/reports/actions/reports.js:156 +msgid "We were unable to active or deactivate this report." +msgstr "" + #: superset/db_engine_specs/redshift.py:86 #, python-format msgid "" @@ -10830,6 +13537,10 @@ msgid "" "service account has the Viewer and Job User roles on the project." msgstr "" +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +msgid "Web" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 msgid "Wednesday" msgstr "" @@ -10854,6 +13565,11 @@ msgstr "" msgid "Week_ending Sunday" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#, python-format +msgid "Weeks %s" +msgstr "" + #: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 #, python-format msgid "" @@ -10868,6 +13584,7 @@ msgid "" "timeout after %s second." 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 @@ -10882,6 +13599,10 @@ msgid "" "Format is forced to `.1%`" 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." +msgstr "" + #: superset/views/database/mixins.py:120 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " @@ -10892,6 +13613,10 @@ msgstr "" msgid "When enabled, users are able to visualize SQL Lab results in Explore." 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." +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898 msgid "" "When specifying SQL, the datasource acts as a view. Superset will use " @@ -10936,10 +13661,18 @@ msgstr "" msgid "Whether to align positive and negative values in cell bar chart at 0" msgstr "" +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +msgid "Whether to always show the annotation label" +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" 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" +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" @@ -10954,6 +13687,14 @@ msgstr "" msgid "Whether to display a legend for the chart" 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-parallel-coordinates/src/controlPanel.ts:60 +msgid "Whether to display the interactive data table" +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 @@ -10961,10 +13702,23 @@ msgstr "" msgid "Whether to display the labels." 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." +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)" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 +msgid "Whether to display the metric name as a title" +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" msgstr "" @@ -10974,6 +13728,8 @@ msgstr "" msgid "Whether to display the min and max values of the Y-axis" 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" msgstr "" @@ -10999,6 +13755,10 @@ msgstr "" msgid "Whether to enable node dragging in force layout mode." msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63 +msgid "Whether to format the timestamp" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406 msgid "Whether to include a client-side search box" msgstr "" @@ -11007,16 +13767,28 @@ msgstr "" msgid "Whether to include a time filter" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326 msgid "Whether to include the time granularity as defined in the time section" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +msgid "Whether to make the histogram cumulative" +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" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +msgid "Whether to normalize the histogram" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709 msgid "Whether to populate autocomplete filters options" msgstr "" @@ -11050,8 +13822,14 @@ msgstr "" msgid "Whether to show the split lines on the axis" 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 @@ -11071,10 +13849,17 @@ msgid "" "by\" is set" 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." msgstr "" @@ -11082,10 +13867,23 @@ msgstr "" msgid "Whether to sort tooltip by the selected metric in descending order." msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +msgid "Which country to plot the map for?" +msgstr "" + #: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 msgid "Which relatives to highlight on hover" 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" +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +msgid "White" +msgstr "" + #: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130 msgid "Width" msgstr "" @@ -11098,6 +13896,19 @@ msgstr "" msgid "Window must be > 0" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36 +msgid "With a subheader" +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" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +msgid "Word Rotation" +msgstr "" + #: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 msgid "Working" msgstr "" @@ -11106,6 +13917,7 @@ msgstr "" msgid "Working timeout" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33 #: superset/viz.py:2042 msgid "World Map" msgstr "" @@ -11126,6 +13938,14 @@ 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 @@ -11141,6 +13961,7 @@ msgstr "" msgid "X Axis Format" 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" msgstr "" @@ -11149,7 +13970,13 @@ msgstr "" msgid "X Axis Title" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +msgid "X Log Scale" +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" msgstr "" @@ -11157,6 +13984,10 @@ msgstr "" msgid "X bounds" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +msgid "XScale Interval" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 msgid "Y 2 bounds" msgstr "" @@ -11172,6 +14003,12 @@ 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 @@ -11184,6 +14021,14 @@ msgstr "" msgid "Y Axis" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 +msgid "Y Axis 1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 +msgid "Y Axis 2" +msgstr "" + #: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 msgid "Y Axis 2 Bounds" msgstr "" @@ -11204,10 +14049,19 @@ msgstr "" msgid "Y Axis Format" 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" msgstr "" +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 +msgid "Y Axis Left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 +msgid "Y Axis Right" +msgstr "" + #: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 msgid "Y Axis Title" msgstr "" @@ -11220,10 +14074,19 @@ msgstr "" msgid "Y bounds" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +msgid "YScale Interval" +msgstr "" + #: superset/db_engine_specs/base.py:100 msgid "Year" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#, python-format +msgid "Years %s" +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 @@ -11256,6 +14119,13 @@ msgid "" "overwrite?" 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?" +msgstr "" + #: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 msgid "" "You are importing one or more saved queries that already exist. " @@ -11263,13 +14133,13 @@ msgid "" "want to overwrite?" msgstr "" -#: superset/views/core.py:2177 +#: 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." msgstr "" -#: superset/views/core.py:2297 +#: 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." @@ -11296,6 +14166,10 @@ msgid "" "\"%(excel_table.schema)s\". Please remove one" 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" +msgstr "" + #: superset/viz.py:696 msgid "" "You cannot use [Columns] in combination with [Group " @@ -11317,6 +14191,10 @@ msgstr "" msgid "You do not have permissions to access the datasource(s): %(name)s." msgstr "" +#: superset-frontend/src/dashboard/actions/dashboardState.js:133 +msgid "You do not have permissions to edit this dashboard." +msgstr "" + #: superset/dashboards/commands/exceptions.py:86 msgid "You don't have access to this dashboard." msgstr "" @@ -11325,9 +14203,13 @@ msgstr "" msgid "You don't have any favorites yet!" msgstr "" -#: superset/views/core.py:617 superset/views/core.py:822 -#: superset/views/core.py:828 superset/views/core.py:1001 -#: superset/views/core.py:1019 +#: superset/key_value/commands/exceptions.py:45 +msgid "You don't have permission to modify the value." +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 " msgstr "" @@ -11335,7 +14217,7 @@ msgstr "" msgid "You don't have the rights to alter this title." msgstr "" -#: superset/views/core.py:405 +#: superset/views/core.py:406 msgid "You have no permission to approve this request" msgstr "" @@ -11359,6 +14241,44 @@ msgstr "" msgid "Your dashboard is too large. Please reduce its size before saving it." msgstr "" +#: superset-frontend/src/SqlLab/actions/sqlLab.js:876 +msgid "Your query could not be saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +msgid "Your query could not be scheduled" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:892 +msgid "Your query could not be updated" +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" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:872 +msgid "Your query was saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:888 +msgid "Your query was updated" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:172 +msgid "Your report could not be deleted" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +msgid "Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +msgid "Zoom level of the map" +msgstr "" + #: superset/tasks/schedules.py:658 #, python-format msgid "[Alert] %(label)s" @@ -11376,7 +14296,7 @@ msgstr "" msgid "[Longitude] and [Latitude] must be set" msgstr "" -#: superset/views/core.py:782 +#: superset/views/core.py:783 msgid "[Missing Dataset]" msgstr "" @@ -11397,6 +14317,13 @@ msgstr "" msgid "[dashboard name]" 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" +msgstr "" + #: superset/utils/pandas_postprocessing.py:519 msgid "`compare_columns` must have the same length as `source_columns`." msgstr "" @@ -11409,6 +14336,13 @@ msgstr "" msgid "`confidence_interval` must be between 0 and 1 (exclusive)" 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." +msgstr "" + #: superset/common/query_object.py:388 msgid "`operation` property of post processing object undefined" msgstr "" @@ -11421,15 +14355,15 @@ msgstr "" msgid "`rename_columns` must have the same length as `columns`." msgstr "" -#: superset/charts/schemas.py:1067 +#: superset/charts/schemas.py:1070 msgid "`row_limit` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:1074 +#: superset/charts/schemas.py:1077 msgid "`row_offset` must be greater than or equal to 0" msgstr "" -#: superset/charts/schemas.py:929 +#: superset/charts/schemas.py:932 msgid "`width` must be greater or equal to 0" msgstr "" @@ -11449,7 +14383,7 @@ msgstr "" msgid "also copy (duplicate) charts" msgstr "" -#: superset/views/core.py:822 superset/views/core.py:1002 +#: superset/views/core.py:823 superset/views/core.py:1000 msgid "alter this " msgstr "" @@ -11498,6 +14432,10 @@ msgstr "" msgid "cached" msgstr "" +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" +msgstr "" + #: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143 msgid "" "cannot be used as a column name. The column name/alias \"__timestamp\"\n" @@ -11513,7 +14451,7 @@ 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:822 superset/views/core.py:828 +#: superset/views/core.py:823 superset/views/core.py:829 msgid "chart" msgstr "" @@ -11533,7 +14471,7 @@ msgstr "" msgid "count" msgstr "" -#: superset/views/core.py:828 superset/views/core.py:1020 +#: superset/views/core.py:829 superset/views/core.py:1018 msgid "create a " msgstr "" @@ -11552,7 +14490,7 @@ 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:1003 superset/views/core.py:1021 +#: superset/views/core.py:1001 superset/views/core.py:1019 msgid "dashboard" msgstr "" @@ -11608,7 +14546,7 @@ msgstr "" msgid "dialect+driver://username:password@host:port/database" msgstr "" -#: superset/views/core.py:617 +#: superset/views/core.py:618 msgid "download as csv" msgstr "" @@ -11713,6 +14651,12 @@ msgstr "" msgid "id:" 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" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 msgid "in" msgstr "" @@ -11721,6 +14665,16 @@ msgstr "" msgid "in modal" 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" +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" +msgstr "" + #: superset-frontend/src/profile/components/UserInfo.tsx:64 msgid "joined" msgstr "" @@ -11729,6 +14683,40 @@ msgstr "" msgid "json isn't valid" 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" +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" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +msgid "label" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +msgid "last month" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +msgid "last week" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +msgid "last year" +msgstr "" + #: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 msgid "latest partition:" msgstr "" @@ -11765,15 +14753,34 @@ msgstr "" msgid "must have a value" 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" +msgstr "" + #: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 #: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 msgid "on" msgstr "" -#: superset/charts/schemas.py:1095 +#: superset/charts/schemas.py:1098 msgid "orderby column must be populated" msgstr "" +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85 +msgid "p-value precision" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" +msgstr "" + #: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 msgid "page_size.entries" msgstr "" @@ -11792,6 +14799,18 @@ msgid "" " first is lower than the second value" msgstr "" +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +msgid "previous calendar year" +msgstr "" + #: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 msgid "published" msgstr "" @@ -11849,6 +14868,13 @@ msgstr "" msgid "search.num_records" 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" +msgstr "" + #: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92 msgid "textarea" msgstr "" @@ -11864,6 +14890,16 @@ msgid "" " than lower percentile." 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" +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" +msgstr "" + #: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857 msgid "virtual" msgstr ""