feat: Migrates TreeMap chart (#23741)

This commit is contained in:
Michael S. Molina 2023-06-08 11:27:08 -03:00 committed by GitHub
parent 522eb97b65
commit af24092440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
69 changed files with 1436 additions and 2637 deletions

View File

@ -33,6 +33,7 @@ assists people when migrating to a new version.
### Breaking Changes
- [23741](https://github.com/apache/superset/pull/23741) Migrates the TreeMap chart and removes the legacy Treemap code.
- [23712](https://github.com/apache/superset/pull/23712) Migrates the Pivot Table v1 chart to v2 and removes v1 code.
- [24029](https://github.com/apache/superset/pull/24029) Removes the `user` and `username` arguments for the `QUERY_LOGGER` and `SQL_QUERY_MUTATOR` methods respectively. If the username for the current user is required, the `superset.utils.core.get_username` method should be used.
- [24128](https://github.com/apache/superset/pull/24128) The `RLS_BASE_RELATED_FIELD_FILTERS` config parameter has been removed. Now the Tables dropdown will feature the same tables that the user is able to see elsewhere in the application using the standard `DatasourceFilter`, and the Roles dropdown will be filtered using the filter defined in `EXTRA_RELATED_QUERY_FILTERS["role"]`.

View File

@ -230,7 +230,7 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.first()
.should('have.css', 'fill', 'rgb(51, 217, 193)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
// open 2nd main tab
openTab(0, 1);
@ -239,7 +239,7 @@ describe('Dashboard edit', () => {
// label Anthony
cy.get('[data-test-chart-name="Trends"] .line .nv-legend-symbol')
.eq(2)
.should('have.css', 'fill', 'rgb(51, 217, 193)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
});
it('should apply same color to same labels with no color scheme set', () => {
@ -393,7 +393,7 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.eq(2)
.should('have.css', 'fill', 'rgb(168, 104, 183)');
.should('have.css', 'fill', 'rgb(163, 143, 121)');
openProperties();
cy.get('[aria-label="Select color scheme"]').should('have.value', '');
@ -422,17 +422,17 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.first()
.should('have.css', 'fill', 'rgb(69, 78, 124)');
.should('have.css', 'fill', 'rgb(252, 199, 0)');
cy.get(
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.eq(1)
.should('have.css', 'fill', 'rgb(224, 67, 85)');
.should('have.css', 'fill', 'rgb(143, 211, 228)');
cy.get(
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.eq(2)
.should('have.css', 'fill', 'rgb(168, 104, 183)');
.should('have.css', 'fill', 'rgb(172, 225, 196)');
});
it('should show the same colors in Explore', () => {
@ -463,7 +463,7 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.eq(1)
.should('have.css', 'fill', 'rgb(157, 172, 185)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
openExplore('Top 10 California Names Timeseries');
@ -495,7 +495,7 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.first()
.should('have.css', 'fill', 'rgb(51, 217, 193)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
// open 2nd main tab
openTab(0, 1);
@ -504,7 +504,7 @@ describe('Dashboard edit', () => {
// label Anthony
cy.get('[data-test-chart-name="Trends"] .line .nv-legend-symbol')
.eq(2)
.should('have.css', 'fill', 'rgb(51, 217, 193)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
editDashboard();
openProperties();
@ -535,44 +535,29 @@ describe('Dashboard edit', () => {
applyChanges();
saveChanges();
cy.get('.treemap #rect-sum__SP_POP_TOTL').should(
'have.css',
'fill',
'rgb(234, 11, 140)',
);
// go to second tab
openTab(0, 1);
waitForChartLoad({ name: 'Trends', viz: 'line' });
cy.get('[data-test-chart-name="Trends"] .line .nv-legend-symbol')
.first()
.should('have.css', 'fill', 'rgb(234, 11, 140)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
});
it('should apply the color scheme across main tabs for rendered charts', () => {
waitForChartLoad({ name: 'Treemap', viz: 'treemap' });
waitForChartLoad({ name: 'Treemap', viz: 'treemap_v2' });
openProperties();
selectColorScheme('bnbColors');
applyChanges();
saveChanges();
cy.get('.treemap #rect-sum__SP_POP_TOTL').should(
'have.css',
'fill',
'rgb(255, 90, 95)',
);
// go to second tab
openTab(0, 1);
waitForChartLoad({ name: 'Trends', viz: 'line' });
cy.get('[data-test-chart-name="Trends"] .line .nv-legend-symbol')
.first()
.should('have.css', 'fill', 'rgb(140, 224, 113)');
// go back to first tab
openTab(0, 0);
.should('have.css', 'fill', 'rgb(204, 0, 134)');
// change scheme now that charts are rendered across the main tabs
editDashboard();
@ -581,15 +566,6 @@ describe('Dashboard edit', () => {
applyChanges();
saveChanges();
cy.get('.treemap #rect-sum__SP_POP_TOTL').should(
'have.css',
'fill',
'rgb(234, 11, 140)',
);
// go to second tab again
openTab(0, 1);
cy.get('[data-test-chart-name="Trends"] .line .nv-legend-symbol')
.first()
.should('have.css', 'fill', 'rgb(234, 11, 140)');
@ -600,11 +576,6 @@ describe('Dashboard edit', () => {
selectColorScheme('lyftColors');
applyChanges();
saveChanges();
cy.get('.treemap #rect-sum__SP_POP_TOTL').should(
'have.css',
'fill',
'rgb(234, 11, 140)',
);
// open nested tab
openTab(1, 1);
@ -616,7 +587,7 @@ describe('Dashboard edit', () => {
'[data-test-chart-name="Top 10 California Names Timeseries"] .line .nv-legend-symbol',
)
.first()
.should('have.css', 'fill', 'rgb(51, 217, 193)');
.should('have.css', 'fill', 'rgb(51, 61, 71)');
// open another nested tab
openTab(2, 1);

View File

@ -24,7 +24,7 @@ import {
import { TABBED_DASHBOARD } from 'cypress/utils/urls';
import { expandFilterOnLeftPanel } from './utils';
const TREEMAP = { name: 'Treemap', viz: 'treemap' };
const TREEMAP = { name: 'Treemap', viz: 'treemap_v2' };
const FILTER_BOX = { name: 'Region Filter', viz: 'filter_box' };
const LINE_CHART = { name: 'Growth Rate', viz: 'line' };
const BOX_PLOT = { name: 'Box plot', viz: 'box_plot' };
@ -185,7 +185,7 @@ describe('Dashboard tabs', () => {
cy.wait(1000);
cy.get("[data-test-viz-type='treemap'] .chart-container").then(
cy.get("[data-test-viz-type='treemap_v2'] .chart-container").then(
$chartContainer => {
expect($chartContainer.get(0).scrollWidth).eq(
$chartContainer.get(0).offsetWidth,

View File

@ -29,7 +29,7 @@ export const WORLD_HEALTH_CHARTS = [
{ name: 'Rural Breakdown', viz: 'sunburst' },
{ name: "World's Pop Growth", viz: 'area' },
{ name: 'Life Expectancy VS Rural %', viz: 'bubble' },
{ name: 'Treemap', viz: 'treemap' },
{ name: 'Treemap', viz: 'treemap_v2' },
{ name: 'Box plot', viz: 'box_plot' },
] as ChartSpec[];

View File

@ -1,96 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
describe('Visualization > Treemap', () => {
beforeEach(() => {
cy.intercept('POST', '/superset/explore_json/**').as('getJson');
});
const TREEMAP_FORM_DATA = {
datasource: '2__table',
viz_type: 'treemap',
slice_id: 10,
granularity_sqla: 'year',
time_grain_sqla: 'P1D',
time_range: 'No filter',
metrics: ['sum__SP_POP_TOTL'],
adhoc_filters: [],
groupby: ['country_code'],
row_limit: 50000,
color_scheme: 'bnbColors',
treemap_ratio: 1.618033988749895,
number_format: '.3s',
};
const level0 = '.chart-container rect[style="fill: rgb(255, 90, 95);"]';
const level1 = '.chart-container rect[style="fill: rgb(123, 0, 81);"]';
const level2 = '.chart-container rect[style="fill: rgb(0, 122, 135);"]';
function verify(formData) {
cy.visitChartByParams(formData);
cy.verifySliceSuccess({ waitAlias: '@getJson', chartSelector: 'svg' });
}
it('should work', () => {
verify(TREEMAP_FORM_DATA);
cy.get(level0).should('have.length', 1);
cy.get(level1).should('have.length', 214);
});
it('should work with multiple groupby', () => {
verify({
...TREEMAP_FORM_DATA,
groupby: ['region', 'country_code'],
});
cy.get(level0).should('have.length', 1);
cy.get(level1).should('have.length', 7);
cy.get(level2).should('have.length', 214);
});
it('should work with filter', () => {
verify({
...TREEMAP_FORM_DATA,
adhoc_filters: [
{
expressionType: 'SIMPLE',
subject: 'region',
operator: '==',
comparator: 'South Asia',
clause: 'WHERE',
sqlExpression: null,
filterOptionName: 'filter_8aqxcf5co1a_x7lm2d1fq0l',
},
],
});
cy.get(level1).should('have.length', 8);
});
it('should allow type to search color schemes and apply the scheme', () => {
verify(TREEMAP_FORM_DATA);
cy.get('.Control[data-test="color_scheme"]').scrollIntoView();
cy.get('.Control[data-test="color_scheme"] input[type="search"]')
.focus()
.type('supersetColors{enter}');
cy.get(
'.Control[data-test="color_scheme"] .ant-select-selection-item [data-test="supersetColors"]',
).should('exist');
cy.get('[data-test=run-query-button]').click();
cy.get('#rect-IND').should('have.css', 'fill', 'rgb(69, 78, 124)');
});
});

View File

@ -38,7 +38,6 @@
"@superset-ui/legacy-plugin-chart-sankey": "file:./plugins/legacy-plugin-chart-sankey",
"@superset-ui/legacy-plugin-chart-sankey-loop": "file:./plugins/legacy-plugin-chart-sankey-loop",
"@superset-ui/legacy-plugin-chart-sunburst": "file:./plugins/legacy-plugin-chart-sunburst",
"@superset-ui/legacy-plugin-chart-treemap": "file:./plugins/legacy-plugin-chart-treemap",
"@superset-ui/legacy-plugin-chart-world-map": "file:./plugins/legacy-plugin-chart-world-map",
"@superset-ui/legacy-preset-chart-deckgl": "file:./plugins/legacy-preset-chart-deckgl",
"@superset-ui/legacy-preset-chart-nvd3": "file:./plugins/legacy-preset-chart-nvd3",
@ -19847,10 +19846,6 @@
"resolved": "plugins/legacy-plugin-chart-sunburst",
"link": true
},
"node_modules/@superset-ui/legacy-plugin-chart-treemap": {
"resolved": "plugins/legacy-plugin-chart-treemap",
"link": true
},
"node_modules/@superset-ui/legacy-plugin-chart-world-map": {
"resolved": "plugins/legacy-plugin-chart-world-map",
"link": true
@ -60470,7 +60465,6 @@
"@superset-ui/legacy-plugin-chart-sankey-loop": "*",
"@superset-ui/legacy-plugin-chart-sunburst": "*",
"@superset-ui/legacy-plugin-chart-time-table": "*",
"@superset-ui/legacy-plugin-chart-treemap": "*",
"@superset-ui/legacy-plugin-chart-world-map": "*",
"@superset-ui/legacy-preset-chart-deckgl": "*",
"@superset-ui/legacy-preset-chart-nvd3": "*",
@ -61534,21 +61528,6 @@
"reactable-arc": "^0.15.0"
}
},
"plugins/legacy-plugin-chart-treemap": {
"name": "@superset-ui/legacy-plugin-chart-treemap",
"version": "0.18.25",
"license": "Apache-2.0",
"dependencies": {
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^16.13.1"
}
},
"plugins/legacy-plugin-chart-world-map": {
"name": "@superset-ui/legacy-plugin-chart-world-map",
"version": "0.18.25",
@ -77511,14 +77490,6 @@
"prop-types": "^15.6.2"
}
},
"@superset-ui/legacy-plugin-chart-treemap": {
"version": "file:plugins/legacy-plugin-chart-treemap",
"requires": {
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
"prop-types": "^15.6.2"
}
},
"@superset-ui/legacy-plugin-chart-world-map": {
"version": "file:plugins/legacy-plugin-chart-world-map",
"requires": {

View File

@ -103,7 +103,6 @@
"@superset-ui/legacy-plugin-chart-sankey": "file:./plugins/legacy-plugin-chart-sankey",
"@superset-ui/legacy-plugin-chart-sankey-loop": "file:./plugins/legacy-plugin-chart-sankey-loop",
"@superset-ui/legacy-plugin-chart-sunburst": "file:./plugins/legacy-plugin-chart-sunburst",
"@superset-ui/legacy-plugin-chart-treemap": "file:./plugins/legacy-plugin-chart-treemap",
"@superset-ui/legacy-plugin-chart-world-map": "file:./plugins/legacy-plugin-chart-world-map",
"@superset-ui/legacy-preset-chart-deckgl": "file:./plugins/legacy-preset-chart-deckgl",
"@superset-ui/legacy-preset-chart-nvd3": "file:./plugins/legacy-preset-chart-nvd3",

View File

@ -82,7 +82,6 @@
"@superset-ui/legacy-plugin-chart-sankey-loop": "*",
"@superset-ui/legacy-plugin-chart-sunburst": "*",
"@superset-ui/legacy-plugin-chart-time-table": "*",
"@superset-ui/legacy-plugin-chart-treemap": "*",
"@superset-ui/legacy-plugin-chart-world-map": "*",
"@superset-ui/legacy-preset-chart-deckgl": "*",
"@superset-ui/legacy-preset-chart-nvd3": "*",

View File

@ -1,44 +0,0 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/* eslint-disable no-magic-numbers, sort-keys */
import React from 'react';
import { SuperChart } from '@superset-ui/core';
import TreemapChartPlugin from '@superset-ui/legacy-plugin-chart-treemap';
import data from './data';
new TreemapChartPlugin().configure({ key: 'treemap' }).register();
export default {
title: 'Legacy Chart Plugins/legacy-plugin-chart-treemap',
};
export const basic = () => (
<SuperChart
chartType="treemap"
width={400}
height={400}
queriesData={[{ data }]}
formData={{
colorScheme: 'd3Category10',
numberFormat: '.3s',
treeMapRatio: 1.618033988749895,
}}
/>
);

View File

@ -1,55 +0,0 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/* eslint-disable sort-keys */
export default [
{
name: 'Total Population',
children: [
{
name: 'East Asia & Pacific',
value: 92886288081,
},
{
name: 'South Asia',
value: 60081663698,
},
{
name: 'Europe & Central Asia',
value: 44338871387,
},
{
name: 'Sub-Saharan Africa',
value: 28161513610,
},
{
name: 'Latin America & Caribbean',
value: 23202014769,
},
{
name: 'North America',
value: 15077904555,
},
{
name: 'Middle East & North Africa',
value: 13187931450,
},
],
},
];

View File

@ -1,35 +0,0 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.18.0](https://github.com/apache-superset/superset-ui/compare/v0.17.87...v0.18.0) (2021-08-30)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-treemap
## [0.17.61](https://github.com/apache-superset/superset-ui/compare/v0.17.60...v0.17.61) (2021-07-02)
**Note:** Version bump only for package @superset-ui/legacy-plugin-chart-treemap

View File

@ -1,52 +0,0 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
## @superset-ui/legacy-plugin-chart-treemap
[![Version](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-treemap.svg?style=flat-square)](https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-treemap)
[![David (path)](https://img.shields.io/david/apache-superset/superset-ui-plugins.svg?path=packages%2Fsuperset-ui-legacy-plugin-chart-treemap&style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins?path=packages/superset-ui-legacy-plugin-chart-treemap)
This plugin provides Treemap for Superset.
### Usage
Configure `key`, which can be any `string`, and register the plugin. This `key` will be used to
lookup this chart throughout the app.
```js
import TreemapChartPlugin from '@superset-ui/legacy-plugin-chart-treemap';
new TreemapChartPlugin().configure({ key: 'treemap' }).register();
```
Then use it via `SuperChart`. See
[storybook](https://apache-superset.github.io/superset-ui-plugins/?selectedKind=plugin-chart-treemap)
for more details.
```js
<SuperChart
chartType="treemap"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
```

View File

@ -1,38 +0,0 @@
{
"name": "@superset-ui/legacy-plugin-chart-treemap",
"version": "0.18.25",
"description": "Superset Legacy Chart - Treemap",
"keywords": [
"superset"
],
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-treemap#readme",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/legacy-plugin-chart-treemap"
},
"license": "Apache-2.0",
"author": "Superset",
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"dependencies": {
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^16.13.1"
},
"publishConfig": {
"access": "public"
}
}

View File

@ -1,51 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import React from 'react';
import { reactify, styled } from '@superset-ui/core';
import Component from './Treemap';
const ReactComponent = reactify(Component);
const Treemap = ({ className, ...otherProps }) => (
<div className={className}>
<ReactComponent {...otherProps} />
</div>
);
export default styled(Treemap)`
${({ theme }) => `
.superset-legacy-chart-treemap text {
font-size: ${theme.typography.sizes.s}px;
pointer-events: none;
}
.superset-legacy-chart-treemap tspan:last-child {
font-size: ${theme.typography.sizes.xs}px;
fill-opacity: 0.8;
}
.superset-legacy-chart-treemap .node rect {
shape-rendering: crispEdges;
}
.superset-legacy-chart-treemap .node--hover rect {
stroke: ${theme.colors.grayscale.dark2};
}
`}
`;

View File

@ -1,190 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/* eslint-disable no-param-reassign, func-names */
/* eslint-disable react/sort-prop-types */
import { select as d3Select, selectAll as d3SelectAll } from 'd3-selection';
import {
treemap as d3Treemap,
hierarchy as d3Hierarchy,
treemapSquarify,
} from 'd3-hierarchy';
import PropTypes from 'prop-types';
import {
getNumberFormatter,
CategoricalColorNamespace,
} from '@superset-ui/core';
// Declare PropTypes for recursive data structures
// https://github.com/facebook/react/issues/5676
/* eslint-disable-next-line no-undef */
const lazyFunction = f => () => f().apply(this, arguments);
const leafType = PropTypes.shape({
name: PropTypes.string,
value: PropTypes.number.isRequired,
});
const parentShape = {
name: PropTypes.string,
children: PropTypes.arrayOf(
PropTypes.oneOfType([
PropTypes.shape(lazyFunction(() => parentShape)),
leafType,
]),
),
};
const nodeType = PropTypes.oneOfType([PropTypes.shape(parentShape), leafType]);
const propTypes = {
data: PropTypes.arrayOf(nodeType),
width: PropTypes.number,
height: PropTypes.number,
colorScheme: PropTypes.string,
margin: PropTypes.shape({
top: PropTypes.number,
right: PropTypes.number,
bottom: PropTypes.number,
left: PropTypes.number,
}),
numberFormat: PropTypes.string,
treemapRatio: PropTypes.number,
};
function hovered(hover) {
return function (node) {
d3SelectAll(node.ancestors().map(d => d.node))
.classed('node--hover', hover)
.select('rect')
.attr('width', d => d.x1 - d.x0 - hover)
.attr('height', d => d.y1 - d.y0 - hover);
};
}
/* Modified from https://bl.ocks.org/mbostock/911ad09bdead40ec0061 */
function Treemap(element, props) {
const {
data: rawData,
width,
height,
numberFormat,
colorScheme,
treemapRatio,
sliceId,
} = props;
const div = d3Select(element);
div.classed('superset-legacy-chart-treemap', true);
const formatNumber = getNumberFormatter(numberFormat);
const colorFn = CategoricalColorNamespace.getScale(colorScheme);
const rootNodes = rawData;
div.selectAll('*').remove();
if (rootNodes.length > 0) {
const [rootNode] = rootNodes;
const treemap = d3Treemap()
.size([width, height])
.paddingOuter(3)
.paddingTop(19)
.paddingInner(1)
.tile(treemapSquarify.ratio(treemapRatio))
.round(true);
const root = treemap(
d3Hierarchy(rootNode)
.sum(d => d.value)
.sort((a, b) => b.height - a.height || b.value - a.value),
);
const svg = div
.append('svg')
.attr('class', 'treemap')
.attr('width', width)
.attr('height', height);
const cell = svg
.selectAll('.node')
.data(root.descendants())
.enter()
.append('g')
.attr('transform', d => `translate(${d.x0},${d.y0})`)
.attr('class', 'node')
.each(function (d) {
d.node = this;
})
.on('mouseover', hovered(true))
.on('mouseout', hovered(false));
cell
.append('rect')
.attr('id', d => `rect-${d.data.name}`)
.attr('width', d => d.x1 - d.x0)
.attr('height', d => d.y1 - d.y0)
.style('fill', d => colorFn(d.depth, sliceId));
cell
.append('clipPath')
.attr('id', d => `clip-${d.data.name}`)
.append('use')
.attr('xlink:href', d => `#rect-${d.data.name}`);
const label = cell
.append('text')
.attr('clip-path', d => `url(#clip-${d.data.name})`);
label
.filter(d => d.children)
.selectAll('tspan')
.data(d =>
d.data.name
.slice(Math.max(0, d.data.name.lastIndexOf('.') + 1))
.split(/(?=[A-Z][^A-Z])/g)
.concat(`\u00A0${formatNumber(d.value)}`),
)
.enter()
.append('tspan')
.attr('x', (d, i) => (i ? null : 4))
.attr('y', 13)
.text(d => d);
label
.filter(d => !d.children)
.selectAll('tspan')
.data(d =>
d.data.name
.slice(Math.max(0, d.data.name.lastIndexOf('.') + 1))
.split(/(?=[A-Z][^A-Z])/g)
.concat(formatNumber(d.value)),
)
.enter()
.append('tspan')
.attr('x', 4)
.attr('y', (d, i) => 13 + i * 10)
.text(d => d);
cell.append('title').text(d => `${d.data.name}\n${formatNumber(d.value)}`);
}
}
Treemap.displayName = 'Treemap';
Treemap.propTypes = propTypes;
export default Treemap;

View File

@ -1,85 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import { t } from '@superset-ui/core';
import {
ControlPanelConfig,
D3_FORMAT_OPTIONS,
D3_FORMAT_DOCS,
sections,
} from '@superset-ui/chart-controls';
const config: ControlPanelConfig = {
controlPanelSections: [
sections.legacyRegularTime,
{
label: t('Query'),
expanded: true,
controlSetRows: [
['metrics'],
['adhoc_filters'],
['groupby'],
['row_limit'],
['timeseries_limit_metric'],
['order_desc'],
],
},
{
label: t('Chart Options'),
expanded: true,
tabOverride: 'customize',
controlSetRows: [
['color_scheme'],
[
{
name: 'treemap_ratio',
config: {
type: 'TextControl',
label: t('Ratio'),
renderTrigger: true,
isFloat: true,
default: 0.5 * (1 + Math.sqrt(5)), // d3 default, golden ratio
description: t('Target aspect ratio for treemap tiles.'),
},
},
],
[
{
name: 'number_format',
config: {
type: 'SelectControl',
freeForm: true,
label: t('Number format'),
renderTrigger: true,
default: 'SMART_NUMBER',
choices: D3_FORMAT_OPTIONS,
description: D3_FORMAT_DOCS,
},
},
],
],
},
],
controlOverrides: {
color_scheme: {
renderTrigger: false,
},
},
};
export default config;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,61 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core';
import transformProps from './transformProps';
import thumbnail from './images/thumbnail.png';
import example1 from './images/Treemap.jpg';
import example2 from './images/Treemap2.jpg';
import example3 from './images/Treemap3.jpg';
import example4 from './images/Treemap4.jpg';
import controlPanel from './controlPanel';
const metadata = new ChartMetadata({
category: t('Part of a Whole'),
credits: ['https://bl.ocks.org/mbostock/911ad09bdead40ec0061'],
description: t(
'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.',
),
exampleGallery: [
{ url: example1 },
{ url: example2 },
{ url: example3 },
{ url: example4 },
],
name: t('Treemap (legacy)'),
tags: [
t('Categorical'),
t('Legacy'),
t('Multi-Levels'),
t('Percentages'),
t('Proportional'),
],
thumbnail,
useLegacyApi: true,
});
export default class TreemapChartPlugin extends ChartPlugin {
constructor() {
super({
loadChart: () => import('./ReactTreemap'),
metadata,
transformProps,
controlPanel,
});
}
}

View File

@ -1,44 +0,0 @@
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
export default function transformProps(chartProps) {
const { width, height, formData, queriesData } = chartProps;
const { colorScheme, treemapRatio, sliceId } = formData;
let { numberFormat } = formData;
if (!numberFormat && chartProps.datasource && chartProps.datasource.metrics) {
chartProps.datasource.metrics.forEach(metric => {
if (
metric.metric_name === chartProps.formData.metrics[0] &&
metric.d3format
) {
numberFormat = metric.d3format;
}
});
}
return {
width,
height,
data: queriesData[0].data,
colorScheme,
numberFormat,
treemapRatio,
sliceId,
};
}

View File

@ -1,25 +0,0 @@
{
"compilerOptions": {
"declarationDir": "lib",
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"lib",
"test"
],
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"types/**/*",
"../../types/**/*"
],
"references": [
{
"path": "../../packages/superset-ui-chart-controls"
},
{
"path": "../../packages/superset-ui-core"
}
]
}

View File

@ -185,7 +185,7 @@ export const sliceEntitiesForDashboard = {
slice_url: '/explore/?form_data=%7B%22slice_id%22%3A%20136%7D',
slice_name: 'Treemap',
form_data: {},
viz_type: 'treemap',
viz_type: 'treemap_v2',
datasource: '2__table',
description: null,
description_markeddown: '',

View File

@ -17,6 +17,7 @@
* under the License.
*/
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { omit } from 'lodash';
import { Input } from 'src/components/Input';
import { FormItem } from 'src/components/Form';
import jsonStringify from 'json-stringify-pretty-compact';
@ -194,15 +195,11 @@ const PropertiesModal = ({
setRoles(roles);
setColorScheme(metadata.color_scheme);
// temporary fix to remove positions from dashboards' metadata
if (metadata?.positions) {
delete metadata.positions;
}
const metaDataCopy = { ...metadata };
delete metaDataCopy.shared_label_colors;
delete metaDataCopy.color_scheme_domain;
const metaDataCopy = omit(metadata, [
'positions',
'shared_label_colors',
'color_scheme_domain',
]);
setJsonMetadata(metaDataCopy ? jsonStringify(metaDataCopy) : '');
},

View File

@ -17664,12 +17664,12 @@ describe('Ensure buildTree does not throw runtime errors when encountering an in
chartUpdateStartTime: 1673046994618,
latestQueryFormData: {
datasource: '20__table',
viz_type: 'treemap',
viz_type: 'treemap_v2',
slice_id: 125,
url_params: {},
granularity_sqla: 'year',
time_range: 'No filter',
metrics: ['count'],
metric: 'count',
adhoc_filters: [],
groupby: ['platform'],
row_limit: 10,
@ -17701,12 +17701,12 @@ describe('Ensure buildTree does not throw runtime errors when encountering an in
errors: [],
form_data: {
datasource: '20__table',
viz_type: 'treemap',
viz_type: 'treemap_v2',
slice_id: 125,
url_params: {},
granularity_sqla: 'year',
time_range: 'No filter',
metrics: ['count'],
metric: 'count',
adhoc_filters: [],
groupby: ['platform'],
row_limit: 10,
@ -17791,12 +17791,12 @@ describe('Ensure buildTree does not throw runtime errors when encountering an in
lastRendered: 0,
form_data: {
datasource: '20__table',
viz_type: 'treemap',
viz_type: 'treemap_v2',
slice_id: 125,
url_params: {},
granularity_sqla: 'year',
time_range: 'No filter',
metrics: ['count'],
metric: 'count',
adhoc_filters: [],
groupby: ['platform'],
row_limit: 10,
@ -17931,7 +17931,7 @@ describe('Ensure buildTree does not throw runtime errors when encountering an in
lastRendered: 0,
form_data: {
datasource: '20__table',
viz_type: 'treemap',
viz_type: 'treemap_v2',
slice_id: 131,
url_params: {
preselect_filters:
@ -17939,7 +17939,7 @@ describe('Ensure buildTree does not throw runtime errors when encountering an in
},
granularity_sqla: 'year',
time_range: 'No filter',
metrics: ['count'],
metric: 'count',
adhoc_filters: [],
groupby: ['genre'],
row_limit: null,

View File

@ -93,7 +93,7 @@ const DEFAULT_ORDER = [
'dual_line',
'deck_screengrid',
'line_multi',
'treemap',
'treemap_v2',
'box_plot',
'sunburst',
'sankey',

View File

@ -32,7 +32,6 @@ import RoseChartPlugin from '@superset-ui/legacy-plugin-chart-rose';
import SankeyChartPlugin from '@superset-ui/legacy-plugin-chart-sankey';
import SunburstChartPlugin from '@superset-ui/legacy-plugin-chart-sunburst';
import TableChartPlugin from '@superset-ui/plugin-chart-table';
import TreemapChartPlugin from '@superset-ui/legacy-plugin-chart-treemap';
import { WordCloudChartPlugin } from '@superset-ui/plugin-chart-word-cloud';
import WorldMapChartPlugin from '@superset-ui/legacy-plugin-chart-world-map';
import {
@ -134,7 +133,6 @@ export default class MainPreset extends Preset {
new TableChartPlugin().configure({ key: 'table' }),
new TimePivotChartPlugin().configure({ key: 'time_pivot' }),
new TimeTableChartPlugin().configure({ key: 'time_table' }),
new TreemapChartPlugin().configure({ key: 'treemap' }),
new WordCloudChartPlugin().configure({ key: 'word_cloud' }),
new WorldMapChartPlugin().configure({ key: 'world_map' }),
new EchartsAreaChartPlugin().configure({

View File

@ -15,35 +15,34 @@
# specific language governing permissions and limitations
# under the License.
slice_name: Commute Time
viz_type: treemap
viz_type: treemap_v2
params:
adhoc_filters:
- clause: WHERE
comparator: Currently A Developer
expressionType: SIMPLE
filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
isExtra: false
isNew: false
operator: ==
sqlExpression: null
subject: developer_type
- clause: WHERE
comparator: 'NULL'
expressionType: SIMPLE
filterOptionName: filter_r5execgs1q8_hbav07lele
isExtra: false
isNew: false
operator: '!='
sqlExpression: null
subject: communite_time
- clause: WHERE
comparator: Currently A Developer
expressionType: SIMPLE
filterOptionName: filter_fvi0jg9aii_2lekqrhy7qk
isExtra: false
isNew: false
operator: ==
sqlExpression: null
subject: developer_type
- clause: WHERE
comparator: "NULL"
expressionType: SIMPLE
filterOptionName: filter_r5execgs1q8_hbav07lele
isExtra: false
isNew: false
operator: "!="
sqlExpression: null
subject: communite_time
color_scheme: supersetColors
datasource: 42__table
granularity_sqla: time_start
groupby:
- communite_time
- communite_time
label_colors: {}
metrics:
- count
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -52,7 +51,7 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params: {}
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: 097c05c9-2dd2-481d-813d-d6c0c12b4a3d
version: 1.0.0

View File

@ -15,69 +15,68 @@
# specific language governing permissions and limitations
# under the License.
slice_name: Games per Genre
viz_type: treemap
viz_type: treemap_v2
params:
adhoc_filters: []
color_scheme: supersetColors
datasource: 1559__table
granularity_sqla: year
groupby:
- genre
- genre
label_colors:
'0': '#1FA8C9'
'1': '#454E7C'
'2600': '#666666'
3DO: '#B2B2B2'
3DS: '#D1C6BC'
Action: '#1FA8C9'
Adventure: '#454E7C'
DC: '#A38F79'
DS: '#8FD3E4'
Europe: '#5AC189'
Fighting: '#5AC189'
GB: '#FDE380'
GBA: '#ACE1C4'
GC: '#5AC189'
GEN: '#3CCCCB'
GG: '#EFA1AA'
Japan: '#FF7F44'
Microsoft Game Studios: '#D1C6BC'
Misc: '#FF7F44'
N64: '#1FA8C9'
NES: '#9EE5E5'
NG: '#A1A6BD'
Nintendo: '#D3B3DA'
North America: '#666666'
Other: '#E04355'
PC: '#EFA1AA'
PCFX: '#FDE380'
PS: '#A1A6BD'
PS2: '#FCC700'
PS3: '#3CCCCB'
PS4: '#B2B2B2'
PSP: '#FEC0A1'
PSV: '#FCC700'
Platform: '#666666'
Puzzle: '#E04355'
Racing: '#FCC700'
Role-Playing: '#A868B7'
SAT: '#A868B7'
SCD: '#8FD3E4'
SNES: '#454E7C'
Shooter: '#3CCCCB'
Simulation: '#A38F79'
Sports: '#8FD3E4'
Strategy: '#A1A6BD'
TG16: '#FEC0A1'
Take-Two Interactive: '#9EE5E5'
WS: '#ACE1C4'
Wii: '#A38F79'
WiiU: '#E04355'
X360: '#A868B7'
XB: '#D3B3DA'
XOne: '#FF7F44'
metrics:
- count
"0": "#1FA8C9"
"1": "#454E7C"
"2600": "#666666"
3DO: "#B2B2B2"
3DS: "#D1C6BC"
Action: "#1FA8C9"
Adventure: "#454E7C"
DC: "#A38F79"
DS: "#8FD3E4"
Europe: "#5AC189"
Fighting: "#5AC189"
GB: "#FDE380"
GBA: "#ACE1C4"
GC: "#5AC189"
GEN: "#3CCCCB"
GG: "#EFA1AA"
Japan: "#FF7F44"
Microsoft Game Studios: "#D1C6BC"
Misc: "#FF7F44"
N64: "#1FA8C9"
NES: "#9EE5E5"
NG: "#A1A6BD"
Nintendo: "#D3B3DA"
North America: "#666666"
Other: "#E04355"
PC: "#EFA1AA"
PCFX: "#FDE380"
PS: "#A1A6BD"
PS2: "#FCC700"
PS3: "#3CCCCB"
PS4: "#B2B2B2"
PSP: "#FEC0A1"
PSV: "#FCC700"
Platform: "#666666"
Puzzle: "#E04355"
Racing: "#FCC700"
Role-Playing: "#A868B7"
SAT: "#A868B7"
SCD: "#8FD3E4"
SNES: "#454E7C"
Shooter: "#3CCCCB"
Simulation: "#A38F79"
Sports: "#8FD3E4"
Strategy: "#A1A6BD"
TG16: "#FEC0A1"
Take-Two Interactive: "#9EE5E5"
WS: "#ACE1C4"
Wii: "#A38F79"
WiiU: "#E04355"
X360: "#A868B7"
XB: "#D3B3DA"
XOne: "#FF7F44"
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -86,9 +85,10 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params:
preselect_filters: '{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
preselect_filters:
'{"1389": {"platform": ["PS", "PS2", "PS3", "PS4"], "genre":
null, "__time_range": "No filter"}}'
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: 0499bdec-0837-44f3-ae8a-8c670de81afd
version: 1.0.0

View File

@ -15,16 +15,15 @@
# specific language governing permissions and limitations
# under the License.
slice_name: Members per Channel
viz_type: treemap
viz_type: treemap_v2
params:
adhoc_filters: []
color_scheme: supersetColors
datasource: 57__table
groupby:
- channel_name
- channel_name
label_colors: {}
metrics:
- count
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -34,7 +33,7 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params: {}
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: d44e416d-1647-44e4-b442-6da34b44adc4
version: 1.0.0

View File

@ -14,65 +14,64 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
slice_name: '# of Games That Hit 100k in Sales By Release Year'
viz_type: treemap
slice_name: "# of Games That Hit 100k in Sales By Release Year"
viz_type: treemap_v2
params:
adhoc_filters: []
color_scheme: supersetColors
datasource: 21__table
granularity_sqla: year
groupby:
- platform
- platform
label_colors:
'2600': '#D1C6BC'
3DO: '#A38F79'
3DS: '#B2B2B2'
Action: '#ACE1C4'
Adventure: '#5AC189'
COUNT(*): '#1FA8C9'
DC: '#666666'
DS: '#E04355'
Fighting: '#D1C6BC'
GB: '#A1A6BD'
GBA: '#A868B7'
GC: '#D3B3DA'
GEN: '#FF7F44'
GG: '#8FD3E4'
Microsoft Game Studios: '#FCC700'
Misc: '#D3B3DA'
N64: '#EFA1AA'
NES: '#FEC0A1'
NG: '#FCC700'
Nintendo: '#666666'
PC: '#8FD3E4'
PCFX: '#A1A6BD'
PS: '#FCC700'
PS2: '#454E7C'
PS3: '#FF7F44'
PS4: '#A38F79'
PSP: '#3CCCCB'
PSV: '#454E7C'
Platform: '#FDE380'
Puzzle: '#454E7C'
Racing: '#9EE5E5'
Role-Playing: '#EFA1AA'
SAT: '#5AC189'
SCD: '#E04355'
SNES: '#FDE380'
Shooter: '#B2B2B2'
Simulation: '#1FA8C9'
Sports: '#FEC0A1'
Strategy: '#FF7F44'
TG16: '#3CCCCB'
Take-Two Interactive: '#E04355'
WS: '#A868B7'
Wii: '#666666'
WiiU: '#1FA8C9'
X360: '#5AC189'
XB: '#ACE1C4'
XOne: '#9EE5E5'
metrics:
- count
"2600": "#D1C6BC"
3DO: "#A38F79"
3DS: "#B2B2B2"
Action: "#ACE1C4"
Adventure: "#5AC189"
COUNT(*): "#1FA8C9"
DC: "#666666"
DS: "#E04355"
Fighting: "#D1C6BC"
GB: "#A1A6BD"
GBA: "#A868B7"
GC: "#D3B3DA"
GEN: "#FF7F44"
GG: "#8FD3E4"
Microsoft Game Studios: "#FCC700"
Misc: "#D3B3DA"
N64: "#EFA1AA"
NES: "#FEC0A1"
NG: "#FCC700"
Nintendo: "#666666"
PC: "#8FD3E4"
PCFX: "#A1A6BD"
PS: "#FCC700"
PS2: "#454E7C"
PS3: "#FF7F44"
PS4: "#A38F79"
PSP: "#3CCCCB"
PSV: "#454E7C"
Platform: "#FDE380"
Puzzle: "#454E7C"
Racing: "#9EE5E5"
Role-Playing: "#EFA1AA"
SAT: "#5AC189"
SCD: "#E04355"
SNES: "#FDE380"
Shooter: "#B2B2B2"
Simulation: "#1FA8C9"
Sports: "#FEC0A1"
Strategy: "#FF7F44"
TG16: "#3CCCCB"
Take-Two Interactive: "#E04355"
WS: "#A868B7"
Wii: "#666666"
WiiU: "#1FA8C9"
X360: "#5AC189"
XB: "#ACE1C4"
XOne: "#9EE5E5"
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -82,7 +81,7 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params: {}
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: 2b69887b-23e3-b46d-d38c-8ea11856c555
version: 1.0.0

View File

@ -15,35 +15,34 @@
# specific language governing permissions and limitations
# under the License.
slice_name: Preferred Employment Style
viz_type: treemap
viz_type: treemap_v2
params:
adhoc_filters:
- clause: WHERE
comparator: '0'
expressionType: SIMPLE
filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
isExtra: false
isNew: false
operator: ==
sqlExpression: null
subject: is_software_dev
- clause: WHERE
comparator: 'NULL'
expressionType: SIMPLE
filterOptionName: filter_rdlajraxs0f_lgyfv4rvdh
isExtra: false
isNew: false
operator: '!='
sqlExpression: null
subject: job_pref
- clause: WHERE
comparator: "0"
expressionType: SIMPLE
filterOptionName: filter_s1jzmdwgeg_p3er4w56uy
isExtra: false
isNew: false
operator: ==
sqlExpression: null
subject: is_software_dev
- clause: WHERE
comparator: "NULL"
expressionType: SIMPLE
filterOptionName: filter_rdlajraxs0f_lgyfv4rvdh
isExtra: false
isNew: false
operator: "!="
sqlExpression: null
subject: job_pref
color_scheme: supersetColors
datasource: 42__table
granularity_sqla: time_start
groupby:
- job_pref
- job_pref
label_colors: {}
metrics:
- count
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -53,7 +52,7 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params: {}
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: bff88053-ccc4-92f2-d6f5-de83e950e8cd
version: 1.0.0

View File

@ -15,16 +15,15 @@
# specific language governing permissions and limitations
# under the License.
slice_name: Vaccine Candidates per Country
viz_type: treemap
viz_type: treemap_v2
params:
adhoc_filters: []
color_scheme: presetColors
datasource: 69__table
groupby:
- country_name
- country_name
label_colors: {}
metrics:
- count
metric: count
number_format: SMART_NUMBER
queryFields:
groupby: groupby
@ -33,7 +32,7 @@ params:
time_range: No filter
treemap_ratio: 1.618033988749895
url_params: {}
viz_type: treemap
viz_type: treemap_v2
cache_timeout: null
uuid: e2f5a8a7-feb0-4f79-bc6b-01fe55b98b3c
version: 1.0.0

View File

@ -405,17 +405,6 @@ def create_slices(tbl: SqlaTable) -> list[Slice]:
groupby=["gender", "state"],
),
),
Slice(
**slice_kwargs,
slice_name="Treemap Chart",
viz_type="treemap",
params=get_slice_json(
defaults,
viz_type="treemap",
metrics=["sum__num"],
groupby=["gender"],
),
),
Slice(
**slice_kwargs,
slice_name="Treemap V2 Chart",

View File

@ -342,15 +342,15 @@ def create_slices(tbl: BaseDatasource) -> list[Slice]:
),
Slice(
slice_name="Treemap",
viz_type="treemap",
viz_type="treemap_v2",
datasource_type=DatasourceType.TABLE,
datasource_id=tbl.id,
params=get_slice_json(
defaults,
since="1960-01-01",
until="now",
viz_type="treemap",
metrics=["sum__SP_POP_TOTL"],
viz_type="treemap_v2",
metric="sum__SP_POP_TOTL",
groupby=["region", "country_code"],
),
),

View File

@ -0,0 +1,47 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
"""migrate_treemap_chart
Revision ID: 4c5da39be729
Revises: 9ba2ce3086e5
Create Date: 2023-06-08 10:22:23.192064
"""
from alembic import op
from sqlalchemy.dialects.mysql.base import MySQLDialect
from superset.migrations.shared.migrate_viz import MigrateTreeMap
# revision identifiers, used by Alembic.
revision = "4c5da39be729"
down_revision = "9ba2ce3086e5"
def upgrade():
# Ensure `slice.params` and `slice.query_context`` in MySQL is MEDIUMTEXT
# before migration, as the migration will save a duplicate form_data backup
# which may significantly increase the size of these fields.
if isinstance(op.get_bind().dialect, MySQLDialect):
# If the columns are already MEDIUMTEXT, this is a no-op
op.execute("ALTER TABLE slices MODIFY params MEDIUMTEXT")
op.execute("ALTER TABLE slices MODIFY query_context MEDIUMTEXT")
MigrateTreeMap.upgrade()
def downgrade():
MigrateTreeMap.downgrade()

View File

@ -4385,9 +4385,6 @@
"Shows or hides markers for the time series": [
"Ein- oder Ausblenden von Markern für die Zeitreihe"
],
"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.": [
"Zeigt die Zusammensetzung eines Datensatzes an, indem ein bestimmtes Rechteck als kleinere Rechtecke mit Bereichen segmentiert wird, die proportional zu ihrem Wert oder Beitrag zum Ganzen sind. Diese Rechtecke können wiederum auch hierarchisch weiter segmentiert werden."
],
"Significance Level": ["Signifikanzniveau"],
"Simple": ["Einfach"],
"Simple ad-hoc metrics are not enabled for this dataset": [
@ -4670,9 +4667,6 @@
],
"Target": ["Ziel"],
"Target Color": ["Zielfarbe"],
"Target aspect ratio for treemap tiles.": [
"Ziel-Seitenverhältnis für Treemap-Kacheln."
],
"Target category": ["Zielkategorie"],
"Target value": ["Zielwert"],
"Template Name": ["Vorlagenname"],
@ -5465,7 +5459,6 @@
"Tree layout": ["Baum-Layout"],
"Tree orientation": ["Baumausrichtung"],
"Treemap": ["Treemap"],
"Treemap (legacy)": ["Kacheldiagramm (Legacy)"],
"Trend": ["Trend"],
"Triangle": ["Dreieck"],
"Trigger Alert If...": ["Alarm auslösen falls..."],

View File

@ -146,7 +146,7 @@ msgstr ""
msgid " to visualize your data."
msgstr " , um Ihre Daten zu visualisieren."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (Ist nicht gleich)"
@ -666,7 +666,7 @@ msgstr "vor 3 Jahren"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 Tage"
@ -742,7 +742,7 @@ msgstr "52 Wochen, beginnend am Montag (freq=52W-MON)"
msgid "6 hour"
msgstr "6 Stunden"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 Tage"
@ -768,7 +768,7 @@ msgstr "wöchentlich (7D)"
msgid "9/91 percentiles"
msgstr "9/91 Perzentile"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 Tage"
@ -776,11 +776,11 @@ msgstr "90 Tage"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (Kleiner als)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (Kleiner oder gleich)"
@ -805,15 +805,15 @@ msgstr "<neuer Raumbezug>"
msgid "<no type>"
msgstr "<kein Typ>"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (Ist gleich)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (Größer als)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (Größer oder gleich)"
@ -873,7 +873,7 @@ msgstr ""
"Eine Liste der Domänennamen, die dieses Dashboard einbetten können. Wenn "
"Sie dieses Feld leer lassen, können Sie von jeder Domäne aus einbetten."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr "Eine Liste der Tags, die auf dieses Diagramm angewendet wurden."
@ -912,7 +912,7 @@ msgstr ""
"wird, durch seine Fläche und nicht durch seinen Radius oder Sweep-Winkel "
"veranschaulicht wird."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Eine sprechende URL für Ihr Dashboard"
@ -974,7 +974,7 @@ msgstr "Beim Generieren eines Datenextrakts ist ein Timeout aufgetreten."
msgid "A timeout occurred while taking a screenshot."
msgstr "Beim Erstellen eines Screenshots ist ein Timeout aufgetreten."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Ein gültiges Farbschema ist erforderlich"
@ -1008,8 +1008,8 @@ msgstr "Y-ACHSE TITEL POSITION"
msgid "About"
msgstr "Über"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Zugang"
@ -1054,7 +1054,7 @@ msgstr "Aktionsprotokoll"
msgid "Actions"
msgstr "Aktion"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Aktiv"
@ -1094,7 +1094,7 @@ msgstr "Adaptative Formatierung"
msgid "Add"
msgstr "Hinzufügen"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr "Alarm hinzufügen"
@ -1130,7 +1130,7 @@ msgstr "Protokoll hinzufügen"
msgid "Add Metric"
msgstr "Metrik hinzufügen"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr "Report hinzufügen"
@ -1267,7 +1267,7 @@ msgstr "Neuen Farbformatierer hinzufügen"
msgid "Add new formatter"
msgstr "Neuen Formatierer hinzufügen"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Benachrichtigungsmethode hinzufügen"
@ -1374,7 +1374,7 @@ msgstr "Leistungseinstellungen dieser Datenbank anpassen."
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1507,11 +1507,11 @@ msgstr "Alarm"
msgid "Alert Triggered, In Grace Period"
msgstr "Alarm ausgelöst, in Kulanzzeit"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Alarmierungsbedingung"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Alarmierung-Zeitplan"
@ -1531,7 +1531,7 @@ msgstr "Alarm während Karenzzeit ausgelöst."
msgid "Alert found an error while executing a query."
msgstr "Alarm ist beim Ausführen einer Abfrage auf einen Fehler gestoßen."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Name des Alarms"
@ -1804,7 +1804,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2343,7 +2343,7 @@ msgstr "Anmerkungen konnten nicht gelöscht werden."
msgid "Any"
msgstr "Beliebig"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2401,7 +2401,7 @@ msgstr ""
"stellen Sie sicher, dass die Quellabfrage die im rollierenden Fenster "
"definierten Mindestzeiträume erfüllt."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2741,7 +2741,7 @@ msgstr ""
msgid "Basic"
msgstr "Basic"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3164,7 +3164,7 @@ msgstr "Überschneidungen zwischen Zeitreihen und Aufschlüsselungen nicht zulä
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3215,7 +3215,6 @@ msgstr "Zeitzeichenfolge [%(human_readable)s] kann nicht analysiert werden"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3307,7 +3306,7 @@ msgstr "Zentriert"
msgid "Centroid (Longitude and Latitude): "
msgstr "Schwerpunkt (Längen- und Breitengrad): "
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr "Zertifizierung"
@ -3316,7 +3315,7 @@ msgstr "Zertifizierung"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3335,7 +3334,7 @@ msgstr "Zertifiziert durch"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3435,7 +3434,7 @@ msgstr "Zeichen, das als Dezimalstelle zu interpretieren ist."
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3474,7 +3473,6 @@ msgstr "Diagramm-ID"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -4090,7 +4088,7 @@ msgstr ""
"bestimmten Zelle im Vergleich zu den anderen Zellen im ausgewählten "
"Bereich schattiert: "
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Farben"
@ -4420,7 +4418,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Berechnen des Beitrags zur Gesamtsumme"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr "Bedingung"
@ -5034,7 +5032,7 @@ msgstr "Dunkeltürkis"
msgid "Dark mode"
msgstr "Dunkelmodus"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -5075,11 +5073,11 @@ msgstr "Dashboard importiert"
msgid "Dashboard parameters are invalid."
msgstr "Dashboard-Parameter sind ungültig."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Dashboardeigenschaften bearbeiten"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr "Dashboard-Eigenschaften aktualisiert"
@ -6553,7 +6551,7 @@ msgstr "Kantenbreite"
msgid "Edit"
msgstr "Bearbeiten"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr "Alarm bearbeiten"
@ -6605,7 +6603,7 @@ msgstr "Metrik bearbeiten"
msgid "Edit Plugin"
msgstr "Plugin bearbeiten"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr "Report bearbeiten"
@ -6971,8 +6969,8 @@ msgid "Equal to (=)"
msgstr "Ist gleich (==)"
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7972,7 +7970,7 @@ msgstr "Gold"
msgid "Google Sheet Name and URL"
msgstr "Google Tabellen-Name und URL"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Kulanzzeit"
@ -8275,7 +8273,7 @@ msgstr ""
"(Nichts tun), Ersetzen (Tabelle löschen und neu erstellen) oder Anhängen "
"(Daten einfügen)."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr "Cache beim Generieren eines Screenshots ignorieren"
@ -8714,12 +8712,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON-Metadaten"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "JSON Metadaten"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr "JSON-Metadaten sind ungültig!"
@ -9049,7 +9047,6 @@ msgstr "Linker Wert"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9313,7 +9310,7 @@ msgstr "Suchen des Diagramms"
msgid "Log Scale"
msgstr "Logarithmische Skala"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Protokollaufbewahrung"
@ -9996,7 +9993,6 @@ msgid "Multi-Layers"
msgstr "Mehr-Ebenen"
#: 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10532,7 +10528,7 @@ msgstr "Knotengröße"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "Keine"
@ -10580,7 +10576,7 @@ msgstr "Ist nicht gleich (≠)"
msgid "Not in"
msgstr "Nicht in"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "Nicht NULL"
@ -10597,7 +10593,7 @@ msgstr "Nicht aktuell"
msgid "Nothing triggered"
msgstr "Nichts ausgelöst"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Benachrichtigungsmethode"
@ -10648,7 +10644,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11172,12 +11167,12 @@ msgstr "Besitzer*in"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11197,8 +11192,8 @@ msgstr ""
"Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern "
"können."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11264,7 +11259,6 @@ msgstr "Datumsangaben auswerten"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11356,7 +11350,6 @@ msgid "Percentage threshold"
msgstr "Prozentualer Schwellenwert"
#: 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11394,7 +11387,7 @@ msgstr "Perioden müssen eine ganze Zahl sein"
msgid "Person or group that has certified this chart."
msgstr "Person oder Gruppe, die dieses Diagramm zertifiziert hat."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr "Person oder Gruppe, die dieses Dashboard zertifiziert hat."
@ -11539,7 +11532,7 @@ msgstr "Pixel"
msgid "Plain"
msgstr "Unformatiert"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr "Bitte überschreiben Sie den \"filter_scopes“-Schlüssel NICHT."
@ -11951,7 +11944,6 @@ msgstr "Propagieren"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -12034,7 +12026,6 @@ msgstr "Abfragen"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12238,7 +12229,6 @@ msgstr "Rangliste"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -12571,11 +12561,11 @@ msgstr "Fehler melden"
msgid "Report failed"
msgstr "Report fehlgeschlagen"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Name des Reports"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Report-Zeitplan"
@ -12781,6 +12771,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12790,7 +12781,7 @@ msgstr ""
msgid "Roles"
msgstr "Rollen"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -13050,7 +13041,7 @@ msgstr ""
"Beachten Sie, dass Sie andere SQL Lab-Fenster schließen müssen, bevor Sie"
" dies tun."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQL Abfrage"
@ -13192,7 +13183,7 @@ msgstr "Samstag"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13211,7 +13202,7 @@ msgstr "Samstag"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13401,7 +13392,7 @@ msgstr "Planen von E-Mail-Reports"
msgid "Schedule query"
msgstr "Abfrage einplanen"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Zeitplan-Einstellungen"
@ -13851,15 +13842,15 @@ msgstr ""
"Wählen Sie Werte in hervorgehobenen Feldern im Bedienfeld aus. Führen Sie"
" dann die Abfrage aus, indem Sie auf die Schaltfläche %s klicken."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr "Als CSV senden"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr "Als PNG senden"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr "Als Text senden"
@ -15250,7 +15241,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Getaggtes Object konnte nicht gelöscht werden."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15281,10 +15272,6 @@ msgstr "Ziel"
msgid "Target Color"
msgstr "Zielfarbe"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr "Ziel-Seitenverhältnis für Treemap-Kacheln."
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr "Zielkategorie"
@ -15478,7 +15465,7 @@ msgid ""
"[country] column"
msgstr "Der Ländercodestandard, den Superset in der Spalte [Land] erwarten sollte"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Dashboard wurde erfolgreich gespeichert"
@ -16519,7 +16506,7 @@ msgstr ""
" JSON-Objekt wird hier als Referenz und für Hauptbenutzer*in verfügbar "
"gemacht, die möglicherweise bestimmte Parameter ändern möchten."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16641,7 +16628,7 @@ msgstr ""
"Dieses Dashboard aktualisiert sich automatisch. Die nächste automatische "
"Aktualisierung erfolgt in %s."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
"Dieses Dashboard wird extern verwaltet und kann nicht in Superset "
@ -16885,7 +16872,7 @@ msgstr "Dadurch wird Ihre aktuelle Embedded-Konfiguration entfernt."
msgid "Threshold alpha level for determining significance"
msgstr "Schwellenwert für Alpha-Level zur Bestimmung der Signifikanz"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr "Der Schwellwert sollte eine Zahl mit doppelter Genauigkeit sein."
@ -17086,7 +17073,7 @@ msgstr "Zeiteinteilung fehlt"
msgid "Time granularity"
msgstr "Zeitgranularität"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Zeit in Sekunden"
@ -17272,7 +17259,7 @@ msgstr "Sehr klein"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -17338,6 +17325,11 @@ msgstr "Oben rechts"
msgid "Top to Bottom"
msgstr "Oben nach unten"
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "der Gesamtsumme"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17405,10 +17397,6 @@ msgstr "Baumausrichtung"
msgid "Treemap"
msgstr "Treemap"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr "Kacheldiagramm (Legacy)"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17425,7 +17413,7 @@ msgstr "Trend"
msgid "Triangle"
msgstr "Dreieck"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Alarm auslösen falls..."
@ -17560,7 +17548,7 @@ msgstr "URL-Parameter"
msgid "URL parameters"
msgstr "URL-Parameter"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "URL Titelform"
@ -17867,7 +17855,7 @@ msgstr "Datei in Datenbank hochladen"
msgid "Usage"
msgstr "Verwendung"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr "Verwenden Sie stattdessen das Menü \"%(menuName)s\"."
@ -18069,7 +18057,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Wert"
@ -19016,7 +19004,7 @@ msgstr "Wort-Rotation"
msgid "Working"
msgstr "In Bearbeitung"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Zeitüberschreitung"
@ -20613,7 +20601,7 @@ msgstr "gespeicherte Abfragen"
msgid "search by tags"
msgstr "Suche nach Tags"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr "Sekunden"

View File

@ -3176,9 +3176,6 @@
"Showing %s of %s": [""],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -3392,7 +3389,6 @@
],
"Target": [""],
"Target Color": [""],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": [""],
@ -3926,6 +3922,7 @@
"Top left": [""],
"Top right": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total value": [""],
@ -3939,7 +3936,6 @@
"Tree layout": [""],
"Tree orientation": [""],
"Treemap": [""],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": [""],

View File

@ -115,7 +115,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -602,7 +602,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -678,7 +678,7 @@ msgstr ""
msgid "6 hour"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -704,7 +704,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -712,11 +712,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -741,15 +741,15 @@ msgstr ""
msgid "<no type>"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -799,7 +799,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -830,7 +830,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr ""
@ -885,7 +885,7 @@ msgstr ""
msgid "A timeout occurred while taking a screenshot."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -919,8 +919,8 @@ msgstr ""
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr ""
@ -965,7 +965,7 @@ msgstr ""
msgid "Actions"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr ""
@ -1005,7 +1005,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr ""
@ -1041,7 +1041,7 @@ msgstr ""
msgid "Add Metric"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr ""
@ -1162,7 +1162,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1265,7 +1265,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1391,11 +1391,11 @@ msgstr ""
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr ""
@ -1415,7 +1415,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr ""
@ -1668,7 +1668,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2158,7 +2158,7 @@ msgstr ""
msgid "Any"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2205,7 +2205,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2533,7 +2533,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -2920,7 +2920,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -2968,7 +2968,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3060,7 +3059,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3069,7 +3068,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3088,7 +3087,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3182,7 +3181,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3221,7 +3220,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3798,7 +3796,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr ""
@ -4092,7 +4090,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr ""
@ -4678,7 +4676,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4719,11 +4717,11 @@ msgstr ""
msgid "Dashboard parameters are invalid."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr ""
@ -6092,7 +6090,7 @@ msgstr ""
msgid "Edit"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr ""
@ -6144,7 +6142,7 @@ msgstr ""
msgid "Edit Plugin"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr ""
@ -6498,8 +6496,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7447,7 +7445,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr ""
@ -7721,7 +7719,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8139,12 +8137,12 @@ msgstr ""
msgid "JSON Metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr ""
@ -8459,7 +8457,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -8707,7 +8704,7 @@ msgstr ""
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr ""
@ -9366,7 +9363,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -9883,7 +9879,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -9931,7 +9927,7 @@ msgstr ""
msgid "Not in"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -9948,7 +9944,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr ""
@ -9994,7 +9990,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10477,12 +10472,12 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10500,8 +10495,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10565,7 +10560,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -10653,7 +10647,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -10691,7 +10684,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -10826,7 +10819,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11205,7 +11198,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11288,7 +11280,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11490,7 +11481,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -11800,11 +11790,11 @@ msgstr ""
msgid "Report failed"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr ""
@ -12004,6 +11994,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12013,7 +12004,7 @@ msgstr ""
msgid "Roles"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12248,7 +12239,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr ""
@ -12390,7 +12381,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12409,7 +12400,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -12594,7 +12585,7 @@ msgstr ""
msgid "Schedule query"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr ""
@ -13029,15 +13020,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -13473,14 +13464,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14362,7 +14345,7 @@ msgid "Tagged Object could not be deleted."
msgstr ""
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14391,10 +14374,6 @@ msgstr ""
msgid "Target Color"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -14554,7 +14533,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr ""
@ -15404,7 +15383,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -15497,7 +15476,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -15694,7 +15673,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -15889,7 +15868,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr ""
@ -16050,7 +16029,7 @@ msgstr ""
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16114,6 +16093,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16181,10 +16164,6 @@ msgstr ""
msgid "Treemap"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16201,7 +16180,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -16330,7 +16309,7 @@ msgstr ""
msgid "URL parameters"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr ""
@ -16604,7 +16583,7 @@ msgstr ""
msgid "Usage"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -16777,7 +16756,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -17594,7 +17573,7 @@ msgstr ""
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -19113,7 +19092,7 @@ msgstr ""
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr ""

View File

@ -2665,9 +2665,6 @@
"Showing %s of %s": ["Mostrando %s de %s"],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -2819,7 +2816,6 @@
"Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [
""
],
"Target aspect ratio for treemap tiles.": [""],
"Template Name": ["Nombre Plantilla"],
"Template parameters": ["Parametros de plantilla"],
"Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [
@ -3344,7 +3340,6 @@
"Transpose pivot": ["Transponer pivot"],
"Tree layout": [""],
"Treemap": ["Mapa de Árbol"],
"Treemap (legacy)": [""],
"Triangle": ["Triángulo"],
"Trigger Alert If...": ["Disparar Alerta si..."],
"Truncate Y Axis": ["Truncar el eje Y"],

View File

@ -120,7 +120,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (No es igual)"
@ -625,7 +625,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 días"
@ -709,7 +709,7 @@ msgstr ""
msgid "6 hour"
msgstr "6 horas"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 días"
@ -736,7 +736,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 días"
@ -744,11 +744,11 @@ msgstr "90 días"
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (Menor que)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (Menor o igual)"
@ -777,15 +777,15 @@ msgstr "Espacial"
msgid "<no type>"
msgstr "Tipo de dato"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (Igual)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (mayor que)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (Mayor o igual)"
@ -845,7 +845,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -876,7 +876,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Una URL amigable para el dashboard"
@ -937,7 +937,7 @@ msgstr "Se produjo un error al crear el origen de datos"
msgid "A timeout occurred while taking a screenshot."
msgstr "Se produjo un error al recuperar el estado de la pestaña"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Un esquema de colores válido es requerido"
@ -972,8 +972,8 @@ msgstr "última partición:"
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Acceso"
@ -1018,7 +1018,7 @@ msgstr "Bitácora de acciones"
msgid "Actions"
msgstr "Acciones"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Activo"
@ -1062,7 +1062,7 @@ msgstr "Formato Fecha/Hora"
msgid "Add"
msgstr "Agregar"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "alerta"
@ -1099,7 +1099,7 @@ msgstr "Agregar Registro"
msgid "Add Metric"
msgstr "Añadir Métrica"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#, fuzzy
msgid "Add Report"
msgstr "informe"
@ -1229,7 +1229,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Agregar método de notificación"
@ -1342,7 +1342,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1481,11 +1481,11 @@ msgstr "alerta"
msgid "Alert Triggered, In Grace Period"
msgstr "Alerta disparada, en periodo de gracia"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Probar Conexión"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Probar Conexión"
@ -1505,7 +1505,7 @@ msgstr "La alerta saltó durante el periodo de gracia."
msgid "Alert found an error while executing a query."
msgstr "La alerta encontró un error al ejecutar una consulta."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Nombre de la alerta"
@ -1766,7 +1766,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2304,7 +2304,7 @@ msgstr "Las anotaciones no han podido eliminarse."
msgid "Any"
msgstr "día"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2351,7 +2351,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2714,7 +2714,7 @@ msgstr ""
msgid "Basic"
msgstr "Básico"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3114,7 +3114,7 @@ msgstr "No puede haber solapamiento entre Series y Distribuciones"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3164,7 +3164,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3265,7 +3264,7 @@ msgstr "Recientes"
msgid "Centroid (Longitude and Latitude): "
msgstr "Longitud/latitud inválidas"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
#, fuzzy
msgid "Certification"
@ -3275,7 +3274,7 @@ msgstr "Certificado raíz"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3296,7 +3295,7 @@ msgstr "Certificado por"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3393,7 +3392,7 @@ msgstr "Caracter que interpreta como punto decimal."
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3432,7 +3431,6 @@ msgstr "ID de gráfico"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -4054,7 +4052,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Colores"
@ -4369,7 +4367,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Calcular la contribución al total"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#, fuzzy
msgid "Condition"
msgstr "Probar Conexión"
@ -4995,7 +4993,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -5037,11 +5035,11 @@ msgstr "Propiedades del Dashboard"
msgid "Dashboard parameters are invalid."
msgstr "Parámetros de Dashboard inválidos."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Propiedades del Dashboard"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "Propiedades del Dashboard"
@ -6490,7 +6488,7 @@ msgstr "Grosor de línea"
msgid "Edit"
msgstr "Editar"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "Esitar Tabla"
@ -6544,7 +6542,7 @@ msgstr "Editar Métrica"
msgid "Edit Plugin"
msgstr "Editar Columna"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#, fuzzy
msgid "Edit Report"
msgstr "informe"
@ -6923,8 +6921,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7938,7 +7936,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Periodo de gracia"
@ -8245,7 +8243,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8693,12 +8691,12 @@ msgstr ""
msgid "JSON Metadata"
msgstr "Metadatos JSON"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "Metadatos JSON"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "no es json válido"
@ -9036,7 +9034,6 @@ msgstr "Valores Nulos"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9307,7 +9304,7 @@ msgstr "Crear un nuevo Gráfico"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Retención de registros"
@ -10002,7 +9999,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10570,7 +10566,7 @@ msgstr "Tamaño burbuja"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -10623,7 +10619,7 @@ msgstr "!= (No es igual)"
msgid "Not in"
msgstr "anotación"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "No nulo"
@ -10641,7 +10637,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr "Nada disparado"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Método de notificación"
@ -10691,7 +10687,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11211,12 +11206,12 @@ msgstr "Propietario"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11236,8 +11231,8 @@ msgstr ""
"Propietarios es una lista de usuarios que pueden alterar el panel de "
"control."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11302,7 +11297,6 @@ msgstr "Parsear Fechas"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11398,7 +11392,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11438,7 +11431,7 @@ msgstr "Los periodos deben ser un valor entero positivo"
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -11577,7 +11570,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11979,7 +11972,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -12065,7 +12057,6 @@ msgstr "Series"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12283,7 +12274,6 @@ msgstr "Mensaje de Aviso"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12627,11 +12617,11 @@ msgstr "informe"
msgid "Report failed"
msgstr "Informe fallido"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Nombre de informe"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Programar informe"
@ -12850,6 +12840,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12859,7 +12850,7 @@ msgstr ""
msgid "Roles"
msgstr "Roles"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -13101,7 +13092,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "Consulta SQL"
@ -13253,7 +13244,7 @@ msgstr "Sábado"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13272,7 +13263,7 @@ msgstr "Sábado"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13473,7 +13464,7 @@ msgstr "Programar informes por correo electrónico para gráficos"
msgid "Schedule query"
msgstr "Guardar Consulta"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Configuracion"
@ -13961,15 +13952,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -14432,14 +14423,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -15399,7 +15382,7 @@ msgid "Tagged Object could not be deleted."
msgstr "El conjunto de datos no pudo ser eliminado."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15431,10 +15414,6 @@ msgstr "Iniciar"
msgid "Target Color"
msgstr "Iniciar en"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
#, fuzzy
msgid "Target category"
@ -15605,7 +15584,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "El dashboard ha sido guardado"
@ -16533,7 +16512,7 @@ msgstr ""
"expone aquí como referencia y para usuarios avanzados que quieran "
"modificar parámetros específicos."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16632,7 +16611,7 @@ msgstr ""
"Este Dashboard está actualmente fuerza refrescar; la siguiente fuerza "
"refrescar será en %s."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16843,7 +16822,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -17052,7 +17031,7 @@ msgstr "Granularidad Temporal"
msgid "Time granularity"
msgstr "Granularidad de Tiempo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Tiempo en segundos"
@ -17244,7 +17223,7 @@ msgstr "en"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -17316,6 +17295,11 @@ msgstr "Altura"
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "Totales"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17386,10 +17370,6 @@ msgstr "Eliminar anotación"
msgid "Treemap"
msgstr "Mapa de Árbol"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17407,7 +17387,7 @@ msgstr "Modificado"
msgid "Triangle"
msgstr "Triángulo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Disparar Alerta si..."
@ -17549,7 +17529,7 @@ msgstr "Parámetros de URL"
msgid "URL parameters"
msgstr "Parámetros de URL"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "nombre para URL"
@ -17841,7 +17821,7 @@ msgstr "Editar Base de Datos"
msgid "Usage"
msgstr "Administrar"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -18020,7 +18000,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Valor"
@ -18878,7 +18858,7 @@ msgstr "Añadir anotación"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Tiempo de espera"
@ -20509,7 +20489,7 @@ msgstr "Consultas Guardadas"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30 segundos"

View File

@ -3038,9 +3038,6 @@
"Showing %s of %s": ["Affichage de %s sur %s"],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": ["Simple"],
"Simple ad-hoc metrics are not enabled for this dataset": [
@ -3216,7 +3213,6 @@
"Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [
""
],
"Target aspect ratio for treemap tiles.": [""],
"Target value": ["Valeur cible"],
"Template Name": ["Nom du template"],
"Template parameters": ["Les paramètres du modèle"],
@ -3841,7 +3837,6 @@
"Transpose pivot": [""],
"Tree layout": [""],
"Treemap": ["Carte proportionnelle"],
"Treemap (legacy)": [""],
"Trend": ["Tendance"],
"Triangle": [""],
"Trigger Alert If...": ["Déclencher une alerte si ..."],

View File

@ -142,7 +142,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (N'est pas égal)"
@ -664,7 +664,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 jours"
@ -744,7 +744,7 @@ msgstr "Semaine débutant le lundi"
msgid "6 hour"
msgstr "6 heures"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 jours"
@ -771,7 +771,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 jours"
@ -779,11 +779,11 @@ msgstr "90 jours"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (Plus petit que)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (Plus petit ou égal)"
@ -812,15 +812,15 @@ msgstr "Spatial"
msgid "<no type>"
msgstr "Type de tri"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (Est equal)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (Plus grand que)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (Plus grand ou égal)"
@ -881,7 +881,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
#, fuzzy
msgid "A list of tags that have been applied to this chart."
@ -915,7 +915,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Pour avoir une URL lisible pour votre tableau de bord"
@ -976,7 +976,7 @@ msgstr "Dépassement de délai lors de la génération d'un dataframe."
msgid "A timeout occurred while taking a screenshot."
msgstr "Dépassement de délai lors d'une capture d'écran."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Un jeu de couleur valide doit être fourni"
@ -1011,8 +1011,8 @@ msgstr "dernière partition :"
msgid "About"
msgstr "A propos"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Accès"
@ -1057,7 +1057,7 @@ msgstr "Journaux d'actions"
msgid "Actions"
msgstr "Actions"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Actif"
@ -1101,7 +1101,7 @@ msgstr "Formatage adapté"
msgid "Add"
msgstr "Ajouter"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "alerte"
@ -1138,7 +1138,7 @@ msgstr "Ajouter un log"
msgid "Add Metric"
msgstr "Ajouter une métrique"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#, fuzzy
msgid "Add Report"
msgstr "rapport"
@ -1265,7 +1265,7 @@ msgstr "Ajouter un nouveau formateur de couleur"
msgid "Add new formatter"
msgstr "Ajouter un formateur"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Ajouter une méthode de notification"
@ -1375,7 +1375,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1513,11 +1513,11 @@ msgstr "alerte"
msgid "Alert Triggered, In Grace Period"
msgstr "Alerte déclenchée, -période de grâce"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Condition d'alerte"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Planification de la condition d'alerte"
@ -1537,7 +1537,7 @@ msgstr "Alerte déclenchée pendant la période de grâce."
msgid "Alert found an error while executing a query."
msgstr "Une erreur a été rencontrée lors de l'exécution de la requête."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Nom de l'alerte"
@ -1803,7 +1803,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2368,7 +2368,7 @@ msgstr "Les annotations n'ont pas pu être supprimées."
msgid "Any"
msgstr "Tous"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2420,7 +2420,7 @@ msgstr ""
"que la requête source satisfasse les périodes minimum définies dans la "
"fenêtre glissante."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2776,7 +2776,7 @@ msgstr ""
msgid "Basic"
msgstr "Simple"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3191,7 +3191,7 @@ msgstr "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3244,7 +3244,6 @@ msgstr "Ne peut pas parser la chaîne de temps [%(human_readable)s]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3347,7 +3346,7 @@ msgstr "Récents"
msgid "Centroid (Longitude and Latitude): "
msgstr "Invalide Longitude/Latitude"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
#, fuzzy
msgid "Certification"
@ -3357,7 +3356,7 @@ msgstr "Détails de certification"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3377,7 +3376,7 @@ msgstr "Certifié Par"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3479,7 +3478,7 @@ msgstr "Caractère à interpréter comme un point décimal."
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3518,7 +3517,6 @@ msgstr "ID Graphique"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -4151,7 +4149,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Couleur"
@ -4476,7 +4474,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Calculer la contribution au total"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr "Condition"
@ -5102,7 +5100,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -5144,11 +5142,11 @@ msgstr "Propriétés du tableau de bord"
msgid "Dashboard parameters are invalid."
msgstr "Les paramètres du tableau de bord sont invalides."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Propriétés du tableau de bord"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "Propriétés du tableau de bord"
@ -6616,7 +6614,7 @@ msgstr "L'épaisseur de la ligne"
msgid "Edit"
msgstr "Éditer"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "Éditer la table"
@ -6670,7 +6668,7 @@ msgstr "Éditer la métrique"
msgid "Edit Plugin"
msgstr "Éditer le plugin"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#, fuzzy
msgid "Edit Report"
msgstr "Modifier le rapport par e-mail"
@ -7048,8 +7046,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -8085,7 +8083,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr "Nom et URL de la feuille Google Sheet"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Période de grâce"
@ -8400,7 +8398,7 @@ msgstr ""
"d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer"
" les données)."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8857,12 +8855,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON des méta-données"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "méta-données JSON "
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "le json n'est pas valide"
@ -9208,7 +9206,6 @@ msgstr "Valeur gauche"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9481,7 +9478,7 @@ msgstr "Créer un nouveau graphique"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Rétention de log"
@ -10185,7 +10182,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10755,7 +10751,7 @@ msgstr "Taille de la bulle"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "Aucun"
@ -10808,7 +10804,7 @@ msgstr "!= (N'est pas égal)"
msgid "Not in"
msgstr "annotation"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "Non Null"
@ -10826,7 +10822,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr "Rien déclenché"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Méthode de notification"
@ -10876,7 +10872,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11408,12 +11403,12 @@ msgstr "Propriétaire"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11433,8 +11428,8 @@ msgstr ""
"Owners est une liste d'utilisateurs qui peuvent modifier le tableau de "
"bord."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11501,7 +11496,6 @@ msgstr "Parser les dates"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11598,7 +11592,6 @@ msgid "Percentage threshold"
msgstr "Pourcentages"
#: 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11638,7 +11631,7 @@ msgstr "Les périodes doivent être des nombres entiers positifs"
msgid "Person or group that has certified this chart."
msgstr "Groupe ou personne ayant certifié cette métrique"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
#, fuzzy
msgid "Person or group that has certified this dashboard."
msgstr "Groupe ou personne ayant certifié cette métrique"
@ -11786,7 +11779,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -12201,7 +12194,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -12286,7 +12278,6 @@ msgstr "requêtes"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12502,7 +12493,6 @@ msgstr "Avertissement"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12852,11 +12842,11 @@ msgstr "Rapporter un BUG"
msgid "Report failed"
msgstr "Le rapport a échoué"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Nom du rapport"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Planification de rapport"
@ -13075,6 +13065,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -13084,7 +13075,7 @@ msgstr ""
msgid "Roles"
msgstr "Profils"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
#, fuzzy
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
@ -13339,7 +13330,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "Requête SQL"
@ -13490,7 +13481,7 @@ msgstr "Samedi"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13509,7 +13500,7 @@ msgstr "Samedi"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13703,7 +13694,7 @@ msgstr "Planifier un rapport par e-mail"
msgid "Schedule query"
msgstr "Plannifier une requête"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Paramètres de planification"
@ -14173,15 +14164,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr "Envoyer comme CSV"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr "Envoyer comme PNG"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr "Envoyer comme texte"
@ -14642,14 +14633,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -15608,7 +15591,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Le jeu de données n'a pas pu être supprimé."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15639,10 +15622,6 @@ msgstr "Date de début"
msgid "Target Color"
msgstr "Catégorie"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
#, fuzzy
msgid "Target category"
@ -15816,7 +15795,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Ce Tableau de Bord a été sauvegardé"
@ -16850,7 +16829,7 @@ msgstr ""
"exposé ici comme une référence et pour les experts qui voudraient "
"modifier des paramètres."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16951,7 +16930,7 @@ msgstr ""
"Ce tableau de bord est en train de se rafraîchir automatiquement ; le "
"prochain rafraîchissement sera dans %s."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -17175,7 +17154,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -17386,7 +17365,7 @@ msgstr "Granularité de temps manquante"
msgid "Time granularity"
msgstr "Granularité de Temps"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Temps en secondes"
@ -17564,7 +17543,7 @@ msgstr "dans"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -17634,6 +17613,11 @@ msgstr "Hauteur"
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "Totaux"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17704,10 +17688,6 @@ msgstr "Documentation"
msgid "Treemap"
msgstr "Carte proportionnelle"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17724,7 +17704,7 @@ msgstr "Tendance"
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Déclencher une alerte si ..."
@ -17858,7 +17838,7 @@ msgstr "Paramètres URL"
msgid "URL parameters"
msgstr "Paramètres URL"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "URL Slug"
@ -18165,7 +18145,7 @@ msgstr "Importer des fichiers Excel vers la base de données"
msgid "Usage"
msgstr "Gestion"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -18345,7 +18325,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Valeur"
@ -19226,7 +19206,7 @@ msgstr "Ajouter une annotation"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Timeout d'exécution"
@ -20882,7 +20862,7 @@ msgstr "requêtes sauvegardées"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30 secondes"

View File

@ -2644,9 +2644,6 @@
"Showing %s of %s": [""],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -2814,7 +2811,6 @@
""
],
"Target Color": [""],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": [""],
@ -3308,6 +3304,7 @@
"Tooltip": [""],
"Top": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -3318,7 +3315,6 @@
"Transpose pivot": [""],
"Tree layout": [""],
"Treemap": ["Treemap"],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": [""],

View File

@ -119,7 +119,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -614,7 +614,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -694,7 +694,7 @@ msgstr ""
msgid "6 hour"
msgstr "ora"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -721,7 +721,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -729,11 +729,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -761,15 +761,15 @@ msgstr ""
msgid "<no type>"
msgstr "Grafici"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -820,7 +820,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -851,7 +851,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "ottenere una URL leggibile per la tua dashboard"
@ -910,7 +910,7 @@ msgstr "Errore nel creare il datasource"
msgid "A timeout occurred while taking a screenshot."
msgstr "Errore nel recupero dei metadati della tabella"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -945,8 +945,8 @@ msgstr "Testa la Connessione"
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Nessun Accesso!"
@ -991,7 +991,7 @@ msgstr ""
msgid "Actions"
msgstr "Azione"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Azione"
@ -1035,7 +1035,7 @@ msgstr "Formato Datetime"
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "Aggiungi grafico"
@ -1072,7 +1072,7 @@ msgstr ""
msgid "Add Metric"
msgstr "Aggiungi metrica"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#, fuzzy
msgid "Add Report"
msgstr "Importa"
@ -1200,7 +1200,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1309,7 +1309,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1446,11 +1446,11 @@ msgstr "Cancella"
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Testa la Connessione"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Testa la Connessione"
@ -1470,7 +1470,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Nome Completo"
@ -1728,7 +1728,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2245,7 +2245,7 @@ msgstr ""
msgid "Any"
msgstr "giorno"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2292,7 +2292,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2641,7 +2641,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3035,7 +3035,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3084,7 +3084,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3180,7 +3179,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3189,7 +3188,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3210,7 +3209,7 @@ msgstr "Modificato"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3304,7 +3303,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3343,7 +3342,6 @@ msgstr "Grafici"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3949,7 +3947,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr ""
@ -4259,7 +4257,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#, fuzzy
msgid "Condition"
msgstr "Testa la Connessione"
@ -4875,7 +4873,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4917,11 +4915,11 @@ msgstr "Elenco Dashboard"
msgid "Dashboard parameters are invalid."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Elenco Dashboard"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "Elenco Dashboard"
@ -6340,7 +6338,7 @@ msgstr "Larghezza"
msgid "Edit"
msgstr "Modifica"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "Modifica Tabella"
@ -6394,7 +6392,7 @@ msgstr "Modifica metrica"
msgid "Edit Plugin"
msgstr "Edita colonna"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#, fuzzy
msgid "Edit Report"
msgstr "Importa"
@ -6759,8 +6757,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7752,7 +7750,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr ""
@ -8039,7 +8037,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8471,12 +8469,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "Metadati JSON"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "Metadati JSON"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "json non è valido"
@ -8803,7 +8801,6 @@ msgstr "Valore del filtro"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9063,7 +9060,7 @@ msgstr "Creato il"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr ""
@ -9748,7 +9745,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10307,7 +10303,7 @@ msgstr "Grandezza della bolla"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -10358,7 +10354,7 @@ msgstr ""
msgid "Not in"
msgstr "Azione"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -10375,7 +10371,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr ""
@ -10424,7 +10420,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10918,12 +10913,12 @@ msgstr "Proprietario"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10941,8 +10936,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr "Proprietari è una lista di utenti che può alterare la dashboard."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11007,7 +11002,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11101,7 +11095,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11139,7 +11132,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -11279,7 +11272,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11677,7 +11670,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11762,7 +11754,6 @@ msgstr "Query salvate"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11977,7 +11968,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12300,11 +12290,11 @@ msgstr "Importa"
msgid "Report failed"
msgstr "Nome Completo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Nome Completo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Importa"
@ -12516,6 +12506,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12525,7 +12516,7 @@ msgstr ""
msgid "Roles"
msgstr "Ruoli"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12764,7 +12755,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr ""
@ -12914,7 +12905,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12933,7 +12924,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13127,7 +13118,7 @@ msgstr ""
msgid "Schedule query"
msgstr "Mostra query salvate"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Mostra query salvate"
@ -13593,15 +13584,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -14061,14 +14052,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14993,7 +14976,7 @@ msgid "Tagged Object could not be deleted."
msgstr "La query non può essere caricata"
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15023,10 +15006,6 @@ msgstr "Database"
msgid "Target Color"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -15193,7 +15172,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr ""
@ -16069,7 +16048,7 @@ msgstr ""
"JSON è esposto qui per referenza e per utenti esperti che vogliono "
"modificare parametri specifici."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16166,7 +16145,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16368,7 +16347,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16572,7 +16551,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr ""
@ -16747,7 +16726,7 @@ msgstr "Min"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16818,6 +16797,10 @@ msgstr "Altezza"
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16888,10 +16871,6 @@ msgstr "Azione"
msgid "Treemap"
msgstr "Treemap"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16908,7 +16887,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -17041,7 +17020,7 @@ msgstr "Parametri"
msgid "URL parameters"
msgstr "Parametri"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "Slug"
@ -17323,7 +17302,7 @@ msgstr "Mostra database"
msgid "Usage"
msgstr "Gestisci"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17499,7 +17478,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -18335,7 +18314,7 @@ msgstr "Azione"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -19923,7 +19902,7 @@ msgstr "Query salvate"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr ""

View File

@ -2701,9 +2701,6 @@
"Showing %s of %s": ["Showing %s of %s"],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -2867,7 +2864,6 @@
"Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [
""
],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": ["テンプレート名"],
@ -3364,6 +3360,7 @@
"Tools": [""],
"Tooltip": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -3374,7 +3371,6 @@
"Transpose pivot": [""],
"Tree layout": [""],
"Treemap": ["ツリーマップ"],
"Treemap (legacy)": [""],
"Triangle": [""],
"Trigger Alert If...": [""],
"Truncate Axis": [""],

View File

@ -119,7 +119,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -614,7 +614,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30日"
@ -697,7 +697,7 @@ msgstr ""
msgid "6 hour"
msgstr "6時間"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60日"
@ -724,7 +724,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90日"
@ -732,11 +732,11 @@ msgstr "90日"
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -764,15 +764,15 @@ msgstr ""
msgid "<no type>"
msgstr "チャートタイプ"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -823,7 +823,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -854,7 +854,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "ダッシュボード用の読みやすいURL"
@ -911,7 +911,7 @@ msgstr "csv の生成中にタイムアウトが発生しました。"
msgid "A timeout occurred while taking a screenshot."
msgstr "スクリーンショットの撮影中にタイムアウトが発生しました。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "有効な配色が必要です"
@ -946,8 +946,8 @@ msgstr "アラート状態"
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "アクセス"
@ -992,7 +992,7 @@ msgstr "操作履歴"
msgid "Actions"
msgstr "アクション"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "アクティブ"
@ -1036,7 +1036,7 @@ msgstr "日時フォーマット"
msgid "Add"
msgstr "追加"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "アラート"
@ -1073,7 +1073,7 @@ msgstr "ログを追加"
msgid "Add Metric"
msgstr "指標を追加"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#, fuzzy
msgid "Add Report"
msgstr "レポート"
@ -1202,7 +1202,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1313,7 +1313,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1444,11 +1444,11 @@ msgstr "アラート"
msgid "Alert Triggered, In Grace Period"
msgstr "アラート発動、猶予期間中"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "アラート状態"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "アラート状態スケジュール"
@ -1468,7 +1468,7 @@ msgstr "猶予期間中にアラートが発生しました。"
msgid "Alert found an error while executing a query."
msgstr "クエリの実行中にアラートがエラーを検出しました。"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "アラート名"
@ -1726,7 +1726,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2241,7 +2241,7 @@ msgstr ""
msgid "Any"
msgstr "任意"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2288,7 +2288,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2636,7 +2636,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3030,7 +3030,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3078,7 +3078,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3176,7 +3175,7 @@ msgstr "最近"
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
#, fuzzy
msgid "Certification"
@ -3186,7 +3185,7 @@ msgstr "無効な証明書"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3207,7 +3206,7 @@ msgstr "更新者"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3302,7 +3301,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3341,7 +3340,6 @@ msgstr "チャートID"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3953,7 +3951,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "色"
@ -4258,7 +4256,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "全体への寄与度を算出"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#, fuzzy
msgid "Condition"
msgstr "アラート状態"
@ -4879,7 +4877,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4921,11 +4919,11 @@ msgstr "ダッシュボードのプロパティ"
msgid "Dashboard parameters are invalid."
msgstr "ダッシュボードパラメータが無効です。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "ダッシュボードのプロパティ"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "ダッシュボードのプロパティ"
@ -6341,7 +6339,7 @@ msgstr "線の幅"
msgid "Edit"
msgstr "編集"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "テーブルを編集"
@ -6395,7 +6393,7 @@ msgstr "指標を編集"
msgid "Edit Plugin"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#, fuzzy
msgid "Edit Report"
msgstr "レポート"
@ -6764,8 +6762,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7757,7 +7755,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "猶予期間"
@ -8043,7 +8041,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr "スクリーンショットの生成時にレポートスケジュールの実行に失敗しました。"
@ -8474,12 +8472,12 @@ msgstr ""
msgid "JSON Metadata"
msgstr "JSONメタデータ"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr ""
@ -8805,7 +8803,6 @@ msgstr "デフォルト値"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9067,7 +9064,7 @@ msgstr "新しいチャートを作成"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "ログの保持"
@ -9752,7 +9749,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10304,7 +10300,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "なし"
@ -10355,7 +10351,7 @@ msgstr ""
msgid "Not in"
msgstr "注釈"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -10372,7 +10368,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr ""
@ -10420,7 +10416,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10923,12 +10918,12 @@ msgstr "所有者"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10946,8 +10941,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr "所有者は、ダッシュボードを変更できるユーザーのリストです。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11012,7 +11007,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11106,7 +11100,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11145,7 +11138,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
#, fuzzy
msgid "Person or group that has certified this dashboard."
msgstr "このダッシュボードにアクセスできません。"
@ -11285,7 +11278,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11679,7 +11672,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11763,7 +11755,6 @@ msgstr "クエリ"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11979,7 +11970,6 @@ msgstr "警告"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12305,11 +12295,11 @@ msgstr "レポート"
msgid "Report failed"
msgstr "レポートに失敗しました"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "レポート名"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "レポートスケジュール"
@ -12520,6 +12510,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12529,7 +12520,7 @@ msgstr ""
msgid "Roles"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12769,7 +12760,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQLクエリ"
@ -12920,7 +12911,7 @@ msgstr "土曜日"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12939,7 +12930,7 @@ msgstr "土曜日"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13134,7 +13125,7 @@ msgstr "チャートのメールレポートのスケジュール"
msgid "Schedule query"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "スケジュール設定"
@ -13601,15 +13592,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -14067,14 +14058,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -15004,7 +14987,7 @@ msgid "Tagged Object could not be deleted."
msgstr "データベースを削除できませんでした。"
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15036,10 +15019,6 @@ msgstr "開始時間"
msgid "Target Color"
msgstr "固定の色"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -15205,7 +15184,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "ダッシュボードが保存されました"
@ -16088,7 +16067,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16183,7 +16162,7 @@ msgid ""
"be in %s."
msgstr "このダッシュボードは現在強制的に更新されています。次の強制更新は %s。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16382,7 +16361,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16589,7 +16568,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "秒単位の時間"
@ -16765,7 +16744,7 @@ msgstr "アクション"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16836,6 +16815,10 @@ msgstr "高さ"
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16906,10 +16889,6 @@ msgstr "注釈を削除する"
msgid "Treemap"
msgstr "ツリーマップ"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16927,7 +16906,7 @@ msgstr "変更"
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -17060,7 +17039,7 @@ msgstr "URLパラメータ"
msgid "URL parameters"
msgstr "URLパラメータ"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "URLスラッグ"
@ -17348,7 +17327,7 @@ msgstr "データベースを編集"
msgid "Usage"
msgstr "管理"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17525,7 +17504,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -18357,7 +18336,7 @@ msgstr "注釈を追加"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "作業タイムアウト"
@ -19955,7 +19934,7 @@ msgstr "保存したクエリ"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30秒"

View File

@ -2714,9 +2714,6 @@
"Showing %s of %s": [""],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -2887,7 +2884,6 @@
"Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [
""
],
"Target aspect ratio for treemap tiles.": [""],
"Template Name": ["템플릿 명"],
"Template parameters": [""],
"Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [
@ -3371,6 +3367,7 @@
"Tooltip time format": [""],
"Top right": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -3381,7 +3378,6 @@
"Transpose pivot": [""],
"Tree layout": [""],
"Treemap": ["트리맵"],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": [""],

View File

@ -118,7 +118,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -610,7 +610,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -692,7 +692,7 @@ msgstr ""
msgid "6 hour"
msgstr "6시간"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -719,7 +719,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -727,11 +727,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -759,15 +759,15 @@ msgstr ""
msgid "<no type>"
msgstr "차트 유형"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -819,7 +819,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -850,7 +850,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr ""
@ -907,7 +907,7 @@ msgstr "데이터 베이스 목록을 가져오는 도중 에러가 발생하였
msgid "A timeout occurred while taking a screenshot."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -941,8 +941,8 @@ msgstr ""
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr ""
@ -987,7 +987,7 @@ msgstr "활동 기록"
msgid "Actions"
msgstr "주석"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr ""
@ -1030,7 +1030,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "차트 추가"
@ -1067,7 +1067,7 @@ msgstr "로그 추가"
msgid "Add Metric"
msgstr "메트릭 추가"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr ""
@ -1195,7 +1195,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1307,7 +1307,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1437,11 +1437,11 @@ msgstr "경고"
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr ""
@ -1461,7 +1461,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "테이블 명"
@ -1715,7 +1715,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2229,7 +2229,7 @@ msgstr ""
msgid "Any"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2276,7 +2276,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2620,7 +2620,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3014,7 +3014,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3062,7 +3062,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3158,7 +3157,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
#, fuzzy
msgid "Certification"
@ -3168,7 +3167,7 @@ msgstr "주석 레이어"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3189,7 +3188,7 @@ msgstr "수정됨"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3284,7 +3283,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3323,7 +3322,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3925,7 +3923,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr ""
@ -4231,7 +4229,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#, fuzzy
msgid "Condition"
msgstr "활동"
@ -4843,7 +4841,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4885,11 +4883,11 @@ msgstr "대시보드"
msgid "Dashboard parameters are invalid."
msgstr "대시보드 인자가 부적절합니다."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "대시보드"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "대시보드"
@ -6288,7 +6286,7 @@ msgstr ""
msgid "Edit"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "테이블 수정"
@ -6342,7 +6340,7 @@ msgstr "메트릭 편집"
msgid "Edit Plugin"
msgstr "플러그인 수정"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr ""
@ -6705,8 +6703,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7687,7 +7685,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr ""
@ -7970,7 +7968,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8405,12 +8403,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr ""
@ -8734,7 +8732,6 @@ msgstr "테이블 명"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -8992,7 +8989,7 @@ msgstr "새 차트 생성"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr ""
@ -9668,7 +9665,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10211,7 +10207,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -10261,7 +10257,7 @@ msgstr ""
msgid "Not in"
msgstr "주석"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -10278,7 +10274,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "주석 레이어"
@ -10326,7 +10322,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10817,12 +10812,12 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10840,8 +10835,8 @@ msgstr "소유자가 부적절합니다"
msgid "Owners is a list of users who can alter the dashboard."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10905,7 +10900,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -10999,7 +10993,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11037,7 +11030,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -11174,7 +11167,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11562,7 +11555,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11646,7 +11638,6 @@ msgstr "저장된 Query"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11860,7 +11851,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12183,11 +12173,11 @@ msgstr "차트 유형"
msgid "Report failed"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "차트 유형"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr ""
@ -12392,6 +12382,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12401,7 +12392,7 @@ msgstr ""
msgid "Roles"
msgstr "역할"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12638,7 +12629,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "Query 저장"
@ -12789,7 +12780,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12808,7 +12799,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13004,7 +12995,7 @@ msgstr "대시보드에 차트 추가"
msgid "Schedule query"
msgstr "Query 공유"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Query 공유"
@ -13470,15 +13461,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -13935,14 +13926,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14862,7 +14845,7 @@ msgid "Tagged Object could not be deleted."
msgstr "데이터베이스를 삭제할 수 없습니다."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14894,10 +14877,6 @@ msgstr "시작 시간"
msgid "Target Color"
msgstr "시작 시간"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
#, fuzzy
msgid "Target category"
@ -15062,7 +15041,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr ""
@ -15921,7 +15900,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16014,7 +15993,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16212,7 +16191,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16416,7 +16395,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "10초"
@ -16589,7 +16568,7 @@ msgstr "활동"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16659,6 +16638,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16729,10 +16712,6 @@ msgstr "주석"
msgid "Treemap"
msgstr "트리맵"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16749,7 +16728,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -16880,7 +16859,7 @@ msgstr ""
msgid "URL parameters"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr ""
@ -17167,7 +17146,7 @@ msgstr "차트 수정"
msgid "Usage"
msgstr "관리"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17343,7 +17322,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -18166,7 +18145,7 @@ msgstr "주석"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -19735,7 +19714,7 @@ msgstr "저장된 Query"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30초"

View File

@ -121,7 +121,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -608,7 +608,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -684,7 +684,7 @@ msgstr ""
msgid "6 hour"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -710,7 +710,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -718,11 +718,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -747,15 +747,15 @@ msgstr ""
msgid "<no type>"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -805,7 +805,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -836,7 +836,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr ""
@ -891,7 +891,7 @@ msgstr ""
msgid "A timeout occurred while taking a screenshot."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -925,8 +925,8 @@ msgstr ""
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr ""
@ -971,7 +971,7 @@ msgstr ""
msgid "Actions"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr ""
@ -1011,7 +1011,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr ""
@ -1047,7 +1047,7 @@ msgstr ""
msgid "Add Metric"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr ""
@ -1167,7 +1167,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1270,7 +1270,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1396,11 +1396,11 @@ msgstr ""
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr ""
@ -1420,7 +1420,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr ""
@ -1673,7 +1673,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2163,7 +2163,7 @@ msgstr ""
msgid "Any"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2210,7 +2210,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2538,7 +2538,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -2925,7 +2925,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -2973,7 +2973,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3065,7 +3064,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3074,7 +3073,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3093,7 +3092,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3187,7 +3186,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3226,7 +3225,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3803,7 +3801,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr ""
@ -4097,7 +4095,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr ""
@ -4682,7 +4680,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4723,11 +4721,11 @@ msgstr ""
msgid "Dashboard parameters are invalid."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr ""
@ -6094,7 +6092,7 @@ msgstr ""
msgid "Edit"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr ""
@ -6146,7 +6144,7 @@ msgstr ""
msgid "Edit Plugin"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr ""
@ -6497,8 +6495,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7446,7 +7444,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr ""
@ -7720,7 +7718,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8138,12 +8136,12 @@ msgstr ""
msgid "JSON Metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr ""
@ -8458,7 +8456,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -8706,7 +8703,7 @@ msgstr ""
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr ""
@ -9365,7 +9362,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -9881,7 +9877,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -9929,7 +9925,7 @@ msgstr ""
msgid "Not in"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -9946,7 +9942,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr ""
@ -9992,7 +9988,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10475,12 +10470,12 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10498,8 +10493,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10563,7 +10558,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -10651,7 +10645,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -10689,7 +10682,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -10824,7 +10817,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11202,7 +11195,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11285,7 +11277,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11487,7 +11478,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -11797,11 +11787,11 @@ msgstr ""
msgid "Report failed"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr ""
@ -12001,6 +11991,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12010,7 +12001,7 @@ msgstr ""
msgid "Roles"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12245,7 +12236,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr ""
@ -12387,7 +12378,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12406,7 +12397,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -12591,7 +12582,7 @@ msgstr ""
msgid "Schedule query"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr ""
@ -13024,15 +13015,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -13468,14 +13459,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14357,7 +14340,7 @@ msgid "Tagged Object could not be deleted."
msgstr ""
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14386,10 +14369,6 @@ msgstr ""
msgid "Target Color"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -14549,7 +14528,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr ""
@ -15399,7 +15378,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -15492,7 +15471,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -15688,7 +15667,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -15883,7 +15862,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr ""
@ -16044,7 +16023,7 @@ msgstr ""
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16108,6 +16087,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16175,10 +16158,6 @@ msgstr ""
msgid "Treemap"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16195,7 +16174,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -16324,7 +16303,7 @@ msgstr ""
msgid "URL parameters"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr ""
@ -16598,7 +16577,7 @@ msgstr ""
msgid "Usage"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -16771,7 +16750,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -17588,7 +17567,7 @@ msgstr ""
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -19107,7 +19086,7 @@ msgstr ""
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr ""

View File

@ -3314,9 +3314,6 @@
"Showing %s of %s": ["Weergave %s van %s"],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": ["Eenvoudig"],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -3525,7 +3522,6 @@
],
"Target": [""],
"Target Color": [""],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": ["Template Naam"],
@ -4153,6 +4149,7 @@
"Top": [""],
"Top right": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -4165,7 +4162,6 @@
"Tree layout": [""],
"Tree orientation": [""],
"Treemap": ["Treemap"],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": ["Trigger waarschuwing als…"],

View File

@ -133,7 +133,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (Is niet gelijk)"
@ -640,7 +640,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 dagen"
@ -720,7 +720,7 @@ msgstr "Week beginnend op maandag"
msgid "6 hour"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 dagen"
@ -747,7 +747,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 dagen"
@ -755,11 +755,11 @@ msgstr "90 dagen"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (Kleiner dan)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (Kleiner of gelijk)"
@ -787,15 +787,15 @@ msgstr "Ruimtelijk"
msgid "<no type>"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (Is gelijk)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (Groter dan)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (Groter of gelijk)"
@ -853,7 +853,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -884,7 +884,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Een leesbare URL voor uw dashboard"
@ -941,7 +941,7 @@ msgstr ""
msgid "A timeout occurred while taking a screenshot."
msgstr "Er is een time-out opgetreden tijdens het maken van een screenshot."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Een geldig kleurenschema is vereist"
@ -975,8 +975,8 @@ msgstr ""
msgid "About"
msgstr "Over"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Toegang"
@ -1021,7 +1021,7 @@ msgstr "Actie Log"
msgid "Actions"
msgstr "Acties"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Actief"
@ -1064,7 +1064,7 @@ msgstr ""
msgid "Add"
msgstr "Voeg toe"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr ""
@ -1100,7 +1100,7 @@ msgstr "Voeg Log toe"
msgid "Add Metric"
msgstr "Voeg meeteenheid toe"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr ""
@ -1225,7 +1225,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Meldingsmethode toevoegen"
@ -1330,7 +1330,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1462,11 +1462,11 @@ msgstr "Waarschuwing"
msgid "Alert Triggered, In Grace Period"
msgstr "Waarschuwing geactiveerd, in grace periode"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Naam waarschuwingsconditie"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Waarschuwing conditie planning"
@ -1486,7 +1486,7 @@ msgstr "Waarschuwing afgevuurd tijdens grace period."
msgid "Alert found an error while executing a query."
msgstr "Alert heeft een fout gevonden tijdens het uitvoeren van een query."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Naam van de waarschuwing"
@ -1744,7 +1744,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2290,7 +2290,7 @@ msgstr "Aantekeningen konden niet worden verwijderd."
msgid "Any"
msgstr "Elke"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2339,7 +2339,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2679,7 +2679,7 @@ msgstr ""
msgid "Basic"
msgstr "Berekende kolom [%s] vereist een uitdrukking"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3073,7 +3073,7 @@ msgstr "Overlapping tussen Series en Breakdowns is niet mogelijk"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3123,7 +3123,6 @@ msgstr "Kan tijdstring [%(human_readable)s] niet parsen"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3218,7 +3217,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr "Ongeldige longitude/latitude"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3227,7 +3226,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3246,7 +3245,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3344,7 +3343,7 @@ msgstr "Teken te interpreteren als decimaalteken."
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3383,7 +3382,6 @@ msgstr "Grafiek ID"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3976,7 +3974,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Kleuren"
@ -4279,7 +4277,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Bereken de bijdrage aan het totaal"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr ""
@ -4882,7 +4880,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4923,11 +4921,11 @@ msgstr ""
msgid "Dashboard parameters are invalid."
msgstr "Dashboard parameters zijn ongeldig."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Dashboard eigenschappen"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr ""
@ -6328,7 +6326,7 @@ msgstr ""
msgid "Edit"
msgstr "Bewerk"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr ""
@ -6381,7 +6379,7 @@ msgstr "Bewerk meeteenheid"
msgid "Edit Plugin"
msgstr "Bewerk Plugin"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr ""
@ -6744,8 +6742,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7711,7 +7709,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Grace periode"
@ -7997,7 +7995,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8430,12 +8428,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON Metadata"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "JSON metadata"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "json is ongeldig"
@ -8759,7 +8757,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9016,7 +9013,7 @@ msgstr "Maak een nieuwe grafiek"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Log retentie"
@ -9689,7 +9686,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10231,7 +10227,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "Geen"
@ -10282,7 +10278,7 @@ msgstr "!= (Is niet gelijk)"
msgid "Not in"
msgstr "aantekening"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "Not null"
@ -10299,7 +10295,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr "Niets getriggerd"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Methode voor kennisgeving"
@ -10346,7 +10342,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10840,12 +10835,12 @@ msgstr "Eigenaar"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10863,8 +10858,8 @@ msgstr "Eigenaren zijn ongeldig"
msgid "Owners is a list of users who can alter the dashboard."
msgstr "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10928,7 +10923,6 @@ msgstr "Bereken Data"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11016,7 +11010,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11054,7 +11047,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -11189,7 +11182,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11572,7 +11565,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11657,7 +11649,6 @@ msgstr "queries"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11863,7 +11854,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -12188,11 +12178,11 @@ msgstr ""
msgid "Report failed"
msgstr "Rapport mislukt"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Naam rapport"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Rapportageplanning"
@ -12401,6 +12391,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12410,7 +12401,7 @@ msgstr ""
msgid "Roles"
msgstr "Rollen"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12647,7 +12638,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQL Query"
@ -12799,7 +12790,7 @@ msgstr "Zaterdag"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12818,7 +12809,7 @@ msgstr "Zaterdag"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13011,7 +13002,7 @@ msgstr ""
msgid "Schedule query"
msgstr "Query planning"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Planning instellingen"
@ -13467,15 +13458,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -13920,14 +13911,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14840,7 +14823,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Dataset kon niet worden verwijderd."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14869,10 +14852,6 @@ msgstr ""
msgid "Target Color"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -15034,7 +15013,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Het dashboard is opgeslagen"
@ -15918,7 +15897,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16011,7 +15990,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16218,7 +16197,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16415,7 +16394,7 @@ msgstr "Time grain ontbreekt"
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Tijd in seconden"
@ -16580,7 +16559,7 @@ msgstr ""
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16645,6 +16624,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16713,10 +16696,6 @@ msgstr ""
msgid "Treemap"
msgstr "Treemap"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16733,7 +16712,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Trigger waarschuwing als…"
@ -16864,7 +16843,7 @@ msgstr ""
msgid "URL parameters"
msgstr "URL parameters"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "URL slag"
@ -17147,7 +17126,7 @@ msgstr "Bewerk database"
msgid "Usage"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17320,7 +17299,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Waarde"
@ -18156,7 +18135,7 @@ msgstr ""
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Time-out"
@ -19740,7 +19719,7 @@ msgstr ""
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30 seconden"

View File

@ -2611,9 +2611,6 @@
"Showing %s of %s": [""],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -2787,7 +2784,6 @@
"Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [
""
],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": ["Nome do modelo"],
@ -3282,6 +3278,7 @@
"Top left": [""],
"Top right": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -3291,7 +3288,6 @@
"Transpose pivot": [""],
"Tree layout": [""],
"Treemap": ["Treemap"],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": [""],

View File

@ -119,7 +119,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -619,7 +619,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -702,7 +702,7 @@ msgstr ""
msgid "6 hour"
msgstr "hora"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -729,7 +729,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -737,11 +737,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -768,15 +768,15 @@ msgstr ""
msgid "<no type>"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -828,7 +828,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -859,7 +859,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Obter um URL legível para o seu dashboard"
@ -920,7 +920,7 @@ msgstr "Ocorreu um erro ao criar a origem dos dados"
msgid "A timeout occurred while taking a screenshot."
msgstr "Ocorreu um erro ao carregar os metadados da tabela"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -954,8 +954,8 @@ msgstr ""
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Não há acesso!"
@ -1000,7 +1000,7 @@ msgstr "Registo de Acções"
msgid "Actions"
msgstr "Acção"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Acção"
@ -1043,7 +1043,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#, fuzzy
msgid "Add Alert"
msgstr "Gráfico de Queijo"
@ -1081,7 +1081,7 @@ msgstr ""
msgid "Add Metric"
msgstr "Adicionar Métrica"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#, fuzzy
msgid "Add Report"
msgstr "Janela de exibição"
@ -1213,7 +1213,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Metadados adicionais"
@ -1325,7 +1325,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1464,12 +1464,12 @@ msgstr "Mover gráfico"
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
#, fuzzy
msgid "Alert condition"
msgstr "Conexão de teste"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
#, fuzzy
msgid "Alert condition schedule"
msgstr "Conexão de teste"
@ -1491,7 +1491,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#, fuzzy
msgid "Alert name"
msgstr "Tipo de gráfico"
@ -1751,7 +1751,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2273,7 +2273,7 @@ msgstr ""
msgid "Any"
msgstr "dia"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2320,7 +2320,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2667,7 +2667,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3068,7 +3068,7 @@ msgstr "Não pode haver sobreposição entre Séries e Desagregação"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3116,7 +3116,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3214,7 +3213,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3223,7 +3222,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3242,7 +3241,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
#, fuzzy
@ -3339,7 +3338,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3378,7 +3377,6 @@ msgstr "Tipo de gráfico"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3991,7 +3989,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Cor"
@ -4298,7 +4296,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Calcular contribuição para o total"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#, fuzzy
msgid "Condition"
msgstr "Contribuição"
@ -4922,7 +4920,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4964,12 +4962,12 @@ msgstr "[Nome do dashboard]"
msgid "Dashboard parameters are invalid."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
#, fuzzy
msgid "Dashboard properties"
msgstr "Editar propriedades do dashboard"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "Editar propriedades do dashboard"
@ -6409,7 +6407,7 @@ msgstr "Largura"
msgid "Edit"
msgstr "Editar"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#, fuzzy
msgid "Edit Alert"
msgstr "Editar Tabela"
@ -6464,7 +6462,7 @@ msgstr "Editar Métrica"
msgid "Edit Plugin"
msgstr "Editar Coluna"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#, fuzzy
msgid "Edit Report"
msgstr "Janela de exibição"
@ -6836,8 +6834,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7837,7 +7835,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
#, fuzzy
msgid "Grace period"
msgstr "Períodos"
@ -8140,7 +8138,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8576,13 +8574,13 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "Metadados JSON"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
#, fuzzy
msgid "JSON metadata"
msgstr "Atualizar coluna de metadados"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "Atualizar coluna de metadados"
@ -8914,7 +8912,6 @@ msgstr "Latitude padrão"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9172,7 +9169,7 @@ msgstr "Crie uma nova visualização"
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#, fuzzy
msgid "Log retention"
msgstr "Anotações"
@ -9862,7 +9859,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10416,7 +10412,7 @@ msgstr "Tamanho da bolha"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -10466,7 +10462,7 @@ msgstr ""
msgid "Not in"
msgstr "Anotações"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -10483,7 +10479,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
#, fuzzy
msgid "Notification method"
@ -10531,7 +10527,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11035,12 +11030,12 @@ msgstr "Proprietário"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11058,8 +11053,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr "Proprietários é uma lista de utilizadores que podem alterar o dashboard."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11125,7 +11120,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11218,7 +11212,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11256,7 +11249,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -11395,7 +11388,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11790,7 +11783,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11875,7 +11867,6 @@ msgstr "Séries"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12093,7 +12084,6 @@ msgstr "Mensagem de Aviso"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
#, fuzzy
@ -12422,12 +12412,12 @@ msgstr "Janela de exibição"
msgid "Report failed"
msgstr "Nome do modelo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#, fuzzy
msgid "Report name"
msgstr "Nome do modelo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#, fuzzy
msgid "Report schedule"
msgstr ""
@ -12644,6 +12634,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12653,7 +12644,7 @@ msgstr ""
msgid "Roles"
msgstr "Cargo"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12896,7 +12887,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "Gravar query"
@ -13048,7 +13039,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13067,7 +13058,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13267,7 +13258,7 @@ msgstr ""
msgid "Schedule query"
msgstr "Gravar query"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr ""
@ -13738,15 +13729,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -14206,14 +14197,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -15144,7 +15127,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Não foi possível carregar a query"
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15176,10 +15159,6 @@ msgstr "Início"
msgid "Target Color"
msgstr "Selecione uma cor"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -15350,7 +15329,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Dashboard gravado com sucesso."
@ -16259,7 +16238,7 @@ msgstr ""
"referência e para utilizadores avançados que desejam alterar parâmetros "
"específicos."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16355,7 +16334,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16564,7 +16543,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16771,7 +16750,7 @@ msgstr "Granularidade Temporal"
msgid "Time granularity"
msgstr "Granularidade temporal"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "10 segundos"
@ -16949,7 +16928,7 @@ msgstr "Mín"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -17019,6 +16998,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17090,10 +17073,6 @@ msgstr "Anotações"
msgid "Treemap"
msgstr "Treemap"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17110,7 +17089,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -17243,7 +17222,7 @@ msgstr "Parâmetros"
msgid "URL parameters"
msgstr "Parâmetros"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr ""
@ -17523,7 +17502,7 @@ msgstr "Selecione uma base de dados"
msgid "Usage"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17699,7 +17678,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Mostrar valores das barras"
@ -18546,7 +18525,7 @@ msgstr "Anotações"
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -20131,7 +20110,7 @@ msgstr "Queries Gravadas"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30 segundos"

View File

@ -4167,9 +4167,6 @@
"Shows or hides markers for the time series": [
"Mostra ou esconde marcadores para a série temporal"
],
"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.": [
"Mostra a composição de um conjunto de dados através da segmentação de um determinado retângulo em retângulos mais pequenos com áreas proporcionais ao seu valor ou contribuição para o todo. Estes retângulos podem também, por sua vez, ser segmentados hierarquicamente."
],
"Significance Level": ["Nível de significância"],
"Simple": ["Simples"],
"Simple ad-hoc metrics are not enabled for this dataset": [

View File

@ -3993,9 +3993,6 @@
"Shows or hides markers for the time series": [
"Показывает или скрывает маркеры для временных рядов"
],
"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.": [
""
],
"Significance Level": [""],
"Simple": ["Столбец"],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -4241,7 +4238,6 @@
],
"Target": ["Цель"],
"Target Color": ["Целевой цвет"],
"Target aspect ratio for treemap tiles.": [""],
"Target category": ["Целевая категория"],
"Target value": ["Целевое значение"],
"Template Name": ["Имя шаблона"],
@ -4966,7 +4962,6 @@
"Tree layout": ["Оформление дерева"],
"Tree orientation": ["Ориентация дерева"],
"Treemap": ["Плоское дерево"],
"Treemap (legacy)": ["Плоское дерево (устарело)"],
"Trend": ["Тенденция"],
"Triangle": ["Треугольник"],
"Trigger Alert If...": ["Оповестить, если..."],

View File

@ -133,7 +133,7 @@ msgstr " в Лаборатории SQL. Там вы сможете сохран
msgid " to visualize your data."
msgstr " для визуализации ваших данных."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (не равно)"
@ -658,7 +658,7 @@ msgstr "3 года назад"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 дней"
@ -734,7 +734,7 @@ msgstr "52 недели с началом в Понедельник (част=52
msgid "6 hour"
msgstr "6 часов"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 дней"
@ -760,7 +760,7 @@ msgstr "7Д"
msgid "9/91 percentiles"
msgstr "9/91 перцентели"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 дней"
@ -768,11 +768,11 @@ msgstr "90 дней"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (меньше чем)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (меньше или равно)"
@ -797,15 +797,15 @@ msgstr "<новая пространственная мера>"
msgid "<no type>"
msgstr "<без типа>"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (равно)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (больше чем)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (больше или равно)"
@ -863,7 +863,7 @@ msgstr ""
"Список доменных имен, которые могут встраивать этот дашборд. Если "
"оставить поле пустым, любой домен сможет сделать встраивание."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
#, fuzzy
msgid "A list of tags that have been applied to this chart."
@ -895,7 +895,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Читаемый URL-адрес для дашборда"
@ -955,7 +955,7 @@ msgstr "Вышло время создания датафрейма."
msgid "A timeout occurred while taking a screenshot."
msgstr "Вышло время создания скриншота."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Требуется корректная цветовая схема"
@ -989,8 +989,8 @@ msgstr "ПОЛОЖЕНИЕ ЗАГОЛОВКА ОСИ"
msgid "About"
msgstr "О программе"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Доступ"
@ -1035,7 +1035,7 @@ msgstr "Журнал действий"
msgid "Actions"
msgstr "Действия"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Активен"
@ -1075,7 +1075,7 @@ msgstr "Адаптивное форматирование"
msgid "Add"
msgstr "Добавить"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr "Добавить оповещение"
@ -1111,7 +1111,7 @@ msgstr "Добавить запись"
msgid "Add Metric"
msgstr "Добавить меру"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr "Добавить рассылку"
@ -1233,7 +1233,7 @@ msgstr "Добавить цветовое форматирование"
msgid "Add new formatter"
msgstr "Добавить форматирование"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Добавить способ уведомления"
@ -1337,7 +1337,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1469,11 +1469,11 @@ msgstr "оповещение"
msgid "Alert Triggered, In Grace Period"
msgstr "Оповещение сработало во время перерыва"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Условие оповещения"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Расписание условия оповещения"
@ -1493,7 +1493,7 @@ msgstr "Оповещение сработало во время перерыва
msgid "Alert found an error while executing a query."
msgstr "Возникла ошибка при выполнении запроса для оповещения."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Имя оповещения"
@ -1756,7 +1756,7 @@ msgstr "Движок должен быть указан при передаче
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2280,7 +2280,7 @@ msgstr "Не удалось удалить аннотации."
msgid "Any"
msgstr "Любой"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr "Любые дополнительные сведения для всплывающей подсказки"
@ -2335,7 +2335,7 @@ msgstr ""
"Применное скользязее окно не вернуло данных. Убедитесь, что исходный "
"запрос удовлетворяет минимальному количеству периодов скользящего окна."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2675,7 +2675,7 @@ msgstr ""
msgid "Basic"
msgstr "Базовая настройка"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3096,7 +3096,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3146,7 +3146,6 @@ msgstr "Не удается разобрать временную строку [
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3239,7 +3238,7 @@ msgstr "По центру"
msgid "Centroid (Longitude and Latitude): "
msgstr "Центроид (Долгота и Широта): "
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr "Утверждение"
@ -3248,7 +3247,7 @@ msgstr "Утверждение"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3267,7 +3266,7 @@ msgstr "Кем утверждено"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3366,7 +3365,7 @@ msgstr "Символ десятичного разделителя"
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3405,7 +3404,6 @@ msgstr "ID графика"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -4000,7 +3998,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Цвета"
@ -4319,7 +4317,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "Вычислить вклад в общую сумму (долю)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr "Условие"
@ -4917,7 +4915,7 @@ msgstr "Темно-голубой"
msgid "Dark mode"
msgstr "Темная тема"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4958,11 +4956,11 @@ msgstr "Дашборд импортирован"
msgid "Dashboard parameters are invalid."
msgstr "Неверные параметры дашборда"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Свойства дашборда"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr "Свойства дашборда обновлены"
@ -6428,7 +6426,7 @@ msgstr "Толщина ребра"
msgid "Edit"
msgstr "Редактировать"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr "Редактировать оповещение"
@ -6480,7 +6478,7 @@ msgstr "Редактировать меру"
msgid "Edit Plugin"
msgstr "Редактировать плагин"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr "Редактировать отчет"
@ -6843,8 +6841,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7823,7 +7821,7 @@ msgstr "Золотой"
msgid "Google Sheet Name and URL"
msgstr "Имя или URL Google Таблицы"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Перерыв между оповещением"
@ -8124,7 +8122,7 @@ msgstr ""
"делать), Заменить (удалить и воссоздать таблицу) или Добавить (вставить "
"данные)."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr "Игнорировать кэш при создании скриншота"
@ -8562,12 +8560,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON Метаданные"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "JSON метаданные"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr "JSON метаданные не валидны!"
@ -8901,7 +8899,6 @@ msgstr "Левое значение"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9167,7 +9164,7 @@ msgstr "создать новый график"
msgid "Log Scale"
msgstr "Логарифмическая шкала"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Хранение журнала"
@ -9850,7 +9847,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10395,7 +10391,7 @@ msgstr "Размер вершины"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "Пусто"
@ -10444,7 +10440,7 @@ msgstr "Не равно (≠)"
msgid "Not in"
msgstr "аннотация"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "Не пусто"
@ -10461,7 +10457,7 @@ msgstr "Не актуально"
msgid "Nothing triggered"
msgstr "Не срабатывало"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Способ уведомления"
@ -10507,7 +10503,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11022,12 +11017,12 @@ msgstr "Владелец"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11045,8 +11040,8 @@ msgstr "Неверный список владельцев"
msgid "Owners is a list of users who can alter the dashboard."
msgstr "Владельцы это список пользователей, которые могут изменять дашборд."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11112,7 +11107,6 @@ msgstr "Парсинг дат"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11203,7 +11197,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11241,7 +11234,7 @@ msgstr "Периоды должны быть целым числом"
msgid "Person or group that has certified this chart."
msgstr "Лицо или группа, которые утвердили этот график"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr "Лицо или группа, которые утвердили этот дашборд"
@ -11380,7 +11373,7 @@ msgstr "Пиксели"
msgid "Plain"
msgstr "Отобразить все"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11781,7 +11774,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11865,7 +11857,6 @@ msgstr "запросы"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12070,7 +12061,6 @@ msgstr "Ранжирование"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -12392,11 +12382,11 @@ msgstr "Сообщить об ошибке"
msgid "Report failed"
msgstr "Рассылка не удалась"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Имя отчета"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Расписание отчета"
@ -12598,6 +12588,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12607,7 +12598,7 @@ msgstr ""
msgid "Roles"
msgstr "Роли"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
#, fuzzy
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
@ -12867,7 +12858,7 @@ msgstr ""
" Обратите внимание, что перед этим вам нужно будет закрыть другие окна "
"Лаборатории SQL."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQL запрос"
@ -13009,7 +13000,7 @@ msgstr "Суббота"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13028,7 +13019,7 @@ msgstr "Суббота"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13213,7 +13204,7 @@ msgstr "Запланировать рассылку по почте"
msgid "Schedule query"
msgstr "Сохранить запрос"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Настройки расписания"
@ -13659,15 +13650,15 @@ msgstr ""
"Выберите значения в обязательных полях на панели управления. Затем "
"запустите запрос, нажав на кнопку %s."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr "Отправить в формате CSV"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr "Отправить в формате PNG"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr "Отправить текстом"
@ -14129,14 +14120,6 @@ msgstr "Показывает список всех данных, доступн
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -15050,7 +15033,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Не удалось удалить датасет"
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15079,10 +15062,6 @@ msgstr "Цель"
msgid "Target Color"
msgstr "Целевой цвет"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr "Целевая категория"
@ -15256,7 +15235,7 @@ msgid ""
"[country] column"
msgstr "Код страны, который Суперсет ожидает найти в столбце со страной"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Дашборд сохранен"
@ -16219,7 +16198,7 @@ msgstr ""
"Эти параметры генерируются автоматически при нажатии кнопки сохранения. "
"Опытные пользователи могут изменить определенные объекты в формате JSON."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16322,7 +16301,7 @@ msgstr ""
"В настоящий момент дашборд обновляется; следующее обновление будет через "
"%s"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16539,7 +16518,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr "Пороговый альфа-уровень для определения значимости"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr "Пороговое значение должно быть числом двойной точности"
@ -16742,7 +16721,7 @@ msgstr "Единица времени отсутствует"
msgid "Time granularity"
msgstr "Гранулярность времени"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Время в секундах"
@ -16919,7 +16898,7 @@ msgstr "Крошечный"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16983,6 +16962,11 @@ msgstr "Сверху справа"
msgid "Top to Bottom"
msgstr "Сверху вниз"
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "Показывать общий итог"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17051,10 +17035,6 @@ msgstr "Ориентация дерева"
msgid "Treemap"
msgstr "Плоское дерево"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr "Плоское дерево (устарело)"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17071,7 +17051,7 @@ msgstr "Тенденция"
msgid "Triangle"
msgstr "Треугольник"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Оповестить, если..."
@ -17207,7 +17187,7 @@ msgstr "Параметры URL"
msgid "URL parameters"
msgstr "Параметры URL"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "Читаемый URL"
@ -17504,7 +17484,7 @@ msgstr "Загрузить файл в базу данных"
msgid "Usage"
msgstr "Огромный"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr "Использовать меню \"%(menuName)s\" взамен."
@ -17686,7 +17666,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Значение"
@ -18567,7 +18547,7 @@ msgstr "Поворот текста"
msgid "Working"
msgstr "Обрабатывается"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Время на рассылку"
@ -20157,7 +20137,7 @@ msgstr "сохраненные(ых) запросы(ов)"
msgid "search by tags"
msgstr "Показать в виде таблицы"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr "секунд"

View File

@ -3156,9 +3156,6 @@
"Showing %s of %s": [""],
"Shows a list of all series available at that point in time": [""],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": [""],
"Simple": [""],
"Simple ad-hoc metrics are not enabled for this dataset": [""],
@ -3369,7 +3366,6 @@
],
"Target": [""],
"Target Color": [""],
"Target aspect ratio for treemap tiles.": [""],
"Target category": [""],
"Target value": [""],
"Template Name": [""],
@ -3904,6 +3900,7 @@
"Top left": [""],
"Top right": [""],
"Top to Bottom": [""],
"Total": [""],
"Total (%(aggfunc)s)": [""],
"Total (%(aggregatorName)s)": [""],
"Total: %s": [""],
@ -3916,7 +3913,6 @@
"Tree layout": [""],
"Tree orientation": [""],
"Treemap": [""],
"Treemap (legacy)": [""],
"Trend": [""],
"Triangle": [""],
"Trigger Alert If...": [""],

View File

@ -116,7 +116,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr ""
@ -606,7 +606,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr ""
@ -682,7 +682,7 @@ msgstr ""
msgid "6 hour"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr ""
@ -708,7 +708,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr ""
@ -716,11 +716,11 @@ msgstr ""
msgid ":"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr ""
@ -745,15 +745,15 @@ msgstr ""
msgid "<no type>"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ""
@ -803,7 +803,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
msgid "A list of tags that have been applied to this chart."
msgstr ""
@ -834,7 +834,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr ""
@ -889,7 +889,7 @@ msgstr ""
msgid "A timeout occurred while taking a screenshot."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr ""
@ -923,8 +923,8 @@ msgstr ""
msgid "About"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr ""
@ -969,7 +969,7 @@ msgstr ""
msgid "Actions"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr ""
@ -1009,7 +1009,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr ""
@ -1045,7 +1045,7 @@ msgstr ""
msgid "Add Metric"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr ""
@ -1166,7 +1166,7 @@ msgstr ""
msgid "Add new formatter"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr ""
@ -1270,7 +1270,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1396,11 +1396,11 @@ msgstr ""
msgid "Alert Triggered, In Grace Period"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr ""
@ -1420,7 +1420,7 @@ msgstr ""
msgid "Alert found an error while executing a query."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr ""
@ -1673,7 +1673,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2174,7 +2174,7 @@ msgstr ""
msgid "Any"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
@ -2221,7 +2221,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2552,7 +2552,7 @@ msgstr ""
msgid "Basic"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -2939,7 +2939,7 @@ msgstr ""
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -2987,7 +2987,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3080,7 +3079,7 @@ msgstr ""
msgid "Centroid (Longitude and Latitude): "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr ""
@ -3089,7 +3088,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3108,7 +3107,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3202,7 +3201,7 @@ msgstr ""
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3241,7 +3240,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3821,7 +3819,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr ""
@ -4115,7 +4113,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr ""
@ -4701,7 +4699,7 @@ msgstr ""
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4743,11 +4741,11 @@ msgstr "Importovať dashboard"
msgid "Dashboard parameters are invalid."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr ""
@ -6134,7 +6132,7 @@ msgstr ""
msgid "Edit"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr ""
@ -6186,7 +6184,7 @@ msgstr ""
msgid "Edit Plugin"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr ""
@ -6541,8 +6539,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7491,7 +7489,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr ""
@ -7765,7 +7763,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8183,12 +8181,12 @@ msgstr ""
msgid "JSON Metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
msgid "JSON metadata is invalid!"
msgstr ""
@ -8503,7 +8501,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -8751,7 +8748,7 @@ msgstr ""
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr ""
@ -9410,7 +9407,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -9933,7 +9929,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr ""
@ -9981,7 +9977,7 @@ msgstr ""
msgid "Not in"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr ""
@ -9998,7 +9994,7 @@ msgstr ""
msgid "Nothing triggered"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr ""
@ -10044,7 +10040,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10527,12 +10522,12 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10550,8 +10545,8 @@ msgstr ""
msgid "Owners is a list of users who can alter the dashboard."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10615,7 +10610,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -10703,7 +10697,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -10741,7 +10734,7 @@ msgstr ""
msgid "Person or group that has certified this chart."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr ""
@ -10876,7 +10869,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11256,7 +11249,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11340,7 +11332,6 @@ msgstr "Uložené dotazy"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11544,7 +11535,6 @@ msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -11854,11 +11844,11 @@ msgstr ""
msgid "Report failed"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr ""
@ -12058,6 +12048,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12067,7 +12058,7 @@ msgstr ""
msgid "Roles"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles are "
@ -12304,7 +12295,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr ""
@ -12446,7 +12437,7 @@ msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12465,7 +12456,7 @@ msgstr ""
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -12652,7 +12643,7 @@ msgstr ""
msgid "Schedule query"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr ""
@ -13088,15 +13079,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr ""
@ -13534,14 +13525,6 @@ msgstr ""
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr ""
@ -14426,7 +14409,7 @@ msgid "Tagged Object could not be deleted."
msgstr ""
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14455,10 +14438,6 @@ msgstr ""
msgid "Target Color"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr ""
@ -14618,7 +14597,7 @@ msgid ""
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr ""
@ -15469,7 +15448,7 @@ msgid ""
"parameters."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -15562,7 +15541,7 @@ msgid ""
"be in %s."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -15760,7 +15739,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -15955,7 +15934,7 @@ msgstr ""
msgid "Time granularity"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr ""
@ -16116,7 +16095,7 @@ msgstr ""
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16180,6 +16159,10 @@ msgstr ""
msgid "Top to Bottom"
msgstr ""
#: superset/viz.py:1047
msgid "Total"
msgstr ""
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16248,10 +16231,6 @@ msgstr ""
msgid "Treemap"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16268,7 +16247,7 @@ msgstr ""
msgid "Triangle"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr ""
@ -16397,7 +16376,7 @@ msgstr ""
msgid "URL parameters"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr ""
@ -16676,7 +16655,7 @@ msgstr ""
msgid "Usage"
msgstr "Spravovať"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -16849,7 +16828,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr ""
@ -17669,7 +17648,7 @@ msgstr ""
msgid "Working"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr ""
@ -19197,7 +19176,7 @@ msgstr "Uložené dotazy"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
msgid "seconds"
msgstr ""

View File

@ -3688,9 +3688,6 @@
"Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno točko"
],
"Shows or hides markers for the time series": [""],
"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.": [
""
],
"Significance Level": ["Stopnja značilnosti"],
"Simple": ["Preprosto"],
"Simple ad-hoc metrics are not enabled for this dataset": [
@ -3911,9 +3908,6 @@
],
"Target": ["Cilj"],
"Target Color": ["Ciljna barva"],
"Target aspect ratio for treemap tiles.": [
"Ciljno razmerje za razdelke drevesnega grafikona."
],
"Target category": ["Kategorija cilja"],
"Target value": ["Ciljna vrednost"],
"Template Name": ["Ime predloge"],
@ -4610,7 +4604,6 @@
"Tree layout": ["Oblika drevesa"],
"Tree orientation": ["Orientacija drevesa"],
"Treemap": ["Drevesni grafikon s pravokotniki"],
"Treemap (legacy)": [""],
"Trend": ["Trend"],
"Triangle": ["Trikotnik"],
"Trigger Alert If...": ["Sproži opozorilo v primeru ..."],

View File

@ -140,7 +140,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (ni enako)"
@ -678,7 +678,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30 dni"
@ -758,7 +758,7 @@ msgstr "Teden z začetkom v ponedeljek"
msgid "6 hour"
msgstr "6 ur"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60 dni"
@ -785,7 +785,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90 dni"
@ -793,11 +793,11 @@ msgstr "90 dni"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (manjše kot)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (manjše ali enako)"
@ -826,15 +826,15 @@ msgstr "Prostorski"
msgid "<no type>"
msgstr "Način razvrščanja"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (je enako)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (večje kot)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (večje ali enako)"
@ -890,7 +890,7 @@ msgstr ""
"Seznam imen domen, ki lahko vgradijo to nadzorno ploščo. Če polje ostane "
"prazno, je vgrajevanje dovoljeno iz vseh domen."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
#, fuzzy
msgid "A list of tags that have been applied to this chart."
@ -929,7 +929,7 @@ msgstr ""
"izseke, vrednosti pa so ponazorjene s ploščino izseka (namesto polmera "
"ali kota)."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "Berljiv URL za vašo nadzorno ploščo"
@ -991,7 +991,7 @@ msgstr "Pri ustvarjanju podatkovnega okvira je potekel čas."
msgid "A timeout occurred while taking a screenshot."
msgstr "Pri ustvarjanju zaslonske slike je potekel čas."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "Zahtevana je veljavna barvna shema"
@ -1025,8 +1025,8 @@ msgstr "POLOŽAJ OZNAKE OSI"
msgid "About"
msgstr "O programu"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "Dostop"
@ -1072,7 +1072,7 @@ msgstr "Dnevnik aktivnosti"
msgid "Actions"
msgstr "Aktivnosti"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "Aktiven"
@ -1115,7 +1115,7 @@ msgstr "Adaptivno oblikovanje"
msgid "Add"
msgstr "Dodaj"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr "Dodaj opozorilo"
@ -1151,7 +1151,7 @@ msgstr "Dodaj dnevnik"
msgid "Add Metric"
msgstr "Dodaj mero"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr "Dodaj poročilo"
@ -1277,7 +1277,7 @@ msgstr "Dodaj novo oblikovanje barve"
msgid "Add new formatter"
msgstr "Dodaj novo oblikovanje"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "Dodajte način obveščanja"
@ -1383,7 +1383,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1515,11 +1515,11 @@ msgstr "opozorilo"
msgid "Alert Triggered, In Grace Period"
msgstr "Opozorilo sproženo, v obdobju mirovanja"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "Status opozorila"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "Urnik statusov opozoril"
@ -1539,7 +1539,7 @@ msgstr "Opozorilo sproženo med obdobjem mirovanja."
msgid "Alert found an error while executing a query."
msgstr "Opozorilo je našlo napako pri izvajanju poizvedbe."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "Naslov opozorila"
@ -1813,7 +1813,7 @@ msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2341,7 +2341,7 @@ msgstr "Oznak ni mogoče izbrisati."
msgid "Any"
msgstr "Katerikoli"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr "Dodatne podrobnosti za prikaz v certifikacijskem orodju."
@ -2396,7 +2396,7 @@ msgstr ""
"Izbrano drseče okno ni vrnilo podatkov. Poskrbite, da izvorna poizvedba "
"ustreza minimalni periodi drsečega okna."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2740,7 +2740,7 @@ msgstr ""
msgid "Basic"
msgstr "Osnovno"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3159,7 +3159,7 @@ msgstr "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3209,7 +3209,6 @@ msgstr "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3306,7 +3305,7 @@ msgstr "Na sredino"
msgid "Centroid (Longitude and Latitude): "
msgstr "Neveljavna zemljepisna dolžina/širina"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr "Certifikacija"
@ -3315,7 +3314,7 @@ msgstr "Certifikacija"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3334,7 +3333,7 @@ msgstr "Certificiral/a"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3434,7 +3433,7 @@ msgstr "Znak, ki bo prepoznan kot decimalno ločilo."
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3473,7 +3472,6 @@ msgstr "ID grafikona"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -4086,7 +4084,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "Barve"
@ -4416,7 +4414,7 @@ msgstr "Združi več plasti za oblikovanje kompleksnih vizualizacij."
msgid "Compute the contribution to the total"
msgstr "Izračunaj prispevek k celoti"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr "Pogoj"
@ -5021,7 +5019,7 @@ msgstr ""
msgid "Dark mode"
msgstr "Temni način"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -5062,11 +5060,11 @@ msgstr "Nadzorna plošča uvožena"
msgid "Dashboard parameters are invalid."
msgstr "Parametri nadzorne plošče so neveljavni."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "Lastnosti nadzorne plošče"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
msgid "Dashboard properties updated"
msgstr "Lastnosti nadzorne plošče posodobljene"
@ -6542,7 +6540,7 @@ msgstr "Debelina povezave"
msgid "Edit"
msgstr "Urejanje"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr "Uredi opozorilo"
@ -6595,7 +6593,7 @@ msgstr "Uredi mero"
msgid "Edit Plugin"
msgstr "Uredi vtičnik"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr "Uredi poročilo"
@ -6962,8 +6960,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7961,7 +7959,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr "Ime Googlove preglednice in URL"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "Obdobje mirovanja"
@ -8262,7 +8260,7 @@ msgstr ""
"Če tabela obstaja, naredite nekaj od sledečega: Prekini (ne naredi nič), "
"Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr ""
@ -8710,12 +8708,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON metapodatki"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "JSON metapodatki"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "json ni veljaven"
@ -9056,7 +9054,6 @@ msgstr "Leva vrednost"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9322,7 +9319,7 @@ msgstr "ustvarite nov grafikon"
msgid "Log Scale"
msgstr "Logaritemska skala"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "Hranjenje dnevnikov"
@ -10015,7 +10012,6 @@ msgid "Multi-Layers"
msgstr "Večplastni"
#: 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10564,7 +10560,7 @@ msgstr "Velikost vozlišča"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "Brez"
@ -10616,7 +10612,7 @@ msgstr "!= (ni enako)"
msgid "Not in"
msgstr "oznaka"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "Ni nič (null)"
@ -10633,7 +10629,7 @@ msgstr "Ni posodobljeno"
msgid "Nothing triggered"
msgstr "Ni ni sproženo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "Način obveščanja"
@ -10681,7 +10677,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -11205,12 +11200,12 @@ msgstr "Lastnik"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -11228,8 +11223,8 @@ msgstr "Lastniki niso veljavni"
msgid "Owners is a list of users who can alter the dashboard."
msgstr "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -11295,7 +11290,6 @@ msgstr "Prepoznaj datume"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11388,7 +11382,6 @@ msgid "Percentage threshold"
msgstr "Procentualni prag"
#: 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11426,7 +11419,7 @@ msgstr "Periode morajo biti celo število"
msgid "Person or group that has certified this chart."
msgstr "Oseba ali skupina, ki je certificirala ta grafikon."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr "Oseba ali skupina, ki je certificirala to nadzorno ploščo."
@ -11564,7 +11557,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11970,7 +11963,6 @@ msgstr "Razširi"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -12055,7 +12047,6 @@ msgstr "poizvedbe"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -12260,7 +12251,6 @@ msgstr "Rangiranje"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -12597,11 +12587,11 @@ msgstr "Sporočite napako"
msgid "Report failed"
msgstr "Poročilo ni uspelo"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "Naslov poročila"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "Urnik poročanja"
@ -12808,6 +12798,7 @@ msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12817,7 +12808,7 @@ msgstr ""
msgid "Roles"
msgstr "Vloge"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
#, fuzzy
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
@ -13075,7 +13066,7 @@ msgstr ""
"Shrani.\n"
"Pred tem morate zapreti druga okna SQL laboratorija."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQL poizvedba"
@ -13226,7 +13217,7 @@ msgstr "Sobota"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -13245,7 +13236,7 @@ msgstr "Sobota"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13435,7 +13426,7 @@ msgstr "Dodaj e-poštno poročilo na urnik"
msgid "Schedule query"
msgstr "Urnik poizvedb"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "Nastavitve urnika"
@ -13899,15 +13890,15 @@ msgstr ""
"Izberite vrednosti v osvetljenih poljih na levi strani kontrolnika in "
"zaženite poizvedbo z gumbom %s."
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr "Pošlji kot CSV"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr "Pošlji kot PNG"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr "Pošlji kot besedilo"
@ -14370,14 +14361,6 @@ msgstr "Prikaže seznam vseh razpoložljivih podatkovnih serij za istočasno to
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr "Stopnja značilnosti"
@ -15311,7 +15294,7 @@ msgid "Tagged Object could not be deleted."
msgstr "Podatkovnega niza ni mogoče izbrisati."
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -15342,10 +15325,6 @@ msgstr "Cilj"
msgid "Target Color"
msgstr "Ciljna barva"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr "Ciljno razmerje za razdelke drevesnega grafikona."
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr "Kategorija cilja"
@ -15525,7 +15504,7 @@ msgid ""
"[country] column"
msgstr "Standard za oznake držav, ki bodo podane v stolpcu z državami"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "Nadzorna plošča je bila shranjena"
@ -16511,7 +16490,7 @@ msgstr ""
"raziskovalnem pogledu. Ta JSON objekt je prikazan kot vzorec za napredne "
"uporabnike, ki želijo spreminjati posamezne parametre."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16619,7 +16598,7 @@ msgstr ""
"Nadzorna plošča se trenutno samodejno osvežuje. Naslednja samodejna "
"osvežitev bo čez %s."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr "Ta nadzorna plošča se ne ureja znotraj Superseta"
@ -16851,7 +16830,7 @@ msgstr "To bo odstranilo trenutno konfiguracijo za vgrajevanje."
msgid "Threshold alpha level for determining significance"
msgstr "Mejna vrednost alfa za določanje značilnosti"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr "Mejna vrednost naj bo število z dvojno natančnostjo (double)"
@ -17051,7 +17030,7 @@ msgstr "Časovna granulacija manjka"
msgid "Time granularity"
msgstr "Granulacija časa"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "Čas v sekundah"
@ -17233,7 +17212,7 @@ msgstr "Drobna"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -17299,6 +17278,11 @@ msgstr "desno"
msgid "Top to Bottom"
msgstr "Iz vrha proti dnu"
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "Pokaži vsote"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -17367,10 +17351,6 @@ msgstr "Orientacija drevesa"
msgid "Treemap"
msgstr "Drevesni grafikon s pravokotniki"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -17387,7 +17367,7 @@ msgstr "Trend"
msgid "Triangle"
msgstr "Trikotnik"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "Sproži opozorilo v primeru ..."
@ -17522,7 +17502,7 @@ msgstr "Parametri URL"
msgid "URL parameters"
msgstr "Parametri URL"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "URL slug"
@ -17816,7 +17796,7 @@ msgstr "Naloži datoteko v podatkovno bazo"
msgid "Usage"
msgstr "Ogromna"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -18004,7 +17984,7 @@ msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "Vrednost"
@ -18923,7 +18903,7 @@ msgstr "Vrtenje besed"
msgid "Working"
msgstr "Delam"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "Pretek delovanja"
@ -20538,7 +20518,7 @@ msgstr "shranjene poizvedbe"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30 sekund"

View File

@ -2985,9 +2985,6 @@
"详细提示显示了该时间点的所有序列的列表。"
],
"Shows or hides markers for the time series": [""],
"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.": [
"显示数据集的组成,方法是将给定矩形分割为较小的矩形,其面积与矩形的值或对整体的贡献成比例。这些矩形也可以按层次进一步分割"
],
"Significance Level": ["显著性"],
"Simple": ["简单配置"],
"Simple ad-hoc metrics are not enabled for this dataset": [
@ -3177,7 +3174,6 @@
"获取数据点,并将其分组,以查看信息最密集的区域"
],
"Target": ["目标"],
"Target aspect ratio for treemap tiles.": ["树形图中图块的目标高宽比。"],
"Target category": ["目标类别"],
"Target value": ["目标值"],
"Template Name": ["模板名称"],
@ -3786,7 +3782,6 @@
"Tree layout": ["布局"],
"Tree orientation": ["方向"],
"Treemap": ["树状地图"],
"Treemap (legacy)": [""],
"Trend": ["趋势"],
"Triangle": ["三角形"],
"Trigger Alert If...": ["如果 ... 则触发警报"],

View File

@ -124,7 +124,7 @@ msgstr ""
msgid " to visualize your data."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:116
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:117
msgid "!= (Is not equal)"
msgstr "!= (不等于)"
@ -628,7 +628,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:191
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459
#: superset-frontend/src/explore/controlPanels/sections.tsx:187
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:131
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:132
msgid "30 days"
msgstr "30天"
@ -708,7 +708,7 @@ msgstr "周一为一周开始"
msgid "6 hour"
msgstr "6小时"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:135
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:136
msgid "60 days"
msgstr "60天"
@ -735,7 +735,7 @@ msgstr ""
msgid "9/91 percentiles"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:139
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:140
msgid "90 days"
msgstr "90天"
@ -743,11 +743,11 @@ msgstr "90天"
msgid ":"
msgstr ":"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:96
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:97
msgid "< (Smaller than)"
msgstr "< (小于)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:104
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:105
msgid "<= (Smaller or equal)"
msgstr "<= (小于等于)"
@ -776,15 +776,15 @@ msgstr "空间"
msgid "<no type>"
msgstr "图表类型"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:112
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:113
msgid "== (Is equal)"
msgstr "== (等于)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:100
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:101
msgid "> (Larger than)"
msgstr "> (大于)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:108
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:109
msgid ">= (Larger or equal)"
msgstr ">= (大于等于)"
@ -836,7 +836,7 @@ msgid ""
"empty will allow embedding from any domain."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:755
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:752
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:445
#, fuzzy
msgid "A list of tags that have been applied to this chart."
@ -868,7 +868,7 @@ msgid ""
" rather than its radius or sweep angle."
msgstr "一种极坐标图表,其中圆被分成等角度的楔形,任何楔形表示的值由其面积表示,而不是其半径或扫掠角度。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:700
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:697
msgid "A readable URL for your dashboard"
msgstr "为看板生成一个可读的 URL"
@ -925,7 +925,7 @@ msgstr "生成数据超时"
msgid "A timeout occurred while taking a screenshot."
msgstr "截图超时"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:299
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:296
msgid "A valid color scheme is required"
msgstr "需要有效的配色方案"
@ -960,8 +960,8 @@ msgstr "行小计的位置"
msgid "About"
msgstr "关于"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:479
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:522
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:476
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:519
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:411
msgid "Access"
msgstr "访问"
@ -1007,7 +1007,7 @@ msgstr "操作日志"
msgid "Actions"
msgstr "操作"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:386
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/pages/AlertReportList/index.tsx:355
msgid "Active"
msgstr "激活"
@ -1050,7 +1050,7 @@ msgstr "自动匹配格式化"
msgid "Add"
msgstr "新增"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
msgid "Add Alert"
msgstr "添加告警"
@ -1086,7 +1086,7 @@ msgstr "新增日志"
msgid "Add Metric"
msgstr "添加指标"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:381
msgid "Add Report"
msgstr "添加报告"
@ -1212,7 +1212,7 @@ msgstr "添加新的颜色"
msgid "Add new formatter"
msgstr "新增格式化"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:374
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:375
msgid "Add notification method"
msgstr "添加注释层"
@ -1318,7 +1318,7 @@ msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:66
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:939
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:771
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:768
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/features/databases/DatabaseModal/index.tsx:1867
msgid "Advanced"
@ -1450,11 +1450,11 @@ msgstr "警报"
msgid "Alert Triggered, In Grace Period"
msgstr "告警已触发,在宽限期内"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:387
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:388
msgid "Alert condition"
msgstr "告警条件"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:396
msgid "Alert condition schedule"
msgstr "告警条件计划"
@ -1474,7 +1474,7 @@ msgstr "在宽限期内触发告警。"
msgid "Alert found an error while executing a query."
msgstr "告警在执行查询时发现错误。"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
msgid "Alert name"
msgstr "告警名称"
@ -1730,7 +1730,7 @@ msgstr "向数据库传递单个参数时必须指定引擎。"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:791
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:183
#: superset-frontend/src/components/Tags/utils.tsx:67
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:127
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:128
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:109
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:38
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:92
@ -2230,7 +2230,7 @@ msgstr "无法删除注释。"
msgid "Any"
msgstr "所有"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:729
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:726
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:393
msgid "Any additional detail to show in the certification tooltip."
msgstr "要在认证工具提示中显示详细信息。"
@ -2277,7 +2277,7 @@ msgid ""
"source query satisfies the minimum periods defined in the rolling window."
msgstr "应用的滚动窗口rolling window未返回任何数据。请确保源查询满足滚动窗口中定义的最小周期。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:142
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:856
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:231
@ -2628,7 +2628,7 @@ msgstr ""
msgid "Basic"
msgstr "基础"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:682
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:679
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:353
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:247
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:287
@ -3032,7 +3032,7 @@ msgstr "Series 和 Breakdown 之间不能有重叠"
#: superset-frontend/src/components/Modal/Modal.tsx:269
#: superset-frontend/src/components/ReportModal/index.tsx:219
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:649
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:646
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:136
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
@ -3082,7 +3082,6 @@ msgstr "无法解析时间字符串[%(human_readable)s]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
@ -3181,7 +3180,7 @@ msgstr "中心对齐"
msgid "Centroid (Longitude and Latitude): "
msgstr "无效的经度/纬度"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:709
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:706
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:376
msgid "Certification"
msgstr "认证"
@ -3190,7 +3189,7 @@ msgstr "认证"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:348
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1235
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:723
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:720
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:387
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:390
msgid "Certification details"
@ -3209,7 +3208,7 @@ msgstr "认证"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:337
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1222
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1230
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:714
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:711
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:378
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:379
msgid "Certified by"
@ -3305,7 +3304,7 @@ msgstr "将字符解释为小数点的字符。"
#: superset-frontend/src/components/Chart/DrillBy/useDisplayModeToggle.tsx:51
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:449
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx:69
#: superset-frontend/src/features/home/ChartTable.tsx:191
#: superset-frontend/src/features/home/RightMenu.tsx:219
@ -3344,7 +3343,6 @@ msgstr "图表 ID"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:69
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:85
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:78
@ -3943,7 +3941,7 @@ msgid ""
"cell against the other cells in the selected range: "
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:500
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:497
msgid "Colors"
msgstr "颜色"
@ -4251,7 +4249,7 @@ msgstr ""
msgid "Compute the contribution to the total"
msgstr "计算对总数的贡献值"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
msgid "Condition"
msgstr "条件"
@ -4859,7 +4857,7 @@ msgstr ""
msgid "Dark mode"
msgstr "黑暗模式"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:404
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:405
#: superset-frontend/src/features/home/DashboardTable.tsx:194
#: superset-frontend/src/features/home/RightMenu.tsx:228
#: superset-frontend/src/pages/DashboardList/index.tsx:672
@ -4901,11 +4899,11 @@ msgstr "看板属性"
msgid "Dashboard parameters are invalid."
msgstr "看板参数无效。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:639
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:636
msgid "Dashboard properties"
msgstr "看板属性"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:447
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:444
#, fuzzy
msgid "Dashboard properties updated"
msgstr "看板属性"
@ -6302,7 +6300,7 @@ msgstr "边缘宽度"
msgid "Edit"
msgstr "编辑"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:380
msgid "Edit Alert"
msgstr "编辑警报"
@ -6355,7 +6353,7 @@ msgstr "编辑指标"
msgid "Edit Plugin"
msgstr "编辑插件"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:378
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:379
msgid "Edit Report"
msgstr "编辑报表"
@ -6722,8 +6720,8 @@ msgid "Equal to (=)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:182
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:139
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:298
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:295
#: superset-frontend/src/explore/components/EmbedCodeContent.jsx:57
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:97
#: superset-frontend/src/pages/AlertReportList/index.tsx:64
@ -7715,7 +7713,7 @@ msgstr ""
msgid "Google Sheet Name and URL"
msgstr "Google Sheet名称和URL"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:403
msgid "Grace period"
msgstr "宽限期"
@ -8009,7 +8007,7 @@ msgid ""
" and recreate table) or Append (insert data)."
msgstr "如果表已存在,执行其中一个:舍弃(什么都不做),替换(删除表并重建),或者追加(插入数据)"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#, fuzzy
msgid "Ignore cache when generating screenshot"
msgstr "生成屏幕截图时报表计划执行失败。"
@ -8447,12 +8445,12 @@ msgstr "JSON"
msgid "JSON Metadata"
msgstr "JSON 元数据"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:776
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:773
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "JSON 元数据"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:368
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365
#, fuzzy
msgid "JSON metadata is invalid!"
msgstr "无效 JSON"
@ -8779,7 +8777,6 @@ msgstr "左值"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
@ -9042,7 +9039,7 @@ msgstr "创建新图表"
msgid "Log Scale"
msgstr "日志规模"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
msgid "Log retention"
msgstr "日志保留"
@ -9722,7 +9719,6 @@ 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/Sunburst/index.ts:49
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:66
@ -10269,7 +10265,7 @@ msgstr "节点大小"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:51
#: superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx:138
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:127
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:128
msgid "None"
msgstr "空"
@ -10321,7 +10317,7 @@ msgstr "!= (不等于)"
msgid "Not in"
msgstr "注释"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:120
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:121
msgid "Not null"
msgstr "非空"
@ -10338,7 +10334,7 @@ msgstr "不是最新的"
msgid "Nothing triggered"
msgstr "无触发"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:410
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:411
#: superset-frontend/src/pages/AlertReportList/index.tsx:302
msgid "Notification method"
msgstr "通知方式"
@ -10386,7 +10382,6 @@ msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:137
#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:276
@ -10889,12 +10884,12 @@ msgstr "所有者"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:422
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:441
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:455
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:477
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:480
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:483
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:527
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:531
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:524
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:528
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:384
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:385
#: superset-frontend/src/pages/AlertReportList/index.tsx:324
#: superset-frontend/src/pages/DashboardList/index.tsx:369
#: superset-frontend/src/pages/DatasetList/index.tsx:400
@ -10912,8 +10907,8 @@ msgstr "所有者无效"
msgid "Owners is a list of users who can alter the dashboard."
msgstr "所有者是可以更改看板的用户列表。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:494
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:542
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:491
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:539
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
@ -10977,7 +10972,6 @@ msgstr "解析日期"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
#: 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:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
@ -11068,7 +11062,6 @@ 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-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
@ -11107,7 +11100,7 @@ msgstr "句点必须是正整数值"
msgid "Person or group that has certified this chart."
msgstr "对此图表进行认证的个人或团体。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:718
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:715
msgid "Person or group that has certified this dashboard."
msgstr "已对此仪表板进行认证的个人或组。"
@ -11243,7 +11236,7 @@ msgstr ""
msgid "Plain"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:795
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:792
msgid "Please DO NOT overwrite the \"filter_scopes\" key."
msgstr ""
@ -11637,7 +11630,6 @@ msgstr "传播"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-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:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:75
@ -11722,7 +11714,6 @@ msgstr "序列"
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63
#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44
@ -11929,7 +11920,6 @@ msgstr "排名"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:143
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:335
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:487
#: superset-frontend/src/explore/controlPanels/sections.tsx:213
msgid "Ratio"
@ -12250,11 +12240,11 @@ msgstr "报告bug"
msgid "Report failed"
msgstr "报告失败"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:382
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:383
msgid "Report name"
msgstr "报告名称"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:395
msgid "Report schedule"
msgstr "报告时间表"
@ -12463,6 +12453,7 @@ msgstr "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问"
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:375
#: superset-frontend/src/dashboard/components/PropertiesModal/PropertiesModal.test.tsx:389
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:545
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:551
#: superset-frontend/src/features/rls/RowLevelSecurityModal.tsx:406
@ -12472,7 +12463,7 @@ msgstr "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问"
msgid "Roles"
msgstr "角色"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:562
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:559
#, fuzzy
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
@ -12714,7 +12705,7 @@ msgid ""
"Note that you will need to close other SQL Lab windows before you do this."
msgstr "SQL Lab使用浏览器的本地存储来存储查询和结果"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:389
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/home/SavedQueries.tsx:261
msgid "SQL Query"
msgstr "SQL查询"
@ -12867,7 +12858,7 @@ msgstr "星期六"
#: superset-frontend/src/components/ReportModal/index.tsx:228
#: superset-frontend/src/dashboard/components/Header/index.jsx:607
#: superset-frontend/src/dashboard/components/Header/index.jsx:609
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:112
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:113
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:211
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:794
@ -12886,7 +12877,7 @@ msgstr "星期六"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:521
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricPopoverTrigger.tsx:250
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:347
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:376
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:377
#: superset-frontend/src/features/annotationLayers/AnnotationLayerModal.tsx:230
#: superset-frontend/src/features/annotations/AnnotationModal.tsx:272
#: superset-frontend/src/features/cssTemplates/CssTemplateModal.tsx:218
@ -13080,7 +13071,7 @@ msgstr "为图表配置电子邮件报告"
msgid "Schedule query"
msgstr "分享查询"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:397
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:398
msgid "Schedule settings"
msgstr "计划设置"
@ -13542,15 +13533,15 @@ msgid ""
"query by clicking on the %s button."
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
msgid "Send as CSV"
msgstr "发送为CSV"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:406
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:407
msgid "Send as PNG"
msgstr "发送PNG"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:408
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:409
msgid "Send as text"
msgstr "发送文本"
@ -13997,14 +13988,6 @@ msgstr "详细提示显示了该时间点的所有序列的列表。"
msgid "Shows or hides markers for the time series"
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:64
msgid "Significance Level"
msgstr "显著性"
@ -14927,7 +14910,7 @@ msgid "Tagged Object could not be deleted."
msgstr "无法删除数据集"
#: superset-frontend/src/components/MetadataBar/ContentConfig.tsx:126
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:736
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:733
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:430
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:683
#: superset-frontend/src/pages/ChartList/index.tsx:482
@ -14957,10 +14940,6 @@ msgstr "目标"
msgid "Target Color"
msgstr "目标类别"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:57
msgid "Target aspect ratio for treemap tiles."
msgstr "树形图中图块的目标高宽比。"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Target category"
msgstr "目标类别"
@ -15125,7 +15104,7 @@ msgid ""
"[country] column"
msgstr "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:465
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:462
msgid "The dashboard has been saved"
msgstr "该看板已成功保存。"
@ -16008,7 +15987,7 @@ msgid ""
"parameters."
msgstr "这些参数是在浏览视图中单击保存或覆盖按钮时动态生成的。这个JSON对象在这里公开以供参考并提供给可能希望更改特定参数的高级用户使用。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:789
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:786
#: superset/views/dashboard/mixin.py:58
msgid ""
"This JSON object is generated dynamically when clicking the save or "
@ -16103,7 +16082,7 @@ msgid ""
"be in %s."
msgstr "此看板当前正在强制刷新;下一次强制刷新将在 %s 内执行。"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:661
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:658
msgid "This dashboard is managed externally, and can't be edited in Superset"
msgstr ""
@ -16305,7 +16284,7 @@ msgstr ""
msgid "Threshold alpha level for determining significance"
msgstr "确定重要性的阈值α水平"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:394
msgid "Threshold value should be double precision number"
msgstr ""
@ -16502,7 +16481,7 @@ msgstr "时间粒度缺失"
msgid "Time granularity"
msgstr "时间粒度granularity"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
msgid "Time in seconds"
msgstr "时间(秒)"
@ -16668,7 +16647,7 @@ msgstr "微小"
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:186
#: superset-frontend/src/components/DynamicEditableTitle/index.tsx:207
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:687
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:684
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:41
#: superset-frontend/src/pages/DashboardList/index.tsx:308
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:184
@ -16734,6 +16713,11 @@ msgstr "高度"
msgid "Top to Bottom"
msgstr "点击回顶部"
#: superset/viz.py:1047
#, fuzzy
msgid "Total"
msgstr "显示总计"
#: superset/charts/post_processing.py:73
#, python-format
msgid "Total (%(aggfunc)s)"
@ -16802,10 +16786,6 @@ msgstr "方向"
msgid "Treemap"
msgstr "树状地图"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
msgid "Treemap (legacy)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
@ -16822,7 +16802,7 @@ msgstr "趋势"
msgid "Triangle"
msgstr "三角形"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:390
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:391
msgid "Trigger Alert If..."
msgstr "如果 ... 则触发警报"
@ -16955,7 +16935,7 @@ msgstr "URL参数"
msgid "URL parameters"
msgstr "URL 参数"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:696
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:693
msgid "URL slug"
msgstr "使用 Slug"
@ -17240,7 +17220,7 @@ msgstr "上传文件到数据库"
msgid "Usage"
msgstr "巨大"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:802
#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:799
#, python-format
msgid "Use \"%(menuName)s\" menu instead."
msgstr ""
@ -17414,7 +17394,7 @@ msgstr "使用圆圈来可视化系统不同阶段的数据流。"
#: superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:117
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:100
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:318
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:392
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:393
#: superset-frontend/src/pages/ExecutionLogList/index.tsx:143
msgid "Value"
msgstr "值"
@ -18256,7 +18236,7 @@ msgstr "单词旋转"
msgid "Working"
msgstr "正在执行"
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:399
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:400
msgid "Working timeout"
msgstr "执行超时"
@ -19854,7 +19834,7 @@ msgstr "已保存查询"
msgid "search by tags"
msgstr ""
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:401
#: superset-frontend/src/features/alerts/AlertReportModal.tsx:402
#, fuzzy
msgid "seconds"
msgstr "30秒钟"

View File

@ -906,53 +906,6 @@ class TimeTableViz(BaseViz):
)
class TreemapViz(BaseViz):
"""Tree map visualisation for hierarchical data."""
viz_type = "treemap"
verbose_name = _("Treemap")
credits = '<a href="https://d3js.org">d3.js</a>'
is_timeseries = False
@deprecated(deprecated_in="3.0")
def query_obj(self) -> QueryObjectDict:
query_obj = super().query_obj()
if sort_by := self.form_data.get("timeseries_limit_metric"):
sort_by_label = utils.get_metric_name(sort_by)
if sort_by_label not in utils.get_metric_names(query_obj["metrics"]):
query_obj["metrics"].append(sort_by)
if self.form_data.get("order_desc"):
query_obj["orderby"] = [
(sort_by, not self.form_data.get("order_desc", True))
]
return query_obj
@deprecated(deprecated_in="3.0")
def _nest(self, metric: str, df: pd.DataFrame) -> list[dict[str, Any]]:
nlevels = df.index.nlevels
if nlevels == 1:
result = [{"name": n, "value": v} for n, v in zip(df.index, df[metric])]
else:
result = [
{"name": l, "children": self._nest(metric, df.loc[l])}
for l in df.index.levels[0]
]
return result
@deprecated(deprecated_in="3.0")
def get_data(self, df: pd.DataFrame) -> VizData:
if df.empty:
return None
df = df.set_index(get_column_names(self.form_data.get("groupby")))
chart_data = [
{"name": metric, "children": self._nest(metric, df)}
for metric in df.columns
]
return chart_data
class CalHeatmapViz(BaseViz):
"""Calendar heatmap."""

View File

@ -92,7 +92,7 @@ charts_config_1: dict[str, Any] = {
},
"charts/Games_per_Genre_131.yaml": {
"slice_name": "Games per Genre",
"viz_type": "treemap",
"viz_type": "treemap_v2",
"params": {},
"cache_timeout": None,
"uuid": "0499bdec-0837-44f3-ae8a-8c670de81afd",
@ -185,7 +185,7 @@ dashboards_config_1: dict[str, Any] = {
charts_config_2: dict[str, Any] = {
"charts/Games_per_Genre_131.yaml": {
"slice_name": "Games per Genre",
"viz_type": "treemap",
"viz_type": "treemap_v2",
"params": {},
"cache_timeout": None,
"uuid": "0499bdec-0837-44f3-ae8a-8c670de81afd",