diff --git a/superset/assets/src/addSlice/AddSliceContainer.jsx b/superset/assets/src/addSlice/AddSliceContainer.jsx index 9b7c4bd413ba9..0d876af537665 100644 --- a/superset/assets/src/addSlice/AddSliceContainer.jsx +++ b/superset/assets/src/addSlice/AddSliceContainer.jsx @@ -98,7 +98,7 @@ export default class AddSliceContainer extends React.PureComponent { disabled={this.isBtnDisabled()} onClick={this.gotoSlice.bind(this)} > - {t('Create new slice')} + {t('Create new chart')}

diff --git a/superset/assets/src/dashboard/components/Controls.jsx b/superset/assets/src/dashboard/components/Controls.jsx index feacf961ba961..baad7bba689ed 100644 --- a/superset/assets/src/dashboard/components/Controls.jsx +++ b/superset/assets/src/dashboard/components/Controls.jsx @@ -182,8 +182,8 @@ class Controls extends React.PureComponent { userId={userId} triggerNode={ } diff --git a/superset/assets/src/explore/components/SaveModal.jsx b/superset/assets/src/explore/components/SaveModal.jsx index 90bf12bc9902a..86028c8d643e4 100644 --- a/superset/assets/src/explore/components/SaveModal.jsx +++ b/superset/assets/src/explore/components/SaveModal.jsx @@ -71,7 +71,7 @@ class SaveModal extends React.Component { if (sliceParams.action === 'saveas') { sliceName = this.state.newSliceName; if (sliceName === '') { - this.setState({ alert: t('Please enter a slice name') }); + this.setState({ alert: t('Please enter a chart name') }); return; } sliceParams.slice_name = sliceName; diff --git a/superset/assets/src/explore/components/URLShortLinkButton.jsx b/superset/assets/src/explore/components/URLShortLinkButton.jsx index a0c0078ad426c..223852477ecef 100644 --- a/superset/assets/src/explore/components/URLShortLinkButton.jsx +++ b/superset/assets/src/explore/components/URLShortLinkButton.jsx @@ -30,7 +30,7 @@ export default class URLShortLinkButton extends React.Component { } renderPopover() { - const emailBody = t('Check out this slice: %s', this.state.shortUrl); + const emailBody = t('Check out this chart: %s', this.state.shortUrl); return ( ); @@ -58,7 +58,7 @@ class CreatedContent extends React.PureComponent {

{t('Dashboards')}

{this.renderDashboardTable()}
-

{t('Slices')}

+

{t('Charts')}

{this.renderSliceTable()} ); diff --git a/superset/connectors/druid/views.py b/superset/connectors/druid/views.py index 82cd46215fe84..9563937eda3db 100644 --- a/superset/connectors/druid/views.py +++ b/superset/connectors/druid/views.py @@ -224,13 +224,13 @@ class DruidDatasourceModelView(DatasourceModelView, DeleteMixin, YamlExportMixin base_order = ('datasource_name', 'asc') description_columns = { 'slices': _( - 'The list of slices associated with this table. By ' + 'The list of charts associated with this table. By ' 'altering this datasource, you may change how these associated ' - 'slices behave. ' - 'Also note that slices need to point to a datasource, so ' - 'this form will fail at saving if removing slices from a ' - 'datasource. If you want to change the datasource for a slice, ' - "overwrite the slice from the 'explore view'"), + 'charts behave. ' + 'Also note that charts need to point to a datasource, so ' + 'this form will fail at saving if removing charts from a ' + 'datasource. If you want to change the datasource for a chart, ' + "overwrite the chart from the 'explore view'"), 'offset': _('Timezone offset (in hours) for this datasource'), 'description': Markup( 'Supports 1000) will cause lag.":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Slice ID":[""],"The id of the active slice":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations":["Anmerkungen"],"Advanced Analytics":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Axes":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Options":[""],"Bubbles":[""],"Numeric Column":[""],"Select the numeric column to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-1 codes of region/province/department":[""],"It's ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Viewport":[""],"Longitude":[""],"Column containing longitude data":[""],"Latitude":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"The server could not be reached. You may want to verify your connection and try again.":[""],"An unknown error occurred. (Status: %s )":[""],"Favorites":["Favoriten"],"Created Content":["Erstellte Inhalt"],"Recent Activity":["Kürzliche Aktivitäten"],"Security & Access":["Sicherheit & Zugriff"],"No slices":["Keine Schieben"],"No dashboards":["Keine Dashboards"],"Dashboards":["Dashboards"],"Slices":["Schieben"],"No favorite slices yet, go click on stars!":["Noch keine Lieblingsscheiben, klicken Sie auf ein paar Sterne!"],"No favorite dashboards yet, go click on stars!":["Noch keine Lieblingsdashboards, klicken Sie auf ein paar Sterne!"],"Roles":["Rollen"],"Databases":["Datenbanken"],"Datasources":["Datenquellen"],"Profile picture provided by Gravatar":["Profilbild von Gravatar"],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Select [%s]":[""],"No data was returned.":["Keine Daten zurückgesendet"],"List Druid Column":["Druid Spalten auflisten"],"Show Druid Column":["Druid Spalte anzeigen"],"Add Druid Column":["Druid Spalte einfügen"],"Edit Druid Column":["Druid Spalte bearbeiten"],"Column":["Spalte"],"Type":["Typ"],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":["Druid Metriken auflisten"],"Show Druid Metric":["Druid Metrik anzeigen"],"Add Druid Metric":["Druid Metrik einfügen"],"Edit Druid Metric":["Druid Metric bearbeiten"],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":["JSON"],"Druid Datasource":["Druid Datenquelle"],"Warning Message":["Warnmeldung"],"List Druid Cluster":["Druid Cluster auflisten"],"Show Druid Cluster":["Druid Cluster anzeigen"],"Add Druid Cluster":["Druid Cluster einfügen"],"Edit Druid Cluster":["Druid Cluster bearbeiten"],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":["Quellen"],"List Druid Datasource":["Druid Datenquellen auflisten"],"Show Druid Datasource":["Druid Datenquelle anzeigen"],"Add Druid Datasource":["Druid Datenquelle einfügen"],"Edit Druid Datasource":["Druid Datenquelle bearbeiten"],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Slices":[""],"Data Source":["Datenquelle"],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":["Druid Datenquellen"],"Scan New Datasources":["Neue Datenquellen suchen"],"Refresh Druid Metadata":["Druid Metadata aktualisieren"],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":["Leere Abfrage?"],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":["Spalten auflisten"],"Show Column":["Spalte anzeigen"],"Add Column":["Spalte einfügen"],"Edit Column":["Spalte bearbeiten"],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":["Metriken auflisten"],"Show Metric":["Metrik anzeigen"],"Add Metric":["Metrik einfügen"],"Edit Metric":["Metrik bearbeiten"],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":["Ist begrenzt"],"List Tables":["Tabellen auflisten"],"Show Table":["Tabelle anzeigen"],"Add Table":["Tabelle einfügen"],"Edit Table":["Tabelle bearbeiten"],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Changed By":["Bearbeitet von"],"Database":["Datenbank"],"Last Changed":["Bearbeitet am"],"Schema":[""],"Offset":[""],"Table Name":["Tabellename"],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Tables":["Tabellen"],"Profile":["Profil"],"Logout":["Ausloggen"],"Login":["Einloggen"],"Record Count":["Datensätzeanzahl"],"No records found":["Keine Datensätze gefunden"],"Import":["Importiern"],"No Access!":["Keine Zugriff!"],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":["Berechtigung anfordern"],"Welcome!":["Wilkommen!"],"Test Connection":[""],"Manage":["Einstellungen"],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Delete":["Löschen"],"Delete all Really?":["Wirklich alle löschen?"],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource":["Sie haben keine Zugriff auf diese Datenquelle"],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":["Dakenbanken auflisten"],"Show Database":["Datenbank anzeigen"],"Add Database":["Datenbank einfügen"],"Edit Database":["Datenbank bearbeiten"],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"All the queries in Sql Lab are going to be executed on behalf of currently authorized user.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":["Schöpfer"],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate queries to the database":[""],"Import Dashboards":["Dashboards importieren"],"User":["Benutzer"],"User Roles":["Benutzer Rollen"],"Database URL":["Datenbank URL"],"Roles to grant":[""],"Created On":[""],"Access requests":["Zugriffsanforderungen"],"Security":["Sicherheit"],"List Slices":["Schieben auflisten"],"Show Slice":["Schiebe anzeigen"],"Add Slice":["Schiebe einfügen"],"Edit Slice":["Schiebe bearbeiten"],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this slice.":[""],"Last Modified":["Geändert"],"Owners":[""],"Parameters":[""],"Slice":["Schiebe"],"List Dashboards":["Dashboards auflisten"],"Show Dashboard":["Dashboard anzeigen"],"Add Dashboard":["Dashboard einfügen"],"Edit Dashboard":["Dashboard bearbeiten"],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":["Tat"],"dttm":[""],"Action Log":["Aktionsprotokoll"],"Access was requested":["Zugang wurde beantragt"],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Slice %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":["Vorlagename"],"CSS Templates":["CSS Vorlagen"],"SQL Editor":[""],"SQL Lab":[""],"Query Search":["Abfragen suchen"],"Status":[""],"Start Time":["Von Zeit"],"End Time":["Bis Zeit"],"Queries":["Abfragen"],"List Saved Query":["Gespeicherte Abfragen auflisten"],"Show Saved Query":["Gespeicherte Abfrage anzeigen"],"Add Saved Query":["Gespeicherte Abfrage einfügen"],"Edit Saved Query":["Gespeicherte Abfrage bearbeiten"],"Pop Tab Link":[""],"Changed on":["Bearbeitet am"],"Saved Queries":["Gespeicherte Abfragen"]}}} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"de"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/de/LC_MESSAGES/messages.mo b/superset/translations/de/LC_MESSAGES/messages.mo index ac9a1df743bf9..a0f9f6cb020b9 100644 Binary files a/superset/translations/de/LC_MESSAGES/messages.mo and b/superset/translations/de/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/de/LC_MESSAGES/messages.po b/superset/translations/de/LC_MESSAGES/messages.po index 7db79cda09975..3e5bc7b0c7947 100644 --- a/superset/translations/de/LC_MESSAGES/messages.po +++ b/superset/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-10-04 10:12-0700\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2017-10-20 14:36+0100\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -16,1442 +16,1648 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:553 -#: superset/db_engine_specs.py:192 superset/db_engine_specs.py:223 -#: superset/db_engine_specs.py:267 superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 superset/db_engine_specs.py:839 -#: superset/db_engine_specs.py:875 superset/db_engine_specs.py:907 -#: superset/db_engine_specs.py:953 superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Zeitspalte" +msgstr "" -#: superset/db_engine_specs.py:193 superset/db_engine_specs.py:224 -#: superset/db_engine_specs.py:316 superset/db_engine_specs.py:372 -#: superset/db_engine_specs.py:840 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "Sekunde" +msgstr "" -#: superset/db_engine_specs.py:194 superset/db_engine_specs.py:227 -#: superset/db_engine_specs.py:319 superset/db_engine_specs.py:374 -#: superset/db_engine_specs.py:842 superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:954 -#: superset/db_engine_specs.py:992 superset/db_engine_specs.py:1016 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "Minute" +msgstr "" -#: superset/db_engine_specs.py:195 superset/db_engine_specs.py:231 -#: superset/db_engine_specs.py:321 superset/db_engine_specs.py:376 -#: superset/db_engine_specs.py:848 superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 superset/db_engine_specs.py:960 -#: superset/db_engine_specs.py:993 superset/db_engine_specs.py:1017 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "Stunde" - -#: superset/db_engine_specs.py:196 superset/db_engine_specs.py:236 -#: superset/db_engine_specs.py:268 superset/db_engine_specs.py:323 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 superset/db_engine_specs.py:914 -#: superset/db_engine_specs.py:962 superset/db_engine_specs.py:994 -#: superset/db_engine_specs.py:1018 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "Tag" +msgstr "" -#: superset/db_engine_specs.py:197 superset/db_engine_specs.py:242 -#: superset/db_engine_specs.py:269 superset/db_engine_specs.py:324 -#: superset/db_engine_specs.py:380 superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 superset/db_engine_specs.py:916 -#: superset/db_engine_specs.py:995 superset/db_engine_specs.py:1019 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "Woche" - -#: superset/db_engine_specs.py:198 superset/db_engine_specs.py:244 -#: superset/db_engine_specs.py:271 superset/db_engine_specs.py:326 -#: superset/db_engine_specs.py:382 superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 superset/db_engine_specs.py:918 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:996 -#: superset/db_engine_specs.py:1020 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "Monat" +msgstr "" -#: superset/db_engine_specs.py:199 superset/db_engine_specs.py:246 -#: superset/db_engine_specs.py:328 superset/db_engine_specs.py:384 -#: superset/db_engine_specs.py:856 superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 superset/db_engine_specs.py:966 -#: superset/db_engine_specs.py:997 superset/db_engine_specs.py:1021 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "Vierteljahr" +msgstr "" -#: superset/db_engine_specs.py:200 superset/db_engine_specs.py:250 -#: superset/db_engine_specs.py:330 superset/db_engine_specs.py:858 -#: superset/db_engine_specs.py:888 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 superset/db_engine_specs.py:1022 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "Jahr" - -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" msgstr "" -#: superset/db_engine_specs.py:386 superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" msgstr "" -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" msgstr "" -#: superset/db_engine_specs.py:844 superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 Minuten" +msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "halbe Stunde" +msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 Minuten" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" -#: superset/utils.py:499 +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" + +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] Zugriff auf Datenquelle %(name)s war genehmigt " +msgstr "" -#: superset/viz.py:50 -msgid "Viz fehlt eine Datenquelle" +#: superset/viz.py:60 +msgid "Viz is missing a datasource" msgstr "" -#: superset/viz.py:181 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "'Von Datum' kann nicht größer als 'bis Datum' sein" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 -#: superset/viz.py:369 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Tabellenansicht" +msgstr "" -#: superset/viz.py:381 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:391 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:386 -#: superset/viz.py:430 +#: superset/viz.py:596 +msgid "Time Table View" +msgstr "" + +#: superset/viz.py:605 superset/viz.py:1464 +msgid "Pick at least one metric" +msgstr "" + +#: superset/viz.py:608 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" msgstr "" -#: superset/viz.py:444 -msgid "Please choose at least one \"Group by\" field " +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " msgstr "" -#: superset/viz.py:446 +#: superset/viz.py:653 msgid "Please choose at least one metric" msgstr "" -#: superset/viz.py:450 -msgid "'Group By' and 'Columns' can't overlap" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:411 -#: superset/viz.py:502 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:433 -#: superset/viz.py:514 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:454 -#: superset/viz.py:537 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:563 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:502 -#: superset/viz.py:621 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:523 -#: superset/viz.py:710 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" msgstr "" -#: superset/viz.py:734 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:574 -#: superset/viz.py:760 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" msgstr "" -#: superset/viz.py:786 +#: superset/viz.py:1003 msgid "Pick a metric to display" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:597 -#: superset/viz.py:809 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" msgstr "" -#: superset/viz.py:817 superset/viz.py:846 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:622 -#: superset/viz.py:838 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 -#: superset/viz.py:865 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:913 superset/viz.py:1058 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" msgstr "" -#: superset/viz.py:1001 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1011 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1013 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1015 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 -#: superset/viz.py:1076 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 -#: superset/viz.py:1084 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 -#: superset/viz.py:1092 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" msgstr "" -#: superset/viz.py:1101 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:647 -#: superset/viz.py:1119 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Histogramm" +msgstr "" -#: superset/viz.py:1129 -msgid "Must have one numeric column specified" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1144 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" msgstr "" -#: superset/viz.py:1155 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1157 -msgid "Pick at least one metric" -msgstr "" - -#: superset/viz.py:1159 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:679 -#: superset/viz.py:1212 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:716 -#: superset/viz.py:1245 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1252 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset/viz.py:1283 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1294 superset/viz.py:1315 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1301 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/viz.py:1348 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:841 -#: superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1426 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" msgstr "" -#: superset/viz.py:1434 +#: superset/viz.py:1752 msgid "Pick at least one filter field" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:909 -#: superset/viz.py:1461 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/viz.py:1478 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:943 -#: superset/viz.py:1503 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" msgstr "" -#: superset/viz.py:1562 +#: superset/viz.py:1878 msgid "Horizon Charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1002 -#: superset/viz.py:1573 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" msgstr "" -#: superset/viz.py:1588 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1601 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1606 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1611 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -#: superset/viz.py:1676 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/viz.py:1706 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "Ihre Abfrage wurde gespeichert" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "Ihre Abfrage konnte nicht gespeichert werden" - -#: superset/assets/javascripts/SqlLab/actions.js:111 -msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" +#: superset/assets/src/SqlLab/actions.js:113 +msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "Suche" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "Bearbeiten in SQL Editor" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "Visualalisieren" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:85 superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Tabellen" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "Stopp" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" + +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:65 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:68 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:79 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:475 superset/views/core.py:542 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "Titel" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:164 -#, python-format -msgid "Served from data cached %s . Click to force refresh." -msgstr "Von Daten dienten um %s im Cache gespeichert. Aktualisierung erzwingen durch Klicken" +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:169 -msgid "Click to force refresh" -msgstr "Aktualisierung erzwingen" +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:353 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" -msgstr "Fehler" +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:354 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:48 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:54 -msgid "Force refresh the whole dashboard" -msgstr "Ganze Dashboard Aktualisierung erzwingen" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:94 -msgid "Edit this dashboard's properties" -msgstr "Dashboardeigenschaften bearbeiten" +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 -msgid "Load a template" -msgstr "Vorlage laden" +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 -msgid "Load a CSS template" -msgstr "CSS Vorlage laden" +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:482 -msgid "CSS" -msgstr "CSS" +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 -msgid "Live CSS Editor" +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 -msgid "Don't refresh" -msgstr "Nicht aktualisieren" +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 -msgid "10 seconds" -msgstr "10 Sekunden" +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 -msgid "30 seconds" -msgstr "30 Sekunden" +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 +msgid "Load a template" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 -msgid "1 minute" -msgstr "1 Minute" - -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 -msgid "5 minutes" -msgstr "5 Minuten" - -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 -msgid "Refresh Interval" -msgstr "Aktualisierung Zwischenzeit" - -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 -msgid "Choose the refresh frequency for this dashboard" -msgstr "Aktualisierungsfrequenz auswählen für dieses Dashboard" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 -msgid "This dashboard was saved successfully." -msgstr "Dashboard wurde erfolgreich gespeichert" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 -msgid "Sorry, there was an error saving this dashboard: " +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 +msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 -msgid "You must pick a name for the new dashboard" +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 +msgid "CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 -msgid "Save Dashboard" -msgstr "Dashboard speichern" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 -#, python-format -msgid "Overwrite Dashboard [%s]" +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 +msgid "Live CSS Editor" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 -msgid "Save as:" -msgstr "Speichern als:" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 -msgid "[dashboard name]" +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:379 -msgid "Name" -msgstr "Name" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 -msgid "Viz" +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:480 superset/views/core.py:544 -#: superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "Geändert" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 +msgid "Don't refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 +msgid "10 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 +msgid "30 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" -msgstr "Diagramm bewegen" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 -msgid "Force refresh data" -msgstr "Aktualisierung erzwingen" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 -msgid "Toggle chart description" -msgstr "Diagramm Beschreibung umschalten" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 -msgid "Edit chart" -msgstr "Diagramm bearbeiten" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 -msgid "Export CSV" -msgstr "Exportieren als CSV" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 -msgid "Explore chart" -msgstr "Diagramm untersuchen" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 -msgid "Remove chart from dashboard" -msgstr "Diagramm von Dashboard entfernen" - -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" -msgstr "%s - unbenannt" - -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 +msgid "1 minute" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" -msgstr "Beschreibung" - -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 +msgid "5 minutes" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:61 -msgid "Error..." -msgstr "Fehler..." - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:97 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:436 -#: superset/assets/javascripts/explore/stores/visTypes.js:457 -#: superset/assets/javascripts/explore/stores/visTypes.js:485 -#: superset/assets/javascripts/explore/stores/visTypes.js:505 -#: superset/assets/javascripts/explore/stores/visTypes.js:526 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:600 -#: superset/assets/javascripts/explore/stores/visTypes.js:625 -#: superset/assets/javascripts/explore/stores/visTypes.js:650 -#: superset/assets/javascripts/explore/stores/visTypes.js:682 -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:811 -#: superset/assets/javascripts/explore/stores/visTypes.js:844 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:924 -#: superset/assets/javascripts/explore/stores/visTypes.js:946 -#: superset/assets/javascripts/explore/stores/visTypes.js:1005 -msgid "Query" -msgstr "Abfrage" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "Höhe" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "Breite" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "Exportieren als JSON" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "Exportieren als CSV" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" -msgstr "Bitten Scheibename eingeben" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" -msgstr "Bitte Dashboard auswählen" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "Bitte Dashboardname eingeben" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "Scheibe speichern" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "Überschreiben Scheibe %s" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "Speichern als" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 +msgid "Refresh Interval" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "Nicht zum Dashboard hinzufügen" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "Schiebe zum vorhandenen Dashboard hinzufügen" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "Schiebe zum neuen Dashboard hinzufügen" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "Speichern & zum Dashboard gehen" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 +msgid "Choose the refresh frequency for this dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 +msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:55 -msgid "`Min` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 +msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:58 -msgid "`Max` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:75 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:88 -msgid "Min" +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 +msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:83 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:89 -msgid "Max" +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 +msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 +#, python-format +msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 +msgid "Save as:" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 +msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 +msgid "Name" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 +msgid "Viz" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" msgstr "" -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:106 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 #, python-format -msgid "Select %s" +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 +msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "Visualisierungstyp wählen" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 +msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:223 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 +msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 -msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 +msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 +msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:36 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 +msgid "Remove chart from dashboard" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:86 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:50 +#: superset/assets/src/explore/controls.jsx:100 msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:53 +#: superset/assets/src/explore/controls.jsx:103 msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:72 -#: superset/connectors/druid/views.py:45 superset/views/core.py:318 -#: superset/views/core.py:342 superset/views/core.py:373 -msgid "Datasource" -msgstr "Datenquelle" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:82 -#: superset/views/core.py:381 +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" -msgstr "Visualisierungstyp" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" -msgstr "Der Visualisierungstyp anzuzeigen" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:90 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" -msgstr "Metriken" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:103 +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:210 msgid "" "Bounds for the Y axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:125 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" -msgstr "Anmerkungstufe" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" -msgstr "Anmerkungstufe auf die Visualisierung zu legen" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" -msgstr "Anmerkungstufe auswählen" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" -msgstr "Fehler bei Anmerkungstufeabruf" +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:832 -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:130 -msgid "Metric" -msgstr "Metrik" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" -msgstr "Metrik auswählen" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:223 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:230 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:237 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:242 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:249 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:255 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:258 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:264 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:267 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:273 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:288 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:296 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:307 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:312 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:315 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:322 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:327 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:338 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:348 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1459,137 +1665,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:357 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:360 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:367 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:393 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:412 -#: superset/assets/javascripts/explore/stores/controls.jsx:419 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:421 -#: superset/assets/javascripts/explore/stores/controls.jsx:431 -#: superset/assets/javascripts/explore/stores/controls.jsx:441 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:450 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:456 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:477 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:483 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:510 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:515 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:518 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:525 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:528 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:534 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:548 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:556 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:568 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1597,114 +1893,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:583 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:595 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:611 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:617 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:624 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:645 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:648 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:675 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:680 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:697 +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:714 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1713,1904 +2071,5823 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:737 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:740 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:748 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:547 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:749 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:762 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:555 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:765 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:776 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:790 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:797 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:811 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:821 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:838 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:845 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:850 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:859 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:865 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 -#: superset/assets/javascripts/explore/stores/controls.jsx:884 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:894 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:904 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:917 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:930 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:949 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:954 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:414 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:955 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:964 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:976 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:998 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1009 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1012 +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1017 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1024 -msgid "Data Table" +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 -msgid "Whether to display the interactive data table" +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1031 +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1459 +msgid "Data Table" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1461 +msgid "Whether to display the interactive data table" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1034 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1039 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1041 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1046 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1049 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1062 +#: superset/assets/src/explore/controls.jsx:1514 +msgid "Show Values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1517 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1070 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1078 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1081 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1098 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1106 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1114 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1135 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1146 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1155 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1163 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1190 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1203 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1225 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1230 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1239 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1251 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1257 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1266 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1274 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1291 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1296 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1303 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1310 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1317 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1324 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1360 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1368 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1379 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1385 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" -msgstr "Farbschema" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1389 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" -msgstr "Anmerkungen" - -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 -msgid "" -"The filters to apply after post-aggregation.Leave the value control empty" -" to filter empty strings or nulls" +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:465 -#: superset/assets/javascripts/explore/stores/visTypes.js:513 -#: superset/assets/javascripts/explore/stores/visTypes.js:534 -#: superset/assets/javascripts/explore/stores/visTypes.js:658 -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -#: superset/assets/javascripts/explore/stores/visTypes.js:781 -#: superset/assets/javascripts/explore/stores/visTypes.js:993 -msgid "Chart Options" +#: superset/assets/src/explore/controls.jsx:1968 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -#: superset/assets/javascripts/explore/stores/visTypes.js:912 -msgid "Options" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:541 -#: superset/assets/javascripts/explore/stores/visTypes.js:853 -msgid "Bubbles" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:667 -msgid "Numeric Column" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:671 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:672 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:700 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:703 -msgid "Secondary Metric" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:704 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -msgid "Hierarchy" -msgstr "Hierarchie" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -msgid "Source / Target" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -msgid "Chord Diagram" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Choose a number format" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:794 -msgid "Source" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Choose a source" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -msgid "Target" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:803 -msgid "Choose a target" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:828 -msgid "ISO 3166-1 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:829 -msgid "" -"It's ISO 3166-1 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-1)" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -msgid "Country Control" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:864 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:867 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:878 -msgid "Filter Box" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter controls" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 +#: superset/assets/src/explore/controls.jsx:2150 msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:954 -msgid "Heatmap Options" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:989 -msgid "Horizon" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1015 -msgid "Points" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Labelling" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1029 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -msgid "Viewport" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -msgid "Longitude" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1049 -msgid "Column containing longitude data" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1052 -msgid "Latitude" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1053 -msgid "Column containing latitude data" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1056 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1061 -msgid "Tooltip" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1062 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Event definition" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Additional meta data" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -msgid "Column containing entity ids" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1096 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/visTypes.js:72 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1099 -msgid "Column containing event names" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -msgid "Event count limit" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1108 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1111 -msgid "Meta data" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" msgstr "" -#: superset/assets/javascripts/modules/superset.js:130 -msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" msgstr "" -#: superset/assets/javascripts/modules/superset.js:133 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" -msgstr "Favoriten" - -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" -msgstr "Erstellte Inhalt" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "Kürzliche Aktivitäten" +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "Sicherheit & Zugriff" +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" -msgstr "Keine Schieben" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" -msgstr "Keine Dashboards" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:372 -#: superset/views/core.py:532 -msgid "Dashboards" -msgstr "Dashboards" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:408 superset/views/core.py:477 -msgid "Slices" -msgstr "Schieben" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" -msgstr "Noch keine Lieblingsscheiben, klicken Sie auf ein paar Sterne!" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "Noch keine Lieblingsdashboards, klicken Sie auf ein paar Sterne!" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" -msgstr "Rollen" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:284 -msgid "Databases" -msgstr "Datenbanken" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" -msgstr "Datenquellen" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" -msgstr "Profilbild von Gravatar" +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:106 -#, python-format -msgid "Select [%s]" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." -msgstr "Keine Daten zurückgesendet" +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" +msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" -msgstr "Druid Spalten auflisten" +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" +msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" -msgstr "Druid Spalte anzeigen" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" +msgstr "" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" -msgstr "Druid Spalte einfügen" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" -msgstr "Druid Spalte bearbeiten" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:80 -msgid "Column" -msgstr "Spalte" +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 superset/connectors/sqla/views.py:133 -msgid "Type" -msgstr "Typ" +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:83 -msgid "Groupable" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:84 -msgid "Filterable" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:86 -msgid "Count Distinct" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:87 -msgid "Sum" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:49 +#: superset/assets/src/explore/visTypes.js:868 msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" -msgstr "Druid Metriken auflisten" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" -msgstr "Druid Metrik anzeigen" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" -msgstr "Druid Metrik einfügen" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" -msgstr "Druid Metric bearbeiten" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" -#: superset/connectors/druid/views.py:100 superset/connectors/sqla/views.py:115 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this " -"metric)' are allowed to access this metric" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset/connectors/druid/views.py:108 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" msgstr "" -#: superset/connectors/druid/views.py:110 superset/views/core.py:559 -msgid "JSON" -msgstr "JSON" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" -msgstr "Druid Datenquelle" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" -#: superset/connectors/druid/views.py:112 superset/connectors/sqla/views.py:138 -msgid "Warning Message" -msgstr "Warnmeldung" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" +msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" -msgstr "Druid Cluster auflisten" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" -msgstr "Druid Cluster anzeigen" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" +msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" -msgstr "Druid Cluster einfügen" - -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" -msgstr "Druid Cluster bearbeiten" - -#: superset/connectors/druid/views.py:143 -#: superset/connectors/druid/views.py:227 -msgid "Cluster" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" msgstr "" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" msgstr "" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" msgstr "" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" msgstr "" -#: superset/connectors/druid/views.py:167 -#: superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 -#: superset/connectors/druid/views.py:323 superset/connectors/sqla/views.py:281 -#: superset/views/core.py:287 -msgid "Sources" -msgstr "Quellen" - -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" -msgstr "Druid Datenquellen auflisten" - -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" -msgstr "Druid Datenquelle anzeigen" - -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" -msgstr "Druid Datenquelle einfügen" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" +msgstr "" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" -msgstr "Druid Datenquelle bearbeiten" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" +msgstr "" -#: superset/connectors/druid/views.py:196 superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" msgstr "" -#: superset/connectors/druid/views.py:204 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" msgstr "" -#: superset/connectors/druid/views.py:208 +#: superset/assets/src/explore/visTypes.js:1373 msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" msgstr "" -#: superset/connectors/druid/views.py:215 superset/connectors/sqla/views.py:206 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" msgstr "" -#: superset/connectors/druid/views.py:219 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" msgstr "" -#: superset/connectors/druid/views.py:225 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" msgstr "" -#: superset/connectors/druid/views.py:226 -msgid "Data Source" -msgstr "Datenquelle" +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" +msgstr "" -#: superset/connectors/druid/views.py:229 superset/connectors/sqla/views.py:225 -msgid "Owner" +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" msgstr "" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" msgstr "" -#: superset/connectors/druid/views.py:232 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" msgstr "" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" msgstr "" -#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 superset/views/core.py:370 -msgid "Cache Timeout" +#: superset/assets/src/explore/visTypes.js:1439 +msgid "" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." msgstr "" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" -msgstr "Druid Datenquellen" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" -msgstr "Neue Datenquellen suchen" +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" -msgstr "Druid Metadata aktualisieren" +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" -#: superset/connectors/sqla/models.py:394 +#: superset/assets/src/explore/visTypes.js:1520 msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" -msgstr "Leere Abfrage?" +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" +msgstr "" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" -msgstr "Metrik '{}' ist nicht valide" +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" +msgstr "" -#: superset/connectors/sqla/models.py:590 -msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't " -"fetch column information" +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" msgstr "" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" -msgstr "Spalten auflisten" +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" -msgstr "Spalte anzeigen" +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" +msgstr "" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" -msgstr "Spalte einfügen" +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" -msgstr "Spalte bearbeiten" +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" +msgstr "" -#: superset/connectors/sqla/views.py:45 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" msgstr "" -#: superset/connectors/sqla/views.py:52 +#: superset/assets/src/explore/visTypes.js:1599 msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" msgstr "" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" +#: superset/assets/src/explore/visTypes.js:1608 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" msgstr "" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" -msgstr "Metriken auflisten" - -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" -msgstr "Metrik anzeigen" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" +msgstr "" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" -msgstr "Metrik einfügen" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" +msgstr "" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" -msgstr "Metrik bearbeiten" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" +msgstr "" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" msgstr "" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" msgstr "" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" -msgstr "Ist begrenzt" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" +msgstr "" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" -msgstr "Tabellen auflisten" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" +msgstr "" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" -msgstr "Tabelle anzeigen" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" +msgstr "" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" -msgstr "Tabelle einfügen" +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" +msgstr "" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" -msgstr "Tabelle bearbeiten" +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" +msgstr "" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" msgstr "" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" msgstr "" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Bearbeitet von" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:247 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" -msgstr "Datenbank" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:249 -msgid "Last Changed" -msgstr "Bearbeitet am" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" msgstr "" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" msgstr "" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "Tabellenname" +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" msgstr "" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." msgstr "" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" msgstr "" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, " -"you should now click the edit button by the new table to configure it." +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" msgstr "" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" -msgstr "Tabellen" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "Profil" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "Abmelden" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "Anmelden" +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "Datensätzeanzahl" +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "Keine Datensätze gefunden" +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Importieren" +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "Keine Zugriff!" +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" -#: superset/templates/superset/request_access.html:7 +#: superset/assets/src/explore/components/SaveModal.jsx:154 #, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." +msgid "Overwrite chart %s" msgstr "" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "Berechtigung anfordern" +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "Willkommen!" +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "Verbindungstest" +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:277 superset/views/core.py:2371 -#: superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "Einstellungen" +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" -#: superset/views/base.py:62 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 #, python-format -msgid "Datasource %(name)s already exists" +msgid "Check out this chart: %s" msgstr "" -#: superset/views/base.py:221 -msgid "json isn't valid" +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" msgstr "" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "Löschen" +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "Wirklich alle löschen?" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" msgstr "" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" msgstr "" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" msgstr "" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" msgstr "" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" -msgstr "Sie haben keine Zugriff auf diese Datenquelle" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" -#: superset/views/core.py:66 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" msgstr "" -#: superset/views/core.py:71 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" msgstr "" -#: superset/views/core.py:174 -msgid "List Databases" -msgstr "Dakenbanken auflisten" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" -#: superset/views/core.py:175 -msgid "Show Database" -msgstr "Datenbank anzeigen" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" -#: superset/views/core.py:176 -msgid "Add Database" -msgstr "Datenbank einfügen" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" -#: superset/views/core.py:177 -msgid "Edit Database" -msgstr "Datenbank bearbeiten" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" msgstr "" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should " -"work well for queries that can be executed within a web request scope " -"(<~1 minute)" +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" msgstr "" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that " -"you have a Celery worker setup as well as a results backend." +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" msgstr "" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" msgstr "" -#: superset/views/core.py:222 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" msgstr "" -#: superset/views/core.py:226 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" msgstr "" -#: superset/views/core.py:238 +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 msgid "" -"All the queries in Sql Lab are going to be executed on behalf of " -"currently authorized user." +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " msgstr "" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" msgstr "" -#: superset/views/core.py:245 -msgid "Allow DML" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" msgstr "" -#: superset/views/core.py:248 superset/views/core.py:371 -#: superset/views/core.py:479 superset/views/core.py:543 -msgid "Creator" -msgstr "Schöpfer" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" msgstr "" -#: superset/views/core.py:252 -msgid "Extra" +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" msgstr "" -#: superset/views/core.py:253 -msgid "Allow Run Sync" +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" msgstr "" -#: superset/views/core.py:254 -msgid "Allow Run Async" +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" msgstr "" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" msgstr "" -#: superset/views/core.py:273 -msgid "Import Dashboards" -msgstr "Dashboards importieren" +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" -#: superset/views/core.py:315 superset/views/core.py:556 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 -msgid "User" -msgstr "Benutzer" +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" -#: superset/views/core.py:316 -msgid "User Roles" -msgstr "Benutzer Rollen" +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" -#: superset/views/core.py:317 -msgid "Database URL" -msgstr "Datenbank URL" +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" -#: superset/views/core.py:319 -msgid "Roles to grant" +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset/views/core.py:320 -msgid "Created On" +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset/views/core.py:326 -msgid "Access requests" -msgstr "Zugriffsanforderungen" +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" -#: superset/views/core.py:328 superset/views/core.py:567 -msgid "Security" -msgstr "Sicherheit" +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" -#: superset/views/core.py:335 -msgid "List Slices" -msgstr "Schieben auflisten" +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" -#: superset/views/core.py:336 -msgid "Show Slice" -msgstr "Schiebe anzeigen" +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" -#: superset/views/core.py:337 -msgid "Add Slice" -msgstr "Schiebe einfügen" +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" -#: superset/views/core.py:338 -msgid "Edit Slice" -msgstr "Schiebe bearbeiten" +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" msgstr "" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" msgstr "" -#: superset/views/core.py:375 -msgid "Last Modified" -msgstr "Geändert" +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" -#: superset/views/core.py:376 superset/views/core.py:478 -msgid "Owners" +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" msgstr "" -#: superset/views/core.py:377 -msgid "Parameters" -msgstr "Parameter" +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" -#: superset/views/core.py:378 superset/views/core.py:420 -msgid "Slice" -msgstr "Schiebe" +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" -#: superset/views/core.py:437 -msgid "List Dashboards" -msgstr "Dashboards auflisten" +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" -#: superset/views/core.py:438 -msgid "Show Dashboard" -msgstr "Dashboard anzeigen" +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" -#: superset/views/core.py:439 -msgid "Add Dashboard" -msgstr "Dashboard einfügen" +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" -#: superset/views/core.py:440 -msgid "Edit Dashboard" -msgstr "Dashboard bearbeiten" +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " msgstr "" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" msgstr "" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" msgstr "" -#: superset/views/core.py:461 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" msgstr "" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" msgstr "" -#: superset/views/core.py:474 superset/views/core.py:541 -msgid "Dashboard" +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" msgstr "" -#: superset/views/core.py:476 -msgid "Slug" +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" msgstr "" -#: superset/views/core.py:481 -msgid "Position JSON" +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" msgstr "" -#: superset/views/core.py:483 -msgid "JSON Metadata" +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" msgstr "" -#: superset/views/core.py:484 -msgid "Underlying Tables" +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" msgstr "" -#: superset/views/core.py:507 -msgid "Export" +#: superset/connectors/druid/views.py:56 +msgid "Sum" msgstr "" -#: superset/views/core.py:507 -msgid "Export dashboards?" +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." msgstr "" -#: superset/views/core.py:557 -msgid "Action" -msgstr "Aktion" +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" -#: superset/views/core.py:558 -msgid "dttm" +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" msgstr "" -#: superset/views/core.py:565 -msgid "Action Log" -msgstr "Aktionsprotokoll" +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" -#: superset/views/core.py:796 -msgid "Access was requested" -msgstr "Zugang wurde beantragt" +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" -#: superset/views/core.py:857 -#, python-format +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" msgstr "" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" msgstr "" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" msgstr "" -#: superset/views/core.py:1646 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" msgstr "" -#: superset/views/core.py:1652 -#, python-format -msgid "Slice %(id)s not found" +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" msgstr "" -#: superset/views/core.py:1664 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" msgstr "" -#: superset/views/core.py:1803 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" msgstr "" -#: superset/views/core.py:1810 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" msgstr "" -#: superset/views/core.py:2071 -msgid "Query record was not created as expected." +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" msgstr "" -#: superset/views/core.py:2357 -msgid "Template Name" -msgstr "Vorlagename" +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" -#: superset/views/core.py:2368 -msgid "CSS Templates" -msgstr "CSS Vorlagen" +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" -#: superset/views/core.py:2379 -msgid "SQL Editor" +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" msgstr "" -#: superset/views/core.py:2384 superset/views/core.py:2393 -msgid "SQL Lab" +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" msgstr "" -#: superset/views/core.py:2388 -msgid "Query Search" -msgstr "Abfragen suchen" +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" -#: superset/views/sql_lab.py:20 -msgid "Status" +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" msgstr "" -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "Von Zeit" +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "Bis Zeit" +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "Abfragen" +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "Gespeicherte Abfragen auflisten" +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "Gespeicherte Abfrage anzeigen" +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "Gespeicherte Abfrage einfügen" +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "Gespeicherte Abfrage bearbeiten" +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "Bearbeitet am" +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "Gespeicherte Abfragen" +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] Zugriff auf Datenquelle %(name)s war genehmigt " + +#~ msgid "Viz fehlt eine Datenquelle" +#~ msgstr "" + +#~ msgid "Please choose at least one \"Group by\" field " +#~ msgstr "" + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "" + +#~ msgid "Your query was saved" +#~ msgstr "Ihre Abfrage wurde gespeichert" + +#~ msgid "Your query could not be saved" +#~ msgstr "Ihre Abfrage konnte nicht gespeichert werden" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "" + +#~ msgid "Could not connect to server" +#~ msgstr "" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "" + +#~ msgid "Query was stopped." +#~ msgstr "" + +#~ msgid "Failed at stopping query." +#~ msgstr "" + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "" + +#~ msgid "shared query" +#~ msgstr "" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "" + +#~ msgid "Pick a chart type!" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" + +#~ msgid "Untitled Query" +#~ msgstr "" + +#~ msgid "Copy of %s" +#~ msgstr "" + +#~ msgid "share query" +#~ msgstr "" + +#~ msgid "copy URL to clipboard" +#~ msgstr "" + +#~ msgid "Raw SQL" +#~ msgstr "" + +#~ msgid "Source SQL" +#~ msgstr "" + +#~ msgid "SQL" +#~ msgstr "" + +#~ msgid "No query history yet..." +#~ msgstr "" + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "" + +#~ msgid "Search Results" +#~ msgstr "" + +#~ msgid "[From]-" +#~ msgstr "" + +#~ msgid "[To]-" +#~ msgstr "" + +#~ msgid "[Query Status]" +#~ msgstr "" + +#~ msgid "Search" +#~ msgstr "Suche" + +#~ msgid "Open in SQL Editor" +#~ msgstr "Bearbeiten in SQL Editor" + +#~ msgid "view results" +#~ msgstr "" + +#~ msgid "Data preview" +#~ msgstr "" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "" + +#~ msgid "Run query in a new tab" +#~ msgstr "" + +#~ msgid "Remove query from log" +#~ msgstr "" + +#~ msgid ".CSV" +#~ msgstr "" + +#~ msgid "Visualize" +#~ msgstr "Visualalisieren" + +#~ msgid "was created" +#~ msgstr "" + +#~ msgid "Query in a new tab" +#~ msgstr "" + +#~ msgid "Fetch data preview" +#~ msgstr "" + +#~ msgid "Track Job" +#~ msgstr "" + +#~ msgid "Loading..." +#~ msgstr "" + +#~ msgid "Run Selected Query" +#~ msgstr "" + +#~ msgid "Run Query" +#~ msgstr "" + +#~ msgid "Run query asynchronously" +#~ msgstr "" + +#~ msgid "Stop" +#~ msgstr "Stopp" + +#~ msgid "Undefined" +#~ msgstr "" + +#~ msgid "Label for your query" +#~ msgstr "" + +#~ msgid "Write a description for your query" +#~ msgstr "" + +#~ msgid "Save" +#~ msgstr "" + +#~ msgid "Save Query" +#~ msgstr "" + +#~ msgid "Run a query to display results here" +#~ msgstr "" + +#~ msgid "Preview for %s" +#~ msgstr "" + +#~ msgid "Results" +#~ msgstr "" + +#~ msgid "Query History" +#~ msgstr "" + +#~ msgid "Create table as with query results" +#~ msgstr "" + +#~ msgid "new table name" +#~ msgstr "" + +#~ msgid "Error while fetching table list" +#~ msgstr "" + +#~ msgid "Error while fetching schema list" +#~ msgstr "" + +#~ msgid "Error while fetching database list" +#~ msgstr "" + +#~ msgid "Database:" +#~ msgstr "" + +#~ msgid "Select a database" +#~ msgstr "" + +#~ msgid "Select a schema (%s)" +#~ msgstr "" + +#~ msgid "Schema:" +#~ msgstr "" + +#~ msgid "Add a table (%s)" +#~ msgstr "" + +#~ msgid "Type to search ..." +#~ msgstr "" + +#~ msgid "Reset State" +#~ msgstr "" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "" + +#~ msgid "Untitled Query %s" +#~ msgstr "" + +#~ msgid "close tab" +#~ msgstr "" + +#~ msgid "rename tab" +#~ msgstr "" + +#~ msgid "expand tool bar" +#~ msgstr "" + +#~ msgid "hide tool bar" +#~ msgstr "" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "" + +#~ msgid "latest partition:" +#~ msgstr "" + +#~ msgid "Keys for table" +#~ msgstr "" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "" + +#~ msgid "Original table column order" +#~ msgstr "" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "" + +#~ msgid "Remove table preview" +#~ msgstr "" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" + +#~ msgid "AS my_alias" +#~ msgstr "" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "" + +#~ msgid "No results available for this query" +#~ msgstr "" + +#~ msgid "Chart Type" +#~ msgstr "" + +#~ msgid "[Chart Type]" +#~ msgstr "" + +#~ msgid "Datasource Name" +#~ msgstr "" + +#~ msgid "datasource name" +#~ msgstr "" + +#~ msgid "Select ..." +#~ msgstr "" + +#~ msgid "Loaded data cached" +#~ msgstr "" + +#~ msgid "Loaded from cache" +#~ msgstr "" + +#~ msgid "Click to force-refresh" +#~ msgstr "" + +#~ msgid "Copy to clipboard" +#~ msgstr "" + +#~ msgid "Not successful" +#~ msgstr "" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" + +#~ msgid "Copied!" +#~ msgstr "" + +#~ msgid "click to edit title" +#~ msgstr "" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "" + +#~ msgid "You have unsaved changes." +#~ msgstr "" + +#~ msgid "Click the" +#~ msgstr "" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" +#~ "Von Daten dienten um %s im Cache" +#~ " gespeichert. Aktualisierung erzwingen durch " +#~ "Klicken" + +#~ msgid "Click to force refresh" +#~ msgstr "Aktualisierung erzwingen" + +#~ msgid "Error" +#~ msgstr "Fehler" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "Ganze Dashboard Aktualisierung erzwingen" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "Dashboardeigenschaften bearbeiten" + +#~ msgid "Load a template" +#~ msgstr "Vorlage laden" + +#~ msgid "Load a CSS template" +#~ msgstr "CSS Vorlage laden" + +#~ msgid "Live CSS Editor" +#~ msgstr "" + +#~ msgid "Don't refresh" +#~ msgstr "Nicht aktualisieren" + +#~ msgid "10 seconds" +#~ msgstr "10 Sekunden" + +#~ msgid "30 seconds" +#~ msgstr "30 Sekunden" + +#~ msgid "1 minute" +#~ msgstr "1 Minute" + +#~ msgid "5 minutes" +#~ msgstr "5 Minuten" + +#~ msgid "Refresh Interval" +#~ msgstr "Aktualisierung Zwischenzeit" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "Aktualisierungsfrequenz auswählen für dieses Dashboard" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "Dashboard wurde erfolgreich gespeichert" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "" + +#~ msgid "Save Dashboard" +#~ msgstr "Dashboard speichern" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "" + +#~ msgid "Save as:" +#~ msgstr "Speichern als:" + +#~ msgid "[dashboard name]" +#~ msgstr "" + +#~ msgid "Viz" +#~ msgstr "" + +#~ msgid "Add Slices" +#~ msgstr "" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "" + +#~ msgid "Move chart" +#~ msgstr "Diagramm bewegen" + +#~ msgid "Force refresh data" +#~ msgstr "Aktualisierung erzwingen" + +#~ msgid "Toggle chart description" +#~ msgstr "Diagramm Beschreibung umschalten" + +#~ msgid "Edit chart" +#~ msgstr "Diagramm bearbeiten" + +#~ msgid "Export CSV" +#~ msgstr "Exportieren als CSV" + +#~ msgid "Explore chart" +#~ msgstr "Diagramm untersuchen" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "Diagramm von Dashboard entfernen" + +#~ msgid "%s - untitled" +#~ msgstr "%s - unbenannt" + +#~ msgid "Edit slice properties" +#~ msgstr "" + +#~ msgid "description" +#~ msgstr "Beschreibung" + +#~ msgid "bolt" +#~ msgstr "" + +#~ msgid "Error..." +#~ msgstr "Fehler..." + +#~ msgid "Query" +#~ msgstr "Abfrage" + +#~ msgid "Height" +#~ msgstr "Höhe" + +#~ msgid "Width" +#~ msgstr "Breite" + +#~ msgid "Export to .json" +#~ msgstr "Exportieren als JSON" + +#~ msgid "Export to .csv format" +#~ msgstr "Exportieren als CSV" + +#~ msgid "Please enter a slice name" +#~ msgstr "Bitten Scheibename eingeben" + +#~ msgid "Please select a dashboard" +#~ msgstr "Bitte Dashboard auswählen" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "Bitte Dashboardname eingeben" + +#~ msgid "Save A Slice" +#~ msgstr "Scheibe speichern" + +#~ msgid "Overwrite slice %s" +#~ msgstr "Überschreiben Scheibe %s" + +#~ msgid "Save as" +#~ msgstr "Speichern als" + +#~ msgid "[slice name]" +#~ msgstr "" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "Nicht zum Dashboard hinzufügen" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "Schiebe zum vorhandenen Dashboard hinzufügen" + +#~ msgid "Add to new dashboard" +#~ msgstr "Schiebe zum neuen Dashboard hinzufügen" + +#~ msgid "Save & go to dashboard" +#~ msgstr "Speichern & zum Dashboard gehen" + +#~ msgid "Check out this slice: %s" +#~ msgstr "" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "" + +#~ msgid "Click to point to another datasource" +#~ msgstr "" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "" + +#~ msgid "Select a datasource" +#~ msgstr "" + +#~ msgid "Search / Filter" +#~ msgstr "" + +#~ msgid "Filter value" +#~ msgstr "" + +#~ msgid "Select metric" +#~ msgstr "" + +#~ msgid "Select column" +#~ msgstr "" + +#~ msgid "Select operator" +#~ msgstr "" + +#~ msgid "Error while fetching data" +#~ msgstr "" + +#~ msgid "Select %s" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "" + +#~ msgid "Edit" +#~ msgstr "" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "Visualisierungstyp wählen" + +#~ msgid "Updating chart was stopped" +#~ msgstr "" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Network error." +#~ msgstr "" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "" + +#~ msgid "One or many controls to group by" +#~ msgstr "" + +#~ msgid "The type of visualization to display" +#~ msgstr "Der Visualisierungstyp anzuzeigen" + +#~ msgid "Metrics" +#~ msgstr "Metriken" + +#~ msgid "One or many metrics to display" +#~ msgstr "" + +#~ msgid "Y Axis Bounds" +#~ msgstr "" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" + +#~ msgid "Ordering" +#~ msgstr "" + +#~ msgid "Annotation Layers" +#~ msgstr "Anmerkungstufe" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "Anmerkungstufe auf die Visualisierung zu legen" + +#~ msgid "Select a annotation layer" +#~ msgstr "Anmerkungstufe auswählen" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "Fehler bei Anmerkungstufeabruf" + +#~ msgid "Choose the metric" +#~ msgstr "Metrik auswählen" + +#~ msgid "Right Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "" + +#~ msgid "Stacked Style" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" + +#~ msgid "Horizon Color Scale" +#~ msgstr "" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "" + +#~ msgid "Rendering" +#~ msgstr "" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "" + +#~ msgid "YScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "" + +#~ msgid "Include Time" +#~ msgstr "" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" + +#~ msgid "Stacked Bars" +#~ msgstr "" + +#~ msgid "Show totals" +#~ msgstr "" + +#~ msgid "Display total row/column" +#~ msgstr "" + +#~ msgid "Show Markers" +#~ msgstr "" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "" + +#~ msgid "Bar Values" +#~ msgstr "" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "" + +#~ msgid "Sort Bars" +#~ msgstr "" + +#~ msgid "Sort bars by x labels." +#~ msgstr "" + +#~ msgid "Combine Metrics" +#~ msgstr "" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" + +#~ msgid "Extra Controls" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" + +#~ msgid "Reduce X ticks" +#~ msgstr "" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" + +#~ msgid "Include Series" +#~ msgstr "" + +#~ msgid "Include series name as an axis" +#~ msgstr "" + +#~ msgid "Color Metric" +#~ msgstr "" + +#~ msgid "A metric to use for color" +#~ msgstr "" + +#~ msgid "Country Name" +#~ msgstr "" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "" + +#~ msgid "Country Field Type" +#~ msgstr "" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" + +#~ msgid "Columns" +#~ msgstr "" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" + +#~ msgid "Columns to display" +#~ msgstr "" + +#~ msgid "Origin" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Left Margin" +#~ msgstr "" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Time Granularity" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" + +#~ msgid "Domain" +#~ msgstr "" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "" + +#~ msgid "Subdomain" +#~ msgstr "" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" + +#~ msgid "Link Length" +#~ msgstr "" + +#~ msgid "Link length in the force layout" +#~ msgstr "" + +#~ msgid "Charge" +#~ msgstr "" + +#~ msgid "Charge in the force layout" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "Time Grain" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" + +#~ msgid "Resample Rule" +#~ msgstr "" + +#~ msgid "Pandas resample rule" +#~ msgstr "" + +#~ msgid "Resample How" +#~ msgstr "" + +#~ msgid "Pandas resample how" +#~ msgstr "" + +#~ msgid "Resample Fill Method" +#~ msgstr "" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" + +#~ msgid "Since" +#~ msgstr "" + +#~ msgid "7 days ago" +#~ msgstr "" + +#~ msgid "Until" +#~ msgstr "" + +#~ msgid "Max Bubble Size" +#~ msgstr "" + +#~ msgid "Whisker/outlier options" +#~ msgstr "" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" + +#~ msgid "Ratio" +#~ msgstr "" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "" + +#~ msgid "Number format" +#~ msgstr "" + +#~ msgid "Row limit" +#~ msgstr "" + +#~ msgid "Series limit" +#~ msgstr "" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "" + +#~ msgid "Sort By" +#~ msgstr "" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" + +#~ msgid "Rolling" +#~ msgstr "" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" + +#~ msgid "Periods" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" + +#~ msgid "Min Periods" +#~ msgstr "" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" + +#~ msgid "Series" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" + +#~ msgid "Entity" +#~ msgstr "" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "" + +#~ msgid "X Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "" + +#~ msgid "Y Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "" + +#~ msgid "Bubble Size" +#~ msgstr "" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" + +#~ msgid "X Axis Label" +#~ msgstr "" + +#~ msgid "Y Axis Label" +#~ msgstr "" + +#~ msgid "Custom WHERE clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" + +#~ msgid "Custom HAVING clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" + +#~ msgid "Comparison Period Lag" +#~ msgstr "" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" + +#~ msgid "Comparison suffix" +#~ msgstr "" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "" + +#~ msgid "Table Timestamp Format" +#~ msgstr "" + +#~ msgid "Timestamp Format" +#~ msgstr "" + +#~ msgid "Series Height" +#~ msgstr "" + +#~ msgid "Pixel height of each series" +#~ msgstr "" + +#~ msgid "Page Length" +#~ msgstr "" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" + +#~ msgid "X Axis Format" +#~ msgstr "" + +#~ msgid "Y Axis Format" +#~ msgstr "" + +#~ msgid "Right Axis Format" +#~ msgstr "" + +#~ msgid "Markup Type" +#~ msgstr "" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "" + +#~ msgid "Rotation" +#~ msgstr "" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "" + +#~ msgid "Line Style" +#~ msgstr "" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" + +#~ msgid "Label Type" +#~ msgstr "" + +#~ msgid "What should be shown on the label?" +#~ msgstr "" + +#~ msgid "Code" +#~ msgstr "" + +#~ msgid "Put your code here" +#~ msgstr "" + +#~ msgid "Aggregation function" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" + +#~ msgid "Font Size From" +#~ msgstr "" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "" + +#~ msgid "Font Size To" +#~ msgstr "" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "" + +#~ msgid "Instant Filtering" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" + +#~ msgid "Date Filter" +#~ msgstr "" + +#~ msgid "Whether to include a time filter" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "" + +#~ msgid "Search Box" +#~ msgstr "" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "" + +#~ msgid "Table Filter" +#~ msgstr "" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "" + +#~ msgid "Put labels outside" +#~ msgstr "" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" +#~ msgstr "" + +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "" + +#~ msgid "Zoom level of the map" +#~ msgstr "" + +#~ msgid "Default latitude" +#~ msgstr "" + +#~ msgid "Latitude of default viewport" +#~ msgstr "" + +#~ msgid "Default longitude" +#~ msgstr "" + +#~ msgid "Longitude of default viewport" +#~ msgstr "" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "" + +#~ msgid "Labels for the markers" +#~ msgstr "" + +#~ msgid "Marker lines" +#~ msgstr "" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "Farbschema" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Annotations" +#~ msgstr "Anmerkungen" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "" + +#~ msgid "Axes" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "" + +#~ msgid "Bubbles" +#~ msgstr "" + +#~ msgid "Numeric Column" +#~ msgstr "" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" + +#~ msgid "Hierarchy" +#~ msgstr "Hierarchie" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "" + +#~ msgid "Source / Target" +#~ msgstr "" + +#~ msgid "Choose a source and a target" +#~ msgstr "" + +#~ msgid "Chord Diagram" +#~ msgstr "" + +#~ msgid "Choose a number format" +#~ msgstr "" + +#~ msgid "Source" +#~ msgstr "" + +#~ msgid "Choose a source" +#~ msgstr "" + +#~ msgid "Target" +#~ msgstr "" + +#~ msgid "Choose a target" +#~ msgstr "" + +#~ msgid "ISO 3166-1 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-1 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-1)" +#~ msgstr "" + +#~ msgid "Country Control" +#~ msgstr "" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "" + +#~ msgid "Bubble size" +#~ msgstr "" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "" + +#~ msgid "Filter Box" +#~ msgstr "" + +#~ msgid "Filter controls" +#~ msgstr "" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" + +#~ msgid "Heatmap Options" +#~ msgstr "" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "" + +#~ msgid "Labelling" +#~ msgstr "" + +#~ msgid "Visual Tweaks" +#~ msgstr "" + +#~ msgid "Viewport" +#~ msgstr "" + +#~ msgid "Longitude" +#~ msgstr "" + +#~ msgid "Column containing longitude data" +#~ msgstr "" + +#~ msgid "Latitude" +#~ msgstr "" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" + +#~ msgid "Tooltip" +#~ msgstr "" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" + +#~ msgid "Event definition" +#~ msgstr "" + +#~ msgid "Additional meta data" +#~ msgstr "" + +#~ msgid "Column containing entity ids" +#~ msgstr "" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "" + +#~ msgid "Column containing event names" +#~ msgstr "" + +#~ msgid "Event count limit" +#~ msgstr "" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "" + +#~ msgid "Meta data" +#~ msgstr "" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "" + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "" + +#~ msgid "Favorites" +#~ msgstr "Favoriten" + +#~ msgid "Created Content" +#~ msgstr "Erstellte Inhalt" + +#~ msgid "Recent Activity" +#~ msgstr "Kürzliche Aktivitäten" + +#~ msgid "Security & Access" +#~ msgstr "Sicherheit & Zugriff" + +#~ msgid "No slices" +#~ msgstr "Keine Schieben" + +#~ msgid "No dashboards" +#~ msgstr "Keine Dashboards" + +#~ msgid "Slices" +#~ msgstr "Schieben" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "Noch keine Lieblingsscheiben, klicken Sie auf ein paar Sterne!" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "Noch keine Lieblingsdashboards, klicken Sie auf ein paar Sterne!" + +#~ msgid "Roles" +#~ msgstr "Rollen" + +#~ msgid "Databases" +#~ msgstr "Datenbanken" + +#~ msgid "Datasources" +#~ msgstr "Datenquellen" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "Profilbild von Gravatar" + +#~ msgid "joined" +#~ msgstr "" + +#~ msgid "id:" +#~ msgstr "" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "" + +#~ msgid "Select [%s]" +#~ msgstr "" + +#~ msgid "Druid Clusters" +#~ msgstr "" + +#~ msgid "Sources" +#~ msgstr "Quellen" + +#~ msgid "Associated Slices" +#~ msgstr "" + +#~ msgid "Druid Datasources" +#~ msgstr "Druid Datenquellen" + +#~ msgid "Scan New Datasources" +#~ msgstr "Neue Datenquellen suchen" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "Druid Metadata aktualisieren" + +#~ msgid "Tables" +#~ msgstr "Tabellen" + +#~ msgid "Import" +#~ msgstr "Importieren" + +#~ msgid "Welcome!" +#~ msgstr "Willkommen!" + +#~ msgid "Manage" +#~ msgstr "Einstellungen" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "" + +#~ msgid "Delete" +#~ msgstr "Löschen" + +#~ msgid "Delete all Really?" +#~ msgstr "Wirklich alle löschen?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "Sie haben keine Zugriff auf diese Datenquelle" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" + +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." +#~ msgstr "" + +#~ msgid "Impersonate queries to the database" +#~ msgstr "" + +#~ msgid "Import Dashboards" +#~ msgstr "Dashboards importieren" + +#~ msgid "Access requests" +#~ msgstr "Zugriffsanforderungen" + +#~ msgid "Security" +#~ msgstr "Sicherheit" + +#~ msgid "List Slices" +#~ msgstr "Schieben auflisten" + +#~ msgid "Show Slice" +#~ msgstr "Schiebe anzeigen" + +#~ msgid "Add Slice" +#~ msgstr "Schiebe einfügen" + +#~ msgid "Edit Slice" +#~ msgstr "Schiebe bearbeiten" + +#~ msgid "Slice" +#~ msgstr "Schiebe" + +#~ msgid "Export" +#~ msgstr "" + +#~ msgid "Export dashboards?" +#~ msgstr "" + +#~ msgid "Action Log" +#~ msgstr "Aktionsprotokoll" + +#~ msgid "Access was requested" +#~ msgstr "Zugang wurde beantragt" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "" + +#~ msgid "CSS Templates" +#~ msgstr "CSS Vorlagen" + +#~ msgid "SQL Lab" +#~ msgstr "" + +#~ msgid "Queries" +#~ msgstr "Abfragen" + +#~ msgid "Saved Queries" +#~ msgstr "Gespeicherte Abfragen" + +#~ msgid "Time Column" +#~ msgstr "Zeitspalte" + +#~ msgid "second" +#~ msgstr "Sekunde" + +#~ msgid "minute" +#~ msgstr "Minute" + +#~ msgid "hour" +#~ msgstr "Stunde" + +#~ msgid "day" +#~ msgstr "Tag" + +#~ msgid "week" +#~ msgstr "Woche" + +#~ msgid "month" +#~ msgstr "Monat" + +#~ msgid "quarter" +#~ msgstr "Vierteljahr" + +#~ msgid "year" +#~ msgstr "Jahr" + +#~ msgid "week_ending_saturday" +#~ msgstr "" + +#~ msgid "week_start_sunday" +#~ msgstr "" + +#~ msgid "week_start_monday" +#~ msgstr "" + +#~ msgid "5 minute" +#~ msgstr "5 Minuten" + +#~ msgid "half hour" +#~ msgstr "halbe Stunde" + +#~ msgid "10 minute" +#~ msgstr "10 Minuten" + +#~ msgid "Table Name" +#~ msgstr "Tabellenname" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "Datenbank" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" + +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" + +#~ msgid "Dataframe Index" +#~ msgstr "" + +#~ msgid "Write dataframe index as a column." +#~ msgstr "" + +#~ msgid "Column Label(s)" +#~ msgstr "" + +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" + +#~ msgid "Viz is missing a datasource" +#~ msgstr "" + +#~ msgid "From date cannot be larger than to date" +#~ msgstr "'Von Datum' kann nicht größer als 'bis Datum' sein" + +#~ msgid "Table View" +#~ msgstr "Tabellenansicht" + +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "" + +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "" + +#~ msgid "Time Table View" +#~ msgstr "" + +#~ msgid "Pick at least one metric" +#~ msgstr "" + +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" + +#~ msgid "Pivot Table" +#~ msgstr "" + +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" + +#~ msgid "Please choose at least one metric" +#~ msgstr "" + +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Markup" +#~ msgstr "" + +#~ msgid "Separator" +#~ msgstr "" + +#~ msgid "Word Cloud" +#~ msgstr "" + +#~ msgid "Treemap" +#~ msgstr "" + +#~ msgid "Calendar Heatmap" +#~ msgstr "" + +#~ msgid "Box Plot" +#~ msgstr "" + +#~ msgid "Bubble Chart" +#~ msgstr "" + +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "" + +#~ msgid "Bullet Chart" +#~ msgstr "" + +#~ msgid "Pick a metric to display" +#~ msgstr "" + +#~ msgid "Big Number with Trendline" +#~ msgstr "" + +#~ msgid "Pick a metric!" +#~ msgstr "" + +#~ msgid "Big Number" +#~ msgstr "" + +#~ msgid "Time Series - Line Chart" +#~ msgstr "" + +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "" + +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" + +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Pick a metric for left axis!" +#~ msgstr "" + +#~ msgid "Pick a metric for right axis!" +#~ msgstr "" + +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "" + +#~ msgid "Time Series - Bar Chart" +#~ msgstr "" + +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" + +#~ msgid "Time Series - Percent Change" +#~ msgstr "" + +#~ msgid "Time Series - Stacked" +#~ msgstr "" + +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "" + +#~ msgid "Histogram" +#~ msgstr "Histogramm" + +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" + +#~ msgid "Distribution - Bar Chart" +#~ msgstr "" + +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "" + +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "" + +#~ msgid "Sunburst" +#~ msgstr "" + +#~ msgid "Sankey" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "" + +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" + +#~ msgid "Directed Force Layout" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "" + +#~ msgid "Country Map" +#~ msgstr "" + +#~ msgid "World Map" +#~ msgstr "" + +#~ msgid "Filters" +#~ msgstr "" + +#~ msgid "Pick at least one filter field" +#~ msgstr "" + +#~ msgid "iFrame" +#~ msgstr "" + +#~ msgid "Parallel Coordinates" +#~ msgstr "" + +#~ msgid "Heatmap" +#~ msgstr "" + +#~ msgid "Horizon Charts" +#~ msgstr "" + +#~ msgid "Mapbox" +#~ msgstr "" + +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "" + +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" + +#~ msgid "Bad spatial key" +#~ msgstr "" + +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Paths" +#~ msgstr "" + +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" + +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" + +#~ msgid "Deck.gl - Arc" +#~ msgstr "" + +#~ msgid "Event flow" +#~ msgstr "" + +#~ msgid "Time Series - Paired t-test" +#~ msgstr "" + +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" + +#~ msgid "Partition Diagram" +#~ msgstr "" + +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" + +#~ msgid "No data was returned." +#~ msgstr "Keine Daten zurückgesendet" + +#~ msgid "Unsupported extraction function: " +#~ msgstr "" + +#~ msgid "List Druid Column" +#~ msgstr "Druid Spalten auflisten" + +#~ msgid "Show Druid Column" +#~ msgstr "Druid Spalte anzeigen" + +#~ msgid "Add Druid Column" +#~ msgstr "Druid Spalte einfügen" + +#~ msgid "Edit Druid Column" +#~ msgstr "Druid Spalte bearbeiten" + +#~ msgid "Column" +#~ msgstr "Spalte" + +#~ msgid "Type" +#~ msgstr "Typ" + +#~ msgid "Datasource" +#~ msgstr "Datenquelle" + +#~ msgid "Groupable" +#~ msgstr "" + +#~ msgid "Filterable" +#~ msgstr "" + +#~ msgid "Count Distinct" +#~ msgstr "" + +#~ msgid "Sum" +#~ msgstr "" + +#~ msgid "Min" +#~ msgstr "" + +#~ msgid "Max" +#~ msgstr "" + +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" + +#~ msgid "List Druid Metric" +#~ msgstr "Druid Metriken auflisten" + +#~ msgid "Show Druid Metric" +#~ msgstr "Druid Metrik anzeigen" + +#~ msgid "Add Druid Metric" +#~ msgstr "Druid Metrik einfügen" + +#~ msgid "Edit Druid Metric" +#~ msgstr "Druid Metric bearbeiten" + +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" + +#~ msgid "Metric" +#~ msgstr "Metrik" + +#~ msgid "Description" +#~ msgstr "" + +#~ msgid "Verbose Name" +#~ msgstr "" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Druid Datasource" +#~ msgstr "Druid Datenquelle" + +#~ msgid "Warning Message" +#~ msgstr "Warnmeldung" + +#~ msgid "List Druid Cluster" +#~ msgstr "Druid Cluster auflisten" + +#~ msgid "Show Druid Cluster" +#~ msgstr "Druid Cluster anzeigen" + +#~ msgid "Add Druid Cluster" +#~ msgstr "Druid Cluster einfügen" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "Druid Cluster bearbeiten" + +#~ msgid "Cluster" +#~ msgstr "" + +#~ msgid "Coordinator Host" +#~ msgstr "" + +#~ msgid "Coordinator Port" +#~ msgstr "" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "" + +#~ msgid "Broker Host" +#~ msgstr "" + +#~ msgid "Broker Port" +#~ msgstr "" + +#~ msgid "Broker Endpoint" +#~ msgstr "" + +#~ msgid "List Druid Datasource" +#~ msgstr "Druid Datenquellen auflisten" + +#~ msgid "Show Druid Datasource" +#~ msgstr "Druid Datenquelle anzeigen" + +#~ msgid "Add Druid Datasource" +#~ msgstr "Druid Datenquelle einfügen" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "Druid Datenquelle bearbeiten" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" + +#~ msgid "Associated Charts" +#~ msgstr "" + +#~ msgid "Data Source" +#~ msgstr "Datenquelle" + +#~ msgid "Owner" +#~ msgstr "" + +#~ msgid "Is Hidden" +#~ msgstr "" + +#~ msgid "Enable Filter Select" +#~ msgstr "" + +#~ msgid "Default Endpoint" +#~ msgstr "" + +#~ msgid "Time Offset" +#~ msgstr "" + +#~ msgid "Cache Timeout" +#~ msgstr "" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" + +#~ msgid "Empty query?" +#~ msgstr "Leere Abfrage?" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "Metrik '{}' ist nicht valide" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" + +#~ msgid "List Columns" +#~ msgstr "Spalten auflisten" + +#~ msgid "Show Column" +#~ msgstr "Spalte anzeigen" + +#~ msgid "Add Column" +#~ msgstr "Spalte einfügen" + +#~ msgid "Edit Column" +#~ msgstr "Spalte bearbeiten" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" + +#~ msgid "Table" +#~ msgstr "Tabellen" + +#~ msgid "Expression" +#~ msgstr "" + +#~ msgid "Is temporal" +#~ msgstr "" + +#~ msgid "Datetime Format" +#~ msgstr "" + +#~ msgid "Database Expression" +#~ msgstr "" + +#~ msgid "List Metrics" +#~ msgstr "Metriken auflisten" + +#~ msgid "Show Metric" +#~ msgstr "Metrik anzeigen" + +#~ msgid "Add Metric" +#~ msgstr "Metrik einfügen" + +#~ msgid "Edit Metric" +#~ msgstr "Metrik bearbeiten" + +#~ msgid "SQL Expression" +#~ msgstr "" + +#~ msgid "D3 Format" +#~ msgstr "" + +#~ msgid "Is Restricted" +#~ msgstr "Ist begrenzt" + +#~ msgid "List Tables" +#~ msgstr "Tabellen auflisten" + +#~ msgid "Show Table" +#~ msgstr "Tabelle anzeigen" + +#~ msgid "Add Table" +#~ msgstr "Tabelle einfügen" + +#~ msgid "Edit Table" +#~ msgstr "Tabelle bearbeiten" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" + +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" + +#~ msgid "Changed By" +#~ msgstr "Bearbeitet von" + +#~ msgid "Last Changed" +#~ msgstr "Bearbeitet am" + +#~ msgid "Offset" +#~ msgstr "" + +#~ msgid "Fetch Values Predicate" +#~ msgstr "" + +#~ msgid "Main Datetime Column" +#~ msgstr "" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" + +#~ msgid "Profile" +#~ msgstr "Profil" + +#~ msgid "Logout" +#~ msgstr "Abmelden" + +#~ msgid "Login" +#~ msgstr "Anmelden" + +#~ msgid "Record Count" +#~ msgstr "Datensätzeanzahl" + +#~ msgid "No records found" +#~ msgstr "Keine Datensätze gefunden" + +#~ msgid "Add Filter" +#~ msgstr "" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Keine Zugriff!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "" + +#~ msgid "Request Permissions" +#~ msgstr "Berechtigung anfordern" + +#~ msgid "Cancel" +#~ msgstr "" + +#~ msgid "Test Connection" +#~ msgstr "Verbindungstest" + +#~ msgid "json isn't valid" +#~ msgstr "" + +#~ msgid "List Databases" +#~ msgstr "Dakenbanken auflisten" + +#~ msgid "Show Database" +#~ msgstr "Datenbank anzeigen" + +#~ msgid "Add Database" +#~ msgstr "Datenbank einfügen" + +#~ msgid "Edit Database" +#~ msgstr "Datenbank bearbeiten" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "" + +#~ msgid "Allow DML" +#~ msgstr "" + +#~ msgid "CTAS Schema" +#~ msgstr "" + +#~ msgid "Creator" +#~ msgstr "Schöpfer" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "" + +#~ msgid "Extra" +#~ msgstr "" + +#~ msgid "Allow Run Sync" +#~ msgstr "" + +#~ msgid "Allow Run Async" +#~ msgstr "" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "" + +#~ msgid "CSV to Database configuration" +#~ msgstr "" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "Benutzer" + +#~ msgid "User Roles" +#~ msgstr "Benutzer Rollen" + +#~ msgid "Database URL" +#~ msgstr "Datenbank URL" + +#~ msgid "Roles to grant" +#~ msgstr "" + +#~ msgid "Created On" +#~ msgstr "" + +#~ msgid "List Charts" +#~ msgstr "" + +#~ msgid "Show Chart" +#~ msgstr "" + +#~ msgid "Add Chart" +#~ msgstr "" + +#~ msgid "Edit Chart" +#~ msgstr "" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" + +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "" + +#~ msgid "Dashboards" +#~ msgstr "Dashboards" + +#~ msgid "Last Modified" +#~ msgstr "Geändert" + +#~ msgid "Owners" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "Parameter" + +#~ msgid "Chart" +#~ msgstr "" + +#~ msgid "Name" +#~ msgstr "Name" + +#~ msgid "Visualization Type" +#~ msgstr "Visualisierungstyp" + +#~ msgid "List Dashboards" +#~ msgstr "Dashboards auflisten" + +#~ msgid "Show Dashboard" +#~ msgstr "Dashboard anzeigen" + +#~ msgid "Add Dashboard" +#~ msgstr "Dashboard einfügen" + +#~ msgid "Edit Dashboard" +#~ msgstr "Dashboard bearbeiten" + +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" + +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" + +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "" + +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" + +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "" + +#~ msgid "Dashboard" +#~ msgstr "" + +#~ msgid "Title" +#~ msgstr "Titel" + +#~ msgid "Slug" +#~ msgstr "" + +#~ msgid "Charts" +#~ msgstr "" + +#~ msgid "Modified" +#~ msgstr "Geändert" + +#~ msgid "Position JSON" +#~ msgstr "" + +#~ msgid "CSS" +#~ msgstr "CSS" + +#~ msgid "JSON Metadata" +#~ msgstr "" + +#~ msgid "Underlying Tables" +#~ msgstr "" + +#~ msgid "Action" +#~ msgstr "Aktion" + +#~ msgid "dttm" +#~ msgstr "" + +#~ msgid "You don't have the rights to " +#~ msgstr "" + +#~ msgid "alter this " +#~ msgstr "" + +#~ msgid "chart" +#~ msgstr "" + +#~ msgid "create a " +#~ msgstr "" + +#~ msgid "dashboard" +#~ msgstr "" + +#~ msgid "Query record was not created as expected." +#~ msgstr "" + +#~ msgid "Template Name" +#~ msgstr "Vorlagename" + +#~ msgid "SQL Editor" +#~ msgstr "" + +#~ msgid "Query Search" +#~ msgstr "Abfragen suchen" + +#~ msgid "Status" +#~ msgstr "" + +#~ msgid "Start Time" +#~ msgstr "Von Zeit" + +#~ msgid "End Time" +#~ msgstr "Bis Zeit" + +#~ msgid "List Saved Query" +#~ msgstr "Gespeicherte Abfragen auflisten" + +#~ msgid "Show Saved Query" +#~ msgstr "Gespeicherte Abfrage anzeigen" + +#~ msgid "Add Saved Query" +#~ msgstr "Gespeicherte Abfrage einfügen" + +#~ msgid "Edit Saved Query" +#~ msgstr "Gespeicherte Abfrage bearbeiten" + +#~ msgid "Label" +#~ msgstr "" + +#~ msgid "Pop Tab Link" +#~ msgstr "" + +#~ msgid "Changed on" +#~ msgstr "Bearbeitet am" diff --git a/superset/translations/en/LC_MESSAGES/messages.json b/superset/translations/en/LC_MESSAGES/messages.json index 2fd857e645442..e6caf7990aa9a 100644 --- a/superset/translations/en/LC_MESSAGES/messages.json +++ b/superset/translations/en/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"en"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_start_monday":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Pivot Table":[""],"Please choose at least one \"Group by\" field ":[""],"Please choose at least one metric":[""],"'Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one metric":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"No data was returned.":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Datasource":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Min":[""],"Max":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Metric":[""],"Description":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Slices":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Table":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Changed By":[""],"Database":[""],"Last Changed":[""],"Schema":[""],"Offset":[""],"Table Name":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Add Filter":[""],"Import":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Cancel":[""],"Welcome!":[""],"Dashboards":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"All the queries in Sql Lab are going to be executed on behalf of currently authorized user.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate queries to the database":[""],"Import Dashboards":[""],"Databases":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Slices":[""],"Show Slice":[""],"Add Slice":[""],"Edit Slice":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this slice.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Slice":[""],"Name":[""],"Visualization Type":[""],"Slices":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Title":[""],"Slug":[""],"Modified":[""],"Position JSON":[""],"CSS":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Slice %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Label":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"en"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/en/LC_MESSAGES/messages.mo b/superset/translations/en/LC_MESSAGES/messages.mo index 66384407cc442..e854cb96cbad0 100644 Binary files a/superset/translations/en/LC_MESSAGES/messages.mo and b/superset/translations/en/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/en/LC_MESSAGES/messages.po b/superset/translations/en/LC_MESSAGES/messages.po index 80f9112cc248a..63b3d7beaf676 100644 --- a/superset/translations/en/LC_MESSAGES/messages.po +++ b/superset/translations/en/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-10-04 10:12-0700\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2016-05-02 08:49-0700\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -16,1442 +16,1648 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.4.0\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:553 -#: superset/db_engine_specs.py:192 superset/db_engine_specs.py:223 -#: superset/db_engine_specs.py:267 superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 superset/db_engine_specs.py:839 -#: superset/db_engine_specs.py:875 superset/db_engine_specs.py:907 -#: superset/db_engine_specs.py:953 superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" msgstr "" -#: superset/db_engine_specs.py:193 superset/db_engine_specs.py:224 -#: superset/db_engine_specs.py:316 superset/db_engine_specs.py:372 -#: superset/db_engine_specs.py:840 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" msgstr "" -#: superset/db_engine_specs.py:194 superset/db_engine_specs.py:227 -#: superset/db_engine_specs.py:319 superset/db_engine_specs.py:374 -#: superset/db_engine_specs.py:842 superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:954 -#: superset/db_engine_specs.py:992 superset/db_engine_specs.py:1016 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" msgstr "" -#: superset/db_engine_specs.py:195 superset/db_engine_specs.py:231 -#: superset/db_engine_specs.py:321 superset/db_engine_specs.py:376 -#: superset/db_engine_specs.py:848 superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 superset/db_engine_specs.py:960 -#: superset/db_engine_specs.py:993 superset/db_engine_specs.py:1017 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" msgstr "" -#: superset/db_engine_specs.py:196 superset/db_engine_specs.py:236 -#: superset/db_engine_specs.py:268 superset/db_engine_specs.py:323 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 superset/db_engine_specs.py:914 -#: superset/db_engine_specs.py:962 superset/db_engine_specs.py:994 -#: superset/db_engine_specs.py:1018 +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" msgstr "" -#: superset/db_engine_specs.py:197 superset/db_engine_specs.py:242 -#: superset/db_engine_specs.py:269 superset/db_engine_specs.py:324 -#: superset/db_engine_specs.py:380 superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 superset/db_engine_specs.py:916 -#: superset/db_engine_specs.py:995 superset/db_engine_specs.py:1019 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" msgstr "" -#: superset/db_engine_specs.py:198 superset/db_engine_specs.py:244 -#: superset/db_engine_specs.py:271 superset/db_engine_specs.py:326 -#: superset/db_engine_specs.py:382 superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 superset/db_engine_specs.py:918 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:996 -#: superset/db_engine_specs.py:1020 +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" msgstr "" -#: superset/db_engine_specs.py:199 superset/db_engine_specs.py:246 -#: superset/db_engine_specs.py:328 superset/db_engine_specs.py:384 -#: superset/db_engine_specs.py:856 superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 superset/db_engine_specs.py:966 -#: superset/db_engine_specs.py:997 superset/db_engine_specs.py:1021 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" msgstr "" -#: superset/db_engine_specs.py:200 superset/db_engine_specs.py:250 -#: superset/db_engine_specs.py:330 superset/db_engine_specs.py:858 -#: superset/db_engine_specs.py:888 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 superset/db_engine_specs.py:1022 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" msgstr "" -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" -msgstr "" - -#: superset/db_engine_specs.py:386 superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" msgstr "" -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" msgstr "" -#: superset/db_engine_specs.py:844 superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" msgstr "" -#: superset/utils.py:499 +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" + +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset/viz.py:50 +#: superset/viz.py:60 msgid "Viz is missing a datasource" msgstr "" -#: superset/viz.py:181 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 -#: superset/viz.py:369 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" msgstr "" -#: superset/viz.py:381 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:391 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:386 -#: superset/viz.py:430 +#: superset/viz.py:596 +msgid "Time Table View" +msgstr "" + +#: superset/viz.py:605 superset/viz.py:1464 +msgid "Pick at least one metric" +msgstr "" + +#: superset/viz.py:608 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" msgstr "" -#: superset/viz.py:444 -msgid "Please choose at least one \"Group by\" field " +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " msgstr "" -#: superset/viz.py:446 +#: superset/viz.py:653 msgid "Please choose at least one metric" msgstr "" -#: superset/viz.py:450 -msgid "'Group By' and 'Columns' can't overlap" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:411 -#: superset/viz.py:502 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:433 -#: superset/viz.py:514 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:454 -#: superset/viz.py:537 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:563 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:502 -#: superset/viz.py:621 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:523 -#: superset/viz.py:710 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" msgstr "" -#: superset/viz.py:734 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:574 -#: superset/viz.py:760 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" msgstr "" -#: superset/viz.py:786 +#: superset/viz.py:1003 msgid "Pick a metric to display" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:597 -#: superset/viz.py:809 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" msgstr "" -#: superset/viz.py:817 superset/viz.py:846 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:622 -#: superset/viz.py:838 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 -#: superset/viz.py:865 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:913 superset/viz.py:1058 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" msgstr "" -#: superset/viz.py:1001 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1011 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1013 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1015 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 -#: superset/viz.py:1076 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 -#: superset/viz.py:1084 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 -#: superset/viz.py:1092 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" msgstr "" -#: superset/viz.py:1101 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:647 -#: superset/viz.py:1119 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" msgstr "" -#: superset/viz.py:1129 -msgid "Must have one numeric column specified" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1144 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" msgstr "" -#: superset/viz.py:1155 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1157 -msgid "Pick at least one metric" -msgstr "" - -#: superset/viz.py:1159 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:679 -#: superset/viz.py:1212 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:716 -#: superset/viz.py:1245 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1252 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset/viz.py:1283 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1294 superset/viz.py:1315 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1301 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/viz.py:1348 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:841 -#: superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1426 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" msgstr "" -#: superset/viz.py:1434 +#: superset/viz.py:1752 msgid "Pick at least one filter field" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:909 -#: superset/viz.py:1461 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/viz.py:1478 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:943 -#: superset/viz.py:1503 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" msgstr "" -#: superset/viz.py:1562 +#: superset/viz.py:1878 msgid "Horizon Charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1002 -#: superset/viz.py:1573 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" msgstr "" -#: superset/viz.py:1588 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1601 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1606 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1611 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -#: superset/viz.py:1676 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/viz.py:1706 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "" - -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:85 superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" + +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:65 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:68 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:79 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:475 superset/views/core.py:542 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:164 -#, python-format -msgid "Served from data cached %s . Click to force refresh." +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:169 -msgid "Click to force refresh" +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:353 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:354 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:48 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:54 -msgid "Force refresh the whole dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:94 -msgid "Edit this dashboard's properties" +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:482 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" + +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" + +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" + +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:379 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:480 superset/views/core.py:544 -#: superset/views/sql_lab.py:57 -msgid "Modified" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 msgid "Remove chart from dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" -msgstr "" - -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" -msgstr "" - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:61 -msgid "Error..." -msgstr "" - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:97 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:436 -#: superset/assets/javascripts/explore/stores/visTypes.js:457 -#: superset/assets/javascripts/explore/stores/visTypes.js:485 -#: superset/assets/javascripts/explore/stores/visTypes.js:505 -#: superset/assets/javascripts/explore/stores/visTypes.js:526 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:600 -#: superset/assets/javascripts/explore/stores/visTypes.js:625 -#: superset/assets/javascripts/explore/stores/visTypes.js:650 -#: superset/assets/javascripts/explore/stores/visTypes.js:682 -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:811 -#: superset/assets/javascripts/explore/stores/visTypes.js:844 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:924 -#: superset/assets/javascripts/explore/stores/visTypes.js:946 -#: superset/assets/javascripts/explore/stores/visTypes.js:1005 -msgid "Query" -msgstr "" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:55 -msgid "`Min` value should be numeric or empty" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:58 -msgid "`Max` value should be numeric or empty" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:75 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:88 -msgid "Min" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:83 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:89 -msgid "Max" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:106 -#, python-format -msgid "Select %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:223 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 +#: superset/assets/src/explore/controls.jsx:124 msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:36 -msgid "A reference to the [Time] configuration, taking granularity into account" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:50 -msgid "Group by" +"For more information about objects are in context in the scope of this " +"function, refer to the" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:53 -msgid "One or many controls to group by" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:72 -#: superset/connectors/druid/views.py:45 superset/views/core.py:318 -#: superset/views/core.py:342 superset/views/core.py:373 -msgid "Datasource" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:82 -#: superset/views/core.py:381 +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:90 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:103 +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:210 msgid "" "Bounds for the Y axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:125 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:832 -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:130 -msgid "Metric" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:223 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:230 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:237 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:242 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:249 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:255 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:258 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:264 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:267 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:273 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:288 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:296 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:307 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:312 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:315 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:322 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:327 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:338 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:348 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1459,137 +1665,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:357 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:360 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:367 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:393 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:412 -#: superset/assets/javascripts/explore/stores/controls.jsx:419 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:421 -#: superset/assets/javascripts/explore/stores/controls.jsx:431 -#: superset/assets/javascripts/explore/stores/controls.jsx:441 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:450 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:456 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:477 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:483 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:510 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:515 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:518 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:525 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:528 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:534 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:548 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:556 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:568 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1597,114 +1893,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:583 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:595 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:611 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:617 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:624 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:645 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:648 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:675 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:680 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:697 +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:714 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1713,3576 +2071,5917 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:737 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:740 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:748 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:547 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:749 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:762 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:555 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:765 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:776 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:790 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:797 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:811 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:821 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:838 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:845 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:850 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:859 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:865 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 -#: superset/assets/javascripts/explore/stores/controls.jsx:884 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:894 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:904 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:917 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:930 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:949 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:954 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:414 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:955 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:964 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:976 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:998 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1009 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1012 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1017 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1024 -msgid "Data Table" +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 -msgid "Whether to display the interactive data table" +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1031 -msgid "Search Box" +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1034 -msgid "Whether to include a client side search box" +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1039 -msgid "Table Filter" +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1041 -msgid "Whether to apply filter when table cell is clicked" +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1046 -msgid "Show Bubbles" +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1049 -msgid "Whether to display bubbles on top of countries" +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 -msgid "Legend" +#: superset/assets/src/explore/controls.jsx:1459 +msgid "Data Table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 -msgid "Whether to display the legend (toggles)" +#: superset/assets/src/explore/controls.jsx:1461 +msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1062 -msgid "X bounds" +#: superset/assets/src/explore/controls.jsx:1466 +msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 -msgid "Whether to display the min and max values of the X axis" +#: superset/assets/src/explore/controls.jsx:1469 +msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1070 -msgid "Y bounds" +#: superset/assets/src/explore/controls.jsx:1474 +msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 -msgid "Whether to display the min and max values of the Y axis" +#: superset/assets/src/explore/controls.jsx:1477 +msgid "Whether to apply filter when table cell is clicked" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 +msgid "Show Bubbles" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1501 +msgid "Whether to display bubbles on top of countries" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1506 +msgid "Legend" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1509 +msgid "Whether to display the legend (toggles)" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1514 +msgid "Show Values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1517 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 +msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1078 +#: superset/assets/src/explore/controls.jsx:1533 +msgid "Whether to display the min and max values of the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1538 +msgid "Y bounds" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1541 +msgid "Whether to display the min and max values of the Y axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1081 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1098 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1106 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1114 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1135 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1146 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1155 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1163 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1190 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1203 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1225 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1230 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1239 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1251 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1257 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1266 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1274 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1291 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1296 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1303 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1310 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1317 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1324 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1360 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1368 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1379 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1385 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1389 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"The filters to apply after post-aggregation.Leave the value control empty" -" to filter empty strings or nulls" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:465 -#: superset/assets/javascripts/explore/stores/visTypes.js:513 -#: superset/assets/javascripts/explore/stores/visTypes.js:534 -#: superset/assets/javascripts/explore/stores/visTypes.js:658 -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -#: superset/assets/javascripts/explore/stores/visTypes.js:781 -#: superset/assets/javascripts/explore/stores/visTypes.js:993 -msgid "Chart Options" -msgstr "" - -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -#: superset/assets/javascripts/explore/stores/visTypes.js:912 -msgid "Options" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:541 -#: superset/assets/javascripts/explore/stores/visTypes.js:853 -msgid "Bubbles" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:667 -msgid "Numeric Column" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:671 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:672 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:700 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:703 -msgid "Secondary Metric" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:704 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -msgid "Hierarchy" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -msgid "Source / Target" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -msgid "Chord Diagram" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Choose a number format" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:794 -msgid "Source" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Choose a source" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -msgid "Target" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:803 -msgid "Choose a target" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:828 -msgid "ISO 3166-2 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:829 -msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-2)" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -msgid "Country Control" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:864 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:867 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:878 -msgid "Filter Box" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter controls" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 +#: superset/assets/src/explore/controls.jsx:2150 msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." -msgstr "" - -#: superset/assets/javascripts/explore/stores/visTypes.js:954 -msgid "Heatmap Options" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:989 -msgid "Horizon" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1015 -msgid "Points" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Labelling" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1029 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -msgid "Viewport" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -msgid "Longitude" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1049 -msgid "Column containing longitude data" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1052 -msgid "Latitude" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1053 -msgid "Column containing latitude data" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1056 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1061 -msgid "Tooltip" +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1062 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Event definition" +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Additional meta data" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -msgid "Column containing entity ids" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1096 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1099 -msgid "Column containing event names" +#: superset/assets/src/explore/visTypes.js:72 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -msgid "Event count limit" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1108 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1111 -msgid "Meta data" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" msgstr "" -#: superset/assets/javascripts/modules/superset.js:130 -msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" msgstr "" -#: superset/assets/javascripts/modules/superset.js:133 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:372 -#: superset/views/core.py:532 -msgid "Dashboards" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:408 superset/views/core.py:477 -msgid "Slices" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:284 -msgid "Databases" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:106 -#, python-format -msgid "Select [%s]" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" msgstr "" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" msgstr "" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:80 -msgid "Column" +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 superset/connectors/sqla/views.py:133 -msgid "Type" +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:83 -msgid "Groupable" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:84 -msgid "Filterable" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:86 -msgid "Count Distinct" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:87 -msgid "Sum" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:49 +#: superset/assets/src/explore/visTypes.js:868 msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" msgstr "" -#: superset/connectors/druid/views.py:100 superset/connectors/sqla/views.py:115 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this " -"metric)' are allowed to access this metric" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset/connectors/druid/views.py:108 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" msgstr "" -#: superset/connectors/druid/views.py:110 superset/views/core.py:559 -msgid "JSON" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" msgstr "" -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" msgstr "" -#: superset/connectors/druid/views.py:112 superset/connectors/sqla/views.py:138 -msgid "Warning Message" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" msgstr "" -#: superset/connectors/druid/views.py:143 -#: superset/connectors/druid/views.py:227 -msgid "Cluster" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" msgstr "" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" msgstr "" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" msgstr "" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" msgstr "" -#: superset/connectors/druid/views.py:167 -#: superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 -#: superset/connectors/druid/views.py:323 superset/connectors/sqla/views.py:281 -#: superset/views/core.py:287 -msgid "Sources" +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" msgstr "" -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" msgstr "" -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" msgstr "" -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" msgstr "" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" msgstr "" -#: superset/connectors/druid/views.py:196 superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" msgstr "" -#: superset/connectors/druid/views.py:204 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" msgstr "" -#: superset/connectors/druid/views.py:208 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" msgstr "" -#: superset/connectors/druid/views.py:215 superset/connectors/sqla/views.py:206 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" msgstr "" -#: superset/connectors/druid/views.py:219 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" msgstr "" -#: superset/connectors/druid/views.py:225 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" msgstr "" -#: superset/connectors/druid/views.py:226 -msgid "Data Source" +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" msgstr "" -#: superset/connectors/druid/views.py:229 superset/connectors/sqla/views.py:225 -msgid "Owner" +#: superset/assets/src/explore/visTypes.js:1439 +msgid "" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." msgstr "" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset/connectors/druid/views.py:232 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" msgstr "" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 superset/views/core.py:370 -msgid "Cache Timeout" +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" msgstr "" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" msgstr "" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" msgstr "" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" msgstr "" -#: superset/connectors/sqla/models.py:394 -msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" msgstr "" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" msgstr "" -#: superset/connectors/sqla/models.py:590 -msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't " -"fetch column information" +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" msgstr "" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" +#: superset/assets/src/explore/visTypes.js:1599 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" msgstr "" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" +#: superset/assets/src/explore/visTypes.js:1608 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset/connectors/sqla/views.py:45 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" msgstr "" -#: superset/connectors/sqla/views.py:52 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" msgstr "" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" msgstr "" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" msgstr "" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" msgstr "" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" msgstr "" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" msgstr "" -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" msgstr "" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" msgstr "" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" msgstr "" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" msgstr "" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" msgstr "" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" msgstr "" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" msgstr "" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" msgstr "" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" msgstr "" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." msgstr "" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" msgstr "" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" msgstr "" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" msgstr "" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:247 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." msgstr "" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:249 -msgid "Last Changed" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" msgstr "" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" msgstr "" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" msgstr "" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" msgstr "" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" msgstr "" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" msgstr "" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" msgstr "" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, " -"you should now click the edit button by the new table to configure it." +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" msgstr "" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" msgstr "" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" msgstr "" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" msgstr "" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" msgstr "" -#: superset/templates/superset/request_access.html:7 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 #, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." +msgid "Check out this chart: %s" msgstr "" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" msgstr "" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" msgstr "" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" msgstr "" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:277 superset/views/core.py:2371 -#: superset/views/sql_lab.py:30 -msgid "Manage" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" msgstr "" -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" msgstr "" -#: superset/views/base.py:221 -msgid "json isn't valid" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" msgstr "" -#: superset/views/base.py:272 -msgid "Delete" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" msgstr "" -#: superset/views/base.py:273 -msgid "Delete all Really?" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" msgstr "" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" msgstr "" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" msgstr "" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" msgstr "" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" msgstr "" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" msgstr "" -#: superset/views/core.py:66 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" msgstr "" -#: superset/views/core.py:71 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" msgstr "" -#: superset/views/core.py:174 -msgid "List Databases" +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" msgstr "" -#: superset/views/core.py:175 -msgid "Show Database" +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" msgstr "" -#: superset/views/core.py:176 -msgid "Add Database" +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" msgstr "" -#: superset/views/core.py:177 -msgid "Edit Database" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" msgstr "" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" msgstr "" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should " -"work well for queries that can be executed within a web request scope " -"(<~1 minute)" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." msgstr "" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that " -"you have a Celery worker setup as well as a results backend." +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" msgstr "" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" msgstr "" -#: superset/views/core.py:222 +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" -#: superset/views/core.py:226 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " msgstr "" -#: superset/views/core.py:238 -msgid "" -"All the queries in Sql Lab are going to be executed on behalf of " -"currently authorized user." +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" msgstr "" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" msgstr "" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" msgstr "" -#: superset/views/core.py:245 -msgid "Allow DML" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" msgstr "" -#: superset/views/core.py:248 superset/views/core.py:371 -#: superset/views/core.py:479 superset/views/core.py:543 -msgid "Creator" +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" msgstr "" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" msgstr "" -#: superset/views/core.py:252 -msgid "Extra" +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" msgstr "" -#: superset/views/core.py:253 -msgid "Allow Run Sync" +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" msgstr "" -#: superset/views/core.py:254 -msgid "Allow Run Async" +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" msgstr "" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" msgstr "" -#: superset/views/core.py:273 -msgid "Import Dashboards" +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" msgstr "" -#: superset/views/core.py:315 superset/views/core.py:556 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 -msgid "User" +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" msgstr "" -#: superset/views/core.py:316 -msgid "User Roles" +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset/views/core.py:317 -msgid "Database URL" +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset/views/core.py:319 -msgid "Roles to grant" +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" msgstr "" -#: superset/views/core.py:320 -msgid "Created On" +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" msgstr "" -#: superset/views/core.py:326 -msgid "Access requests" +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" msgstr "" -#: superset/views/core.py:328 superset/views/core.py:567 -msgid "Security" +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" msgstr "" -#: superset/views/core.py:335 -msgid "List Slices" +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" msgstr "" -#: superset/views/core.py:336 -msgid "Show Slice" +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" msgstr "" -#: superset/views/core.py:337 -msgid "Add Slice" +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" msgstr "" -#: superset/views/core.py:338 -msgid "Edit Slice" +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" msgstr "" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" msgstr "" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" msgstr "" -#: superset/views/core.py:375 -msgid "Last Modified" +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" msgstr "" -#: superset/views/core.py:376 superset/views/core.py:478 -msgid "Owners" +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" msgstr "" -#: superset/views/core.py:377 -msgid "Parameters" +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" msgstr "" -#: superset/views/core.py:378 superset/views/core.py:420 -msgid "Slice" +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" msgstr "" -#: superset/views/core.py:437 -msgid "List Dashboards" +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." msgstr "" -#: superset/views/core.py:438 -msgid "Show Dashboard" +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." msgstr "" -#: superset/views/core.py:439 -msgid "Add Dashboard" +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " msgstr "" -#: superset/views/core.py:440 -msgid "Edit Dashboard" +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" msgstr "" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" msgstr "" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" msgstr "" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" msgstr "" -#: superset/views/core.py:461 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" msgstr "" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" msgstr "" -#: superset/views/core.py:474 superset/views/core.py:541 -msgid "Dashboard" +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" msgstr "" -#: superset/views/core.py:476 -msgid "Slug" +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" msgstr "" -#: superset/views/core.py:481 -msgid "Position JSON" +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" msgstr "" -#: superset/views/core.py:483 -msgid "JSON Metadata" +#: superset/connectors/druid/views.py:56 +msgid "Sum" msgstr "" -#: superset/views/core.py:484 -msgid "Underlying Tables" +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." msgstr "" -#: superset/views/core.py:507 -msgid "Export" +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" msgstr "" -#: superset/views/core.py:507 -msgid "Export dashboards?" +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" msgstr "" -#: superset/views/core.py:557 -msgid "Action" +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" msgstr "" -#: superset/views/core.py:558 -msgid "dttm" +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" msgstr "" -#: superset/views/core.py:565 -msgid "Action Log" +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" msgstr "" -#: superset/views/core.py:796 -msgid "Access was requested" +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" msgstr "" -#: superset/views/core.py:857 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" msgstr "" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" msgstr "" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" msgstr "" -#: superset/views/core.py:1646 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" msgstr "" -#: superset/views/core.py:1652 -#, python-format -msgid "Slice %(id)s not found" +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" msgstr "" -#: superset/views/core.py:1664 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" msgstr "" -#: superset/views/core.py:1803 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" msgstr "" -#: superset/views/core.py:1810 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" msgstr "" -#: superset/views/core.py:2071 -msgid "Query record was not created as expected." +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" msgstr "" -#: superset/views/core.py:2357 -msgid "Template Name" +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" msgstr "" -#: superset/views/core.py:2368 -msgid "CSS Templates" +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" msgstr "" -#: superset/views/core.py:2379 -msgid "SQL Editor" +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" msgstr "" -#: superset/views/core.py:2384 superset/views/core.py:2393 -msgid "SQL Lab" +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" msgstr "" -#: superset/views/core.py:2388 -msgid "Query Search" +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" msgstr "" -#: superset/views/sql_lab.py:20 -msgid "Status" +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" msgstr "" -#: superset/views/sql_lab.py:21 -msgid "Start Time" +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" msgstr "" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" msgstr "" -#: superset/views/sql_lab.py:28 -msgid "Queries" +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" msgstr "" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" msgstr "" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" msgstr "" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" msgstr "" -#: superset/views/sql_lab.py:60 -msgid "Changed on" +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" msgstr "" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" msgstr "" -#~ msgid "Your query was saved" -#~ msgstr "" +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" -#~ msgid "Your query could not be saved" -#~ msgstr "" +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" -#~ msgid "Failed at retrieving results from the results backend" -#~ msgstr "" +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" -#~ msgid "Could not connect to server" -#~ msgstr "" +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" -#~ msgid "Your session timed out, please refresh your page and try again." -#~ msgstr "" +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" -#~ msgid "Query was stopped." -#~ msgstr "" +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" -#~ msgid "Failed at stopping query." -#~ msgstr "" +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" -#~ msgid "Error occurred while fetching table metadata" -#~ msgstr "" +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" -#~ msgid "shared query" -#~ msgstr "" +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" -#~ msgid "The query couldn't be loaded" -#~ msgstr "" +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" -#~ msgid "An error occurred while creating the data source" -#~ msgstr "" +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" -#~ msgid "Pick a chart type!" -#~ msgstr "" +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" -#~ msgid "To use this chart type you need at least one column flagged as a date" -#~ msgstr "" +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" -#~ msgid "To use this chart type you need at least one dimension" -#~ msgstr "" +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" -#~ msgid "To use this chart type you need at least one aggregation function" -#~ msgstr "" +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" -#~ msgid "Untitled Query" -#~ msgstr "" +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" -#~ msgid "Copy of %s" -#~ msgstr "" +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" -#~ msgid "share query" -#~ msgstr "" +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" -#~ msgid "copy URL to clipboard" -#~ msgstr "" +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" -#~ msgid "Raw SQL" -#~ msgstr "" +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" -#~ msgid "Source SQL" -#~ msgstr "" +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" -#~ msgid "SQL" -#~ msgstr "" +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "Your query was saved" +#~ msgstr "" + +#~ msgid "Your query could not be saved" +#~ msgstr "" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "" + +#~ msgid "Could not connect to server" +#~ msgstr "" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "" + +#~ msgid "Query was stopped." +#~ msgstr "" + +#~ msgid "Failed at stopping query." +#~ msgstr "" + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "" + +#~ msgid "shared query" +#~ msgstr "" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "" + +#~ msgid "Pick a chart type!" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" + +#~ msgid "Untitled Query" +#~ msgstr "" + +#~ msgid "Copy of %s" +#~ msgstr "" + +#~ msgid "share query" +#~ msgstr "" + +#~ msgid "copy URL to clipboard" +#~ msgstr "" + +#~ msgid "Raw SQL" +#~ msgstr "" + +#~ msgid "Source SQL" +#~ msgstr "" + +#~ msgid "SQL" +#~ msgstr "" #~ msgid "No query history yet..." #~ msgstr "" -#~ msgid "It seems you don't have access to any database" +#~ msgid "It seems you don't have access to any database" +#~ msgstr "" + +#~ msgid "Search Results" +#~ msgstr "" + +#~ msgid "[From]-" +#~ msgstr "" + +#~ msgid "[To]-" +#~ msgstr "" + +#~ msgid "[Query Status]" +#~ msgstr "" + +#~ msgid "Search" +#~ msgstr "" + +#~ msgid "Open in SQL Editor" +#~ msgstr "" + +#~ msgid "view results" +#~ msgstr "" + +#~ msgid "Data preview" +#~ msgstr "" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "" + +#~ msgid "Run query in a new tab" +#~ msgstr "" + +#~ msgid "Remove query from log" +#~ msgstr "" + +#~ msgid ".CSV" +#~ msgstr "" + +#~ msgid "Visualize" +#~ msgstr "" + +#~ msgid "Query was stopped" +#~ msgstr "" + +#~ msgid "was created" +#~ msgstr "" + +#~ msgid "Query in a new tab" +#~ msgstr "" + +#~ msgid "Fetch data preview" +#~ msgstr "" + +#~ msgid "The query returned no data" +#~ msgstr "" + +#~ msgid "Run Selected Query" +#~ msgstr "" + +#~ msgid "Run Query" +#~ msgstr "" + +#~ msgid "Run query asynchronously" +#~ msgstr "" + +#~ msgid "Stop" +#~ msgstr "" + +#~ msgid "Undefined" +#~ msgstr "" + +#~ msgid "Label for your query" +#~ msgstr "" + +#~ msgid "Write a description for your query" +#~ msgstr "" + +#~ msgid "Save" +#~ msgstr "" + +#~ msgid "Save Query" +#~ msgstr "" + +#~ msgid "Run a query to display results here" +#~ msgstr "" + +#~ msgid "Preview for %s" +#~ msgstr "" + +#~ msgid "Results" +#~ msgstr "" + +#~ msgid "Query History" +#~ msgstr "" + +#~ msgid "" +#~ "It appears that the number of rows" +#~ " in the query results displayed was" +#~ " limited on the server side to " +#~ "the %s limit." +#~ msgstr "" + +#~ msgid "Create table as with query results" +#~ msgstr "" + +#~ msgid "new table name" +#~ msgstr "" + +#~ msgid "Error while fetching table list" +#~ msgstr "" + +#~ msgid "Error while fetching schema list" +#~ msgstr "" + +#~ msgid "Error while fetching database list" +#~ msgstr "" + +#~ msgid "Database:" +#~ msgstr "" + +#~ msgid "Select a database" +#~ msgstr "" + +#~ msgid "Select a schema (%s)" +#~ msgstr "" + +#~ msgid "Schema:" +#~ msgstr "" + +#~ msgid "Add a table (%s)" +#~ msgstr "" + +#~ msgid "Type to search ..." +#~ msgstr "" + +#~ msgid "Reset State" +#~ msgstr "" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "" + +#~ msgid "Untitled Query %s" +#~ msgstr "" + +#~ msgid "close tab" +#~ msgstr "" + +#~ msgid "rename tab" +#~ msgstr "" + +#~ msgid "expand tool bar" +#~ msgstr "" + +#~ msgid "hide tool bar" +#~ msgstr "" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "" + +#~ msgid "latest partition:" +#~ msgstr "" + +#~ msgid "Keys for table" +#~ msgstr "" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "" + +#~ msgid "Original table column order" +#~ msgstr "" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "" + +#~ msgid "Remove table preview" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" + +#~ msgid "AS my_alias" +#~ msgstr "" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "" + +#~ msgid "No results available for this query" +#~ msgstr "" + +#~ msgid "Chart Type" +#~ msgstr "" + +#~ msgid "[Chart Type]" +#~ msgstr "" + +#~ msgid "Datasource Name" +#~ msgstr "" + +#~ msgid "datasource name" +#~ msgstr "" + +#~ msgid "Create a new slice" +#~ msgstr "" + +#~ msgid "Choose a datasource" +#~ msgstr "" + +#~ msgid "Choose a visualization type" +#~ msgstr "" + +#~ msgid "Create new slice" +#~ msgstr "" + +#~ msgid "Select ..." +#~ msgstr "" + +#~ msgid "Loaded data cached" +#~ msgstr "" + +#~ msgid "Loaded from cache" +#~ msgstr "" + +#~ msgid "Click to force-refresh" +#~ msgstr "" + +#~ msgid "Copy to clipboard" +#~ msgstr "" + +#~ msgid "Not successful" +#~ msgstr "" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" + +#~ msgid "Copied!" +#~ msgstr "" + +#~ msgid "click to edit title" +#~ msgstr "" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "" + +#~ msgid "You have unsaved changes." +#~ msgstr "" + +#~ msgid "Click the" +#~ msgstr "" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" + +#~ msgid "Click to force refresh" +#~ msgstr "" + +#~ msgid "Error" +#~ msgstr "" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "" + +#~ msgid "Load a template" +#~ msgstr "" + +#~ msgid "Load a CSS template" +#~ msgstr "" + +#~ msgid "Live CSS Editor" +#~ msgstr "" + +#~ msgid "Don't refresh" +#~ msgstr "" + +#~ msgid "10 seconds" +#~ msgstr "" + +#~ msgid "30 seconds" +#~ msgstr "" + +#~ msgid "1 minute" +#~ msgstr "" + +#~ msgid "5 minutes" +#~ msgstr "" + +#~ msgid "Refresh Interval" +#~ msgstr "" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "" + +#~ msgid "Save Dashboard" +#~ msgstr "" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "" + +#~ msgid "Save as:" +#~ msgstr "" + +#~ msgid "[dashboard name]" +#~ msgstr "" + +#~ msgid "Viz" +#~ msgstr "" + +#~ msgid "Add Slices" +#~ msgstr "" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "" + +#~ msgid "Move chart" +#~ msgstr "" + +#~ msgid "Force refresh data" +#~ msgstr "" + +#~ msgid "Toggle chart description" +#~ msgstr "" + +#~ msgid "Edit chart" +#~ msgstr "" + +#~ msgid "Explore chart" +#~ msgstr "" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "" + +#~ msgid "%s - untitled" +#~ msgstr "" + +#~ msgid "Edit slice properties" +#~ msgstr "" + +#~ msgid "Takes effect on chart immediatly" +#~ msgstr "" + +#~ msgid "Error..." +#~ msgstr "" + +#~ msgid "Query" +#~ msgstr "" + +#~ msgid "Height" +#~ msgstr "" + +#~ msgid "Width" +#~ msgstr "" + +#~ msgid "Export to .json" +#~ msgstr "" + +#~ msgid "Export to .csv format" +#~ msgstr "" + +#~ msgid "Please enter a slice name" +#~ msgstr "" + +#~ msgid "Please select a dashboard" +#~ msgstr "" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "" + +#~ msgid "Save A Slice" +#~ msgstr "" + +#~ msgid "Overwrite slice %s" +#~ msgstr "" + +#~ msgid "Save as" +#~ msgstr "" + +#~ msgid "[slice name]" +#~ msgstr "" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "" + +#~ msgid "Add to new dashboard" +#~ msgstr "" + +#~ msgid "Save & go to dashboard" +#~ msgstr "" + +#~ msgid "Check out this slice: %s" +#~ msgstr "" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "Filter value" +#~ msgstr "" + +#~ msgid "Select metric" +#~ msgstr "" + +#~ msgid "Select column" +#~ msgstr "" + +#~ msgid "Select operator" +#~ msgstr "" + +#~ msgid "Select %s" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "" + +#~ msgid "Edit" +#~ msgstr "" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "edit" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "" + +#~ msgid "Search / Filter" +#~ msgstr "" + +#~ msgid "fetching dashboards failed for %s" +#~ msgstr "" + +#~ msgid "Updating chart was stopped" +#~ msgstr "" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "" + +#~ msgid "Query timeout" +#~ msgstr "" + +#~ msgid "- visualization query are set to timeout at %s seconds. " +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Network error." +#~ msgstr "" + +#~ msgid "Failed to save slice" +#~ msgstr "" + +#~ msgid "The type of visualization to display" +#~ msgstr "" + +#~ msgid "Metrics" +#~ msgstr "" + +#~ msgid "One or many metrics to display" +#~ msgstr "" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" + +#~ msgid "Ordering" +#~ msgstr "" + +#~ msgid "Choose the metric" +#~ msgstr "" + +#~ msgid "Right Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "" + +#~ msgid "Stacked Style" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" + +#~ msgid "Horizon Color Scale" +#~ msgstr "" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "" + +#~ msgid "Rendering" +#~ msgstr "" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "" + +#~ msgid "YScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "" + +#~ msgid "Include Time" +#~ msgstr "" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" + +#~ msgid "Stacked Bars" +#~ msgstr "" + +#~ msgid "Show Markers" +#~ msgstr "" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "" + +#~ msgid "Bar Values" +#~ msgstr "" + +#~ msgid "Sort Bars" +#~ msgstr "" + +#~ msgid "Sort bars by x labels." +#~ msgstr "" + +#~ msgid "Extra Controls" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" + +#~ msgid "Reduce X ticks" +#~ msgstr "" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" + +#~ msgid "Include Series" +#~ msgstr "" + +#~ msgid "Include series name as an axis" +#~ msgstr "" + +#~ msgid "Color Metric" +#~ msgstr "" + +#~ msgid "A metric to use for color" +#~ msgstr "" + +#~ msgid "Country Name" +#~ msgstr "" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "" + +#~ msgid "Country Field Type" +#~ msgstr "" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "" + +#~ msgid "One or many controls to group by" +#~ msgstr "" + +#~ msgid "Columns" +#~ msgstr "" + +#~ msgid "Columns to display" +#~ msgstr "" + +#~ msgid "X" +#~ msgstr "" + +#~ msgid "Y" +#~ msgstr "" + +#~ msgid "Origin" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom marging, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Time Granularity" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" + +#~ msgid "Domain" +#~ msgstr "" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "" + +#~ msgid "Subdomain" +#~ msgstr "" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" + +#~ msgid "Link Length" +#~ msgstr "" + +#~ msgid "Link length in the force layout" +#~ msgstr "" + +#~ msgid "Charge" +#~ msgstr "" + +#~ msgid "Charge in the force layout" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "Time Grain" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" + +#~ msgid "Resample Rule" +#~ msgstr "" + +#~ msgid "Pandas resample rule" +#~ msgstr "" + +#~ msgid "Resample How" +#~ msgstr "" + +#~ msgid "Pandas resample how" +#~ msgstr "" + +#~ msgid "Resample Fill Method" +#~ msgstr "" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" + +#~ msgid "Since" +#~ msgstr "" + +#~ msgid "" +#~ "Timestamp from filter. This supports " +#~ "free form typing and natural language" +#~ " as in `1 day ago`, `28 days`" +#~ " or `3 years`" +#~ msgstr "" + +#~ msgid "Until" +#~ msgstr "" + +#~ msgid "Max Bubble Size" +#~ msgstr "" + +#~ msgid "Whisker/outlier options" +#~ msgstr "" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" + +#~ msgid "Ratio" +#~ msgstr "" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "" + +#~ msgid "Number format" +#~ msgstr "" + +#~ msgid "Row limit" +#~ msgstr "" + +#~ msgid "Series limit" +#~ msgstr "" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "" + +#~ msgid "Sort By" +#~ msgstr "" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" + +#~ msgid "Rolling" +#~ msgstr "" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" + +#~ msgid "Periods" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" + +#~ msgid "Series" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" + +#~ msgid "Entity" +#~ msgstr "" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "" + +#~ msgid "X Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "" + +#~ msgid "Y Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "" + +#~ msgid "Bubble Size" +#~ msgstr "" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" + +#~ msgid "X Axis Label" +#~ msgstr "" + +#~ msgid "Y Axis Label" +#~ msgstr "" + +#~ msgid "Custom WHERE clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" + +#~ msgid "Custom HAVING clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" + +#~ msgid "Comparison Period Lag" +#~ msgstr "" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" + +#~ msgid "Comparison suffix" +#~ msgstr "" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "" + +#~ msgid "Table Timestamp Format" +#~ msgstr "" + +#~ msgid "Timestamp Format" +#~ msgstr "" + +#~ msgid "Series Height" +#~ msgstr "" + +#~ msgid "Pixel height of each series" +#~ msgstr "" + +#~ msgid "Page Length" +#~ msgstr "" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" + +#~ msgid "X Axis Format" +#~ msgstr "" + +#~ msgid "Y Axis Format" +#~ msgstr "" + +#~ msgid "Right Axis Format" +#~ msgstr "" + +#~ msgid "Markup Type" +#~ msgstr "" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "" + +#~ msgid "Rotation" +#~ msgstr "" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "" + +#~ msgid "Line Style" +#~ msgstr "" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" + +#~ msgid "Label Type" +#~ msgstr "" + +#~ msgid "What should be shown on the label?" +#~ msgstr "" + +#~ msgid "Code" +#~ msgstr "" + +#~ msgid "Put your code here" +#~ msgstr "" + +#~ msgid "Aggregation function" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" + +#~ msgid "Font Size From" +#~ msgstr "" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "" + +#~ msgid "Font Size To" +#~ msgstr "" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "" + +#~ msgid "Instant Filtering" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to apply filters as they " +#~ "change, or wait forusers to hit an" +#~ " [Apply] button" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" + +#~ msgid "Date Filter" +#~ msgstr "" + +#~ msgid "Whether to include a time filter" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "" + +#~ msgid "Search Box" +#~ msgstr "" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "" + +#~ msgid "Table Filter" +#~ msgstr "" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "" + +#~ msgid "Put labels outside" +#~ msgstr "" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" #~ msgstr "" -#~ msgid "Search Results" +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "" + +#~ msgid "Zoom level of the map" +#~ msgstr "" + +#~ msgid "Default latitude" +#~ msgstr "" + +#~ msgid "Latitude of default viewport" +#~ msgstr "" + +#~ msgid "Default longitude" +#~ msgstr "" + +#~ msgid "Longitude of default viewport" +#~ msgstr "" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "" + +#~ msgid "Labels for the markers" +#~ msgstr "" + +#~ msgid "Marker lines" +#~ msgstr "" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "" +#~ "Filters are defined using comma " +#~ "delimited strings as in Leave " +#~ "the value control empty to filter " +#~ "empty strings or nullsFor filters with" +#~ " comma in values, wrap them in " +#~ "single quotesas in " +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Axes" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "" + +#~ msgid "Bubbles" +#~ msgstr "" + +#~ msgid "Histogram Options" +#~ msgstr "" + +#~ msgid "Numeric Column" +#~ msgstr "" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" #~ msgstr "" -#~ msgid "[From]-" +#~ msgid "Hierarchy" #~ msgstr "" -#~ msgid "[To]-" +#~ msgid "This defines the level of the hierarchy" #~ msgstr "" -#~ msgid "[Query Status]" +#~ msgid "Source / Target" #~ msgstr "" -#~ msgid "Search" +#~ msgid "Choose a source and a target" #~ msgstr "" -#~ msgid "Open in SQL Editor" +#~ msgid "Force Layout" #~ msgstr "" -#~ msgid "view results" +#~ msgid "Chord Diagram" #~ msgstr "" -#~ msgid "Data preview" +#~ msgid "Choose a number format" #~ msgstr "" -#~ msgid "Visualize the data out of this query" +#~ msgid "Source" #~ msgstr "" -#~ msgid "Overwrite text in editor with a query on this table" +#~ msgid "Choose a source" #~ msgstr "" -#~ msgid "Run query in a new tab" +#~ msgid "Target" #~ msgstr "" -#~ msgid "Remove query from log" +#~ msgid "Choose a target" #~ msgstr "" -#~ msgid ".CSV" +#~ msgid "ISO 3166-1 codes of region/province/department" #~ msgstr "" -#~ msgid "Visualize" +#~ msgid "" +#~ "It's ISO 3166-1 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-1)" #~ msgstr "" -#~ msgid "Query was stopped" +#~ msgid "Metric to display bottom title" #~ msgstr "" -#~ msgid "was created" +#~ msgid "Country Control" #~ msgstr "" -#~ msgid "Query in a new tab" +#~ msgid "3 letter code of the country" #~ msgstr "" -#~ msgid "Fetch data preview" +#~ msgid "Metric for color" #~ msgstr "" -#~ msgid "The query returned no data" +#~ msgid "Metric that defines the color of the country" #~ msgstr "" -#~ msgid "Run Selected Query" +#~ msgid "Bubble size" #~ msgstr "" -#~ msgid "Run Query" +#~ msgid "Metric that defines the size of the bubble" #~ msgstr "" -#~ msgid "Run query asynchronously" +#~ msgid "Filter Box" #~ msgstr "" -#~ msgid "Stop" +#~ msgid "Filter controls" #~ msgstr "" -#~ msgid "Undefined" +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." #~ msgstr "" -#~ msgid "Label for your query" +#~ msgid "Axis & Metrics" #~ msgstr "" -#~ msgid "Write a description for your query" +#~ msgid "Heatmap Options" #~ msgstr "" -#~ msgid "Save" +#~ msgid "Horizon" #~ msgstr "" -#~ msgid "Save Query" +#~ msgid "Points" #~ msgstr "" -#~ msgid "Run a query to display results here" +#~ msgid "Labelling" #~ msgstr "" -#~ msgid "Preview for %s" +#~ msgid "Visual Tweaks" #~ msgstr "" -#~ msgid "Results" +#~ msgid "Viewport" #~ msgstr "" -#~ msgid "Query History" +#~ msgid "Longitude" #~ msgstr "" -#~ msgid "" -#~ "It appears that the number of rows" -#~ " in the query results displayed was" -#~ " limited on the server side to " -#~ "the %s limit." +#~ msgid "Column containing longitude data" #~ msgstr "" -#~ msgid "Create table as with query results" +#~ msgid "Latitude" #~ msgstr "" -#~ msgid "new table name" +#~ msgid "Column containing latitude data" #~ msgstr "" -#~ msgid "Error while fetching table list" +#~ msgid "Cluster label aggregator" #~ msgstr "" -#~ msgid "Error while fetching schema list" +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." #~ msgstr "" -#~ msgid "Error while fetching database list" +#~ msgid "Tooltip" #~ msgstr "" -#~ msgid "Database:" +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" #~ msgstr "" -#~ msgid "Select a database" +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." #~ msgstr "" -#~ msgid "Select a schema (%s)" +#~ msgid "Event definition" #~ msgstr "" -#~ msgid "Schema:" +#~ msgid "Additional meta data" #~ msgstr "" -#~ msgid "Add a table (%s)" +#~ msgid "Column containing entity ids" #~ msgstr "" -#~ msgid "Type to search ..." +#~ msgid "e.g., a \"user id\" column" #~ msgstr "" -#~ msgid "Reset State" +#~ msgid "Column containing event names" #~ msgstr "" -#~ msgid "Enter a new title for the tab" +#~ msgid "Event count limit" #~ msgstr "" -#~ msgid "Untitled Query %s" +#~ msgid "The maximum number of events to return, equivalent to number of rows" #~ msgstr "" -#~ msgid "close tab" +#~ msgid "Meta data" #~ msgstr "" -#~ msgid "rename tab" +#~ msgid "Select any columns for meta data inspection" #~ msgstr "" -#~ msgid "expand tool bar" +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." #~ msgstr "" -#~ msgid "hide tool bar" +#~ msgid "An unknown error occurred. (Status: %s )" #~ msgstr "" -#~ msgid "Copy partition query to clipboard" +#~ msgid "Query timeout - visualization query are set to time out at %s seconds." #~ msgstr "" -#~ msgid "latest partition:" +#~ msgid "Favorites" #~ msgstr "" -#~ msgid "Keys for table" +#~ msgid "Created Content" #~ msgstr "" -#~ msgid "View keys & indexes (%s)" +#~ msgid "Recent Activity" #~ msgstr "" -#~ msgid "Sort columns alphabetically" +#~ msgid "Security & Access" #~ msgstr "" -#~ msgid "Original table column order" +#~ msgid "No slices" #~ msgstr "" -#~ msgid "Copy SELECT statement to clipboard" +#~ msgid "No dashboards" #~ msgstr "" -#~ msgid "Remove table preview" +#~ msgid "No favorite slices yet, go click on stars!" #~ msgstr "" -#~ msgid "Pie Chart" +#~ msgid "No favorite dashboards yet, go click on stars!" #~ msgstr "" -#~ msgid "" -#~ "%s is not right as a column " -#~ "name, please alias it (as in " -#~ "SELECT count(*) " +#~ msgid "Roles" #~ msgstr "" -#~ msgid "AS my_alias" +#~ msgid "Datasources" #~ msgstr "" -#~ msgid "using only alphanumeric characters and underscores" +#~ msgid "Profile picture provided by Gravatar" #~ msgstr "" -#~ msgid "Creating a data source and popping a new tab" +#~ msgid "joined" #~ msgstr "" -#~ msgid "No results available for this query" +#~ msgid "id:" #~ msgstr "" -#~ msgid "Chart Type" +#~ msgid "Sorry, there appears to be no data" #~ msgstr "" -#~ msgid "[Chart Type]" +#~ msgid "Select [%s]" #~ msgstr "" -#~ msgid "Datasource Name" +#~ msgid "[Superset] Access to the datasource %(name)s was granted" #~ msgstr "" -#~ msgid "datasource name" +#~ msgid "Please choose at least one \"Group by\" field " #~ msgstr "" -#~ msgid "Create a new slice" +#~ msgid "'Group By' and 'Columns' can't overlap" #~ msgstr "" -#~ msgid "Choose a datasource" +#~ msgid "Must have one numeric column specified" #~ msgstr "" -#~ msgid "Choose a visualization type" +#~ msgid "Track Job" #~ msgstr "" -#~ msgid "Create new slice" +#~ msgid "Loading..." #~ msgstr "" -#~ msgid "Select ..." +#~ msgid "Export CSV" #~ msgstr "" -#~ msgid "Loaded data cached" +#~ msgid "description" #~ msgstr "" -#~ msgid "Loaded from cache" +#~ msgid "bolt" #~ msgstr "" -#~ msgid "Click to force-refresh" +#~ msgid "Something went wrong while fetching the datasource list" #~ msgstr "" -#~ msgid "Copy to clipboard" +#~ msgid "Click to point to another datasource" #~ msgstr "" -#~ msgid "Not successful" +#~ msgid "Edit the datasource's configuration" #~ msgstr "" -#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgid "Select a datasource" #~ msgstr "" -#~ msgid "Copied!" +#~ msgid "Error while fetching data" #~ msgstr "" -#~ msgid "click to edit title" +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" #~ msgstr "" -#~ msgid "You don't have the rights to alter this title." +#~ msgid "Y Axis Bounds" #~ msgstr "" -#~ msgid "Click to favorite/unfavorite" +#~ msgid "Annotation Layers" #~ msgstr "" -#~ msgid "You have unsaved changes." +#~ msgid "Annotation layers to overlay on the visualization" #~ msgstr "" -#~ msgid "Click the" +#~ msgid "Select a annotation layer" #~ msgstr "" -#~ msgid "button on the top right to save your changes." +#~ msgid "Error while fetching annotation layers" #~ msgstr "" -#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgid "Show totals" #~ msgstr "" -#~ msgid "Click to force refresh" +#~ msgid "Display total row/column" #~ msgstr "" -#~ msgid "Error" +#~ msgid "Show the value on top of the bar" #~ msgstr "" -#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgid "Combine Metrics" #~ msgstr "" -#~ msgid "Active Dashboard Filters" +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." #~ msgstr "" -#~ msgid "Checkout this dashboard: %s" +#~ msgid "One or many controls to pivot as columns" #~ msgstr "" -#~ msgid "Force refresh the whole dashboard" +#~ msgid "Bottom Margin" #~ msgstr "" -#~ msgid "Edit this dashboard's properties" +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" #~ msgstr "" -#~ msgid "Load a template" +#~ msgid "Left Margin" #~ msgstr "" -#~ msgid "Load a CSS template" +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" #~ msgstr "" -#~ msgid "Live CSS Editor" +#~ msgid "7 days ago" #~ msgstr "" -#~ msgid "Don't refresh" +#~ msgid "Min Periods" #~ msgstr "" -#~ msgid "10 seconds" +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" #~ msgstr "" -#~ msgid "30 seconds" +#~ msgid "Y bounds" #~ msgstr "" -#~ msgid "1 minute" +#~ msgid "Whether to display the min and max values of the Y axis" #~ msgstr "" -#~ msgid "5 minutes" +#~ msgid "Color Scheme" #~ msgstr "" -#~ msgid "Refresh Interval" +#~ msgid "The color scheme for rendering chart" #~ msgstr "" -#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgid "Annotations" #~ msgstr "" -#~ msgid "This dashboard was saved successfully." +#~ msgid "ISO 3166-2 codes of region/province/department" #~ msgstr "" -#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" #~ msgstr "" -#~ msgid "You must pick a name for the new dashboard" +#~ msgid "Slices" #~ msgstr "" -#~ msgid "Save Dashboard" +#~ msgid "Databases" #~ msgstr "" -#~ msgid "Overwrite Dashboard [%s]" +#~ msgid "Druid Clusters" #~ msgstr "" -#~ msgid "Save as:" +#~ msgid "Sources" #~ msgstr "" -#~ msgid "[dashboard name]" +#~ msgid "Associated Slices" #~ msgstr "" -#~ msgid "Viz" +#~ msgid "Druid Datasources" #~ msgstr "" -#~ msgid "Add Slices" +#~ msgid "Scan New Datasources" #~ msgstr "" -#~ msgid "Add a new slice to the dashboard" +#~ msgid "Refresh Druid Metadata" #~ msgstr "" -#~ msgid "Add Slices to Dashboard" +#~ msgid "Tables" #~ msgstr "" -#~ msgid "Move chart" +#~ msgid "Import" #~ msgstr "" -#~ msgid "Force refresh data" +#~ msgid "Welcome!" #~ msgstr "" -#~ msgid "Toggle chart description" +#~ msgid "Manage" #~ msgstr "" -#~ msgid "Edit chart" +#~ msgid "Datasource %(name)s already exists" #~ msgstr "" -#~ msgid "Explore chart" +#~ msgid "Delete" #~ msgstr "" -#~ msgid "Remove chart from dashboard" +#~ msgid "Delete all Really?" #~ msgstr "" -#~ msgid "%s - untitled" +#~ msgid "This endpoint requires the `all_datasource_access` permission" #~ msgstr "" -#~ msgid "Edit slice properties" +#~ msgid "The datasource seems to have been deleted" #~ msgstr "" -#~ msgid "Takes effect on chart immediatly" +#~ msgid "The access requests seem to have been deleted" #~ msgstr "" -#~ msgid "Error..." +#~ msgid "The user seems to have been deleted" #~ msgstr "" -#~ msgid "Query" +#~ msgid "You don't have access to this datasource" #~ msgstr "" -#~ msgid "Height" +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" #~ msgstr "" -#~ msgid "Width" +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" #~ msgstr "" -#~ msgid "Export to .json" +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." #~ msgstr "" -#~ msgid "Export to .csv format" +#~ msgid "Impersonate queries to the database" #~ msgstr "" -#~ msgid "Please enter a slice name" +#~ msgid "Import Dashboards" #~ msgstr "" -#~ msgid "Please select a dashboard" +#~ msgid "Access requests" #~ msgstr "" -#~ msgid "Please enter a dashboard name" +#~ msgid "Security" #~ msgstr "" -#~ msgid "Save A Slice" +#~ msgid "List Slices" #~ msgstr "" -#~ msgid "Overwrite slice %s" +#~ msgid "Show Slice" #~ msgstr "" -#~ msgid "Save as" +#~ msgid "Add Slice" #~ msgstr "" -#~ msgid "[slice name]" +#~ msgid "Edit Slice" #~ msgstr "" -#~ msgid "Do not add to a dashboard" +#~ msgid "Slice" #~ msgstr "" -#~ msgid "Add slice to existing dashboard" +#~ msgid "Export" #~ msgstr "" -#~ msgid "Add to new dashboard" +#~ msgid "Export dashboards?" #~ msgstr "" -#~ msgid "Save & go to dashboard" +#~ msgid "Action Log" #~ msgstr "" -#~ msgid "Check out this slice: %s" +#~ msgid "Access was requested" #~ msgstr "" -#~ msgid "`Min` value should be numeric or empty" +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" #~ msgstr "" -#~ msgid "`Max` value should be numeric or empty" +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" #~ msgstr "" -#~ msgid "Filter value" +#~ msgid "You have no permission to approve this request" #~ msgstr "" -#~ msgid "Select metric" +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" #~ msgstr "" -#~ msgid "Select column" +#~ msgid "Slice %(id)s not found" #~ msgstr "" -#~ msgid "Select operator" +#~ msgid "Table %(t)s wasn't found in the database %(d)s" #~ msgstr "" -#~ msgid "Select %s" +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." #~ msgstr "" -#~ msgid "textarea" +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" #~ msgstr "" -#~ msgid "Edit" +#~ msgid "CSS Templates" #~ msgstr "" -#~ msgid "in modal" +#~ msgid "SQL Lab" #~ msgstr "" -#~ msgid "edit" +#~ msgid "Queries" #~ msgstr "" -#~ msgid "Select a visualization type" +#~ msgid "Saved Queries" #~ msgstr "" -#~ msgid "Search / Filter" +#~ msgid "Time Column" #~ msgstr "" -#~ msgid "fetching dashboards failed for %s" +#~ msgid "second" #~ msgstr "" -#~ msgid "Updating chart was stopped" +#~ msgid "minute" #~ msgstr "" -#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgid "hour" #~ msgstr "" -#~ msgid "Query timeout" +#~ msgid "day" #~ msgstr "" -#~ msgid "- visualization query are set to timeout at %s seconds. " +#~ msgid "week" #~ msgstr "" -#~ msgid "" -#~ "Perhaps your data has grown, your " -#~ "database is under unusual load, or " -#~ "you are simply querying a data " -#~ "source that is to large to be " -#~ "processed within the timeout range. If" -#~ " that is the case, we recommend " -#~ "that you summarize your data further." +#~ msgid "month" #~ msgstr "" -#~ msgid "Network error." +#~ msgid "quarter" #~ msgstr "" -#~ msgid "Failed to save slice" +#~ msgid "year" #~ msgstr "" -#~ msgid "The type of visualization to display" +#~ msgid "week_ending_saturday" #~ msgstr "" -#~ msgid "Metrics" +#~ msgid "week_start_sunday" #~ msgstr "" -#~ msgid "One or many metrics to display" +#~ msgid "week_start_monday" #~ msgstr "" -#~ msgid "" -#~ "Bounds for the Y axis. When left" -#~ " empty, the bounds are dynamically " -#~ "defined based on the min/max of " -#~ "the data. Note that this feature " -#~ "will only expand the axis range. " -#~ "It won't narrow the data's extent." +#~ msgid "5 minute" #~ msgstr "" -#~ msgid "Ordering" +#~ msgid "half hour" #~ msgstr "" -#~ msgid "Choose the metric" +#~ msgid "10 minute" #~ msgstr "" -#~ msgid "Right Axis Metric" +#~ msgid "Table Name" #~ msgstr "" -#~ msgid "Choose a metric for right axis" +#~ msgid "Name of table to be created from csv data." #~ msgstr "" -#~ msgid "Stacked Style" +#~ msgid "CSV File" #~ msgstr "" -#~ msgid "Linear Color Scheme" +#~ msgid "Select a CSV file to be uploaded to a database." #~ msgstr "" -#~ msgid "Normalize Across" +#~ msgid "CSV Files Only!" #~ msgstr "" -#~ msgid "" -#~ "Color will be rendered based on a" -#~ " ratio of the cell against the " -#~ "sum of across this criteria" +#~ msgid "Database" #~ msgstr "" -#~ msgid "Horizon Color Scale" +#~ msgid "Delimiter" #~ msgstr "" -#~ msgid "Defines how the color are attributed." +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." #~ msgstr "" -#~ msgid "Rendering" +#~ msgid "Table Exists" #~ msgstr "" #~ msgid "" -#~ "image-rendering CSS attribute of the " -#~ "canvas object that defines how the " -#~ "browser scales up the image" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." #~ msgstr "" -#~ msgid "XScale Interval" +#~ msgid "Fail" #~ msgstr "" -#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgid "Replace" #~ msgstr "" -#~ msgid "YScale Interval" +#~ msgid "Append" #~ msgstr "" -#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgid "Schema" #~ msgstr "" -#~ msgid "Include Time" +#~ msgid "Specify a schema (if database flavour supports this)." #~ msgstr "" -#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgid "Header Row" #~ msgstr "" -#~ msgid "Stacked Bars" +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." #~ msgstr "" -#~ msgid "Show Markers" +#~ msgid "Index Column" #~ msgstr "" -#~ msgid "Show data points as circle markers on the lines" +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." #~ msgstr "" -#~ msgid "Bar Values" +#~ msgid "Mangle Duplicate Columns" #~ msgstr "" -#~ msgid "Sort Bars" +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." #~ msgstr "" -#~ msgid "Sort bars by x labels." +#~ msgid "Skip Initial Space" #~ msgstr "" -#~ msgid "Extra Controls" +#~ msgid "Skip spaces after delimiter." #~ msgstr "" -#~ msgid "" -#~ "Whether to show extra controls or " -#~ "not. Extra controls include things like" -#~ " making mulitBar charts stacked or " -#~ "side by side." +#~ msgid "Skip Rows" #~ msgstr "" -#~ msgid "Reduce X ticks" +#~ msgid "Number of rows to skip at start of file." #~ msgstr "" -#~ msgid "" -#~ "Reduces the number of X axis ticks" -#~ " to be rendered. If true, the x" -#~ " axis wont overflow and labels may" -#~ " be missing. If false, a minimum " -#~ "width will be applied to columns " -#~ "and the width may overflow into an" -#~ " horizontal scroll." +#~ msgid "Rows to Read" #~ msgstr "" -#~ msgid "Include Series" +#~ msgid "Number of rows of file to read." #~ msgstr "" -#~ msgid "Include series name as an axis" +#~ msgid "Skip Blank Lines" #~ msgstr "" -#~ msgid "Color Metric" +#~ msgid "Skip blank lines rather than interpreting them as NaN values." #~ msgstr "" -#~ msgid "A metric to use for color" +#~ msgid "Parse Dates" #~ msgstr "" -#~ msgid "Country Name" +#~ msgid "A comma separated list of columns that should be parsed as dates." #~ msgstr "" -#~ msgid "The name of country that Superset should display" +#~ msgid "Infer Datetime Format" #~ msgstr "" -#~ msgid "Country Field Type" +#~ msgid "Use Pandas to interpret the datetime format automatically." #~ msgstr "" -#~ msgid "" -#~ "The country code standard that Superset" -#~ " should expect to find in the " -#~ "[country] column" +#~ msgid "Decimal Character" #~ msgstr "" -#~ msgid "Group by" +#~ msgid "Character to interpret as decimal point." #~ msgstr "" -#~ msgid "One or many controls to group by" +#~ msgid "Dataframe Index" #~ msgstr "" -#~ msgid "Columns" +#~ msgid "Write dataframe index as a column." #~ msgstr "" -#~ msgid "Columns to display" +#~ msgid "Column Label(s)" #~ msgstr "" -#~ msgid "X" +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." #~ msgstr "" -#~ msgid "Y" +#~ msgid "Viz is missing a datasource" #~ msgstr "" -#~ msgid "Origin" +#~ msgid "From date cannot be larger than to date" #~ msgstr "" -#~ msgid "" -#~ "Defines the origin where time buckets" -#~ " start, accepts natural dates as in" -#~ " `now`, `sunday` or `1970-01-01`" +#~ msgid "Table View" #~ msgstr "" -#~ msgid "Bottom marging, in pixels, allowing for more room for axis labels" +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" #~ msgstr "" -#~ msgid "Time Granularity" +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" #~ msgstr "" -#~ msgid "" -#~ "The time granularity for the " -#~ "visualization. Note that you can type" -#~ " and use simple natural language as" -#~ " in `10 seconds`, `1 day` or " -#~ "`56 weeks`" +#~ msgid "Time Table View" #~ msgstr "" -#~ msgid "Domain" +#~ msgid "Pick at least one metric" #~ msgstr "" -#~ msgid "The time unit used for the grouping of blocks" +#~ msgid "When using 'Group By' you are limited to use a single metric" #~ msgstr "" -#~ msgid "Subdomain" +#~ msgid "Pivot Table" #~ msgstr "" -#~ msgid "" -#~ "The time unit for each block. " -#~ "Should be a smaller unit than " -#~ "domain_granularity. Should be larger or " -#~ "equal to Time Grain" +#~ msgid "Please choose at least one 'Group by' field " #~ msgstr "" -#~ msgid "Link Length" +#~ msgid "Please choose at least one metric" #~ msgstr "" -#~ msgid "Link length in the force layout" +#~ msgid "Group By' and 'Columns' can't overlap" #~ msgstr "" -#~ msgid "Charge" +#~ msgid "Markup" #~ msgstr "" -#~ msgid "Charge in the force layout" +#~ msgid "Separator" #~ msgstr "" -#~ msgid "" -#~ "The time column for the visualization." -#~ " Note that you can define arbitrary" -#~ " expression that return a DATETIME " -#~ "column in the table or. Also note" -#~ " that the filter below is applied " -#~ "against this column or expression" +#~ msgid "Word Cloud" #~ msgstr "" -#~ msgid "Time Grain" +#~ msgid "Treemap" #~ msgstr "" -#~ msgid "" -#~ "The time granularity for the " -#~ "visualization. This applies a date " -#~ "transformation to alter your time column" -#~ " and defines a new time granularity." -#~ " The options here are defined on " -#~ "a per database engine basis in the" -#~ " Superset source code." +#~ msgid "Calendar Heatmap" #~ msgstr "" -#~ msgid "Resample Rule" +#~ msgid "Box Plot" #~ msgstr "" -#~ msgid "Pandas resample rule" +#~ msgid "Bubble Chart" #~ msgstr "" -#~ msgid "Resample How" +#~ msgid "Pick a metric for x, y and size" #~ msgstr "" -#~ msgid "Pandas resample how" +#~ msgid "Bullet Chart" #~ msgstr "" -#~ msgid "Resample Fill Method" +#~ msgid "Pick a metric to display" #~ msgstr "" -#~ msgid "Pandas resample fill method" +#~ msgid "Big Number with Trendline" #~ msgstr "" -#~ msgid "Since" +#~ msgid "Pick a metric!" #~ msgstr "" -#~ msgid "" -#~ "Timestamp from filter. This supports " -#~ "free form typing and natural language" -#~ " as in `1 day ago`, `28 days`" -#~ " or `3 years`" +#~ msgid "Big Number" #~ msgstr "" -#~ msgid "Until" +#~ msgid "Time Series - Line Chart" #~ msgstr "" -#~ msgid "Max Bubble Size" +#~ msgid "Pick a time granularity for your time series" #~ msgstr "" -#~ msgid "Whisker/outlier options" +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." #~ msgstr "" -#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgid "Time Series - Dual Axis Line Chart" #~ msgstr "" -#~ msgid "Ratio" +#~ msgid "Pick a metric for left axis!" #~ msgstr "" -#~ msgid "Target aspect ratio for treemap tiles." +#~ msgid "Pick a metric for right axis!" #~ msgstr "" -#~ msgid "Number format" +#~ msgid "Please choose different metrics on left and right axis" #~ msgstr "" -#~ msgid "Row limit" +#~ msgid "Time Series - Bar Chart" #~ msgstr "" -#~ msgid "Series limit" +#~ msgid "Time Series - Period Pivot" #~ msgstr "" -#~ msgid "Limits the number of time series that get displayed" +#~ msgid "Time Series - Percent Change" #~ msgstr "" -#~ msgid "Sort By" +#~ msgid "Time Series - Stacked" #~ msgstr "" -#~ msgid "Metric used to define the top series" +#~ msgid "Distribution - NVD3 - Pie Chart" #~ msgstr "" -#~ msgid "Rolling" +#~ msgid "Histogram" #~ msgstr "" -#~ msgid "" -#~ "Defines a rolling window function to " -#~ "apply, works along with the [Periods]" -#~ " text box" +#~ msgid "Must have at least one numeric column specified" #~ msgstr "" -#~ msgid "Periods" +#~ msgid "Distribution - Bar Chart" #~ msgstr "" -#~ msgid "" -#~ "Defines the size of the rolling " -#~ "window function, relative to the time" -#~ " granularity selected" +#~ msgid "Can't have overlap between Series and Breakdowns" #~ msgstr "" -#~ msgid "Series" +#~ msgid "Pick at least one field for [Series]" #~ msgstr "" -#~ msgid "" -#~ "Defines the grouping of entities. Each" -#~ " series is shown as a specific " -#~ "color on the chart and has a " -#~ "legend toggle" +#~ msgid "Sunburst" #~ msgstr "" -#~ msgid "Entity" +#~ msgid "Sankey" #~ msgstr "" -#~ msgid "This defines the element to be plotted on the chart" +#~ msgid "Pick exactly 2 columns as [Source / Target]" #~ msgstr "" -#~ msgid "X Axis" +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" #~ msgstr "" -#~ msgid "Metric assigned to the [X] axis" +#~ msgid "Directed Force Layout" #~ msgstr "" -#~ msgid "Y Axis" +#~ msgid "Pick exactly 2 columns to 'Group By'" #~ msgstr "" -#~ msgid "Metric assigned to the [Y] axis" +#~ msgid "Country Map" #~ msgstr "" -#~ msgid "Bubble Size" +#~ msgid "World Map" #~ msgstr "" -#~ msgid "URL" +#~ msgid "Filters" #~ msgstr "" -#~ msgid "" -#~ "The URL, this control is templated, " -#~ "so you can integrate {{ width }}" -#~ " and/or {{ height }} in your " -#~ "URL string." +#~ msgid "Pick at least one filter field" #~ msgstr "" -#~ msgid "X Axis Label" +#~ msgid "iFrame" #~ msgstr "" -#~ msgid "Y Axis Label" +#~ msgid "Parallel Coordinates" #~ msgstr "" -#~ msgid "Custom WHERE clause" +#~ msgid "Heatmap" #~ msgstr "" -#~ msgid "" -#~ "The text in this box gets included" -#~ " in your query's WHERE clause, as " -#~ "an AND to other criteria. You can" -#~ " include complex expression, parenthesis " -#~ "and anything else supported by the " -#~ "backend it is directed towards." +#~ msgid "Horizon Charts" #~ msgstr "" -#~ msgid "Custom HAVING clause" +#~ msgid "Mapbox" #~ msgstr "" -#~ msgid "" -#~ "The text in this box gets included" -#~ " in your query's HAVING clause, as" -#~ " an AND to other criteria. You " -#~ "can include complex expression, parenthesis" -#~ " and anything else supported by the" -#~ " backend it is directed towards." +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" #~ msgstr "" -#~ msgid "Comparison Period Lag" +#~ msgid "Choice of [Label] must be present in [Group By]" #~ msgstr "" -#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgid "Choice of [Point Radius] must be present in [Group By]" #~ msgstr "" -#~ msgid "Comparison suffix" +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" #~ msgstr "" -#~ msgid "Suffix to apply after the percentage display" +#~ msgid "Deck.gl - Multiple Layers" #~ msgstr "" -#~ msgid "Table Timestamp Format" +#~ msgid "Bad spatial key" #~ msgstr "" -#~ msgid "Timestamp Format" +#~ msgid "Deck.gl - Scatter plot" #~ msgstr "" -#~ msgid "Series Height" +#~ msgid "Deck.gl - Screen Grid" #~ msgstr "" -#~ msgid "Pixel height of each series" +#~ msgid "Deck.gl - 3D Grid" #~ msgstr "" -#~ msgid "Page Length" +#~ msgid "Deck.gl - Paths" #~ msgstr "" -#~ msgid "Rows per page, 0 means no pagination" +#~ msgid "Deck.gl - Polygon" #~ msgstr "" -#~ msgid "X Axis Format" +#~ msgid "Deck.gl - 3D HEX" #~ msgstr "" -#~ msgid "Y Axis Format" +#~ msgid "Deck.gl - GeoJSON" #~ msgstr "" -#~ msgid "Right Axis Format" +#~ msgid "Deck.gl - Arc" #~ msgstr "" -#~ msgid "Markup Type" +#~ msgid "Event flow" #~ msgstr "" -#~ msgid "Pick your favorite markup language" +#~ msgid "Time Series - Paired t-test" #~ msgstr "" -#~ msgid "Rotation" +#~ msgid "Time Series - Nightingale Rose Chart" #~ msgstr "" -#~ msgid "Rotation to apply to words in the cloud" +#~ msgid "Partition Diagram" #~ msgstr "" -#~ msgid "Line Style" +#~ msgid "Metric(s) {} must be aggregations." #~ msgstr "" -#~ msgid "Line interpolation as defined by d3.js" +#~ msgid "No data was returned." #~ msgstr "" -#~ msgid "Label Type" +#~ msgid "Unsupported extraction function: " #~ msgstr "" -#~ msgid "What should be shown on the label?" +#~ msgid "List Druid Column" #~ msgstr "" -#~ msgid "Code" +#~ msgid "Show Druid Column" #~ msgstr "" -#~ msgid "Put your code here" +#~ msgid "Add Druid Column" #~ msgstr "" -#~ msgid "Aggregation function" +#~ msgid "Edit Druid Column" #~ msgstr "" -#~ msgid "" -#~ "Aggregate function to apply when " -#~ "pivoting and computing the total rows" -#~ " and columns" +#~ msgid "Column" #~ msgstr "" -#~ msgid "Font Size From" +#~ msgid "Type" #~ msgstr "" -#~ msgid "Font size for the smallest value in the list" +#~ msgid "Datasource" #~ msgstr "" -#~ msgid "Font Size To" +#~ msgid "Groupable" #~ msgstr "" -#~ msgid "Font size for the biggest value in the list" +#~ msgid "Filterable" #~ msgstr "" -#~ msgid "Instant Filtering" +#~ msgid "Count Distinct" #~ msgstr "" -#~ msgid "" -#~ "Whether to apply filters as they " -#~ "change, or wait forusers to hit an" -#~ " [Apply] button" +#~ msgid "Sum" #~ msgstr "" -#~ msgid "Range Filter" +#~ msgid "Min" #~ msgstr "" -#~ msgid "Whether to display the time range interactive selector" +#~ msgid "Max" #~ msgstr "" -#~ msgid "Date Filter" +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." #~ msgstr "" -#~ msgid "Whether to include a time filter" +#~ msgid "List Druid Metric" #~ msgstr "" -#~ msgid "Data Table" +#~ msgid "Show Druid Metric" #~ msgstr "" -#~ msgid "Whether to display the interactive data table" +#~ msgid "Add Druid Metric" #~ msgstr "" -#~ msgid "Search Box" +#~ msgid "Edit Druid Metric" #~ msgstr "" -#~ msgid "Whether to include a client side search box" +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" #~ msgstr "" -#~ msgid "Table Filter" +#~ msgid "Metric" #~ msgstr "" -#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgid "Description" #~ msgstr "" -#~ msgid "Show Bubbles" +#~ msgid "Verbose Name" #~ msgstr "" -#~ msgid "Whether to display bubbles on top of countries" +#~ msgid "JSON" #~ msgstr "" -#~ msgid "Legend" +#~ msgid "Druid Datasource" #~ msgstr "" -#~ msgid "Whether to display the legend (toggles)" +#~ msgid "Warning Message" #~ msgstr "" -#~ msgid "X bounds" +#~ msgid "List Druid Cluster" #~ msgstr "" -#~ msgid "Whether to display the min and max values of the X axis" +#~ msgid "Show Druid Cluster" #~ msgstr "" -#~ msgid "Rich Tooltip" +#~ msgid "Add Druid Cluster" #~ msgstr "" -#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgid "Edit Druid Cluster" #~ msgstr "" -#~ msgid "Y Log Scale" +#~ msgid "Cluster" #~ msgstr "" -#~ msgid "Use a log scale for the Y axis" +#~ msgid "Coordinator Host" #~ msgstr "" -#~ msgid "X Log Scale" +#~ msgid "Coordinator Port" #~ msgstr "" -#~ msgid "Use a log scale for the X axis" +#~ msgid "Coordinator Endpoint" #~ msgstr "" -#~ msgid "Donut" +#~ msgid "Broker Host" #~ msgstr "" -#~ msgid "Do you want a donut or a pie?" +#~ msgid "Broker Port" #~ msgstr "" -#~ msgid "Put labels outside" +#~ msgid "Broker Endpoint" #~ msgstr "" -#~ msgid "Put the labels outside the pie?" +#~ msgid "List Druid Datasource" #~ msgstr "" -#~ msgid "Contribution" +#~ msgid "Show Druid Datasource" #~ msgstr "" -#~ msgid "Compute the contribution to the total" +#~ msgid "Add Druid Datasource" #~ msgstr "" -#~ msgid "Period Ratio" +#~ msgid "Edit Druid Datasource" #~ msgstr "" #~ msgid "" -#~ "[integer] Number of period to compare" -#~ " against, this is relative to the " -#~ "granularity selected" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" #~ msgstr "" -#~ msgid "Period Ratio Type" +#~ msgid "Timezone offset (in hours) for this datasource" #~ msgstr "" #~ msgid "" -#~ "`factor` means (new/previous), `growth` is " -#~ "((new/previous) - 1), `value` is " -#~ "(new-previous)" -#~ msgstr "" - -#~ msgid "Time Shift" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" #~ msgstr "" #~ msgid "" -#~ "Overlay a timeseries from a relative " -#~ "time period. Expects relative time delta" -#~ " in natural language (example: 24 " -#~ "hours, 7 days, 56 weeks, 365 days)" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" #~ msgstr "" -#~ msgid "Subheader" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" #~ msgstr "" -#~ msgid "Description text that shows up below your Big Number" +#~ msgid "Associated Charts" #~ msgstr "" -#~ msgid "label" +#~ msgid "Data Source" #~ msgstr "" -#~ msgid "" -#~ "`count` is COUNT(*) if a group by" -#~ " is used. Numerical columns will be" -#~ " aggregated with the aggregator. Non-" -#~ "numerical columns will be used to " -#~ "label points. Leave empty to get a" -#~ " count of points in each cluster." +#~ msgid "Owner" #~ msgstr "" -#~ msgid "Map Style" +#~ msgid "Is Hidden" #~ msgstr "" -#~ msgid "Base layer map style" +#~ msgid "Enable Filter Select" #~ msgstr "" -#~ msgid "Clustering Radius" +#~ msgid "Default Endpoint" #~ msgstr "" -#~ msgid "" -#~ "The radius (in pixels) the algorithm " -#~ "uses to define a cluster. Choose 0" -#~ " to turn off clustering, but beware" -#~ " that a large number of points " -#~ "(>1000) will cause lag." +#~ msgid "Time Offset" #~ msgstr "" -#~ msgid "Point Radius" +#~ msgid "Cache Timeout" #~ msgstr "" #~ msgid "" -#~ "The radius of individual points (ones" -#~ " that are not in a cluster). " -#~ "Either a numerical column or `Auto`, " -#~ "which scales the point based on " -#~ "the largest cluster" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" #~ msgstr "" -#~ msgid "Point Radius Unit" +#~ msgid "Empty query?" #~ msgstr "" -#~ msgid "The unit of measure for the specified point radius" +#~ msgid "Metric '{}' is not valid" #~ msgstr "" -#~ msgid "Opacity" +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" #~ msgstr "" -#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgid "List Columns" #~ msgstr "" -#~ msgid "Zoom" +#~ msgid "Show Column" #~ msgstr "" -#~ msgid "Zoom level of the map" +#~ msgid "Add Column" #~ msgstr "" -#~ msgid "Default latitude" +#~ msgid "Edit Column" #~ msgstr "" -#~ msgid "Latitude of default viewport" +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" #~ msgstr "" -#~ msgid "Default longitude" +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." #~ msgstr "" -#~ msgid "Longitude of default viewport" +#~ msgid "Table" #~ msgstr "" -#~ msgid "Live render" +#~ msgid "Expression" #~ msgstr "" -#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgid "Is temporal" #~ msgstr "" -#~ msgid "RGB Color" +#~ msgid "Datetime Format" #~ msgstr "" -#~ msgid "The color for points and clusters in RGB" +#~ msgid "Database Expression" #~ msgstr "" -#~ msgid "Ranges" +#~ msgid "List Metrics" #~ msgstr "" -#~ msgid "Ranges to highlight with shading" +#~ msgid "Show Metric" #~ msgstr "" -#~ msgid "Range labels" +#~ msgid "Add Metric" #~ msgstr "" -#~ msgid "Labels for the ranges" +#~ msgid "Edit Metric" #~ msgstr "" -#~ msgid "Markers" +#~ msgid "SQL Expression" #~ msgstr "" -#~ msgid "List of values to mark with triangles" +#~ msgid "D3 Format" #~ msgstr "" -#~ msgid "Marker labels" +#~ msgid "Is Restricted" #~ msgstr "" -#~ msgid "Labels for the markers" +#~ msgid "List Tables" #~ msgstr "" -#~ msgid "Marker lines" +#~ msgid "Show Table" #~ msgstr "" -#~ msgid "List of values to mark with lines" +#~ msgid "Add Table" #~ msgstr "" -#~ msgid "Marker line labels" +#~ msgid "Edit Table" #~ msgstr "" -#~ msgid "Labels for the marker lines" +#~ msgid "Name of the table that exists in the source database" #~ msgstr "" -#~ msgid "Slice ID" +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" #~ msgstr "" -#~ msgid "The id of the active slice" +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." #~ msgstr "" -#~ msgid "Cache Timeout (seconds)" +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." #~ msgstr "" -#~ msgid "The number of seconds before expiring the cache" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" #~ msgstr "" -#~ msgid "Order by entity id" +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" #~ msgstr "" #~ msgid "" -#~ "Important! Select this if the table " -#~ "is not already sorted by entity " -#~ "id, else there is no guarantee " -#~ "that all events for each entity " -#~ "are returned." +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" #~ msgstr "" -#~ msgid "Minimum leaf node event count" +#~ msgid "Changed By" #~ msgstr "" -#~ msgid "" -#~ "Leaf nodes that represent fewer than " -#~ "this number of events will be " -#~ "initially hidden in the visualization" +#~ msgid "Last Changed" #~ msgstr "" -#~ msgid "Time" +#~ msgid "Offset" #~ msgstr "" -#~ msgid "Time related form attributes" +#~ msgid "Fetch Values Predicate" #~ msgstr "" -#~ msgid "Datasource & Chart Type" +#~ msgid "Main Datetime Column" #~ msgstr "" -#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgid "SQL Lab View" #~ msgstr "" -#~ msgid "Advanced Analytics" +#~ msgid "Template parameters" #~ msgstr "" #~ msgid "" -#~ "This section contains options that allow" -#~ " for advanced analytical post processing" -#~ " of query results" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" #~ msgstr "" #~ msgid "" -#~ "Filters are defined using comma " -#~ "delimited strings as in Leave " -#~ "the value control empty to filter " -#~ "empty strings or nullsFor filters with" -#~ " comma in values, wrap them in " -#~ "single quotesas in " +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." #~ msgstr "" -#~ msgid "Result Filters" -#~ msgstr "" - -#~ msgid "" -#~ "The filters to apply after post-" -#~ "aggregation.Leave the value control empty " -#~ "to filter empty strings or nulls" +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" #~ msgstr "" -#~ msgid "Chart Options" +#~ msgid "Profile" #~ msgstr "" -#~ msgid "Breakdowns" +#~ msgid "Logout" #~ msgstr "" -#~ msgid "Defines how each series is broken down" +#~ msgid "Login" #~ msgstr "" -#~ msgid "Axes" +#~ msgid "Record Count" #~ msgstr "" -#~ msgid "Dual Axis Line Chart" +#~ msgid "No records found" #~ msgstr "" -#~ msgid "Y Axis 1" +#~ msgid "Add Filter" #~ msgstr "" -#~ msgid "Y Axis 2" +#~ msgid "Import dashboards" #~ msgstr "" -#~ msgid "Left Axis Metric" +#~ msgid "No Access!" #~ msgstr "" -#~ msgid "Choose a metric for left axis" +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." #~ msgstr "" -#~ msgid "Left Axis Format" +#~ msgid "Request Permissions" #~ msgstr "" -#~ msgid "GROUP BY" +#~ msgid "Cancel" #~ msgstr "" -#~ msgid "Use this section if you want a query that aggregates" +#~ msgid "Test Connection" #~ msgstr "" -#~ msgid "NOT GROUPED BY" +#~ msgid "json isn't valid" #~ msgstr "" -#~ msgid "Use this section if you want to query atomic rows" +#~ msgid "List Databases" #~ msgstr "" -#~ msgid "Options" +#~ msgid "Show Database" #~ msgstr "" -#~ msgid "Bubbles" +#~ msgid "Add Database" #~ msgstr "" -#~ msgid "Histogram Options" +#~ msgid "Edit Database" #~ msgstr "" -#~ msgid "Numeric Column" +#~ msgid "Expose this DB in SQL Lab" #~ msgstr "" -#~ msgid "Select the numeric column to draw the histogram" +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" #~ msgstr "" -#~ msgid "No of Bins" +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." #~ msgstr "" -#~ msgid "Select number of bins for the histogram" +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" #~ msgstr "" -#~ msgid "Primary Metric" +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" #~ msgstr "" -#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" #~ msgstr "" -#~ msgid "Secondary Metric" +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." #~ msgstr "" #~ msgid "" -#~ "This secondary metric is used to " -#~ "define the color as a ratio " -#~ "against the primary metric. If the " -#~ "two metrics match, color is mapped " -#~ "level groups" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." #~ msgstr "" -#~ msgid "Hierarchy" +#~ msgid "Expose in SQL Lab" #~ msgstr "" -#~ msgid "This defines the level of the hierarchy" +#~ msgid "Allow CREATE TABLE AS" #~ msgstr "" -#~ msgid "Source / Target" +#~ msgid "Allow DML" #~ msgstr "" -#~ msgid "Choose a source and a target" +#~ msgid "CTAS Schema" #~ msgstr "" -#~ msgid "Force Layout" +#~ msgid "Creator" #~ msgstr "" -#~ msgid "Chord Diagram" +#~ msgid "SQLAlchemy URI" #~ msgstr "" -#~ msgid "Choose a number format" +#~ msgid "Extra" #~ msgstr "" -#~ msgid "Source" +#~ msgid "Allow Run Sync" #~ msgstr "" -#~ msgid "Choose a source" +#~ msgid "Allow Run Async" #~ msgstr "" -#~ msgid "Target" +#~ msgid "Impersonate the logged on user" #~ msgstr "" -#~ msgid "Choose a target" +#~ msgid "CSV to Database configuration" #~ msgstr "" -#~ msgid "ISO 3166-1 codes of region/province/department" +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" #~ msgstr "" -#~ msgid "" -#~ "It's ISO 3166-1 of your " -#~ "region/province/department in your table. (see" -#~ " documentation for list of ISO " -#~ "3166-1)" +#~ msgid "User" #~ msgstr "" -#~ msgid "Metric to display bottom title" +#~ msgid "User Roles" #~ msgstr "" -#~ msgid "Country Control" +#~ msgid "Database URL" #~ msgstr "" -#~ msgid "3 letter code of the country" +#~ msgid "Roles to grant" #~ msgstr "" -#~ msgid "Metric for color" +#~ msgid "Created On" #~ msgstr "" -#~ msgid "Metric that defines the color of the country" +#~ msgid "List Charts" #~ msgstr "" -#~ msgid "Bubble size" +#~ msgid "Show Chart" #~ msgstr "" -#~ msgid "Metric that defines the size of the bubble" +#~ msgid "Add Chart" #~ msgstr "" -#~ msgid "Filter Box" +#~ msgid "Edit Chart" #~ msgstr "" -#~ msgid "Filter controls" +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." #~ msgstr "" -#~ msgid "" -#~ "The controls you want to filter " -#~ "on. Note that only columns checked " -#~ "as \"filterable\" will show up on " -#~ "this list." +#~ msgid "Duration (in seconds) of the caching timeout for this slice." #~ msgstr "" -#~ msgid "Axis & Metrics" +#~ msgid "Dashboards" #~ msgstr "" -#~ msgid "Heatmap Options" +#~ msgid "Last Modified" #~ msgstr "" -#~ msgid "Horizon" +#~ msgid "Owners" #~ msgstr "" -#~ msgid "Points" +#~ msgid "Parameters" #~ msgstr "" -#~ msgid "Labelling" +#~ msgid "Chart" #~ msgstr "" -#~ msgid "Visual Tweaks" +#~ msgid "Name" #~ msgstr "" -#~ msgid "Viewport" +#~ msgid "Visualization Type" #~ msgstr "" -#~ msgid "Longitude" +#~ msgid "List Dashboards" #~ msgstr "" -#~ msgid "Column containing longitude data" +#~ msgid "Show Dashboard" #~ msgstr "" -#~ msgid "Latitude" +#~ msgid "Add Dashboard" #~ msgstr "" -#~ msgid "Column containing latitude data" +#~ msgid "Edit Dashboard" #~ msgstr "" -#~ msgid "Cluster label aggregator" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" #~ msgstr "" #~ msgid "" -#~ "Aggregate function applied to the list" -#~ " of points in each cluster to " -#~ "produce the cluster label." +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" #~ msgstr "" -#~ msgid "Tooltip" +#~ msgid "To get a readable URL for your dashboard" #~ msgstr "" #~ msgid "" -#~ "Show a tooltip when hovering over " -#~ "points and clusters describing the label" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." #~ msgstr "" -#~ msgid "" -#~ "One or many controls to group by." -#~ " If grouping, latitude and longitude " -#~ "columns must be present." +#~ msgid "Owners is a list of users who can alter the dashboard." #~ msgstr "" -#~ msgid "Event definition" +#~ msgid "Dashboard" #~ msgstr "" -#~ msgid "Additional meta data" +#~ msgid "Title" #~ msgstr "" -#~ msgid "Column containing entity ids" +#~ msgid "Slug" #~ msgstr "" -#~ msgid "e.g., a \"user id\" column" +#~ msgid "Charts" #~ msgstr "" -#~ msgid "Column containing event names" +#~ msgid "Modified" #~ msgstr "" -#~ msgid "Event count limit" +#~ msgid "Position JSON" #~ msgstr "" -#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgid "CSS" #~ msgstr "" -#~ msgid "Meta data" +#~ msgid "JSON Metadata" #~ msgstr "" -#~ msgid "Select any columns for meta data inspection" +#~ msgid "Underlying Tables" #~ msgstr "" -#~ msgid "" -#~ "The server could not be reached. " -#~ "You may want to verify your " -#~ "connection and try again." +#~ msgid "Action" #~ msgstr "" -#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgid "dttm" #~ msgstr "" -#~ msgid "Query timeout - visualization query are set to time out at %s seconds." +#~ msgid "You don't have the rights to " #~ msgstr "" -#~ msgid "Favorites" +#~ msgid "alter this " #~ msgstr "" -#~ msgid "Created Content" +#~ msgid "chart" #~ msgstr "" -#~ msgid "Recent Activity" +#~ msgid "create a " #~ msgstr "" -#~ msgid "Security & Access" +#~ msgid "dashboard" #~ msgstr "" -#~ msgid "No slices" +#~ msgid "Query record was not created as expected." #~ msgstr "" -#~ msgid "No dashboards" +#~ msgid "Template Name" #~ msgstr "" -#~ msgid "No favorite slices yet, go click on stars!" +#~ msgid "SQL Editor" #~ msgstr "" -#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgid "Query Search" #~ msgstr "" -#~ msgid "Roles" +#~ msgid "Status" #~ msgstr "" -#~ msgid "Datasources" +#~ msgid "Start Time" #~ msgstr "" -#~ msgid "Profile picture provided by Gravatar" +#~ msgid "End Time" #~ msgstr "" -#~ msgid "joined" +#~ msgid "List Saved Query" #~ msgstr "" -#~ msgid "id:" +#~ msgid "Show Saved Query" #~ msgstr "" -#~ msgid "Sorry, there appears to be no data" +#~ msgid "Add Saved Query" #~ msgstr "" -#~ msgid "Select [%s]" +#~ msgid "Edit Saved Query" +#~ msgstr "" + +#~ msgid "Label" +#~ msgstr "" + +#~ msgid "Pop Tab Link" +#~ msgstr "" + +#~ msgid "Changed on" #~ msgstr "" diff --git a/superset/translations/es/LC_MESSAGES/messages.json b/superset/translations/es/LC_MESSAGES/messages.json index ee006cf18be1d..405107dbe34e7 100644 --- a/superset/translations/es/LC_MESSAGES/messages.json +++ b/superset/translations/es/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"es"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_start_monday":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Table View":[""],"Pivot Table":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Bullet Chart":[""],"Big Number with Trendline":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Time Series - Dual Axis Line Chart":[""],"Time Series - Bar Chart":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Distribution - Bar Chart":[""],"Sunburst":[""],"Sankey":[""],"Directed Force Layout":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Event flow":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Could not connect to server":[""],"Your session timed out, please refresh your page and try again.":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Query was stopped":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"The query returned no data":[""],"Run Selected Query":[""],"Run Query":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"It appears that the number of rows in the query results displayed was limited on the server side to the %s limit.":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Type to search ...":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Pie Chart":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new slice":[""],"Choose a datasource":[""],"Choose a visualization type":[""],"Create new slice":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"You have unsaved changes.":[""],"Click the":[""],"button on the top right to save your changes.":[""],"Served from data cached %s . Click to force refresh.":[""],"Click to force refresh":[""],"Error":[""],"Sorry, there was an error adding slices to this dashboard: %s":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Force refresh the whole dashboard":[""],"Edit this dashboard's properties":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Name":[""],"Viz":[""],"Modified":[""],"Add Slices":[""],"Add a new slice to the dashboard":[""],"Add Slices to Dashboard":[""],"Move chart":[""],"Force refresh data":[""],"Toggle chart description":[""],"Edit chart":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"%s - untitled":[""],"Edit slice properties":[""],"Takes effect on chart immediatly":[""],"Error...":[""],"Query":[""],"Height":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"Please enter a slice name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Slice":[""],"Overwrite slice %s":[""],"Save as":[""],"[slice name]":[""],"Do not add to a dashboard":[""],"Add slice to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this slice: %s":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Filter value":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"Select %s":[""],"textarea":[""],"Edit":[""],"in modal":[""],"edit":[""],"Select a visualization type":[""],"Search / Filter":[""],"fetching dashboards failed for %s":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"Query timeout":[""],"- visualization query are set to timeout at %s seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Failed to save slice":[""],"Datasource":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Choose the metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Stacked Bars":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Group by":[""],"One or many controls to group by":[""],"Columns":[""],"Columns to display":[""],"X":[""],"Y":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom marging, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"Timestamp from filter. This supports free form typing and natural language as in `1 day ago`, `28 days` or `3 years`":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed":[""],"Sort By":[""],"Metric used to define the top series":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"Right Axis Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Whether to apply filters as they change, or wait forusers to hit an [Apply] button":[""],"Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Slice ID":[""],"The id of the active slice":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Advanced Analytics":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Filters are defined using comma delimited strings as in Leave the value control empty to filter empty strings or nullsFor filters with comma in values, wrap them in single quotesas in ":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Axes":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Options":[""],"Bubbles":[""],"Histogram Options":[""],"Numeric Column":[""],"Select the numeric column to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Force Layout":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-1 codes of region/province/department":[""],"It's ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)":[""],"Metric":[""],"Metric to display bottom title":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Axis & Metrics":[""],"Heatmap Options":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Viewport":[""],"Longitude":[""],"Column containing longitude data":[""],"Latitude":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"The server could not be reached. You may want to verify your connection and try again.":[""],"An unknown error occurred. (Status: %s )":[""],"Query timeout - visualization query are set to time out at %s seconds.":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No slices":[""],"No dashboards":[""],"Dashboards":[""],"Slices":[""],"No favorite slices yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Select [%s]":[""],"No data was returned.":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Slices":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Metric '{}' is not valid":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Changed By":[""],"Database":[""],"Last Changed":[""],"Schema":[""],"Offset":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Import":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Welcome!":[""],"Test Connection":[""],"Datasource %(name)s already exists":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Import Dashboards":[""],"Manage":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Slices":[""],"Show Slice":[""],"Add Slice":[""],"Edit Slice":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this slice.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Slice":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Slice %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Saved Queries":[""]}}} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"es"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/es/LC_MESSAGES/messages.mo b/superset/translations/es/LC_MESSAGES/messages.mo index 8bed6eb58ba90..7578247ea0842 100644 Binary files a/superset/translations/es/LC_MESSAGES/messages.mo and b/superset/translations/es/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/es/LC_MESSAGES/messages.po b/superset/translations/es/LC_MESSAGES/messages.po index 4742f76379b11..cb57677edc372 100644 --- a/superset/translations/es/LC_MESSAGES/messages.po +++ b/superset/translations/es/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-10-04 10:12-0700\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2016-05-02 08:49-0700\n" "Last-Translator: FULL NAME \n" "Language: es\n" @@ -16,1502 +16,1648 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.4.0\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:553 -#: superset/db_engine_specs.py:192 -#: superset/db_engine_specs.py:223 -#: superset/db_engine_specs.py:267 -#: superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 -#: superset/db_engine_specs.py:839 -#: superset/db_engine_specs.py:875 -#: superset/db_engine_specs.py:907 -#: superset/db_engine_specs.py:953 -#: superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Columna de Tiempo" - -#: superset/db_engine_specs.py:193 -#: superset/db_engine_specs.py:224 -#: superset/db_engine_specs.py:316 -#: superset/db_engine_specs.py:372 -#: superset/db_engine_specs.py:840 -#: superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +msgstr "" + +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "segundo" - -#: superset/db_engine_specs.py:194 -#: superset/db_engine_specs.py:227 -#: superset/db_engine_specs.py:319 -#: superset/db_engine_specs.py:374 -#: superset/db_engine_specs.py:842 -#: superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 -#: superset/db_engine_specs.py:954 -#: superset/db_engine_specs.py:992 -#: superset/db_engine_specs.py:1016 +msgstr "" + +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "minuto" - -#: superset/db_engine_specs.py:195 -#: superset/db_engine_specs.py:231 -#: superset/db_engine_specs.py:321 -#: superset/db_engine_specs.py:376 -#: superset/db_engine_specs.py:848 -#: superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 -#: superset/db_engine_specs.py:960 -#: superset/db_engine_specs.py:993 -#: superset/db_engine_specs.py:1017 +msgstr "" + +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "hora" - -#: superset/db_engine_specs.py:196 -#: superset/db_engine_specs.py:236 -#: superset/db_engine_specs.py:268 -#: superset/db_engine_specs.py:323 -#: superset/db_engine_specs.py:378 -#: superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 -#: superset/db_engine_specs.py:914 -#: superset/db_engine_specs.py:962 -#: superset/db_engine_specs.py:994 -#: superset/db_engine_specs.py:1018 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "día" - -#: superset/db_engine_specs.py:197 -#: superset/db_engine_specs.py:242 -#: superset/db_engine_specs.py:269 -#: superset/db_engine_specs.py:324 -#: superset/db_engine_specs.py:380 -#: superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 -#: superset/db_engine_specs.py:916 -#: superset/db_engine_specs.py:995 -#: superset/db_engine_specs.py:1019 +msgstr "" + +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "semana" - -#: superset/db_engine_specs.py:198 -#: superset/db_engine_specs.py:244 -#: superset/db_engine_specs.py:271 -#: superset/db_engine_specs.py:326 -#: superset/db_engine_specs.py:382 -#: superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 -#: superset/db_engine_specs.py:918 -#: superset/db_engine_specs.py:964 -#: superset/db_engine_specs.py:996 -#: superset/db_engine_specs.py:1020 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "mes" - -#: superset/db_engine_specs.py:199 -#: superset/db_engine_specs.py:246 -#: superset/db_engine_specs.py:328 -#: superset/db_engine_specs.py:384 -#: superset/db_engine_specs.py:856 -#: superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 -#: superset/db_engine_specs.py:966 -#: superset/db_engine_specs.py:997 -#: superset/db_engine_specs.py:1021 +msgstr "" + +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "trimestre" - -#: superset/db_engine_specs.py:200 -#: superset/db_engine_specs.py:250 -#: superset/db_engine_specs.py:330 -#: superset/db_engine_specs.py:858 -#: superset/db_engine_specs.py:888 -#: superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 -#: superset/db_engine_specs.py:1022 -msgid "year" -msgstr "año" +msgstr "" -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" -msgstr "semana_empieza_lunes" +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 +msgid "year" +msgstr "" -#: superset/db_engine_specs.py:386 -#: superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "semana_termina_sábado" +msgstr "" -#: superset/db_engine_specs.py:389 -#: superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "semana_empieza_domingo" +msgstr "" + +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" -#: superset/db_engine_specs.py:844 -#: superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 minutos" +msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "media hora" +msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 minutos" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" -#: superset/utils.py:499 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)" +msgstr "" -#: superset/viz.py:50 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "Falta una fuente de datos" +msgstr "" -#: superset/viz.py:181 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "La fecha de inicio no puede ser superior a la de fin" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 -#: superset/viz.py:369 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Vista de Tabla" +msgstr "" -#: superset/viz.py:381 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'" +msgstr "" -#: superset/viz.py:391 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:386 -#: superset/viz.py:430 +#: superset/viz.py:596 +msgid "Time Table View" +msgstr "" + +#: superset/viz.py:605 superset/viz.py:1464 +msgid "Pick at least one metric" +msgstr "" + +#: superset/viz.py:608 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "Tabla Dinámica" +msgstr "" -#: superset/viz.py:444 -msgid "Please choose at least one \"Group by\" field " +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " msgstr "" -#: superset/viz.py:446 +#: superset/viz.py:653 msgid "Please choose at least one metric" msgstr "" -#: superset/viz.py:450 -msgid "'Group By' and 'Columns' can't overlap" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "Texto con Formato" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:411 -#: superset/viz.py:502 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "Separador" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:433 -#: superset/viz.py:514 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "Nube de Etiquetas" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:454 -#: superset/viz.py:537 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "Mapa de Arbol" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:563 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "Mapa de Calor del Calendario" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:502 -#: superset/viz.py:621 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "Diagrama de Caja" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:523 -#: superset/viz.py:710 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "Gráfico de Burbujas" +msgstr "" -#: superset/viz.py:734 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "Elige una métrica y tamaño para x, y " +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:574 -#: superset/viz.py:760 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" -msgstr "Grafico de Puntos" +msgstr "" -#: superset/viz.py:786 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "Elige una métrica para mostrar" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:597 -#: superset/viz.py:809 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "Número Grande con Línea de Tendencia" +msgstr "" -#: superset/viz.py:817 -#: superset/viz.py:846 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "Elige una métrica!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:622 -#: superset/viz.py:838 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "Número Grande" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 -#: superset/viz.py:865 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "Serie Temporal - Gráfico de Líneas" +msgstr "" -#: superset/viz.py:913 -#: superset/viz.py:1058 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" msgstr "" -#: superset/viz.py:1001 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1011 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1013 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1015 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 -#: superset/viz.py:1076 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 -#: superset/viz.py:1084 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 -#: superset/viz.py:1092 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" msgstr "" -#: superset/viz.py:1101 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:647 -#: superset/viz.py:1119 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Histograma" +msgstr "" -#: superset/viz.py:1129 -msgid "Must have one numeric column specified" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1144 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" msgstr "" -#: superset/viz.py:1155 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1157 -msgid "Pick at least one metric" -msgstr "" - -#: superset/viz.py:1159 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:679 -#: superset/viz.py:1212 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:716 -#: superset/viz.py:1245 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1252 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset/viz.py:1283 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1294 -#: superset/viz.py:1315 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1301 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/viz.py:1348 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "Mapa de País" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:841 -#: superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "Mapa Mundial" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1426 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "Filtros" +msgstr "" -#: superset/viz.py:1434 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "Elige al menos un campo de filtro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:909 -#: superset/viz.py:1461 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" -msgstr "iFrame" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/viz.py:1478 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" -msgstr "Coordenadas Paralelas" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:943 -#: superset/viz.py:1503 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "Mapa de Calor" +msgstr "" -#: superset/viz.py:1562 +#: superset/viz.py:1878 msgid "Horizon Charts" -msgstr "Gráficos de Horizontes" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1002 -#: superset/viz.py:1573 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" -msgstr "Caja de Mapa" +msgstr "" -#: superset/viz.py:1588 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1601 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1606 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1611 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -#: superset/viz.py:1676 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" -msgstr "Flujo de Evento" +msgstr "" -#: superset/viz.py:1706 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" -msgstr "Serie Temportal - Prueba-T Pareada" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "Tu consulta fue guardada" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "Tu consulta no pudo ser guardada" - -#: superset/assets/javascripts/SqlLab/actions.js:111 -msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" +#: superset/assets/src/SqlLab/actions.js:113 +msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." -msgstr "La consulta ha sido detenida." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." -msgstr "No se ha podido detener la consulta." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" -msgstr "consulta compartida" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" -msgstr "Elige un tipo de gráfico!" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" -msgstr "Consulta sin Nombre" +msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" -msgstr "Copia de %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "compartir consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "copiar URL al portapapeles" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" -msgstr "SQL Directo" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" -msgstr "Fuente SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" -msgstr "SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." -msgstr "No hay histórico de consultas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "Buscar Resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "Buscar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "Abrir en el Editor SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "ver resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" -msgstr "Previsualización de Datos" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" -msgstr "Ejecutar consulta en otra pestaña" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" -msgstr "Eliminar consulta del historial" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" -msgstr ".CSV" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "Visualizar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:85 -#: superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:214 -#: superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Tabla" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "Consultar en otra pestaña" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." -msgstr "Cargando..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" -msgstr "Ejecutar consulta" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "Detener" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" -msgstr "Indefinido" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" -msgstr "Etiqueta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 -#: superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 -#: superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 -#: superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" -msgstr "Guardar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "Cancelar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" -msgstr "Guardar Consulta" +msgstr "" + +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" -msgstr "Resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" -msgstr "Historial de la Consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" -msgstr "nuevo nombre de tabla" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" -msgstr "Error recuperando la lista de tablas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" -msgstr "Error recuperando la lista de esquemas" +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" -msgstr "Error recuperando la lista de bases de datos" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" -msgstr "Base de datos:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" -msgstr "Selecciona una base de datos" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" -msgstr "Esquema:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" -msgstr "cerrar pestaña" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" -msgstr "renombrar pestaña" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" -msgstr "expandir la barra de herramientas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" -msgstr "esconder la barra de herramientas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 -#, python-format -msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 +#, python-format +msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" -msgstr "Tipo Gráfico" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" -msgstr "Nombre de la Fuente de Datos" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" -msgstr "nombre de la fuente de datos" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" +msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" + +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." -msgstr "Selecciona ..." +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" -msgstr "Copiar al portapapeles" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:65 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" -msgstr "Sin éxito" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:68 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:79 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" -msgstr "Copiado!" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:475 -#: superset/views/core.py:542 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "Título" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:164 -#, python-format -msgid "Served from data cached %s . Click to force refresh." +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:169 -msgid "Click to force refresh" +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:353 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" -msgstr "Error" +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:354 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:48 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:54 -msgid "Force refresh the whole dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:94 -msgid "Edit this dashboard's properties" +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" +msgstr "" + +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" -msgstr "Cargar una plantilla" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" -msgstr "Cargar una plantilla CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:482 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" -msgstr "CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" -msgstr "Editor CSS" +msgstr "" + +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" + +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" -msgstr "No Actualizar" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" -msgstr "10 segundos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" -msgstr "30 segundos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" -msgstr "1 minuto" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" -msgstr "5 minutos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" -msgstr "Intérvalo Actualización" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" + +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" -msgstr "Guardar como:" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:379 -msgid "Name" -msgstr "Nombre" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 -msgid "Viz" -msgstr "Viz" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:480 -#: superset/views/core.py:544 -#: superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "Modificado" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" -msgstr "Añadir Segmentos" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" -msgstr "Mover gráfico" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 -msgid "Force refresh data" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 +msgid "Name" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 -msgid "Toggle chart description" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 +msgid "Viz" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 -msgid "Edit chart" -msgstr "Editar gráfico" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 -msgid "Export CSV" -msgstr "Exportar CSV" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 -msgid "Explore chart" -msgstr "Explorar gráfico" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 -msgid "Remove chart from dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" -msgstr "descripción" - -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" -msgstr "tornillo" - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:61 -msgid "Error..." -msgstr "Error..." - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:97 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:436 -#: superset/assets/javascripts/explore/stores/visTypes.js:457 -#: superset/assets/javascripts/explore/stores/visTypes.js:485 -#: superset/assets/javascripts/explore/stores/visTypes.js:505 -#: superset/assets/javascripts/explore/stores/visTypes.js:526 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:600 -#: superset/assets/javascripts/explore/stores/visTypes.js:625 -#: superset/assets/javascripts/explore/stores/visTypes.js:650 -#: superset/assets/javascripts/explore/stores/visTypes.js:682 -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:811 -#: superset/assets/javascripts/explore/stores/visTypes.js:844 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:924 -#: superset/assets/javascripts/explore/stores/visTypes.js:946 -#: superset/assets/javascripts/explore/stores/visTypes.js:1005 -msgid "Query" -msgstr "Consulta" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "Altura" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "Anchura" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "Exportar a .json" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "Exportar a .csv" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 +msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "Guardar un Segmento" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "Guardar como" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "No añadir a un cuadro de mando" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "Añadir a un cuadro de mando existente" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "Añadir a un nuevo cuadro de mando" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "Guardar e ir al cuadro de mando" - -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:55 -msgid "`Min` value should be numeric or empty" -msgstr "El valor `Mín` debe ser numérico o vacío" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:58 -msgid "`Max` value should be numeric or empty" -msgstr "El valor `Máx` debe ser numérico o vacío" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:75 -#: superset/connectors/druid/views.py:50 -#: superset/connectors/sqla/views.py:88 -msgid "Min" -msgstr "Mín" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:83 -#: superset/connectors/druid/views.py:51 -#: superset/connectors/sqla/views.py:89 -msgid "Max" -msgstr "Máx" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 +msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 +msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 +msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "Selecciona una fuente de datos" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "Buscar / Filtrar" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "Valor del Filtro" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "Selecciona la métrica" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "Selecciona la columna" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "Selecciona el operador" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "Añadir Filtro" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "Error recuperando datos" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:106 -#, python-format -msgid "Select %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 +msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" -msgstr "área de texto" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "Editar" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 +msgid "Remove chart from dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "Selecciona un tipo de visualización" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" -msgstr "La actualización del gráfico ha sido detenida" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" +msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:223 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 +#: superset/assets/src/explore/controls.jsx:124 msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." +"For more information about objects are in context in the scope of this " +"function, refer to the" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "Error de red." - -#: superset/assets/javascripts/explore/stores/controls.jsx:36 -msgid "A reference to the [Time] configuration, taking granularity into account" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:50 -msgid "Group by" -msgstr "Agrupar por" - -#: superset/assets/javascripts/explore/stores/controls.jsx:53 -msgid "One or many controls to group by" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:72 -#: superset/connectors/druid/views.py:45 -#: superset/views/core.py:318 -#: superset/views/core.py:342 -#: superset/views/core.py:373 -msgid "Datasource" -msgstr "Fuente de datos" - -#: superset/assets/javascripts/explore/stores/controls.jsx:82 -#: superset/views/core.py:381 +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" -msgstr "Tipo de Visualización" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:90 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" -msgstr "Métricas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:103 +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" -msgstr "Límites del Eje Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:210 msgid "" "Bounds for the Y axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:125 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" -msgstr "Capas de Anotación" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" -msgstr "Selecciona una capa de anotación" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:832 -#: superset/connectors/druid/views.py:106 -#: superset/connectors/sqla/views.py:130 -msgid "Metric" -msgstr "Métrica" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" -msgstr "Elige la métrica" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:223 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:230 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:237 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:242 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:249 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:255 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" -msgstr "Intervalo Escala X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:258 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:264 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" -msgstr "Intervalo Escala Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:267 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:273 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" -msgstr "Incluir Tiempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:288 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:296 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" -msgstr "Mostrar Totales" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" -msgstr "Mostrar Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:307 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:312 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:315 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:322 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:327 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" -msgstr "Combinar Métricas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:338 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:348 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1519,137 +1665,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:357 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:360 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:367 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" -msgstr "Nombre País" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:393 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" -msgstr "Tipo de Campo de País" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:412 -#: superset/assets/javascripts/explore/stores/controls.jsx:419 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" -msgstr "Columnas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:421 -#: superset/assets/javascripts/explore/stores/controls.jsx:431 -#: superset/assets/javascripts/explore/stores/controls.jsx:441 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:450 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" -msgstr "Origen" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:456 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" -msgstr "Margen Izquierdo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:477 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:483 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" -msgstr "Granularidad de Tiempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" -msgstr "Dominio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:510 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:515 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" -msgstr "Subdominio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:518 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:525 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:528 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:534 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:548 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:556 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:568 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" -msgstr "Granularidad Temporal" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1657,114 +1893,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:583 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:595 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "desde" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:611 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" -msgstr "Hace 7 días" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:617 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "Hasta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:624 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:645 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" -msgstr "Proporción" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:648 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" -msgstr "Formato numérico" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" -msgstr "Límite filas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:675 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:680 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" -msgstr "Ordenar por" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:697 +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:714 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1773,1943 +2071,5819 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" -msgstr "Series" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:737 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" -msgstr "Entidad" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:740 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:748 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:547 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" -msgstr "Eje X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:749 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:762 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:555 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" -msgstr "Eje Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:765 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:776 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" -msgstr "Tamaño burbuja" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" -msgstr "URL" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:790 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:797 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" -msgstr "Etiqueta Eje X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" -msgstr "Etiqueta Eje Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:811 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" -msgstr "Cláusula WHERE personalizada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:821 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" -msgstr "Cláusula HAVING personalizada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:838 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:845 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:850 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:859 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:865 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" -msgstr "Longitud de Página" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 -#: superset/assets/javascripts/explore/stores/controls.jsx:884 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" -msgstr "Formato Eje X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:894 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" -msgstr "Formato Eje Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:904 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:917 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" -msgstr "Rotación" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:930 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" -msgstr "Estilo Línea" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" -msgstr "Tipo Etiqueta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:949 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:954 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:414 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" -msgstr "Código" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:955 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" -msgstr "Pon tu código aquí" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:964 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" -msgstr "Función de agregación" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:976 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:998 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1009 -msgid "Range Filter" -msgstr "Filtro de Rango" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1012 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1017 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" -msgstr "Filtro de Fecha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1024 +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" -msgstr "Tabla de Datos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1031 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" -msgstr "Caja de Búsqueda" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1034 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1039 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" -msgstr "Filtro de Tabla" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1041 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1046 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" -msgstr "Mostrar Burbujas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1049 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" -msgstr "Leyenda" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1062 +#: superset/assets/src/explore/controls.jsx:1514 +msgid "Show Values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1517 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" -msgstr "Límites X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1070 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" -msgstr "Límites Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1078 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1081 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" -msgstr "Escala Logarítmica Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" -msgstr "Escala Logarítmica X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1098 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" -msgstr "Donut" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1106 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" -msgstr "¿Quieres un donut o un pastel?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" -msgstr "Poner las etiquetas fuera" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1114 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" -msgstr "Contribución" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" -msgstr "Ratio de Periodo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1135 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" -msgstr "Tipo de Ratio de Periodo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1146 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" -msgstr "Sub-encabezado" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1155 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" -msgstr "etiqueta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1163 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" -msgstr "Estilo Mapa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1190 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1203 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1225 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1230 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" -msgstr "Opacidad" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1239 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" -msgstr "Acercamiento" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" -msgstr "Nivel de acercamiento del mapa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" -msgstr "Latitud por defecto" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1251 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" -msgstr "Latitud de la ventana gráfica predeterminada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1257 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" -msgstr "Longitud por defecto" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" -msgstr "Longitud de la ventana gráfica predeterminada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1266 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1274 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" -msgstr "Color RGB" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" -msgstr "Rangos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1291 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1296 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1303 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" -msgstr "Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1310 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" -msgstr "Etiquetas de Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" -msgstr "Etiquetas para los Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1317 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" -msgstr "Líneas de Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1324 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" -msgstr "Etiquetas de Líneas para los Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1360 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1368 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1379 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1385 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1389 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" -msgstr "Tiempo" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" -msgstr "Tipo de Fuente de Datos y Gráfico" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" -msgstr "Anotaciones" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" -msgstr "Analíticas Avanzadas" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"The filters to apply after post-aggregation.Leave the value control empty" -" to filter empty strings or nulls" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:465 -#: superset/assets/javascripts/explore/stores/visTypes.js:513 -#: superset/assets/javascripts/explore/stores/visTypes.js:534 -#: superset/assets/javascripts/explore/stores/visTypes.js:658 -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -#: superset/assets/javascripts/explore/stores/visTypes.js:781 -#: superset/assets/javascripts/explore/stores/visTypes.js:993 -msgid "Chart Options" -msgstr "Opciones de Gráfico" - -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" -msgstr "Descomposiciones" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" -msgstr "Gráfico Pastel" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" -msgstr "Eje Y 1" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" -msgstr "Eje Y 2" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" -msgstr "Formato del Eje Izquierdo" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" -msgstr "Ejes" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" -msgstr "AGRUPAR POR" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" -msgstr "NO AGRUPADO POR" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -#: superset/assets/javascripts/explore/stores/visTypes.js:912 -msgid "Options" -msgstr "Opciones" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:541 -#: superset/assets/javascripts/explore/stores/visTypes.js:853 -msgid "Bubbles" -msgstr "Burbujas" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:667 -msgid "Numeric Column" -msgstr "Columna Numérica" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:671 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:672 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Primary Metric" -msgstr "Métrica Primaria" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:700 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:703 -msgid "Secondary Metric" -msgstr "Métrica Segundaria" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:704 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -msgid "Hierarchy" -msgstr "Jerarquía" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -msgid "Source / Target" -msgstr "Origen / Destino" - -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -msgid "Chord Diagram" -msgstr "Diagrama de Cuerdas" - -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Choose a number format" -msgstr "Elige un formato numérico" - -#: superset/assets/javascripts/explore/stores/visTypes.js:794 -msgid "Source" -msgstr "Fuente" - -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Choose a source" -msgstr "Elige una fuente" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -msgid "Target" -msgstr "Destino" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:803 -msgid "Choose a target" -msgstr "Elige un destino" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:828 -msgid "ISO 3166-2 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:829 -msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-2)" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -msgid "Country Control" -msgstr "Control de País" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:864 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:867 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:878 -msgid "Filter Box" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter controls" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 +#: superset/assets/src/explore/controls.jsx:2138 msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:954 -msgid "Heatmap Options" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:989 -msgid "Horizon" -msgstr "Horizonte" - -#: superset/assets/javascripts/explore/stores/visTypes.js:1015 -msgid "Points" -msgstr "Puntos" - -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Labelling" -msgstr "Etiquetando" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1029 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -msgid "Viewport" +#: superset/assets/src/explore/controls.jsx:2150 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -msgid "Longitude" -msgstr "Longitud" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1049 -msgid "Column containing longitude data" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1052 -msgid "Latitude" -msgstr "Latitud" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1053 -msgid "Column containing latitude data" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1056 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1061 -msgid "Tooltip" -msgstr "Ayuda" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1062 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Event definition" -msgstr "Definición evento" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Additional meta data" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -msgid "Column containing entity ids" +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1096 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1099 -msgid "Column containing event names" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -msgid "Event count limit" +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1108 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1111 -msgid "Meta data" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" msgstr "" -#: superset/assets/javascripts/modules/superset.js:130 +#: superset/assets/src/explore/visTypes.js:72 msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset/assets/javascripts/modules/superset.js:133 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" -msgstr "Favoritos" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "Actividad Reciente" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "Acceso y Seguridad" +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" -msgstr "Sin segmentos" +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" -msgstr "Sin cuadros de mando" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 -#: superset/views/core.py:372 -#: superset/views/core.py:532 -msgid "Dashboards" -msgstr "Cuadros de Mando" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:408 -#: superset/views/core.py:477 -msgid "Slices" -msgstr "Segmentos" +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" -msgstr "Roles" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:284 -msgid "Databases" -msgstr "Bases de datos" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" -msgstr "Fuentes de datos" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" -msgstr "id:" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:106 -#, python-format -msgid "Select [%s]" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" -msgstr "Mostrar Columnas Druid" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" +msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" -msgstr "Mostrar Columna Druid" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" +msgstr "" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" -msgstr "Añadir Columna Druid" +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" -msgstr "Editar Columna Druid" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" +msgstr "" -#: superset/connectors/druid/views.py:43 -#: superset/connectors/sqla/views.py:80 -msgid "Column" -msgstr "Columna" +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" +msgstr "" -#: superset/connectors/druid/views.py:44 -#: superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 -#: superset/connectors/sqla/views.py:133 -msgid "Type" -msgstr "Tipo" +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" +msgstr "" -#: superset/connectors/druid/views.py:46 -#: superset/connectors/sqla/views.py:83 -msgid "Groupable" -msgstr "Agrupable" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" +msgstr "" -#: superset/connectors/druid/views.py:47 -#: superset/connectors/sqla/views.py:84 -msgid "Filterable" -msgstr "Filtrable" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" -#: superset/connectors/druid/views.py:48 -#: superset/connectors/sqla/views.py:86 -msgid "Count Distinct" -msgstr "Contar Distintos" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" -#: superset/connectors/druid/views.py:49 -#: superset/connectors/sqla/views.py:87 -msgid "Sum" -msgstr "Suma" +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" -#: superset/connectors/druid/views.py:54 -#: superset/connectors/sqla/views.py:49 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" -msgstr "Mostrar Métricas Druid" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" +msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" -msgstr "Mostrar Métrica Druid" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" +msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" -msgstr "Añadir Métricas Druid" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" +msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" -msgstr "Editar Métricas Druid" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" -#: superset/connectors/druid/views.py:100 -#: superset/connectors/sqla/views.py:115 +#: superset/assets/src/explore/visTypes.js:868 msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this " -"metric)' are allowed to access this metric" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -#: superset/connectors/druid/views.py:108 -#: superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" -msgstr "Nombre detallado" - -#: superset/connectors/druid/views.py:110 -#: superset/views/core.py:559 -msgid "JSON" -msgstr "JSON" - -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" -msgstr "Fuente de datos Druid" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" -#: superset/connectors/druid/views.py:112 -#: superset/connectors/sqla/views.py:138 -msgid "Warning Message" -msgstr "Mensaje de Aviso" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" msgstr "" -#: superset/connectors/druid/views.py:143 -#: superset/connectors/druid/views.py:227 -msgid "Cluster" -msgstr "Cluster" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" msgstr "" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" msgstr "" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/druid/views.py:167 -#: superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 -#: superset/connectors/druid/views.py:323 -#: superset/connectors/sqla/views.py:281 -#: superset/views/core.py:287 -msgid "Sources" -msgstr "Fuentes" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" +msgstr "" -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" -msgstr "Mostrar Fuentes de Datos Druid" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" +msgstr "" -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" -msgstr "Mostrar Fuente de Datos Druid" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" +msgstr "" -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" -msgstr "Añadir Fuente de Datos Druid" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" +msgstr "" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" -msgstr "Editar Fuente de Datos Druid" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" +msgstr "" -#: superset/connectors/druid/views.py:196 -#: superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" msgstr "" -#: superset/connectors/druid/views.py:204 -#: superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" msgstr "" -#: superset/connectors/druid/views.py:208 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" msgstr "" -#: superset/connectors/druid/views.py:215 -#: superset/connectors/sqla/views.py:206 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" msgstr "" -#: superset/connectors/druid/views.py:219 +#: superset/assets/src/explore/visTypes.js:1373 msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" msgstr "" -#: superset/connectors/druid/views.py:225 -#: superset/connectors/sqla/views.py:213 -msgid "Associated Slices" -msgstr "Segmentos Asociados" - -#: superset/connectors/druid/views.py:226 -msgid "Data Source" -msgstr "Fuente de Datos" - -#: superset/connectors/druid/views.py:229 -#: superset/connectors/sqla/views.py:225 -msgid "Owner" -msgstr "Propietario" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" -msgstr "Está Escondida" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" +msgstr "" -#: superset/connectors/druid/views.py:231 -#: superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" msgstr "" -#: superset/connectors/druid/views.py:232 -#: superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" msgstr "" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" msgstr "" -#: superset/connectors/druid/views.py:234 -#: superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 -#: superset/views/core.py:370 -msgid "Cache Timeout" +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" msgstr "" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" -msgstr "Fuentes de Datos Druid" +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" +msgstr "" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" -msgstr "Buscar Nuevas Fuentes de Datos" +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" +msgstr "" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" msgstr "" -#: superset/connectors/sqla/models.py:394 +#: superset/assets/src/explore/visTypes.js:1439 msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" -msgstr "¿Consulta vacía?" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset/connectors/sqla/models.py:590 +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1520 msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't " -"fetch column information" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" -msgstr "Mostrar Columnas" +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" +msgstr "" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" -msgstr "Mostrar Columna" +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" +msgstr "" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" -msgstr "Añadir Columna" +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" +msgstr "" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" -msgstr "Editar Columna" +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" +msgstr "" -#: superset/connectors/sqla/views.py:45 +#: superset/assets/src/explore/visTypes.js:1599 msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -#: superset/connectors/sqla/views.py:52 +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1608 msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" -msgstr "Expresión" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" +msgstr "" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" -msgstr "Es temporal" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" + +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" + +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" +msgstr "" + +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" + +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" + +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" + +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" + +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" +msgstr "" + +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" + +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" +msgstr "" + +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" +msgstr "" + +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" + +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" + +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" + +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" +msgstr "" + +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" + +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" + +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" + +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" + +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)" + +#~ msgid "Please choose at least one \"Group by\" field " +#~ msgstr "" + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "" + +#~ msgid "Your query was saved" +#~ msgstr "Tu consulta fue guardada" + +#~ msgid "Your query could not be saved" +#~ msgstr "Tu consulta no pudo ser guardada" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "" + +#~ msgid "Could not connect to server" +#~ msgstr "" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "" + +#~ msgid "Query was stopped." +#~ msgstr "La consulta ha sido detenida." + +#~ msgid "Failed at stopping query." +#~ msgstr "No se ha podido detener la consulta." + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "" + +#~ msgid "shared query" +#~ msgstr "consulta compartida" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "" + +#~ msgid "Pick a chart type!" +#~ msgstr "Elige un tipo de gráfico!" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" + +#~ msgid "Untitled Query" +#~ msgstr "Consulta sin Nombre" + +#~ msgid "Copy of %s" +#~ msgstr "Copia de %s" + +#~ msgid "share query" +#~ msgstr "compartir consulta" + +#~ msgid "copy URL to clipboard" +#~ msgstr "copiar URL al portapapeles" + +#~ msgid "Raw SQL" +#~ msgstr "SQL Directo" + +#~ msgid "Source SQL" +#~ msgstr "Fuente SQL" + +#~ msgid "SQL" +#~ msgstr "SQL" + +#~ msgid "No query history yet..." +#~ msgstr "No hay histórico de consultas" + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "" + +#~ msgid "Search Results" +#~ msgstr "Buscar Resultados" + +#~ msgid "[From]-" +#~ msgstr "" + +#~ msgid "[To]-" +#~ msgstr "" + +#~ msgid "[Query Status]" +#~ msgstr "" + +#~ msgid "Search" +#~ msgstr "Buscar" + +#~ msgid "Open in SQL Editor" +#~ msgstr "Abrir en el Editor SQL" + +#~ msgid "view results" +#~ msgstr "ver resultados" + +#~ msgid "Data preview" +#~ msgstr "Previsualización de Datos" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "" + +#~ msgid "Run query in a new tab" +#~ msgstr "Ejecutar consulta en otra pestaña" + +#~ msgid "Remove query from log" +#~ msgstr "Eliminar consulta del historial" + +#~ msgid ".CSV" +#~ msgstr ".CSV" + +#~ msgid "Visualize" +#~ msgstr "Visualizar" + +#~ msgid "was created" +#~ msgstr "" + +#~ msgid "Query in a new tab" +#~ msgstr "Consultar en otra pestaña" + +#~ msgid "Fetch data preview" +#~ msgstr "" + +#~ msgid "Track Job" +#~ msgstr "" + +#~ msgid "Loading..." +#~ msgstr "Cargando..." + +#~ msgid "Run Selected Query" +#~ msgstr "" + +#~ msgid "Run Query" +#~ msgstr "Ejecutar consulta" + +#~ msgid "Run query asynchronously" +#~ msgstr "" + +#~ msgid "Stop" +#~ msgstr "Detener" + +#~ msgid "Undefined" +#~ msgstr "Indefinido" + +#~ msgid "Label for your query" +#~ msgstr "" + +#~ msgid "Write a description for your query" +#~ msgstr "" + +#~ msgid "Save" +#~ msgstr "Guardar" + +#~ msgid "Save Query" +#~ msgstr "Guardar Consulta" + +#~ msgid "Run a query to display results here" +#~ msgstr "" + +#~ msgid "Preview for %s" +#~ msgstr "" + +#~ msgid "Results" +#~ msgstr "Resultados" + +#~ msgid "Query History" +#~ msgstr "Historial de la Consulta" + +#~ msgid "Create table as with query results" +#~ msgstr "" + +#~ msgid "new table name" +#~ msgstr "nuevo nombre de tabla" + +#~ msgid "Error while fetching table list" +#~ msgstr "Error recuperando la lista de tablas" + +#~ msgid "Error while fetching schema list" +#~ msgstr "Error recuperando la lista de esquemas" + +#~ msgid "Error while fetching database list" +#~ msgstr "Error recuperando la lista de bases de datos" + +#~ msgid "Database:" +#~ msgstr "Base de datos:" + +#~ msgid "Select a database" +#~ msgstr "Selecciona una base de datos" + +#~ msgid "Select a schema (%s)" +#~ msgstr "" + +#~ msgid "Schema:" +#~ msgstr "Esquema:" + +#~ msgid "Add a table (%s)" +#~ msgstr "" + +#~ msgid "Type to search ..." +#~ msgstr "" + +#~ msgid "Reset State" +#~ msgstr "" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "" + +#~ msgid "Untitled Query %s" +#~ msgstr "" + +#~ msgid "close tab" +#~ msgstr "cerrar pestaña" + +#~ msgid "rename tab" +#~ msgstr "renombrar pestaña" + +#~ msgid "expand tool bar" +#~ msgstr "expandir la barra de herramientas" + +#~ msgid "hide tool bar" +#~ msgstr "esconder la barra de herramientas" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "" + +#~ msgid "latest partition:" +#~ msgstr "" + +#~ msgid "Keys for table" +#~ msgstr "" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "" + +#~ msgid "Original table column order" +#~ msgstr "" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "" + +#~ msgid "Remove table preview" +#~ msgstr "" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" + +#~ msgid "AS my_alias" +#~ msgstr "" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "" + +#~ msgid "No results available for this query" +#~ msgstr "" + +#~ msgid "Chart Type" +#~ msgstr "Tipo Gráfico" + +#~ msgid "[Chart Type]" +#~ msgstr "" + +#~ msgid "Datasource Name" +#~ msgstr "Nombre de la Fuente de Datos" + +#~ msgid "datasource name" +#~ msgstr "nombre de la fuente de datos" + +#~ msgid "Select ..." +#~ msgstr "Selecciona ..." + +#~ msgid "Loaded data cached" +#~ msgstr "" + +#~ msgid "Loaded from cache" +#~ msgstr "" + +#~ msgid "Click to force-refresh" +#~ msgstr "" + +#~ msgid "Copy to clipboard" +#~ msgstr "Copiar al portapapeles" + +#~ msgid "Not successful" +#~ msgstr "Sin éxito" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" + +#~ msgid "Copied!" +#~ msgstr "Copiado!" + +#~ msgid "click to edit title" +#~ msgstr "" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "" + +#~ msgid "You have unsaved changes." +#~ msgstr "" + +#~ msgid "Click the" +#~ msgstr "" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" + +#~ msgid "Click to force refresh" +#~ msgstr "" + +#~ msgid "Error" +#~ msgstr "Error" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "" + +#~ msgid "Load a template" +#~ msgstr "Cargar una plantilla" + +#~ msgid "Load a CSS template" +#~ msgstr "Cargar una plantilla CSS" + +#~ msgid "Live CSS Editor" +#~ msgstr "Editor CSS" + +#~ msgid "Don't refresh" +#~ msgstr "No Actualizar" + +#~ msgid "10 seconds" +#~ msgstr "10 segundos" + +#~ msgid "30 seconds" +#~ msgstr "30 segundos" + +#~ msgid "1 minute" +#~ msgstr "1 minuto" + +#~ msgid "5 minutes" +#~ msgstr "5 minutos" + +#~ msgid "Refresh Interval" +#~ msgstr "Intérvalo Actualización" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "" + +#~ msgid "Save Dashboard" +#~ msgstr "" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "" + +#~ msgid "Save as:" +#~ msgstr "Guardar como:" + +#~ msgid "[dashboard name]" +#~ msgstr "" + +#~ msgid "Viz" +#~ msgstr "Viz" + +#~ msgid "Add Slices" +#~ msgstr "Añadir Segmentos" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "" + +#~ msgid "Move chart" +#~ msgstr "Mover gráfico" + +#~ msgid "Force refresh data" +#~ msgstr "" + +#~ msgid "Toggle chart description" +#~ msgstr "" + +#~ msgid "Edit chart" +#~ msgstr "Editar gráfico" + +#~ msgid "Export CSV" +#~ msgstr "Exportar CSV" + +#~ msgid "Explore chart" +#~ msgstr "Explorar gráfico" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "" + +#~ msgid "%s - untitled" +#~ msgstr "" + +#~ msgid "Edit slice properties" +#~ msgstr "" + +#~ msgid "description" +#~ msgstr "descripción" + +#~ msgid "bolt" +#~ msgstr "tornillo" + +#~ msgid "Error..." +#~ msgstr "Error..." + +#~ msgid "Query" +#~ msgstr "Consulta" + +#~ msgid "Height" +#~ msgstr "Altura" + +#~ msgid "Width" +#~ msgstr "Anchura" + +#~ msgid "Export to .json" +#~ msgstr "Exportar a .json" + +#~ msgid "Export to .csv format" +#~ msgstr "Exportar a .csv" + +#~ msgid "Please enter a slice name" +#~ msgstr "" + +#~ msgid "Please select a dashboard" +#~ msgstr "" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "" + +#~ msgid "Save A Slice" +#~ msgstr "Guardar un Segmento" + +#~ msgid "Overwrite slice %s" +#~ msgstr "" + +#~ msgid "Save as" +#~ msgstr "Guardar como" + +#~ msgid "[slice name]" +#~ msgstr "" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "No añadir a un cuadro de mando" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "Añadir a un cuadro de mando existente" + +#~ msgid "Add to new dashboard" +#~ msgstr "Añadir a un nuevo cuadro de mando" + +#~ msgid "Save & go to dashboard" +#~ msgstr "Guardar e ir al cuadro de mando" + +#~ msgid "Check out this slice: %s" +#~ msgstr "" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "El valor `Mín` debe ser numérico o vacío" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "El valor `Máx` debe ser numérico o vacío" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "" + +#~ msgid "Click to point to another datasource" +#~ msgstr "" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "" + +#~ msgid "Select a datasource" +#~ msgstr "Selecciona una fuente de datos" + +#~ msgid "Search / Filter" +#~ msgstr "Buscar / Filtrar" + +#~ msgid "Filter value" +#~ msgstr "Valor del Filtro" + +#~ msgid "Select metric" +#~ msgstr "Selecciona la métrica" + +#~ msgid "Select column" +#~ msgstr "Selecciona la columna" + +#~ msgid "Select operator" +#~ msgstr "Selecciona el operador" + +#~ msgid "Error while fetching data" +#~ msgstr "Error recuperando datos" + +#~ msgid "Select %s" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "área de texto" + +#~ msgid "Edit" +#~ msgstr "Editar" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "Selecciona un tipo de visualización" + +#~ msgid "Updating chart was stopped" +#~ msgstr "La actualización del gráfico ha sido detenida" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Network error." +#~ msgstr "Error de red." + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "Agrupar por" + +#~ msgid "One or many controls to group by" +#~ msgstr "" + +#~ msgid "The type of visualization to display" +#~ msgstr "" + +#~ msgid "Metrics" +#~ msgstr "Métricas" + +#~ msgid "One or many metrics to display" +#~ msgstr "" + +#~ msgid "Y Axis Bounds" +#~ msgstr "Límites del Eje Y" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" + +#~ msgid "Ordering" +#~ msgstr "" + +#~ msgid "Annotation Layers" +#~ msgstr "Capas de Anotación" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "" + +#~ msgid "Select a annotation layer" +#~ msgstr "Selecciona una capa de anotación" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "" + +#~ msgid "Choose the metric" +#~ msgstr "Elige la métrica" + +#~ msgid "Right Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "" + +#~ msgid "Stacked Style" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" + +#~ msgid "Horizon Color Scale" +#~ msgstr "" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "" + +#~ msgid "Rendering" +#~ msgstr "" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "Intervalo Escala X" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "" + +#~ msgid "YScale Interval" +#~ msgstr "Intervalo Escala Y" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "" + +#~ msgid "Include Time" +#~ msgstr "Incluir Tiempo" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" + +#~ msgid "Stacked Bars" +#~ msgstr "" + +#~ msgid "Show totals" +#~ msgstr "Mostrar Totales" + +#~ msgid "Display total row/column" +#~ msgstr "" + +#~ msgid "Show Markers" +#~ msgstr "Mostrar Marcadores" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "" + +#~ msgid "Bar Values" +#~ msgstr "" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "" + +#~ msgid "Sort Bars" +#~ msgstr "" + +#~ msgid "Sort bars by x labels." +#~ msgstr "" + +#~ msgid "Combine Metrics" +#~ msgstr "Combinar Métricas" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" + +#~ msgid "Extra Controls" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" + +#~ msgid "Reduce X ticks" +#~ msgstr "" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" + +#~ msgid "Include Series" +#~ msgstr "" + +#~ msgid "Include series name as an axis" +#~ msgstr "" + +#~ msgid "Color Metric" +#~ msgstr "" + +#~ msgid "A metric to use for color" +#~ msgstr "" + +#~ msgid "Country Name" +#~ msgstr "Nombre País" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "" + +#~ msgid "Country Field Type" +#~ msgstr "Tipo de Campo de País" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" + +#~ msgid "Columns" +#~ msgstr "Columnas" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" + +#~ msgid "Columns to display" +#~ msgstr "" + +#~ msgid "Origin" +#~ msgstr "Origen" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Left Margin" +#~ msgstr "Margen Izquierdo" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Time Granularity" +#~ msgstr "Granularidad de Tiempo" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" + +#~ msgid "Domain" +#~ msgstr "Dominio" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "" + +#~ msgid "Subdomain" +#~ msgstr "Subdominio" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" + +#~ msgid "Link Length" +#~ msgstr "" + +#~ msgid "Link length in the force layout" +#~ msgstr "" + +#~ msgid "Charge" +#~ msgstr "" + +#~ msgid "Charge in the force layout" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "Time Grain" +#~ msgstr "Granularidad Temporal" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" + +#~ msgid "Resample Rule" +#~ msgstr "" + +#~ msgid "Pandas resample rule" +#~ msgstr "" + +#~ msgid "Resample How" +#~ msgstr "" + +#~ msgid "Pandas resample how" +#~ msgstr "" + +#~ msgid "Resample Fill Method" +#~ msgstr "" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" + +#~ msgid "Since" +#~ msgstr "desde" + +#~ msgid "7 days ago" +#~ msgstr "Hace 7 días" + +#~ msgid "Until" +#~ msgstr "Hasta" + +#~ msgid "Max Bubble Size" +#~ msgstr "" + +#~ msgid "Whisker/outlier options" +#~ msgstr "" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" + +#~ msgid "Ratio" +#~ msgstr "Proporción" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "" + +#~ msgid "Number format" +#~ msgstr "Formato numérico" + +#~ msgid "Row limit" +#~ msgstr "Límite filas" + +#~ msgid "Series limit" +#~ msgstr "" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "" + +#~ msgid "Sort By" +#~ msgstr "Ordenar por" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" + +#~ msgid "Rolling" +#~ msgstr "" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" + +#~ msgid "Periods" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" + +#~ msgid "Min Periods" +#~ msgstr "" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" + +#~ msgid "Series" +#~ msgstr "Series" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" + +#~ msgid "Entity" +#~ msgstr "Entidad" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "" + +#~ msgid "X Axis" +#~ msgstr "Eje X" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "" + +#~ msgid "Y Axis" +#~ msgstr "Eje Y" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "" + +#~ msgid "Bubble Size" +#~ msgstr "Tamaño burbuja" + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" + +#~ msgid "X Axis Label" +#~ msgstr "Etiqueta Eje X" + +#~ msgid "Y Axis Label" +#~ msgstr "Etiqueta Eje Y" + +#~ msgid "Custom WHERE clause" +#~ msgstr "Cláusula WHERE personalizada" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" + +#~ msgid "Custom HAVING clause" +#~ msgstr "Cláusula HAVING personalizada" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" + +#~ msgid "Comparison Period Lag" +#~ msgstr "" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" + +#~ msgid "Comparison suffix" +#~ msgstr "" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "" + +#~ msgid "Table Timestamp Format" +#~ msgstr "" + +#~ msgid "Timestamp Format" +#~ msgstr "" + +#~ msgid "Series Height" +#~ msgstr "" + +#~ msgid "Pixel height of each series" +#~ msgstr "" + +#~ msgid "Page Length" +#~ msgstr "Longitud de Página" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" + +#~ msgid "X Axis Format" +#~ msgstr "Formato Eje X" + +#~ msgid "Y Axis Format" +#~ msgstr "Formato Eje Y" + +#~ msgid "Right Axis Format" +#~ msgstr "" + +#~ msgid "Markup Type" +#~ msgstr "" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "" + +#~ msgid "Rotation" +#~ msgstr "Rotación" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "" + +#~ msgid "Line Style" +#~ msgstr "Estilo Línea" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" + +#~ msgid "Label Type" +#~ msgstr "Tipo Etiqueta" + +#~ msgid "What should be shown on the label?" +#~ msgstr "" + +#~ msgid "Code" +#~ msgstr "Código" + +#~ msgid "Put your code here" +#~ msgstr "Pon tu código aquí" + +#~ msgid "Aggregation function" +#~ msgstr "Función de agregación" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" + +#~ msgid "Font Size From" +#~ msgstr "" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "" + +#~ msgid "Font Size To" +#~ msgstr "" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "" + +#~ msgid "Instant Filtering" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "Filtro de Rango" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" + +#~ msgid "Date Filter" +#~ msgstr "Filtro de Fecha" + +#~ msgid "Whether to include a time filter" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "Tabla de Datos" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "" + +#~ msgid "Search Box" +#~ msgstr "Caja de Búsqueda" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "" + +#~ msgid "Table Filter" +#~ msgstr "Filtro de Tabla" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "Mostrar Burbujas" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "Leyenda" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "Límites X" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "Límites Y" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "Escala Logarítmica Y" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "Escala Logarítmica X" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "Donut" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "¿Quieres un donut o un pastel?" + +#~ msgid "Put labels outside" +#~ msgstr "Poner las etiquetas fuera" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "Contribución" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "Ratio de Periodo" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "Tipo de Ratio de Periodo" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "Sub-encabezado" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "etiqueta" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" +#~ msgstr "Estilo Mapa" + +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "Opacidad" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "Acercamiento" + +#~ msgid "Zoom level of the map" +#~ msgstr "Nivel de acercamiento del mapa" + +#~ msgid "Default latitude" +#~ msgstr "Latitud por defecto" + +#~ msgid "Latitude of default viewport" +#~ msgstr "Latitud de la ventana gráfica predeterminada" + +#~ msgid "Default longitude" +#~ msgstr "Longitud por defecto" + +#~ msgid "Longitude of default viewport" +#~ msgstr "Longitud de la ventana gráfica predeterminada" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "Color RGB" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "Rangos" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "Marcadores" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "Etiquetas de Marcadores" + +#~ msgid "Labels for the markers" +#~ msgstr "Etiquetas para los Marcadores" + +#~ msgid "Marker lines" +#~ msgstr "Líneas de Marcadores" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "Etiquetas de Líneas para los Marcadores" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "Tiempo" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "Tipo de Fuente de Datos y Gráfico" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Annotations" +#~ msgstr "Anotaciones" + +#~ msgid "Advanced Analytics" +#~ msgstr "Analíticas Avanzadas" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "Opciones de Gráfico" + +#~ msgid "Breakdowns" +#~ msgstr "Descomposiciones" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "Gráfico Pastel" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "Eje Y 1" + +#~ msgid "Y Axis 2" +#~ msgstr "Eje Y 2" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "Formato del Eje Izquierdo" + +#~ msgid "Axes" +#~ msgstr "Ejes" + +#~ msgid "GROUP BY" +#~ msgstr "AGRUPAR POR" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "NO AGRUPADO POR" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "Opciones" + +#~ msgid "Bubbles" +#~ msgstr "Burbujas" + +#~ msgid "Numeric Column" +#~ msgstr "Columna Numérica" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "Métrica Primaria" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "Métrica Segundaria" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" + +#~ msgid "Hierarchy" +#~ msgstr "Jerarquía" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "" + +#~ msgid "Source / Target" +#~ msgstr "Origen / Destino" + +#~ msgid "Choose a source and a target" +#~ msgstr "" + +#~ msgid "Chord Diagram" +#~ msgstr "Diagrama de Cuerdas" + +#~ msgid "Choose a number format" +#~ msgstr "Elige un formato numérico" + +#~ msgid "Source" +#~ msgstr "Fuente" + +#~ msgid "Choose a source" +#~ msgstr "Elige una fuente" + +#~ msgid "Target" +#~ msgstr "Destino" + +#~ msgid "Choose a target" +#~ msgstr "Elige un destino" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" + +#~ msgid "Country Control" +#~ msgstr "Control de País" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "" + +#~ msgid "Bubble size" +#~ msgstr "" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "" + +#~ msgid "Filter Box" +#~ msgstr "" + +#~ msgid "Filter controls" +#~ msgstr "" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" + +#~ msgid "Heatmap Options" +#~ msgstr "" + +#~ msgid "Horizon" +#~ msgstr "Horizonte" + +#~ msgid "Points" +#~ msgstr "Puntos" + +#~ msgid "Labelling" +#~ msgstr "Etiquetando" + +#~ msgid "Visual Tweaks" +#~ msgstr "" + +#~ msgid "Viewport" +#~ msgstr "" + +#~ msgid "Longitude" +#~ msgstr "Longitud" + +#~ msgid "Column containing longitude data" +#~ msgstr "" + +#~ msgid "Latitude" +#~ msgstr "Latitud" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" + +#~ msgid "Tooltip" +#~ msgstr "Ayuda" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" + +#~ msgid "Event definition" +#~ msgstr "Definición evento" + +#~ msgid "Additional meta data" +#~ msgstr "" + +#~ msgid "Column containing entity ids" +#~ msgstr "" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "" + +#~ msgid "Column containing event names" +#~ msgstr "" + +#~ msgid "Event count limit" +#~ msgstr "" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "" + +#~ msgid "Meta data" +#~ msgstr "" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "" + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "" + +#~ msgid "Favorites" +#~ msgstr "Favoritos" + +#~ msgid "Created Content" +#~ msgstr "" + +#~ msgid "Recent Activity" +#~ msgstr "Actividad Reciente" + +#~ msgid "Security & Access" +#~ msgstr "Acceso y Seguridad" + +#~ msgid "No slices" +#~ msgstr "Sin segmentos" + +#~ msgid "No dashboards" +#~ msgstr "Sin cuadros de mando" + +#~ msgid "Slices" +#~ msgstr "Segmentos" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "" + +#~ msgid "Roles" +#~ msgstr "Roles" + +#~ msgid "Databases" +#~ msgstr "Bases de datos" + +#~ msgid "Datasources" +#~ msgstr "Fuentes de datos" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "" + +#~ msgid "joined" +#~ msgstr "" + +#~ msgid "id:" +#~ msgstr "id:" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "" + +#~ msgid "Select [%s]" +#~ msgstr "" + +#~ msgid "Druid Clusters" +#~ msgstr "" + +#~ msgid "Sources" +#~ msgstr "Fuentes" + +#~ msgid "Associated Slices" +#~ msgstr "Segmentos Asociados" + +#~ msgid "Druid Datasources" +#~ msgstr "Fuentes de Datos Druid" + +#~ msgid "Scan New Datasources" +#~ msgstr "Buscar Nuevas Fuentes de Datos" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "" + +#~ msgid "Tables" +#~ msgstr "Tablas" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Welcome!" +#~ msgstr "Bienvenid@!" + +#~ msgid "Manage" +#~ msgstr "Administrar" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "" + +#~ msgid "Delete" +#~ msgstr "Eliminar" + +#~ msgid "Delete all Really?" +#~ msgstr "¿Realmente quieres borrar todo?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" + +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." +#~ msgstr "" + +#~ msgid "Impersonate queries to the database" +#~ msgstr "" + +#~ msgid "Import Dashboards" +#~ msgstr "Importar Cuadros de Mando" + +#~ msgid "Access requests" +#~ msgstr "Solicitudes de Acceso" + +#~ msgid "Security" +#~ msgstr "Seguridad" + +#~ msgid "List Slices" +#~ msgstr "Mostrar Segmentos" + +#~ msgid "Show Slice" +#~ msgstr "Mostrar Segmento" + +#~ msgid "Add Slice" +#~ msgstr "Añadir Segmento" + +#~ msgid "Edit Slice" +#~ msgstr "Esitar Segmento" + +#~ msgid "Slice" +#~ msgstr "Segmento" + +#~ msgid "Export" +#~ msgstr "Exportar" + +#~ msgid "Export dashboards?" +#~ msgstr "¿Exportar Cuadros de Mando?" + +#~ msgid "Action Log" +#~ msgstr "Registro Acciones" + +#~ msgid "Access was requested" +#~ msgstr "Se ha solicitado Acceso" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "" + +#~ msgid "CSS Templates" +#~ msgstr "Plantillas CSS" + +#~ msgid "SQL Lab" +#~ msgstr "Laboratorio SQL" + +#~ msgid "Queries" +#~ msgstr "Consultas" + +#~ msgid "Saved Queries" +#~ msgstr " Consultas Guardadas" + +#~ msgid "Time Column" +#~ msgstr "Columna de Tiempo" + +#~ msgid "second" +#~ msgstr "segundo" + +#~ msgid "minute" +#~ msgstr "minuto" + +#~ msgid "hour" +#~ msgstr "hora" + +#~ msgid "day" +#~ msgstr "día" + +#~ msgid "week" +#~ msgstr "semana" + +#~ msgid "month" +#~ msgstr "mes" + +#~ msgid "quarter" +#~ msgstr "trimestre" + +#~ msgid "year" +#~ msgstr "año" + +#~ msgid "week_ending_saturday" +#~ msgstr "semana_termina_sábado" + +#~ msgid "week_start_sunday" +#~ msgstr "semana_empieza_domingo" + +#~ msgid "week_start_monday" +#~ msgstr "semana_empieza_lunes" + +#~ msgid "5 minute" +#~ msgstr "5 minutos" + +#~ msgid "half hour" +#~ msgstr "media hora" + +#~ msgid "10 minute" +#~ msgstr "10 minutos" + +#~ msgid "Table Name" +#~ msgstr "Nombre Tabla" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "Base de datos" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "Esquema" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" + +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" + +#~ msgid "Dataframe Index" +#~ msgstr "" + +#~ msgid "Write dataframe index as a column." +#~ msgstr "" + +#~ msgid "Column Label(s)" +#~ msgstr "" + +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" + +#~ msgid "Viz is missing a datasource" +#~ msgstr "Falta una fuente de datos" + +#~ msgid "From date cannot be larger than to date" +#~ msgstr "La fecha de inicio no puede ser superior a la de fin" + +#~ msgid "Table View" +#~ msgstr "Vista de Tabla" + +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "" +#~ "Elige una granularidad en la sección " +#~ "de tiempo o desmarca 'Incluir tiempo'" + +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "" + +#~ msgid "Time Table View" +#~ msgstr "" + +#~ msgid "Pick at least one metric" +#~ msgstr "" + +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" + +#~ msgid "Pivot Table" +#~ msgstr "Tabla Dinámica" + +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" + +#~ msgid "Please choose at least one metric" +#~ msgstr "" + +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Markup" +#~ msgstr "Texto con Formato" + +#~ msgid "Separator" +#~ msgstr "Separador" + +#~ msgid "Word Cloud" +#~ msgstr "Nube de Etiquetas" + +#~ msgid "Treemap" +#~ msgstr "Mapa de Arbol" + +#~ msgid "Calendar Heatmap" +#~ msgstr "Mapa de Calor del Calendario" + +#~ msgid "Box Plot" +#~ msgstr "Diagrama de Caja" + +#~ msgid "Bubble Chart" +#~ msgstr "Gráfico de Burbujas" + +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "Elige una métrica y tamaño para x, y " + +#~ msgid "Bullet Chart" +#~ msgstr "Grafico de Puntos" + +#~ msgid "Pick a metric to display" +#~ msgstr "Elige una métrica para mostrar" + +#~ msgid "Big Number with Trendline" +#~ msgstr "Número Grande con Línea de Tendencia" + +#~ msgid "Pick a metric!" +#~ msgstr "Elige una métrica!" + +#~ msgid "Big Number" +#~ msgstr "Número Grande" + +#~ msgid "Time Series - Line Chart" +#~ msgstr "Serie Temporal - Gráfico de Líneas" + +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "" + +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" + +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Pick a metric for left axis!" +#~ msgstr "" + +#~ msgid "Pick a metric for right axis!" +#~ msgstr "" + +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "" + +#~ msgid "Time Series - Bar Chart" +#~ msgstr "" + +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" + +#~ msgid "Time Series - Percent Change" +#~ msgstr "" + +#~ msgid "Time Series - Stacked" +#~ msgstr "" + +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "" + +#~ msgid "Histogram" +#~ msgstr "Histograma" + +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" + +#~ msgid "Distribution - Bar Chart" +#~ msgstr "" + +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "" + +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "" + +#~ msgid "Sunburst" +#~ msgstr "" + +#~ msgid "Sankey" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "" + +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" + +#~ msgid "Directed Force Layout" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "" + +#~ msgid "Country Map" +#~ msgstr "Mapa de País" + +#~ msgid "World Map" +#~ msgstr "Mapa Mundial" + +#~ msgid "Filters" +#~ msgstr "Filtros" + +#~ msgid "Pick at least one filter field" +#~ msgstr "Elige al menos un campo de filtro" + +#~ msgid "iFrame" +#~ msgstr "iFrame" + +#~ msgid "Parallel Coordinates" +#~ msgstr "Coordenadas Paralelas" + +#~ msgid "Heatmap" +#~ msgstr "Mapa de Calor" + +#~ msgid "Horizon Charts" +#~ msgstr "Gráficos de Horizontes" + +#~ msgid "Mapbox" +#~ msgstr "Caja de Mapa" + +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "" + +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" + +#~ msgid "Bad spatial key" +#~ msgstr "" + +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Paths" +#~ msgstr "" + +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" + +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" + +#~ msgid "Deck.gl - Arc" +#~ msgstr "" + +#~ msgid "Event flow" +#~ msgstr "Flujo de Evento" + +#~ msgid "Time Series - Paired t-test" +#~ msgstr "Serie Temportal - Prueba-T Pareada" + +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" + +#~ msgid "Partition Diagram" +#~ msgstr "" + +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" + +#~ msgid "No data was returned." +#~ msgstr "" + +#~ msgid "Unsupported extraction function: " +#~ msgstr "" + +#~ msgid "List Druid Column" +#~ msgstr "Mostrar Columnas Druid" + +#~ msgid "Show Druid Column" +#~ msgstr "Mostrar Columna Druid" + +#~ msgid "Add Druid Column" +#~ msgstr "Añadir Columna Druid" + +#~ msgid "Edit Druid Column" +#~ msgstr "Editar Columna Druid" + +#~ msgid "Column" +#~ msgstr "Columna" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Datasource" +#~ msgstr "Fuente de datos" + +#~ msgid "Groupable" +#~ msgstr "Agrupable" + +#~ msgid "Filterable" +#~ msgstr "Filtrable" + +#~ msgid "Count Distinct" +#~ msgstr "Contar Distintos" + +#~ msgid "Sum" +#~ msgstr "Suma" + +#~ msgid "Min" +#~ msgstr "Mín" + +#~ msgid "Max" +#~ msgstr "Máx" + +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" + +#~ msgid "List Druid Metric" +#~ msgstr "Mostrar Métricas Druid" + +#~ msgid "Show Druid Metric" +#~ msgstr "Mostrar Métrica Druid" + +#~ msgid "Add Druid Metric" +#~ msgstr "Añadir Métricas Druid" + +#~ msgid "Edit Druid Metric" +#~ msgstr "Editar Métricas Druid" + +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" + +#~ msgid "Metric" +#~ msgstr "Métrica" + +#~ msgid "Description" +#~ msgstr "" + +#~ msgid "Verbose Name" +#~ msgstr "Nombre detallado" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Druid Datasource" +#~ msgstr "Fuente de datos Druid" + +#~ msgid "Warning Message" +#~ msgstr "Mensaje de Aviso" + +#~ msgid "List Druid Cluster" +#~ msgstr "" + +#~ msgid "Show Druid Cluster" +#~ msgstr "" + +#~ msgid "Add Druid Cluster" +#~ msgstr "" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "" + +#~ msgid "Cluster" +#~ msgstr "Cluster" + +#~ msgid "Coordinator Host" +#~ msgstr "" + +#~ msgid "Coordinator Port" +#~ msgstr "" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "" + +#~ msgid "Broker Host" +#~ msgstr "" + +#~ msgid "Broker Port" +#~ msgstr "" + +#~ msgid "Broker Endpoint" +#~ msgstr "" + +#~ msgid "List Druid Datasource" +#~ msgstr "Mostrar Fuentes de Datos Druid" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" -msgstr "Formato FechaHora" +#~ msgid "Show Druid Datasource" +#~ msgstr "Mostrar Fuente de Datos Druid" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" -msgstr "Expresión de Base de Datos" +#~ msgid "Add Druid Datasource" +#~ msgstr "Añadir Fuente de Datos Druid" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" -msgstr "Mostrar Métricas" +#~ msgid "Edit Druid Datasource" +#~ msgstr "Editar Fuente de Datos Druid" -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" -msgstr "Mostrar Métrica" +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" -msgstr "Añadir Métrica" +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" -msgstr "Editar Métrica" +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" -msgstr "Expresión SQL" +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" -msgstr "Formato D3" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" -msgstr "Está Restringido" +#~ msgid "Associated Charts" +#~ msgstr "" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" -msgstr "Mostrar Tablas" +#~ msgid "Data Source" +#~ msgstr "Fuente de Datos" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" -msgstr "Mostrar Tabla" +#~ msgid "Owner" +#~ msgstr "Propietario" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" -msgstr "Añadir Tabla" +#~ msgid "Is Hidden" +#~ msgstr "Está Escondida" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" -msgstr "Esitar Tabla" +#~ msgid "Enable Filter Select" +#~ msgstr "" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" -msgstr "" +#~ msgid "Default Endpoint" +#~ msgstr "" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" +#~ msgid "Time Offset" +#~ msgstr "" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." -msgstr "" +#~ msgid "Cache Timeout" +#~ msgstr "" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." -msgstr "" +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "" +#~ msgid "Empty query?" +#~ msgstr "¿Consulta vacía?" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Cambiado por" +#~ msgid "Metric '{}' is not valid" +#~ msgstr "" -#: superset/connectors/sqla/views.py:216 -#: superset/views/core.py:247 -#: superset/views/sql_lab.py:19 -#: superset/views/sql_lab.py:55 -msgid "Database" -msgstr "Base de datos" +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" + +#~ msgid "List Columns" +#~ msgstr "Mostrar Columnas" + +#~ msgid "Show Column" +#~ msgstr "Mostrar Columna" + +#~ msgid "Add Column" +#~ msgstr "Añadir Columna" + +#~ msgid "Edit Column" +#~ msgstr "Editar Columna" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" -#: superset/connectors/sqla/views.py:217 -#: superset/views/core.py:249 -msgid "Last Changed" -msgstr "" +#~ msgid "Table" +#~ msgstr "Tabla" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" -msgstr "Esquema" +#~ msgid "Expression" +#~ msgstr "Expresión" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" -msgstr "" +#~ msgid "Is temporal" +#~ msgstr "Es temporal" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "Nombre Tabla" +#~ msgid "Datetime Format" +#~ msgstr "Formato FechaHora" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" -msgstr "" +#~ msgid "Database Expression" +#~ msgstr "Expresión de Base de Datos" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" -msgstr "" +#~ msgid "List Metrics" +#~ msgstr "Mostrar Métricas" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" -msgstr "" +#~ msgid "Show Metric" +#~ msgstr "Mostrar Métrica" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, " -"you should now click the edit button by the new table to configure it." -msgstr "" +#~ msgid "Add Metric" +#~ msgstr "Añadir Métrica" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" -msgstr "Tablas" +#~ msgid "Edit Metric" +#~ msgstr "Editar Métrica" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "Perfil" +#~ msgid "SQL Expression" +#~ msgstr "Expresión SQL" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "Salir" +#~ msgid "D3 Format" +#~ msgstr "Formato D3" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "Acceder" +#~ msgid "Is Restricted" +#~ msgstr "Está Restringido" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "Número de Registros" +#~ msgid "List Tables" +#~ msgstr "Mostrar Tablas" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "No se encontrarón registros" +#~ msgid "Show Table" +#~ msgstr "Mostrar Tabla" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Importar" +#~ msgid "Add Table" +#~ msgstr "Añadir Tabla" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "Sin Acceso!" +#~ msgid "Edit Table" +#~ msgstr "Esitar Tabla" -#: superset/templates/superset/request_access.html:7 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "" +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "Solicitar Permisos" +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "Bienvenid@!" +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "Probar Conexión" +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" -#: superset/views/annotations.py:50 -#: superset/views/annotations.py:58 -#: superset/views/core.py:277 -#: superset/views/core.py:2371 -#: superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "Administrar" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" -msgstr "" +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" -#: superset/views/base.py:221 -msgid "json isn't valid" -msgstr "no es json válido" +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "Eliminar" +#~ msgid "Changed By" +#~ msgstr "Cambiado por" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "¿Realmente quieres borrar todo?" +#~ msgid "Last Changed" +#~ msgstr "" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" -msgstr "" +#~ msgid "Offset" +#~ msgstr "" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" -msgstr "" +#~ msgid "Fetch Values Predicate" +#~ msgstr "" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" -msgstr "" +#~ msgid "Main Datetime Column" +#~ msgstr "" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" -msgstr "" +#~ msgid "SQL Lab View" +#~ msgstr "" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" -msgstr "" +#~ msgid "Template parameters" +#~ msgstr "" -#: superset/views/core.py:66 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" -msgstr "" +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" -#: superset/views/core.py:71 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" -msgstr "" +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" -#: superset/views/core.py:174 -msgid "List Databases" -msgstr "Mostrar Bases de Datos" +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" -#: superset/views/core.py:175 -msgid "Show Database" -msgstr "Mostrar Base de Datos" +#~ msgid "Profile" +#~ msgstr "Perfil" + +#~ msgid "Logout" +#~ msgstr "Salir" + +#~ msgid "Login" +#~ msgstr "Acceder" + +#~ msgid "Record Count" +#~ msgstr "Número de Registros" + +#~ msgid "No records found" +#~ msgstr "No se encontrarón registros" + +#~ msgid "Add Filter" +#~ msgstr "Añadir Filtro" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Sin Acceso!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "" + +#~ msgid "Request Permissions" +#~ msgstr "Solicitar Permisos" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Test Connection" +#~ msgstr "Probar Conexión" -#: superset/views/core.py:176 -msgid "Add Database" -msgstr "Añadir Base de Datos" +#~ msgid "json isn't valid" +#~ msgstr "no es json válido" -#: superset/views/core.py:177 -msgid "Edit Database" -msgstr "Editar Base de Datos" +#~ msgid "List Databases" +#~ msgstr "Mostrar Bases de Datos" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" -msgstr "Mostrar esta base de datos en el laboratorio SQL" +#~ msgid "Show Database" +#~ msgstr "Mostrar Base de Datos" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should " -"work well for queries that can be executed within a web request scope " -"(<~1 minute)" -msgstr "" +#~ msgid "Add Database" +#~ msgstr "Añadir Base de Datos" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that " -"you have a Celery worker setup as well as a results backend." -msgstr "" +#~ msgid "Edit Database" +#~ msgstr "Editar Base de Datos" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "" +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "Mostrar esta base de datos en el laboratorio SQL" -#: superset/views/core.py:222 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" -msgstr "" +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" -#: superset/views/core.py:226 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" -msgstr "" +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" -#: superset/views/core.py:238 -msgid "" -"All the queries in Sql Lab are going to be executed on behalf of " -"currently authorized user." -msgstr "" +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" -msgstr "Mostrar en el laboratorio SQL" +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" -msgstr "Permitir CREATE TABLE AS" +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" -#: superset/views/core.py:245 -msgid "Allow DML" -msgstr "Permitir DML" +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" -msgstr "Esquema CTAS" +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" -#: superset/views/core.py:248 -#: superset/views/core.py:371 -#: superset/views/core.py:479 -#: superset/views/core.py:543 -msgid "Creator" -msgstr "Creador" +#~ msgid "Expose in SQL Lab" +#~ msgstr "Mostrar en el laboratorio SQL" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" -msgstr "" +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "Permitir CREATE TABLE AS" -#: superset/views/core.py:252 -msgid "Extra" -msgstr "Extra" +#~ msgid "Allow DML" +#~ msgstr "Permitir DML" -#: superset/views/core.py:253 -msgid "Allow Run Sync" -msgstr "" +#~ msgid "CTAS Schema" +#~ msgstr "Esquema CTAS" -#: superset/views/core.py:254 -msgid "Allow Run Async" -msgstr "" +#~ msgid "Creator" +#~ msgstr "Creador" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" -msgstr "" +#~ msgid "SQLAlchemy URI" +#~ msgstr "" -#: superset/views/core.py:273 -msgid "Import Dashboards" -msgstr "Importar Cuadros de Mando" +#~ msgid "Extra" +#~ msgstr "Extra" -#: superset/views/core.py:315 -#: superset/views/core.py:556 -#: superset/views/sql_lab.py:18 -#: superset/views/sql_lab.py:54 -msgid "User" -msgstr "Usuario" +#~ msgid "Allow Run Sync" +#~ msgstr "" -#: superset/views/core.py:316 -msgid "User Roles" -msgstr "Roles de Usuario" +#~ msgid "Allow Run Async" +#~ msgstr "" -#: superset/views/core.py:317 -msgid "Database URL" -msgstr "URL de la Base de datos" +#~ msgid "Impersonate the logged on user" +#~ msgstr "" -#: superset/views/core.py:319 -msgid "Roles to grant" -msgstr "" +#~ msgid "CSV to Database configuration" +#~ msgstr "" -#: superset/views/core.py:320 -msgid "Created On" -msgstr "Creado el" +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" -#: superset/views/core.py:326 -msgid "Access requests" -msgstr "Solicitudes de Acceso" +#~ msgid "User" +#~ msgstr "Usuario" -#: superset/views/core.py:328 -#: superset/views/core.py:567 -msgid "Security" -msgstr "Seguridad" +#~ msgid "User Roles" +#~ msgstr "Roles de Usuario" -#: superset/views/core.py:335 -msgid "List Slices" -msgstr "Mostrar Segmentos" +#~ msgid "Database URL" +#~ msgstr "URL de la Base de datos" -#: superset/views/core.py:336 -msgid "Show Slice" -msgstr "Mostrar Segmento" +#~ msgid "Roles to grant" +#~ msgstr "" -#: superset/views/core.py:337 -msgid "Add Slice" -msgstr "Añadir Segmento" +#~ msgid "Created On" +#~ msgstr "Creado el" -#: superset/views/core.py:338 -msgid "Edit Slice" -msgstr "Esitar Segmento" +#~ msgid "List Charts" +#~ msgstr "" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." -msgstr "" +#~ msgid "Show Chart" +#~ msgstr "" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "" +#~ msgid "Add Chart" +#~ msgstr "" -#: superset/views/core.py:375 -msgid "Last Modified" -msgstr "" +#~ msgid "Edit Chart" +#~ msgstr "" -#: superset/views/core.py:376 -#: superset/views/core.py:478 -msgid "Owners" -msgstr "Propietarios" +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" -#: superset/views/core.py:377 -msgid "Parameters" -msgstr "Parámetros" +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "" -#: superset/views/core.py:378 -#: superset/views/core.py:420 -msgid "Slice" -msgstr "Segmento" +#~ msgid "Dashboards" +#~ msgstr "Cuadros de Mando" -#: superset/views/core.py:437 -msgid "List Dashboards" -msgstr "Mostrar Cuadros de Mando" +#~ msgid "Last Modified" +#~ msgstr "" -#: superset/views/core.py:438 -msgid "Show Dashboard" -msgstr "Mostrar Cuadro de Mando" +#~ msgid "Owners" +#~ msgstr "Propietarios" -#: superset/views/core.py:439 -msgid "Add Dashboard" -msgstr "Añadir Cuadro de Mando" +#~ msgid "Parameters" +#~ msgstr "Parámetros" -#: superset/views/core.py:440 -msgid "Edit Dashboard" -msgstr "Editar Cuadro de Mando" +#~ msgid "Chart" +#~ msgstr "" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" -msgstr "" +#~ msgid "Name" +#~ msgstr "Nombre" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" -msgstr "" +#~ msgid "Visualization Type" +#~ msgstr "Tipo de Visualización" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" -msgstr "" +#~ msgid "List Dashboards" +#~ msgstr "Mostrar Cuadros de Mando" -#: superset/views/core.py:461 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." -msgstr "" +#~ msgid "Show Dashboard" +#~ msgstr "Mostrar Cuadro de Mando" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "" +#~ msgid "Add Dashboard" +#~ msgstr "Añadir Cuadro de Mando" -#: superset/views/core.py:474 -#: superset/views/core.py:541 -msgid "Dashboard" -msgstr "Cuadro de Mando" +#~ msgid "Edit Dashboard" +#~ msgstr "Editar Cuadro de Mando" -#: superset/views/core.py:476 -msgid "Slug" -msgstr "" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" -#: superset/views/core.py:481 -msgid "Position JSON" -msgstr "" +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" -#: superset/views/core.py:483 -msgid "JSON Metadata" -msgstr "Metadatos JSON" +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "" -#: superset/views/core.py:484 -msgid "Underlying Tables" -msgstr "" +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" -#: superset/views/core.py:507 -msgid "Export" -msgstr "Exportar" +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "" -#: superset/views/core.py:507 -msgid "Export dashboards?" -msgstr "¿Exportar Cuadros de Mando?" +#~ msgid "Dashboard" +#~ msgstr "Cuadro de Mando" -#: superset/views/core.py:557 -msgid "Action" -msgstr "Acción" +#~ msgid "Title" +#~ msgstr "Título" -#: superset/views/core.py:558 -msgid "dttm" -msgstr "dttm" +#~ msgid "Slug" +#~ msgstr "" -#: superset/views/core.py:565 -msgid "Action Log" -msgstr "Registro Acciones" +#~ msgid "Charts" +#~ msgstr "" -#: superset/views/core.py:796 -msgid "Access was requested" -msgstr "Se ha solicitado Acceso" +#~ msgid "Modified" +#~ msgstr "Modificado" -#: superset/views/core.py:857 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" -msgstr "" +#~ msgid "Position JSON" +#~ msgstr "" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" +#~ msgid "CSS" +#~ msgstr "CSS" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" -msgstr "" +#~ msgid "JSON Metadata" +#~ msgstr "Metadatos JSON" -#: superset/views/core.py:1646 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" -msgstr "" +#~ msgid "Underlying Tables" +#~ msgstr "" -#: superset/views/core.py:1652 -#, python-format -msgid "Slice %(id)s not found" -msgstr "" +#~ msgid "Action" +#~ msgstr "Acción" -#: superset/views/core.py:1664 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "" +#~ msgid "dttm" +#~ msgstr "dttm" -#: superset/views/core.py:1803 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" +#~ msgid "You don't have the rights to " +#~ msgstr "" -#: superset/views/core.py:1810 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "" +#~ msgid "alter this " +#~ msgstr "" -#: superset/views/core.py:2071 -msgid "Query record was not created as expected." -msgstr "El registro de consulta no se creó como se esperaba." +#~ msgid "chart" +#~ msgstr "" -#: superset/views/core.py:2357 -msgid "Template Name" -msgstr "Nombre Plantilla" +#~ msgid "create a " +#~ msgstr "" -#: superset/views/core.py:2368 -msgid "CSS Templates" -msgstr "Plantillas CSS" +#~ msgid "dashboard" +#~ msgstr "" -#: superset/views/core.py:2379 -msgid "SQL Editor" -msgstr "Editor SQL" +#~ msgid "Query record was not created as expected." +#~ msgstr "El registro de consulta no se creó como se esperaba." -#: superset/views/core.py:2384 -#: superset/views/core.py:2393 -msgid "SQL Lab" -msgstr "Laboratorio SQL" +#~ msgid "Template Name" +#~ msgstr "Nombre Plantilla" -#: superset/views/core.py:2388 -msgid "Query Search" -msgstr "Consulta de Búsqueda" +#~ msgid "SQL Editor" +#~ msgstr "Editor SQL" -#: superset/views/sql_lab.py:20 -msgid "Status" -msgstr "Estado" +#~ msgid "Query Search" +#~ msgstr "Consulta de Búsqueda" -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "Hora Inicio" +#~ msgid "Status" +#~ msgstr "Estado" -#: superset/views/sql_lab.py:22 -#: superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "Hora Fin" +#~ msgid "Start Time" +#~ msgstr "Hora Inicio" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "Consultas" +#~ msgid "End Time" +#~ msgstr "Hora Fin" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "Mostrar Consultas Guardadas" +#~ msgid "List Saved Query" +#~ msgstr "Mostrar Consultas Guardadas" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "Mostrar Consulta Guardada" +#~ msgid "Show Saved Query" +#~ msgstr "Mostrar Consulta Guardada" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "Añadir Consulta Guardada" +#~ msgid "Add Saved Query" +#~ msgstr "Añadir Consulta Guardada" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "Editar Consulta Guardada" +#~ msgid "Edit Saved Query" +#~ msgstr "Editar Consulta Guardada" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" -msgstr "" +#~ msgid "Label" +#~ msgstr "Etiqueta" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "Cambiado el" +#~ msgid "Pop Tab Link" +#~ msgstr "" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr " Consultas Guardadas" +#~ msgid "Changed on" +#~ msgstr "Cambiado el" diff --git a/superset/translations/fr/LC_MESSAGES/messages.json b/superset/translations/fr/LC_MESSAGES/messages.json index 7a9eca77aead9..dfabcde4e6766 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.json +++ b/superset/translations/fr/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n > 1)","lang":"fr"},"Time Column":["Colonne du temps"],"second":["seconde"],"minute":["minute"],"hour":["heure"],"day":["jour"],"week":["semaine"],"month":["mois"],"quarter":["trimestre"],"year":["année"],"week_start_monday":["semaine_commence_lundi"],"week_ending_saturday":["semaine_finit_samedi"],"week_start_sunday":["semande_commence_dimanche"],"5 minute":["5 minutes"],"half hour":["demi-heure"],"10 minute":["10 minutes"],"[Superset] Access to the datasource %(name)s was granted":["[Superset] Accès à la source de données %(name)s accordé"],"Viz is missing a datasource":["Viz est une source de données manquante"],"From date cannot be larger than to date":["From date ne peut être plus grand que to date"],"Table View":["Vue en table"],"Pick a granularity in the Time section or uncheck 'Include Time'":["Choississez une granularité dans Time ou décochez 'Include Time'"],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":["Choisissez soit des champs dans [Grouper par] et [Métriques] ou dans [Colonnes], pas les deux"],"Pivot Table":["Table pivot"],"Please choose at least one \"Group by\" field ":["Choisissez au moins un champs \"Grouper par\""],"Please choose at least one metric":["Choississez au moins une métrique"],"'Group By' and 'Columns' can't overlap":["'Grouper par' et 'Colonnes' ne peuvent pas avoir de champs en commun"],"Markup":["Markup"],"Separator":["Séparateur"],"Word Cloud":["Nuage de mots"],"Treemap":["Treemap"],"Calendar Heatmap":["Calendrier Heatmap"],"Box Plot":["Boites à moustaches"],"Bubble Chart":["Bulles"],"Pick a metric for x, y and size":["Choisissez une métrique pour x, y, taille"],"Bullet Chart":["Points"],"Pick a metric to display":["Choisissez une métrique à afficher"],"Big Number with Trendline":["Gros nombre avec tendance"],"Pick a metric!":["Choisissez une métrique"],"Big Number":["Gros nombre"],"Time Series - Line Chart":["Séries temporelles - ligne"],"Pick a time granularity for your time series":["Choisissez une granularité pour vos séries temporelles"],"Time Series - Dual Axis Line Chart":["Séries temporelles - double axe"],"Pick a metric for left axis!":["Choisissez une métrique pour l'axe de gauche"],"Pick a metric for right axis!":["Choississez une métrique pour l'axe de droite"],"Please choose different metrics on left and right axis":["Choisissez des métriques différentes pour les axes gauches et droits"],"Time Series - Bar Chart":["Séries temporelles - histogramme"],"Time Series - Percent Change":["Séries temporelles - pourcentage de changement"],"Time Series - Stacked":["Séries temporelles - empilées"],"Distribution - NVD3 - Pie Chart":["Distribution - camembert"],"Histogram":["Histogramme"],"Must have one numeric column specified":["Il faut un moins une colonne numérique"],"Distribution - Bar Chart":["Distibution - histogramme"],"Can't have overlap between Series and Breakdowns":["Il ne faut pas d'élement en commun entre Serie et Breakdowns"],"Pick at least one metric":["Choisissez au moins une métrique"],"Pick at least one field for [Series]":["Choisissez au moins un champs pour [Séries]"],"Sunburst":["Camembert hiérarchique"],"Sankey":["Sankey"],"Pick exactly 2 columns as [Source / Target]":["Choisissez exactement 2 colonnes pour [Source / Target]"],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":["Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}"],"Directed Force Layout":["Graphe orienté"],"Pick exactly 2 columns to 'Group By'":["Choisissez exactement 2 colonnes pour 'Grouper par'"],"Country Map":["Carte de pays"],"World Map":["Carte du monde"],"Filters":["Filtres"],"Pick at least one filter field":["Choisissez au moins un champ sur lequel filtrer"],"iFrame":["iFrame"],"Parallel Coordinates":["Coordonnées parallèles"],"Heatmap":["Carte de chaleur"],"Horizon Charts":["Histogrammes horizontaux"],"Mapbox":["Mapbox"],"Must have a [Group By] column to have 'count' as the [Label]":["Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]"],"Choice of [Label] must be present in [Group By]":["Le [Label] choisi doit être présent dans [Grouper par]"],"Choice of [Point Radius] must be present in [Group By]":["Le [Point Radius] doit être présent dans [Grouper par]"],"[Longitude] and [Latitude] columns must be present in [Group By]":["Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]"],"Event flow":["Flot d'événements"],"Time Series - Paired t-test":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Could not connect to server":[""],"Your session timed out, please refresh your page and try again.":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":["Table"],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":["Label"],"Label for your query":[""],"Description":["Description"],"Write a description for your query":[""],"Save":[""],"Cancel":["Annuler"],"Save Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Type to search ...":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":["Title"],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"You have unsaved changes.":[""],"Click the":[""],"button on the top right to save your changes.":[""],"Served from data cached %s . Click to force refresh.":[""],"Click to force refresh":[""],"Error":[""],"Sorry, there was an error adding slices to this dashboard: %s":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Force refresh the whole dashboard":[""],"Edit this dashboard's properties":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":["CSS"],"Live CSS Editor":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Name":["Nom"],"Viz":[""],"Modified":["Modifié"],"Add Slices":[""],"Add a new slice to the dashboard":[""],"Add Slices to Dashboard":[""],"Move chart":[""],"Force refresh data":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"%s - untitled":[""],"Edit slice properties":[""],"description":[""],"bolt":[""],"Error...":[""],"Query":["Reqête"],"Height":["Hauteur"],"Width":["Largeur"],"Export to .json":[""],"Export to .csv format":[""],"Please enter a slice name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Slice":[""],"Overwrite slice %s":[""],"Save as":[""],"[slice name]":[""],"Do not add to a dashboard":[""],"Add slice to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this slice: %s":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":["Min"],"Max":["Max"],"Something went wrong while fetching the datasource list":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Select a datasource":[""],"Search / Filter":[""],"Filter value":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":["Ajouter un filtre"],"Error while fetching data":[""],"Select %s":[""],"textarea":[""],"Edit":["Éditer"],"in modal":[""],"Select a visualization type":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"Datasource":["Source de données"],"Visualization Type":["Type de visualisation"],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Annotation Layers":[""],"Annotation layers to overlay on the visualization":[""],"Select a annotation layer":[""],"Error while fetching annotation layers":[""],"Metric":["Métrique"],"Choose the metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed":[""],"Sort By":[""],"Metric used to define the top series":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"Right Axis Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Slice ID":[""],"The id of the active slice":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations":[""],"Advanced Analytics":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Axes":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Options":[""],"Bubbles":[""],"Numeric Column":[""],"Select the numeric column to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-1 codes of region/province/department":[""],"It's ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Viewport":[""],"Longitude":[""],"Column containing longitude data":[""],"Latitude":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"The server could not be reached. You may want to verify your connection and try again.":[""],"An unknown error occurred. (Status: %s )":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No slices":[""],"No dashboards":[""],"Dashboards":["Tableaux de bords"],"Slices":["Slice"],"No favorite slices yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":["Bases de données"],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Select [%s]":[""],"No data was returned.":["Aucune donnée récupérée"],"List Druid Column":["Lister les colonnes Druid"],"Show Druid Column":["Montrer les colonnes Druid"],"Add Druid Column":["Ajouter une colonne Druid"],"Edit Druid Column":["Éditer une colonne Druid"],"Column":["Colonne"],"Type":["Type"],"Groupable":["Groupable"],"Filterable":["Filtrable"],"Count Distinct":["Valeurs distinctes"],"Sum":["Somme"],"Whether this column is exposed in the `Filters` section of the explore view.":["Est-ce-que cette colonne doit apparaître dans la section `Filtres` de la page exploration"],"List Druid Metric":["Lister les métriques Druid"],"Show Druid Metric":["Montrer une métrique Druid"],"Add Druid Metric":["Ajouter une métrique Druid"],"Edit Druid Metric":["Éditer une métrique Druid"],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":["Est-ce-que l'accès à cette métrique est restraint à certains rôles. Seuls les rôles avec la permission 'accès à la métrique XXX (le nom de cette métrique) sont autorisés à accéder à cette métrique"],"Verbose Name":["Nom explicite"],"JSON":["JSON"],"Druid Datasource":["Données Druid"],"Warning Message":[""],"List Druid Cluster":["Lister les clusters Druid"],"Show Druid Cluster":["Monter les cluster Druid"],"Add Druid Cluster":["Ajouter un cluster Druid"],"Edit Druid Cluster":["Éditer une cluster Druid"],"Cluster":["Cluster"],"Coordinator Host":["Hôte du coordinator"],"Coordinator Port":["Port du coordinator"],"Coordinator Endpoint":["Endpoint du coordinator"],"Broker Host":["Hôte du Broker"],"Broker Port":["Port du Broker"],"Broker Endpoint":["Endpoint du Broker"],"Druid Clusters":["Clusters Druid"],"Sources":["Sources"],"List Druid Datasource":["Lister les dources de données Druid"],"Show Druid Datasource":["Montrer les sources de données Druid"],"Add Druid Datasource":["Ajouter une source de données Druid"],"Edit Druid Datasource":["Éditer une source de données Druid"],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":["Liste des slices associés à cette table. En modifiant cette source de données, il se peut que vous changiez le comportement des slices assosciés. Notez également que les slices doivent pointer sur une source de données donc ce formulaire va échouer lors de la sauvegarde si vous retirez les slices d'une source de données. Si vous voulez changer la source de données d'un slice, forcez l'écriture depuis la 'page d'exploration'"],"Timezone offset (in hours) for this datasource":["Timezone offset (en heure) de cette source de données"],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":["Expression temporelle à utiliser comme un prédicat pour récupérer les valeurs distinctes pour remplir le filtre. S'applique uniquement quand `Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes de valeurs distinctes dans le filtre seront remplies en se basant sur les valeurs distinctes trouvées la semaine passée"],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":["Faut-il remplir à la volée les choix du filtre de la section filtre de la page d'exploration avec la liste des valeurs distinctes répérées depuis le backend"],"Redirects to this endpoint when clicking on the datasource from the datasource list":["Redirige à cet endpoint quand on clique sur la source de données depuis la liste des sources de données"],"Associated Slices":["Slices associés"],"Data Source":["Source de données"],"Owner":["Propriétaire"],"Is Hidden":["Est caché"],"Enable Filter Select":["Activer le filtre de sélection"],"Default Endpoint":["Endpoint par défaut"],"Time Offset":["Décalage du temps"],"Cache Timeout":["Cache timeout"],"Druid Datasources":["Sources de données Druid"],"Scan New Datasources":[""],"Refresh Druid Metadata":["Rafraichir les méta-données de Druid"],"Datetime column not provided as part table configuration and is required by this type of chart":["Colonne Datetime non fournie dans la configuration alors qu'elle est requise pour ce type de graphique"],"Empty query?":[""],"Metric '{}' is not valid":["Métrique '{}' invalide"],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":["Lister les colonnes"],"Show Column":["Montrer les colonnes"],"Add Column":["Ajouter une colonne"],"Edit Column":["Éditer une colonne"],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":["Faut-il que cette colonne soit accessible comme une option [Time Granularity], la colonne doit être DATETIME ou d'un format équivalent"],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":["Le type de donnée inféré par la base de données. Il peut être nécessaire de le rentrer manuellement pour les colonnes définissant des expressions dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le modifier"],"Expression":["Expression"],"Is temporal":["Est temporel"],"Datetime Format":["Format Datetime"],"Database Expression":["Expression de la base de données"],"List Metrics":["Lister les métriques"],"Show Metric":["Montrer les métriques"],"Add Metric":["Ajouter une métrique"],"Edit Metric":["Éditer la métrique"],"SQL Expression":["Expression SQL"],"D3 Format":["Format D3"],"Is Restricted":["Est restreint"],"List Tables":["Lister les tables"],"Show Table":["Montrer les tables"],"Add Table":["Ajouter une table"],"Edit Table":["Éditer la table"],"Name of the table that exists in the source database":["Nom de la table qui existe dans la base de données source"],"Schema, as used only in some databases like Postgres, Redshift and DB2":["Schéma, utilisé uniquement dans certaines bases de données comme Postgres, Redshift et DB2"],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":["Ces champs agissent comme une vue Superset, i.e. Superset va lancer une requête pour cette expression comme une sous-requête"],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":["Prédicat appliqué à la récupération des valeurs distinctes pour remplir le filtre de contrôle des composants. Supporte la syntaxe Jinja. S'applique uniquement si `Activer le filtre` est coché."],"Redirects to this endpoint when clicking on the table from the table list":["Redirige à cet endpoint quand on clique sur la table depuis la liste des tables"],"Changed By":["Modifié par"],"Database":["Base de données"],"Last Changed":["Dernière modification"],"Schema":["Schéma"],"Offset":["Décalage"],"Table Name":["Nom de la table"],"Fetch Values Predicate":["Récupérer les valeurs des prédicats"],"Main Datetime Column":["Colonne Datetime principale"],"Table [{}] could not be found, please double check your database connection, schema, and table name":["La table [{}] n'a pu être trouvée, vérifiez à nouveau votre la connexion à votre base de données, le schéma et le nom de la table"],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":["La table a été créée. Pour la deuxième partie de la configuration vous devez cliquer sur le bouton édition de la nouvelle table"],"Tables":["Tables"],"Profile":["Profil"],"Logout":["Déconnexion"],"Login":["Connexion"],"Record Count":["Nombre d'enregistrements"],"No records found":["Aucun enregistrement trouvé"],"Import":["Importation"],"No Access!":["Pas l'accès !"],"You do not have permissions to access the datasource(s): %(name)s.":["Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s."],"Request Permissions":["Besoin de permissions"],"Welcome!":["Bienvenue ! "],"Test Connection":["Test de connexion"],"Manage":["Gestion"],"Datasource %(name)s already exists":["La source de données %(name)s existe déjà"],"json isn't valid":["Le json n'est pas valide"],"Delete":["Effacer"],"Delete all Really?":["Vraiment tout effacer ?"],"This endpoint requires the `all_datasource_access` permission":["Cet endpoint nécessite la permission `all_datasource_access`"],"The datasource seems to have been deleted":["La source de données semble avoir été effacée"],"The access requests seem to have been deleted":["L'accée à cette requête semble avoir été effacé"],"The user seems to have been deleted":["L'utilisateur semble avoir été effacé"],"You don't have access to this datasource":["Vous n'avez pas l'accès à cette source de données"],"This view requires the database %(name)s or `all_datasource_access` permission":["Cette page nécessite la permission à la base %(name)s ou `all_datasource_access`"],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":["Cet endpoint nécessite la permission à la source de données %(name)s, à la base de données ou `all_datasource_access`"],"List Databases":["Lister les bases de données"],"Show Database":["Montrer les bases de données"],"Add Database":["Ajouter une base de données"],"Edit Database":["Éditer la base de données"],"Expose this DB in SQL Lab":["Expose cette BDD dans SQL Lab"],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":["Autorise les utilisateurs à lancer des requêtes synchrones, il s'agit de la configuration par défaut qui devrait fonctionner correctement pour des reqêtes exécutables depuis le web (<~1 minute)"],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":["Autorise les utilisateurs à lancer des requêtes sur un backend asynchrone. Suppose que vous ayez un worker Celery réglé comme un results backend"],"Allow CREATE TABLE AS option in SQL Lab":["Autorise l'option CREATE TABLE AS dans SQL Lab"],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":["Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, DELETE, CREATE, etc.) dans SQL Lab"],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":["Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force la table a être créée dans le schéma"],"All the queries in Sql Lab are going to be executed on behalf of currently authorized user.":[""],"Expose in SQL Lab":["Exposer dans SQL Lab"],"Allow CREATE TABLE AS":["Autoriser CREATE TABLE AS"],"Allow DML":["Autoriser DML"],"CTAS Schema":["Schéma CTAS"],"Creator":["Créateur"],"SQLAlchemy URI":["URI SQLAlchemy"],"Extra":["Extra"],"Allow Run Sync":["Autoriser le lancement synchrone"],"Allow Run Async":["Autoriser le lancement asynchrone"],"Impersonate queries to the database":[""],"Import Dashboards":["Importer des tableaux de bords"],"User":["Utilisateur"],"User Roles":["Rôles utilisateurs"],"Database URL":["URL de la base de données"],"Roles to grant":["Röles à donner"],"Created On":["Créé le"],"Access requests":["Requêtes d'accès"],"Security":["Sécurité"],"List Slices":["Lister les slices"],"Show Slice":["Montrer les slices"],"Add Slice":["Ajouter un slice"],"Edit Slice":["Éditer le slice"],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":["Ces paramètres sont généré dynamiquement quand vous cliquez sur Sauvegarder ou forcer dans la page d'exploration. Cet objet JSON est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"],"Duration (in seconds) of the caching timeout for this slice.":["Durée (en secondes) pour le caching timout de ce slice"],"Last Modified":["Dernière modification"],"Owners":["Propriétaires"],"Parameters":["Paramètres"],"Slice":["Slice"],"List Dashboards":["Lister les tableaux de bords"],"Show Dashboard":["Montrer les tableaux de bords"],"Add Dashboard":["Ajouter un tableau de bord"],"Edit Dashboard":["Éditer le tableau de bord"],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":["Cet objet JSON décrit la position des widgets dans le tableau de bord. Il est généré dynamiquement quand on ajuste la taille ou la position des widgets"],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":["Le css pour certains tableaux de bords peut être modifié ici, ou dans la page tableaux de bords pour que les changement soient visibles immédiatement"],"To get a readable URL for your dashboard":["Pour avoir une URL lisible pour votre tableau de bord"],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":["Ce JSON a été généré automatiquement quand vous avez cliqué sur sauvegarder ou forcer dans la page des tableaux de bords. Il est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"],"Owners is a list of users who can alter the dashboard.":["Propriétaires est une liste d'utilisateurs qui peuvent modifier le tableau de bord"],"Dashboard":["Tableau de bord"],"Slug":["Slug"],"Position JSON":["JSON des positions"],"JSON Metadata":["JSON des méta-données"],"Underlying Tables":["Tables sous-jacentes"],"Export":["Exporter"],"Export dashboards?":["Exporter les tableaux de bords ?"],"Action":["Action"],"dttm":["dttm"],"Action Log":["Journaux d'actions"],"Access was requested":["Accès demandé"],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":["%(user)s a obtenu le rôle %(role)s qui donne accès à %(datasource)s"],"Role %(r)s was extended to provide the access to the datasource %(ds)s":["Le rôle %(r)s a été étendu pour donner l'accès à la source de données %(ds)s"],"You have no permission to approve this request":["Vous n'avez pas les permission pour approuver cette requête"],"Malformed request. slice_id or table_name and db_name arguments are expected":["Requête malformée. Les arguments slice_id ou table_name et db_name sont attendus"],"Slice %(id)s not found":["Slice %(id)s non trouvé"],"Table %(t)s wasn't found in the database %(d)s":["Table %(t)s pas trouvée dans la base de données %(d)s"],"Can't find User '%(name)s', please ask your admin to create one.":["Impossible de trouver l'utilisateur '%(name)s', demandez à votre administrateur de le créer."],"Can't find DruidCluster with cluster_name = '%(name)s'":["Impossible de trouver le DruidCluster avec cluster_name = '%(name)s"],"Query record was not created as expected.":["L'enregistrement de la reqête n'a pas été créé comme prévu."],"Template Name":["Nom du template"],"CSS Templates":["Templates CSS"],"SQL Editor":["Éditeur SQL"],"SQL Lab":["SQL Lab"],"Query Search":["Requêter"],"Status":["Status"],"Start Time":["Date de début"],"End Time":["Date de fin"],"Queries":["Requêtes"],"List Saved Query":["Liste des requêtes sauvegardées"],"Show Saved Query":["Montrer les requếtes sauvagardées"],"Add Saved Query":["Ajouter une requête sauvegardée"],"Edit Saved Query":["Éditer la requête sauvegardée"],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":["Requêtes sauvegardées"]}}} +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n > 1)","lang":"fr"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/fr/LC_MESSAGES/messages.mo b/superset/translations/fr/LC_MESSAGES/messages.mo index 9fec98dccff1d..f496cbde2e0b6 100644 Binary files a/superset/translations/fr/LC_MESSAGES/messages.mo and b/superset/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/fr/LC_MESSAGES/messages.po b/superset/translations/fr/LC_MESSAGES/messages.po index 33ce07e9a5ca1..8573e21faa23b 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.po +++ b/superset/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-10-04 10:12-0700\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2017-10-03 08:22-0700\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -16,1442 +16,1648 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.4.0\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:553 -#: superset/db_engine_specs.py:192 superset/db_engine_specs.py:223 -#: superset/db_engine_specs.py:267 superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 superset/db_engine_specs.py:839 -#: superset/db_engine_specs.py:875 superset/db_engine_specs.py:907 -#: superset/db_engine_specs.py:953 superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Colonne du temps" +msgstr "" -#: superset/db_engine_specs.py:193 superset/db_engine_specs.py:224 -#: superset/db_engine_specs.py:316 superset/db_engine_specs.py:372 -#: superset/db_engine_specs.py:840 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "seconde" +msgstr "" -#: superset/db_engine_specs.py:194 superset/db_engine_specs.py:227 -#: superset/db_engine_specs.py:319 superset/db_engine_specs.py:374 -#: superset/db_engine_specs.py:842 superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:954 -#: superset/db_engine_specs.py:992 superset/db_engine_specs.py:1016 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "minute" +msgstr "" -#: superset/db_engine_specs.py:195 superset/db_engine_specs.py:231 -#: superset/db_engine_specs.py:321 superset/db_engine_specs.py:376 -#: superset/db_engine_specs.py:848 superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 superset/db_engine_specs.py:960 -#: superset/db_engine_specs.py:993 superset/db_engine_specs.py:1017 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "heure" - -#: superset/db_engine_specs.py:196 superset/db_engine_specs.py:236 -#: superset/db_engine_specs.py:268 superset/db_engine_specs.py:323 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 superset/db_engine_specs.py:914 -#: superset/db_engine_specs.py:962 superset/db_engine_specs.py:994 -#: superset/db_engine_specs.py:1018 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "jour" +msgstr "" -#: superset/db_engine_specs.py:197 superset/db_engine_specs.py:242 -#: superset/db_engine_specs.py:269 superset/db_engine_specs.py:324 -#: superset/db_engine_specs.py:380 superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 superset/db_engine_specs.py:916 -#: superset/db_engine_specs.py:995 superset/db_engine_specs.py:1019 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "semaine" - -#: superset/db_engine_specs.py:198 superset/db_engine_specs.py:244 -#: superset/db_engine_specs.py:271 superset/db_engine_specs.py:326 -#: superset/db_engine_specs.py:382 superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 superset/db_engine_specs.py:918 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:996 -#: superset/db_engine_specs.py:1020 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "mois" +msgstr "" -#: superset/db_engine_specs.py:199 superset/db_engine_specs.py:246 -#: superset/db_engine_specs.py:328 superset/db_engine_specs.py:384 -#: superset/db_engine_specs.py:856 superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 superset/db_engine_specs.py:966 -#: superset/db_engine_specs.py:997 superset/db_engine_specs.py:1021 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "trimestre" +msgstr "" -#: superset/db_engine_specs.py:200 superset/db_engine_specs.py:250 -#: superset/db_engine_specs.py:330 superset/db_engine_specs.py:858 -#: superset/db_engine_specs.py:888 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 superset/db_engine_specs.py:1022 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "année" - -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" -msgstr "semaine_commence_lundi" +msgstr "" -#: superset/db_engine_specs.py:386 superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "semaine_finit_samedi" +msgstr "" -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "semande_commence_dimanche" +msgstr "" + +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" -#: superset/db_engine_specs.py:844 superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 minutes" +msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "demi-heure" +msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 minutes" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" -#: superset/utils.py:499 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] Accès à la source de données %(name)s accordé" +msgstr "" -#: superset/viz.py:50 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "Viz est une source de données manquante" +msgstr "" -#: superset/viz.py:181 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "From date ne peut être plus grand que to date" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 -#: superset/viz.py:369 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Vue en table" +msgstr "" -#: superset/viz.py:381 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Choississez une granularité dans Time ou décochez 'Include Time'" +msgstr "" -#: superset/viz.py:391 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" -msgstr "Choisissez soit des champs dans [Grouper par] et [Métriques] ou dans [Colonnes], pas les deux" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:386 -#: superset/viz.py:430 +#: superset/viz.py:596 +msgid "Time Table View" +msgstr "" + +#: superset/viz.py:605 superset/viz.py:1464 +msgid "Pick at least one metric" +msgstr "" + +#: superset/viz.py:608 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "Table pivot" +msgstr "" -#: superset/viz.py:444 -msgid "Please choose at least one \"Group by\" field " -msgstr "Choisissez au moins un champs \"Grouper par\"" +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " +msgstr "" -#: superset/viz.py:446 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "Choississez au moins une métrique" +msgstr "" -#: superset/viz.py:450 -msgid "'Group By' and 'Columns' can't overlap" -msgstr "'Grouper par' et 'Colonnes' ne peuvent pas avoir de champs en commun" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "Markup" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:411 -#: superset/viz.py:502 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "Séparateur" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:433 -#: superset/viz.py:514 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "Nuage de mots" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:454 -#: superset/viz.py:537 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "Treemap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:563 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "Calendrier Heatmap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:502 -#: superset/viz.py:621 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "Boites à moustaches" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:523 -#: superset/viz.py:710 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "Bulles" +msgstr "" -#: superset/viz.py:734 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "Choisissez une métrique pour x, y, taille" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:574 -#: superset/viz.py:760 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" -msgstr "Points" +msgstr "" -#: superset/viz.py:786 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "Choisissez une métrique à afficher" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:597 -#: superset/viz.py:809 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "Gros nombre avec tendance" +msgstr "" -#: superset/viz.py:817 superset/viz.py:846 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "Choisissez une métrique" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:622 -#: superset/viz.py:838 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "Gros nombre" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 -#: superset/viz.py:865 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "Séries temporelles - ligne" +msgstr "" -#: superset/viz.py:913 superset/viz.py:1058 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" -msgstr "Choisissez une granularité pour vos séries temporelles" +msgstr "" + +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" -#: superset/viz.py:1001 +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" -msgstr "Séries temporelles - double axe" +msgstr "" -#: superset/viz.py:1011 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" -msgstr "Choisissez une métrique pour l'axe de gauche" +msgstr "" -#: superset/viz.py:1013 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" -msgstr "Choississez une métrique pour l'axe de droite" +msgstr "" -#: superset/viz.py:1015 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" -msgstr "Choisissez des métriques différentes pour les axes gauches et droits" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 -#: superset/viz.py:1076 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" -msgstr "Séries temporelles - histogramme" +msgstr "" + +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 -#: superset/viz.py:1084 +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" -msgstr "Séries temporelles - pourcentage de changement" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 -#: superset/viz.py:1092 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" -msgstr "Séries temporelles - empilées" +msgstr "" -#: superset/viz.py:1101 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" -msgstr "Distribution - camembert" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:647 -#: superset/viz.py:1119 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Histogramme" +msgstr "" -#: superset/viz.py:1129 -msgid "Must have one numeric column specified" -msgstr "Il faut un moins une colonne numérique" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1144 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" -msgstr "Distibution - histogramme" +msgstr "" -#: superset/viz.py:1155 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" -msgstr "Il ne faut pas d'élement en commun entre Serie et Breakdowns" - -#: superset/viz.py:1157 -msgid "Pick at least one metric" -msgstr "Choisissez au moins une métrique" +msgstr "" -#: superset/viz.py:1159 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" -msgstr "Choisissez au moins un champs pour [Séries]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:679 -#: superset/viz.py:1212 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" -msgstr "Camembert hiérarchique" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:716 -#: superset/viz.py:1245 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" -msgstr "Sankey" +msgstr "" -#: superset/viz.py:1252 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Choisissez exactement 2 colonnes pour [Source / Target]" +msgstr "" -#: superset/viz.py:1283 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" -msgstr "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1294 superset/viz.py:1315 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" -msgstr "Graphe orienté" +msgstr "" -#: superset/viz.py:1301 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" -msgstr "Choisissez exactement 2 colonnes pour 'Grouper par'" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/viz.py:1348 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "Carte de pays" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:841 -#: superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "Carte du monde" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1426 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "Filtres" +msgstr "" -#: superset/viz.py:1434 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "Choisissez au moins un champ sur lequel filtrer" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:909 -#: superset/viz.py:1461 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" -msgstr "iFrame" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/viz.py:1478 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" -msgstr "Coordonnées parallèles" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:943 -#: superset/viz.py:1503 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "Carte de chaleur" +msgstr "" -#: superset/viz.py:1562 +#: superset/viz.py:1878 msgid "Horizon Charts" -msgstr "Histogrammes horizontaux" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1002 -#: superset/viz.py:1573 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" -msgstr "Mapbox" +msgstr "" -#: superset/viz.py:1588 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]" +msgstr "" -#: superset/viz.py:1601 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" -msgstr "Le [Label] choisi doit être présent dans [Grouper par]" +msgstr "" -#: superset/viz.py:1606 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "Le [Point Radius] doit être présent dans [Grouper par]" +msgstr "" -#: superset/viz.py:1611 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" -msgstr "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -#: superset/viz.py:1676 +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" -msgstr "Flot d'événements" +msgstr "" -#: superset/viz.py:1706 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "" - -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:85 superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Table" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" -msgstr "Label" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" -msgstr "Description" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "Annuler" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 -msgid "Select ..." +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 -msgid "Loaded data cached" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 -msgid "Loaded from cache" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 -msgid "Click to force-refresh" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 -msgid "Copy to clipboard" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:65 -msgid "Not successful" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:68 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:79 -msgid "Copied!" +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:475 superset/views/core.py:542 -msgid "Title" -msgstr "Title" - -#: superset/assets/javascripts/components/EditableTitle.jsx:92 -msgid "click to edit title" +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 -msgid "You don't have the rights to alter this title." +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 -msgid "Click to favorite/unfavorite" +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:164 -#, python-format -msgid "Served from data cached %s . Click to force refresh." +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:169 -msgid "Click to force refresh" +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:353 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 +msgid "Select ..." msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:354 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/components/CachedLabel.jsx:26 +msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/components/CachedLabel.jsx:29 +msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:48 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/components/CachedLabel.jsx:33 +msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:54 -msgid "Force refresh the whole dashboard" +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 +msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:94 -msgid "Edit this dashboard's properties" +#: superset/assets/src/components/CopyToClipboard.jsx:72 +msgid "Not successful" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 -msgid "Load a template" +#: superset/assets/src/components/CopyToClipboard.jsx:75 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 -msgid "Load a CSS template" +#: superset/assets/src/components/CopyToClipboard.jsx:91 +msgid "Copied!" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:482 -msgid "CSS" -msgstr "CSS" - -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 -msgid "Live CSS Editor" +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 +msgid "Title" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 -msgid "Don't refresh" +#: superset/assets/src/components/EditableTitle.jsx:105 +msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 -msgid "10 seconds" +#: superset/assets/src/components/EditableTitle.jsx:106 +msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 -msgid "30 seconds" +#: superset/assets/src/components/FaveStar.jsx:33 +msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 -msgid "1 minute" +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 -msgid "5 minutes" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 -msgid "Refresh Interval" +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 -msgid "Choose the refresh frequency for this dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 -msgid "This dashboard was saved successfully." +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 -msgid "Sorry, there was an error saving this dashboard: " +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 -msgid "You must pick a name for the new dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 -msgid "Save Dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 -#, python-format -msgid "Overwrite Dashboard [%s]" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 -msgid "Save as:" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 -msgid "[dashboard name]" +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:379 -msgid "Name" -msgstr "Nom" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 -msgid "Viz" +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:480 superset/views/core.py:544 -#: superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "Modifié" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 -msgid "Force refresh data" +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 -msgid "Toggle chart description" +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 +msgid "Load a template" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 -msgid "Edit chart" +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 +msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 -msgid "Export CSV" +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 +msgid "CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 -msgid "Explore chart" +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 +msgid "Live CSS Editor" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 -msgid "Remove chart from dashboard" +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 +msgid "Don't refresh" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 +msgid "10 seconds" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 +msgid "30 seconds" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:61 -msgid "Error..." +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 +msgid "1 minute" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:97 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:436 -#: superset/assets/javascripts/explore/stores/visTypes.js:457 -#: superset/assets/javascripts/explore/stores/visTypes.js:485 -#: superset/assets/javascripts/explore/stores/visTypes.js:505 -#: superset/assets/javascripts/explore/stores/visTypes.js:526 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:600 -#: superset/assets/javascripts/explore/stores/visTypes.js:625 -#: superset/assets/javascripts/explore/stores/visTypes.js:650 -#: superset/assets/javascripts/explore/stores/visTypes.js:682 -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:811 -#: superset/assets/javascripts/explore/stores/visTypes.js:844 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:924 -#: superset/assets/javascripts/explore/stores/visTypes.js:946 -#: superset/assets/javascripts/explore/stores/visTypes.js:1005 -msgid "Query" -msgstr "Reqête" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "Hauteur" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "Largeur" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 +msgid "5 minutes" msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 +msgid "Refresh Interval" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 +msgid "Choose the refresh frequency for this dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 +msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 +msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 +msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 +msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 +#, python-format +msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 +msgid "Save as:" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 +msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 +msgid "Name" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:55 -msgid "`Min` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 +msgid "Viz" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:58 -msgid "`Max` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:75 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:88 -msgid "Min" -msgstr "Min" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:83 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:89 -msgid "Max" -msgstr "Max" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 +msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 +msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "Ajouter un filtre" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 +msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:106 -#, python-format -msgid "Select %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 +msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 +msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "Éditer" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 +msgid "Remove chart from dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:223 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 +#: superset/assets/src/explore/controls.jsx:124 msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:36 -msgid "A reference to the [Time] configuration, taking granularity into account" +"For more information about objects are in context in the scope of this " +"function, refer to the" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:50 -msgid "Group by" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:53 -msgid "One or many controls to group by" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:72 -#: superset/connectors/druid/views.py:45 superset/views/core.py:318 -#: superset/views/core.py:342 superset/views/core.py:373 -msgid "Datasource" -msgstr "Source de données" - -#: superset/assets/javascripts/explore/stores/controls.jsx:82 -#: superset/views/core.py:381 +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" -msgstr "Type de visualisation" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:90 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:103 +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:210 msgid "" "Bounds for the Y axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:125 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:832 -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:130 -msgid "Metric" -msgstr "Métrique" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:223 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:230 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:237 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:242 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:249 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:255 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:258 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:264 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:267 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:273 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:288 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:296 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:307 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:312 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:315 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:322 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:327 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:338 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:348 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1459,137 +1665,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:357 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:360 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:367 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:393 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:412 -#: superset/assets/javascripts/explore/stores/controls.jsx:419 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:421 -#: superset/assets/javascripts/explore/stores/controls.jsx:431 -#: superset/assets/javascripts/explore/stores/controls.jsx:441 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:450 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:456 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:477 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:483 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:510 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:515 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:518 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:525 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:528 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:534 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:548 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:556 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:568 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1597,114 +1893,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:583 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:595 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:611 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:617 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:624 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:645 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:648 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:675 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:680 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:697 +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:714 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1713,1980 +2071,5962 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:737 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:740 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:748 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:547 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:749 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:762 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:555 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:765 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:776 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:790 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:797 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:811 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:821 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:838 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:845 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:850 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:859 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:865 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 -#: superset/assets/javascripts/explore/stores/controls.jsx:884 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:894 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:904 -msgid "Right Axis Format" +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1286 +msgid "Right Axis Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:917 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:930 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:949 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:954 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:414 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:955 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:964 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:976 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:998 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1009 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1012 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1017 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1024 +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1031 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1034 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1039 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1041 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1046 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1049 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1062 +#: superset/assets/src/explore/controls.jsx:1514 +msgid "Show Values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1517 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1070 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1078 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1081 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1098 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1106 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1114 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1135 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1146 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1155 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1163 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1190 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1203 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1225 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1230 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1239 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1251 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1257 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1266 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1274 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1291 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1296 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1303 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1310 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1317 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1324 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1360 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1368 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1379 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1385 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1389 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 -msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"The filters to apply after post-aggregation.Leave the value control empty" -" to filter empty strings or nulls" -msgstr "" - -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:465 -#: superset/assets/javascripts/explore/stores/visTypes.js:513 -#: superset/assets/javascripts/explore/stores/visTypes.js:534 -#: superset/assets/javascripts/explore/stores/visTypes.js:658 -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -#: superset/assets/javascripts/explore/stores/visTypes.js:781 -#: superset/assets/javascripts/explore/stores/visTypes.js:993 -msgid "Chart Options" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -#: superset/assets/javascripts/explore/stores/visTypes.js:912 -msgid "Options" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:541 -#: superset/assets/javascripts/explore/stores/visTypes.js:853 -msgid "Bubbles" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:667 -msgid "Numeric Column" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:671 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:672 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:700 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:703 -msgid "Secondary Metric" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:704 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -msgid "Hierarchy" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -msgid "Source / Target" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -msgid "Chord Diagram" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Choose a number format" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:794 -msgid "Source" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Choose a source" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -msgid "Target" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:803 -msgid "Choose a target" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:828 -msgid "ISO 3166-2 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:829 -msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-2)" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -msgid "Country Control" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:864 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:867 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:878 -msgid "Filter Box" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter controls" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 +#: superset/assets/src/explore/controls.jsx:2150 msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:954 -msgid "Heatmap Options" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:989 -msgid "Horizon" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1015 -msgid "Points" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Labelling" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1029 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -msgid "Viewport" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -msgid "Longitude" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1049 -msgid "Column containing longitude data" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1052 -msgid "Latitude" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1053 -msgid "Column containing latitude data" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1056 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1061 -msgid "Tooltip" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1062 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Event definition" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Additional meta data" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -msgid "Column containing entity ids" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1096 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/visTypes.js:72 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1099 -msgid "Column containing event names" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -msgid "Event count limit" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1108 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1111 -msgid "Meta data" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" msgstr "" -#: superset/assets/javascripts/modules/superset.js:130 -msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" msgstr "" -#: superset/assets/javascripts/modules/superset.js:133 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:372 -#: superset/views/core.py:532 -msgid "Dashboards" -msgstr "Tableaux de bords" - -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:408 superset/views/core.py:477 -msgid "Slices" -msgstr "Slice" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:284 -msgid "Databases" -msgstr "Bases de données" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:106 -#, python-format -msgid "Select [%s]" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." -msgstr "Aucune donnée récupérée" +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" +msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" -msgstr "Lister les colonnes Druid" +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" +msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" -msgstr "Montrer les colonnes Druid" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" +msgstr "" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" -msgstr "Ajouter une colonne Druid" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" -msgstr "Éditer une colonne Druid" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:80 -msgid "Column" -msgstr "Colonne" +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 superset/connectors/sqla/views.py:133 -msgid "Type" -msgstr "Type" +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:83 -msgid "Groupable" -msgstr "Groupable" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" +msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:84 -msgid "Filterable" -msgstr "Filtrable" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" +msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:86 -msgid "Count Distinct" -msgstr "Valeurs distinctes" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" +msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:87 -msgid "Sum" -msgstr "Somme" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:49 +#: superset/assets/src/explore/visTypes.js:868 msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -"Est-ce-que cette colonne doit apparaître dans la section `Filtres` de la " -"page exploration" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" -msgstr "Lister les métriques Druid" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" -msgstr "Montrer une métrique Druid" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" -msgstr "Ajouter une métrique Druid" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" -msgstr "Éditer une métrique Druid" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" -#: superset/connectors/druid/views.py:100 superset/connectors/sqla/views.py:115 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this " -"metric)' are allowed to access this metric" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -"Est-ce-que l'accès à cette métrique est restraint à certains rôles. Seuls" -" les rôles avec la permission 'accès à la métrique XXX (le nom de cette " -"métrique) sont autorisés à accéder à cette métrique" -#: superset/connectors/druid/views.py:108 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" -msgstr "Nom explicite" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" +msgstr "" -#: superset/connectors/druid/views.py:110 superset/views/core.py:559 -msgid "JSON" -msgstr "JSON" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" -msgstr "Données Druid" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" -#: superset/connectors/druid/views.py:112 superset/connectors/sqla/views.py:138 -msgid "Warning Message" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" -msgstr "Lister les clusters Druid" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" -msgstr "Monter les cluster Druid" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" +msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" -msgstr "Ajouter un cluster Druid" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" -msgstr "Éditer une cluster Druid" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" +msgstr "" -#: superset/connectors/druid/views.py:143 -#: superset/connectors/druid/views.py:227 -msgid "Cluster" -msgstr "Cluster" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" +msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" -msgstr "Hôte du coordinator" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" +msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" -msgstr "Port du coordinator" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" +msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" -msgstr "Endpoint du coordinator" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" +msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" -msgstr "Hôte du Broker" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" +msgstr "" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" -msgstr "Port du Broker" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" +msgstr "" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" -msgstr "Endpoint du Broker" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" +msgstr "" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" -msgstr "Clusters Druid" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" +msgstr "" -#: superset/connectors/druid/views.py:167 -#: superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 -#: superset/connectors/druid/views.py:323 superset/connectors/sqla/views.py:281 -#: superset/views/core.py:287 -msgid "Sources" -msgstr "Sources" +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" +msgstr "" -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" -msgstr "Lister les dources de données Druid" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" +msgstr "" -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" -msgstr "Montrer les sources de données Druid" +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" +msgstr "" -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" -msgstr "Ajouter une source de données Druid" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" -msgstr "Éditer une source de données Druid" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" +msgstr "" -#: superset/connectors/druid/views.py:196 superset/connectors/sqla/views.py:176 +#: superset/assets/src/explore/visTypes.js:1439 msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." msgstr "" -"Liste des slices associés à cette table. En modifiant cette source de " -"données, il se peut que vous changiez le comportement des slices " -"assosciés. Notez également que les slices doivent pointer sur une source " -"de données donc ce formulaire va échouer lors de la sauvegarde si vous " -"retirez les slices d'une source de données. Si vous voulez changer la " -"source de données d'un slice, forcez l'écriture depuis la 'page " -"d'exploration'" -#: superset/connectors/druid/views.py:204 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Timezone offset (en heure) de cette source de données" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" -#: superset/connectors/druid/views.py:208 +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1520 msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" msgstr "" -"Expression temporelle à utiliser comme un prédicat pour récupérer les " -"valeurs distinctes pour remplir le filtre. S'applique uniquement quand " -"`Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes " -"de valeurs distinctes dans le filtre seront remplies en se basant sur les" -" valeurs distinctes trouvées la semaine passée" -#: superset/connectors/druid/views.py:215 superset/connectors/sqla/views.py:206 +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1599 msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -"Faut-il remplir à la volée les choix du filtre de la section filtre de la" -" page d'exploration avec la liste des valeurs distinctes répérées depuis " -"le backend" -#: superset/connectors/druid/views.py:219 +#: superset/assets/src/explore/visTypes.js:1608 msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -"Redirige à cet endpoint quand on clique sur la source de données depuis " -"la liste des sources de données" -#: superset/connectors/druid/views.py:225 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" -msgstr "Slices associés" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" +msgstr "" -#: superset/connectors/druid/views.py:226 -msgid "Data Source" -msgstr "Source de données" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" +msgstr "" -#: superset/connectors/druid/views.py:229 superset/connectors/sqla/views.py:225 -msgid "Owner" -msgstr "Propriétaire" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" +msgstr "" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" -msgstr "Est caché" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" +msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" -msgstr "Activer le filtre de sélection" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" +msgstr "" -#: superset/connectors/druid/views.py:232 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" -msgstr "Endpoint par défaut" +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" +msgstr "" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" -msgstr "Décalage du temps" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" +msgstr "" -#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 superset/views/core.py:370 -msgid "Cache Timeout" -msgstr "Cache timeout" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" +msgstr "" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" -msgstr "Sources de données Druid" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" +msgstr "" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" msgstr "" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" -msgstr "Rafraichir les méta-données de Druid" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" + +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" + +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" +msgstr "" + +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" + +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" + +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" + +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" + +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" +msgstr "" + +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" + +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" +msgstr "" + +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" +msgstr "" + +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" + +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" + +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" + +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" +msgstr "" + +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" + +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" + +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" + +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" + +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] Accès à la source de données %(name)s accordé" + +#~ msgid "Please choose at least one \"Group by\" field " +#~ msgstr "Choisissez au moins un champs \"Grouper par\"" + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "'Grouper par' et 'Colonnes' ne peuvent pas avoir de champs en commun" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "Il faut un moins une colonne numérique" + +#~ msgid "Your query was saved" +#~ msgstr "" + +#~ msgid "Your query could not be saved" +#~ msgstr "" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "" + +#~ msgid "Could not connect to server" +#~ msgstr "" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "" + +#~ msgid "Query was stopped." +#~ msgstr "" + +#~ msgid "Failed at stopping query." +#~ msgstr "" + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "" + +#~ msgid "shared query" +#~ msgstr "" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "" + +#~ msgid "Pick a chart type!" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" + +#~ msgid "Untitled Query" +#~ msgstr "" + +#~ msgid "Copy of %s" +#~ msgstr "" + +#~ msgid "share query" +#~ msgstr "" + +#~ msgid "copy URL to clipboard" +#~ msgstr "" + +#~ msgid "Raw SQL" +#~ msgstr "" + +#~ msgid "Source SQL" +#~ msgstr "" + +#~ msgid "SQL" +#~ msgstr "" + +#~ msgid "No query history yet..." +#~ msgstr "" + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "" + +#~ msgid "Search Results" +#~ msgstr "" + +#~ msgid "[From]-" +#~ msgstr "" + +#~ msgid "[To]-" +#~ msgstr "" + +#~ msgid "[Query Status]" +#~ msgstr "" + +#~ msgid "Search" +#~ msgstr "" + +#~ msgid "Open in SQL Editor" +#~ msgstr "" + +#~ msgid "view results" +#~ msgstr "" + +#~ msgid "Data preview" +#~ msgstr "" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "" + +#~ msgid "Run query in a new tab" +#~ msgstr "" + +#~ msgid "Remove query from log" +#~ msgstr "" + +#~ msgid ".CSV" +#~ msgstr "" + +#~ msgid "Visualize" +#~ msgstr "" + +#~ msgid "was created" +#~ msgstr "" + +#~ msgid "Query in a new tab" +#~ msgstr "" + +#~ msgid "Fetch data preview" +#~ msgstr "" + +#~ msgid "Track Job" +#~ msgstr "" + +#~ msgid "Loading..." +#~ msgstr "" + +#~ msgid "Run Selected Query" +#~ msgstr "" + +#~ msgid "Run Query" +#~ msgstr "" + +#~ msgid "Run query asynchronously" +#~ msgstr "" + +#~ msgid "Stop" +#~ msgstr "" + +#~ msgid "Undefined" +#~ msgstr "" + +#~ msgid "Label for your query" +#~ msgstr "" + +#~ msgid "Write a description for your query" +#~ msgstr "" + +#~ msgid "Save" +#~ msgstr "" + +#~ msgid "Save Query" +#~ msgstr "" + +#~ msgid "Run a query to display results here" +#~ msgstr "" + +#~ msgid "Preview for %s" +#~ msgstr "" + +#~ msgid "Results" +#~ msgstr "" + +#~ msgid "Query History" +#~ msgstr "" + +#~ msgid "Create table as with query results" +#~ msgstr "" + +#~ msgid "new table name" +#~ msgstr "" + +#~ msgid "Error while fetching table list" +#~ msgstr "" + +#~ msgid "Error while fetching schema list" +#~ msgstr "" + +#~ msgid "Error while fetching database list" +#~ msgstr "" + +#~ msgid "Database:" +#~ msgstr "" + +#~ msgid "Select a database" +#~ msgstr "" + +#~ msgid "Select a schema (%s)" +#~ msgstr "" + +#~ msgid "Schema:" +#~ msgstr "" + +#~ msgid "Add a table (%s)" +#~ msgstr "" + +#~ msgid "Type to search ..." +#~ msgstr "" + +#~ msgid "Reset State" +#~ msgstr "" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "" + +#~ msgid "Untitled Query %s" +#~ msgstr "" + +#~ msgid "close tab" +#~ msgstr "" + +#~ msgid "rename tab" +#~ msgstr "" + +#~ msgid "expand tool bar" +#~ msgstr "" + +#~ msgid "hide tool bar" +#~ msgstr "" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "" + +#~ msgid "latest partition:" +#~ msgstr "" + +#~ msgid "Keys for table" +#~ msgstr "" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "" + +#~ msgid "Original table column order" +#~ msgstr "" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "" + +#~ msgid "Remove table preview" +#~ msgstr "" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" + +#~ msgid "AS my_alias" +#~ msgstr "" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "" + +#~ msgid "No results available for this query" +#~ msgstr "" + +#~ msgid "Chart Type" +#~ msgstr "" + +#~ msgid "[Chart Type]" +#~ msgstr "" + +#~ msgid "Datasource Name" +#~ msgstr "" + +#~ msgid "datasource name" +#~ msgstr "" + +#~ msgid "Select ..." +#~ msgstr "" + +#~ msgid "Loaded data cached" +#~ msgstr "" + +#~ msgid "Loaded from cache" +#~ msgstr "" + +#~ msgid "Click to force-refresh" +#~ msgstr "" + +#~ msgid "Copy to clipboard" +#~ msgstr "" + +#~ msgid "Not successful" +#~ msgstr "" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" + +#~ msgid "Copied!" +#~ msgstr "" + +#~ msgid "click to edit title" +#~ msgstr "" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "" + +#~ msgid "You have unsaved changes." +#~ msgstr "" + +#~ msgid "Click the" +#~ msgstr "" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" + +#~ msgid "Click to force refresh" +#~ msgstr "" + +#~ msgid "Error" +#~ msgstr "" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "" + +#~ msgid "Load a template" +#~ msgstr "" + +#~ msgid "Load a CSS template" +#~ msgstr "" + +#~ msgid "Live CSS Editor" +#~ msgstr "" + +#~ msgid "Don't refresh" +#~ msgstr "" + +#~ msgid "10 seconds" +#~ msgstr "" + +#~ msgid "30 seconds" +#~ msgstr "" + +#~ msgid "1 minute" +#~ msgstr "" + +#~ msgid "5 minutes" +#~ msgstr "" + +#~ msgid "Refresh Interval" +#~ msgstr "" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "" + +#~ msgid "Save Dashboard" +#~ msgstr "" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "" + +#~ msgid "Save as:" +#~ msgstr "" + +#~ msgid "[dashboard name]" +#~ msgstr "" + +#~ msgid "Viz" +#~ msgstr "" + +#~ msgid "Add Slices" +#~ msgstr "" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "" + +#~ msgid "Move chart" +#~ msgstr "" + +#~ msgid "Force refresh data" +#~ msgstr "" + +#~ msgid "Toggle chart description" +#~ msgstr "" + +#~ msgid "Edit chart" +#~ msgstr "" + +#~ msgid "Export CSV" +#~ msgstr "" + +#~ msgid "Explore chart" +#~ msgstr "" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "" + +#~ msgid "%s - untitled" +#~ msgstr "" + +#~ msgid "Edit slice properties" +#~ msgstr "" + +#~ msgid "description" +#~ msgstr "" + +#~ msgid "bolt" +#~ msgstr "" + +#~ msgid "Error..." +#~ msgstr "" + +#~ msgid "Query" +#~ msgstr "Reqête" + +#~ msgid "Height" +#~ msgstr "Hauteur" + +#~ msgid "Width" +#~ msgstr "Largeur" + +#~ msgid "Export to .json" +#~ msgstr "" + +#~ msgid "Export to .csv format" +#~ msgstr "" + +#~ msgid "Please enter a slice name" +#~ msgstr "" + +#~ msgid "Please select a dashboard" +#~ msgstr "" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "" + +#~ msgid "Save A Slice" +#~ msgstr "" + +#~ msgid "Overwrite slice %s" +#~ msgstr "" + +#~ msgid "Save as" +#~ msgstr "" + +#~ msgid "[slice name]" +#~ msgstr "" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "" + +#~ msgid "Add to new dashboard" +#~ msgstr "" + +#~ msgid "Save & go to dashboard" +#~ msgstr "" + +#~ msgid "Check out this slice: %s" +#~ msgstr "" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "" + +#~ msgid "Click to point to another datasource" +#~ msgstr "" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "" + +#~ msgid "Select a datasource" +#~ msgstr "" + +#~ msgid "Search / Filter" +#~ msgstr "" + +#~ msgid "Filter value" +#~ msgstr "" + +#~ msgid "Select metric" +#~ msgstr "" + +#~ msgid "Select column" +#~ msgstr "" + +#~ msgid "Select operator" +#~ msgstr "" + +#~ msgid "Error while fetching data" +#~ msgstr "" + +#~ msgid "Select %s" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "" + +#~ msgid "Edit" +#~ msgstr "Éditer" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "" + +#~ msgid "Updating chart was stopped" +#~ msgstr "" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Network error." +#~ msgstr "" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "" + +#~ msgid "One or many controls to group by" +#~ msgstr "" + +#~ msgid "The type of visualization to display" +#~ msgstr "" + +#~ msgid "Metrics" +#~ msgstr "" + +#~ msgid "One or many metrics to display" +#~ msgstr "" + +#~ msgid "Y Axis Bounds" +#~ msgstr "" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" + +#~ msgid "Ordering" +#~ msgstr "" + +#~ msgid "Annotation Layers" +#~ msgstr "" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "" + +#~ msgid "Select a annotation layer" +#~ msgstr "" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "" + +#~ msgid "Choose the metric" +#~ msgstr "" + +#~ msgid "Right Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "" + +#~ msgid "Stacked Style" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" + +#~ msgid "Horizon Color Scale" +#~ msgstr "" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "" + +#~ msgid "Rendering" +#~ msgstr "" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "" + +#~ msgid "YScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "" + +#~ msgid "Include Time" +#~ msgstr "" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" + +#~ msgid "Stacked Bars" +#~ msgstr "" + +#~ msgid "Show totals" +#~ msgstr "" + +#~ msgid "Display total row/column" +#~ msgstr "" + +#~ msgid "Show Markers" +#~ msgstr "" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "" + +#~ msgid "Bar Values" +#~ msgstr "" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "" + +#~ msgid "Sort Bars" +#~ msgstr "" + +#~ msgid "Sort bars by x labels." +#~ msgstr "" + +#~ msgid "Combine Metrics" +#~ msgstr "" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" + +#~ msgid "Extra Controls" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" + +#~ msgid "Reduce X ticks" +#~ msgstr "" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" + +#~ msgid "Include Series" +#~ msgstr "" + +#~ msgid "Include series name as an axis" +#~ msgstr "" + +#~ msgid "Color Metric" +#~ msgstr "" + +#~ msgid "A metric to use for color" +#~ msgstr "" + +#~ msgid "Country Name" +#~ msgstr "" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "" + +#~ msgid "Country Field Type" +#~ msgstr "" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" + +#~ msgid "Columns" +#~ msgstr "" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" + +#~ msgid "Columns to display" +#~ msgstr "" + +#~ msgid "Origin" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Left Margin" +#~ msgstr "" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Time Granularity" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" + +#~ msgid "Domain" +#~ msgstr "" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "" + +#~ msgid "Subdomain" +#~ msgstr "" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" + +#~ msgid "Link Length" +#~ msgstr "" + +#~ msgid "Link length in the force layout" +#~ msgstr "" + +#~ msgid "Charge" +#~ msgstr "" + +#~ msgid "Charge in the force layout" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "Time Grain" +#~ msgstr "" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" + +#~ msgid "Resample Rule" +#~ msgstr "" + +#~ msgid "Pandas resample rule" +#~ msgstr "" + +#~ msgid "Resample How" +#~ msgstr "" + +#~ msgid "Pandas resample how" +#~ msgstr "" + +#~ msgid "Resample Fill Method" +#~ msgstr "" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" + +#~ msgid "Since" +#~ msgstr "" + +#~ msgid "7 days ago" +#~ msgstr "" + +#~ msgid "Until" +#~ msgstr "" + +#~ msgid "Max Bubble Size" +#~ msgstr "" + +#~ msgid "Whisker/outlier options" +#~ msgstr "" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" + +#~ msgid "Ratio" +#~ msgstr "" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "" + +#~ msgid "Number format" +#~ msgstr "" + +#~ msgid "Row limit" +#~ msgstr "" + +#~ msgid "Series limit" +#~ msgstr "" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "" + +#~ msgid "Sort By" +#~ msgstr "" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" + +#~ msgid "Rolling" +#~ msgstr "" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" + +#~ msgid "Periods" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" + +#~ msgid "Min Periods" +#~ msgstr "" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" + +#~ msgid "Series" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" + +#~ msgid "Entity" +#~ msgstr "" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "" + +#~ msgid "X Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "" + +#~ msgid "Y Axis" +#~ msgstr "" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "" + +#~ msgid "Bubble Size" +#~ msgstr "" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" + +#~ msgid "X Axis Label" +#~ msgstr "" + +#~ msgid "Y Axis Label" +#~ msgstr "" + +#~ msgid "Custom WHERE clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" + +#~ msgid "Custom HAVING clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" + +#~ msgid "Comparison Period Lag" +#~ msgstr "" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" + +#~ msgid "Comparison suffix" +#~ msgstr "" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "" + +#~ msgid "Table Timestamp Format" +#~ msgstr "" + +#~ msgid "Timestamp Format" +#~ msgstr "" + +#~ msgid "Series Height" +#~ msgstr "" + +#~ msgid "Pixel height of each series" +#~ msgstr "" + +#~ msgid "Page Length" +#~ msgstr "" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" + +#~ msgid "X Axis Format" +#~ msgstr "" + +#~ msgid "Y Axis Format" +#~ msgstr "" + +#~ msgid "Right Axis Format" +#~ msgstr "" + +#~ msgid "Markup Type" +#~ msgstr "" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "" + +#~ msgid "Rotation" +#~ msgstr "" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "" + +#~ msgid "Line Style" +#~ msgstr "" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" + +#~ msgid "Label Type" +#~ msgstr "" + +#~ msgid "What should be shown on the label?" +#~ msgstr "" + +#~ msgid "Code" +#~ msgstr "" + +#~ msgid "Put your code here" +#~ msgstr "" + +#~ msgid "Aggregation function" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" + +#~ msgid "Font Size From" +#~ msgstr "" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "" + +#~ msgid "Font Size To" +#~ msgstr "" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "" + +#~ msgid "Instant Filtering" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" + +#~ msgid "Date Filter" +#~ msgstr "" + +#~ msgid "Whether to include a time filter" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "" + +#~ msgid "Search Box" +#~ msgstr "" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "" + +#~ msgid "Table Filter" +#~ msgstr "" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "" + +#~ msgid "Put labels outside" +#~ msgstr "" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" +#~ msgstr "" + +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "" + +#~ msgid "Zoom level of the map" +#~ msgstr "" + +#~ msgid "Default latitude" +#~ msgstr "" + +#~ msgid "Latitude of default viewport" +#~ msgstr "" + +#~ msgid "Default longitude" +#~ msgstr "" + +#~ msgid "Longitude of default viewport" +#~ msgstr "" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "" + +#~ msgid "Labels for the markers" +#~ msgstr "" + +#~ msgid "Marker lines" +#~ msgstr "" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Annotations" +#~ msgstr "" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "" + +#~ msgid "Axes" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "" + +#~ msgid "Bubbles" +#~ msgstr "" + +#~ msgid "Numeric Column" +#~ msgstr "" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" + +#~ msgid "Hierarchy" +#~ msgstr "" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "" + +#~ msgid "Source / Target" +#~ msgstr "" + +#~ msgid "Choose a source and a target" +#~ msgstr "" + +#~ msgid "Chord Diagram" +#~ msgstr "" + +#~ msgid "Choose a number format" +#~ msgstr "" + +#~ msgid "Source" +#~ msgstr "" + +#~ msgid "Choose a source" +#~ msgstr "" + +#~ msgid "Target" +#~ msgstr "" + +#~ msgid "Choose a target" +#~ msgstr "" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" + +#~ msgid "Country Control" +#~ msgstr "" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "" + +#~ msgid "Bubble size" +#~ msgstr "" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "" + +#~ msgid "Filter Box" +#~ msgstr "" + +#~ msgid "Filter controls" +#~ msgstr "" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" + +#~ msgid "Heatmap Options" +#~ msgstr "" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "" + +#~ msgid "Labelling" +#~ msgstr "" + +#~ msgid "Visual Tweaks" +#~ msgstr "" + +#~ msgid "Viewport" +#~ msgstr "" + +#~ msgid "Longitude" +#~ msgstr "" + +#~ msgid "Column containing longitude data" +#~ msgstr "" + +#~ msgid "Latitude" +#~ msgstr "" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" + +#~ msgid "Tooltip" +#~ msgstr "" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" + +#~ msgid "Event definition" +#~ msgstr "" + +#~ msgid "Additional meta data" +#~ msgstr "" + +#~ msgid "Column containing entity ids" +#~ msgstr "" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "" + +#~ msgid "Column containing event names" +#~ msgstr "" + +#~ msgid "Event count limit" +#~ msgstr "" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "" + +#~ msgid "Meta data" +#~ msgstr "" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "" + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "" + +#~ msgid "Favorites" +#~ msgstr "" + +#~ msgid "Created Content" +#~ msgstr "" + +#~ msgid "Recent Activity" +#~ msgstr "" + +#~ msgid "Security & Access" +#~ msgstr "" + +#~ msgid "No slices" +#~ msgstr "" + +#~ msgid "No dashboards" +#~ msgstr "" + +#~ msgid "Slices" +#~ msgstr "Slice" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "" + +#~ msgid "Roles" +#~ msgstr "" + +#~ msgid "Databases" +#~ msgstr "Bases de données" + +#~ msgid "Datasources" +#~ msgstr "" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "" + +#~ msgid "joined" +#~ msgstr "" + +#~ msgid "id:" +#~ msgstr "" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "" + +#~ msgid "Select [%s]" +#~ msgstr "" + +#~ msgid "Druid Clusters" +#~ msgstr "Clusters Druid" + +#~ msgid "Sources" +#~ msgstr "Sources" + +#~ msgid "Associated Slices" +#~ msgstr "Slices associés" + +#~ msgid "Druid Datasources" +#~ msgstr "Sources de données Druid" + +#~ msgid "Scan New Datasources" +#~ msgstr "" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "Rafraichir les méta-données de Druid" + +#~ msgid "Tables" +#~ msgstr "Tables" + +#~ msgid "Import" +#~ msgstr "Importation" + +#~ msgid "Welcome!" +#~ msgstr "Bienvenue ! " + +#~ msgid "Manage" +#~ msgstr "Gestion" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "La source de données %(name)s existe déjà" + +#~ msgid "Delete" +#~ msgstr "Effacer" + +#~ msgid "Delete all Really?" +#~ msgstr "Vraiment tout effacer ?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "Cet endpoint nécessite la permission `all_datasource_access`" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "La source de données semble avoir été effacée" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "L'accée à cette requête semble avoir été effacé" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "L'utilisateur semble avoir été effacé" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "Vous n'avez pas l'accès à cette source de données" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" +#~ "Cette page nécessite la permission à " +#~ "la base %(name)s ou `all_datasource_access`" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" +#~ "Cet endpoint nécessite la permission à" +#~ " la source de données %(name)s, à " +#~ "la base de données ou " +#~ "`all_datasource_access`" + +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." +#~ msgstr "" + +#~ msgid "Impersonate queries to the database" +#~ msgstr "" + +#~ msgid "Import Dashboards" +#~ msgstr "Importer des tableaux de bords" + +#~ msgid "Access requests" +#~ msgstr "Requêtes d'accès" + +#~ msgid "Security" +#~ msgstr "Sécurité" + +#~ msgid "List Slices" +#~ msgstr "Lister les slices" + +#~ msgid "Show Slice" +#~ msgstr "Montrer les slices" + +#~ msgid "Add Slice" +#~ msgstr "Ajouter un slice" + +#~ msgid "Edit Slice" +#~ msgstr "Éditer le slice" + +#~ msgid "Slice" +#~ msgstr "Slice" + +#~ msgid "Export" +#~ msgstr "Exporter" + +#~ msgid "Export dashboards?" +#~ msgstr "Exporter les tableaux de bords ?" + +#~ msgid "Action Log" +#~ msgstr "Journaux d'actions" + +#~ msgid "Access was requested" +#~ msgstr "Accès demandé" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "%(user)s a obtenu le rôle %(role)s qui donne accès à %(datasource)s" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" +#~ "Le rôle %(r)s a été étendu pour" +#~ " donner l'accès à la source de " +#~ "données %(ds)s" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "Vous n'avez pas les permission pour approuver cette requête" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" +#~ "Requête malformée. Les arguments slice_id " +#~ "ou table_name et db_name sont attendus" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "Slice %(id)s non trouvé" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "Table %(t)s pas trouvée dans la base de données %(d)s" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" +#~ "Impossible de trouver l'utilisateur " +#~ "'%(name)s', demandez à votre administrateur" +#~ " de le créer." + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s" + +#~ msgid "CSS Templates" +#~ msgstr "Templates CSS" + +#~ msgid "SQL Lab" +#~ msgstr "SQL Lab" + +#~ msgid "Queries" +#~ msgstr "Requêtes" + +#~ msgid "Saved Queries" +#~ msgstr "Requêtes sauvegardées" + +#~ msgid "Time Column" +#~ msgstr "Colonne du temps" + +#~ msgid "second" +#~ msgstr "seconde" + +#~ msgid "minute" +#~ msgstr "minute" + +#~ msgid "hour" +#~ msgstr "heure" + +#~ msgid "day" +#~ msgstr "jour" + +#~ msgid "week" +#~ msgstr "semaine" + +#~ msgid "month" +#~ msgstr "mois" + +#~ msgid "quarter" +#~ msgstr "trimestre" + +#~ msgid "year" +#~ msgstr "année" + +#~ msgid "week_ending_saturday" +#~ msgstr "semaine_finit_samedi" + +#~ msgid "week_start_sunday" +#~ msgstr "semande_commence_dimanche" + +#~ msgid "week_start_monday" +#~ msgstr "semaine_commence_lundi" + +#~ msgid "5 minute" +#~ msgstr "5 minutes" + +#~ msgid "half hour" +#~ msgstr "demi-heure" + +#~ msgid "10 minute" +#~ msgstr "10 minutes" + +#~ msgid "Table Name" +#~ msgstr "Nom de la table" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "Base de données" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "Schéma" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" -#: superset/connectors/sqla/models.py:394 -msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" -msgstr "" -"Colonne Datetime non fournie dans la configuration alors qu'elle est " -"requise pour ce type de graphique" +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" -msgstr "" +#~ msgid "Dataframe Index" +#~ msgstr "" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" -msgstr "Métrique '{}' invalide" +#~ msgid "Write dataframe index as a column." +#~ msgstr "" -#: superset/connectors/sqla/models.py:590 -msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't " -"fetch column information" -msgstr "" +#~ msgid "Column Label(s)" +#~ msgstr "" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" -msgstr "Lister les colonnes" +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" -msgstr "Montrer les colonnes" +#~ msgid "Viz is missing a datasource" +#~ msgstr "Viz est une source de données manquante" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" -msgstr "Ajouter une colonne" +#~ msgid "From date cannot be larger than to date" +#~ msgstr "From date ne peut être plus grand que to date" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" -msgstr "Éditer une colonne" +#~ msgid "Table View" +#~ msgstr "Vue en table" -#: superset/connectors/sqla/views.py:45 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" -msgstr "" -"Faut-il que cette colonne soit accessible comme une option [Time " -"Granularity], la colonne doit être DATETIME ou d'un format équivalent" +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "Choississez une granularité dans Time ou décochez 'Include Time'" -#: superset/connectors/sqla/views.py:52 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." -msgstr "" -"Le type de donnée inféré par la base de données. Il peut être nécessaire " -"de le rentrer manuellement pour les colonnes définissant des expressions " -"dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le " -"modifier" +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "" +#~ "Choisissez soit des champs dans [Grouper" +#~ " par] et [Métriques] ou dans " +#~ "[Colonnes], pas les deux" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" -msgstr "Expression" +#~ msgid "Time Table View" +#~ msgstr "" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" -msgstr "Est temporel" +#~ msgid "Pick at least one metric" +#~ msgstr "Choisissez au moins une métrique" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" -msgstr "Format Datetime" +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" -msgstr "Expression de la base de données" +#~ msgid "Pivot Table" +#~ msgstr "Table pivot" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" -msgstr "Lister les métriques" +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" -msgstr "Montrer les métriques" +#~ msgid "Please choose at least one metric" +#~ msgstr "Choississez au moins une métrique" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" -msgstr "Ajouter une métrique" +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" -msgstr "Éditer la métrique" +#~ msgid "Markup" +#~ msgstr "Markup" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" -msgstr "Expression SQL" +#~ msgid "Separator" +#~ msgstr "Séparateur" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" -msgstr "Format D3" +#~ msgid "Word Cloud" +#~ msgstr "Nuage de mots" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" -msgstr "Est restreint" +#~ msgid "Treemap" +#~ msgstr "Treemap" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" -msgstr "Lister les tables" +#~ msgid "Calendar Heatmap" +#~ msgstr "Calendrier Heatmap" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" -msgstr "Montrer les tables" +#~ msgid "Box Plot" +#~ msgstr "Boites à moustaches" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" -msgstr "Ajouter une table" +#~ msgid "Bubble Chart" +#~ msgstr "Bulles" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" -msgstr "Éditer la table" +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "Choisissez une métrique pour x, y, taille" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" -msgstr "Nom de la table qui existe dans la base de données source" +#~ msgid "Bullet Chart" +#~ msgstr "Points" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" -"Schéma, utilisé uniquement dans certaines bases de données comme " -"Postgres, Redshift et DB2" +#~ msgid "Pick a metric to display" +#~ msgstr "Choisissez une métrique à afficher" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." -msgstr "" -"Ces champs agissent comme une vue Superset, i.e. Superset va lancer une " -"requête pour cette expression comme une sous-requête" +#~ msgid "Big Number with Trendline" +#~ msgstr "Gros nombre avec tendance" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." -msgstr "" -"Prédicat appliqué à la récupération des valeurs distinctes pour remplir " -"le filtre de contrôle des composants. Supporte la syntaxe Jinja. " -"S'applique uniquement si `Activer le filtre` est coché." +#~ msgid "Pick a metric!" +#~ msgstr "Choisissez une métrique" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "" -"Redirige à cet endpoint quand on clique sur la table depuis la liste des " -"tables" +#~ msgid "Big Number" +#~ msgstr "Gros nombre" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Modifié par" +#~ msgid "Time Series - Line Chart" +#~ msgstr "Séries temporelles - ligne" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:247 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" -msgstr "Base de données" +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "Choisissez une granularité pour vos séries temporelles" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:249 -msgid "Last Changed" -msgstr "Dernière modification" +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" -msgstr "Schéma" +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "Séries temporelles - double axe" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" -msgstr "Décalage" +#~ msgid "Pick a metric for left axis!" +#~ msgstr "Choisissez une métrique pour l'axe de gauche" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "Nom de la table" +#~ msgid "Pick a metric for right axis!" +#~ msgstr "Choississez une métrique pour l'axe de droite" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" -msgstr "Récupérer les valeurs des prédicats" +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "Choisissez des métriques différentes pour les axes gauches et droits" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" -msgstr "Colonne Datetime principale" +#~ msgid "Time Series - Bar Chart" +#~ msgstr "Séries temporelles - histogramme" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" -msgstr "La table [{}] n'a pu être trouvée, vérifiez à nouveau votre la connexion à votre base de données, le schéma et le nom de la table" +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, " -"you should now click the edit button by the new table to configure it." -msgstr "" -"La table a été créée. Pour la deuxième partie de la configuration vous " -"devez cliquer sur le bouton édition de la nouvelle table" +#~ msgid "Time Series - Percent Change" +#~ msgstr "Séries temporelles - pourcentage de changement" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" -msgstr "Tables" +#~ msgid "Time Series - Stacked" +#~ msgstr "Séries temporelles - empilées" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "Profil" +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "Distribution - camembert" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "Déconnexion" +#~ msgid "Histogram" +#~ msgstr "Histogramme" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "Connexion" +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "Nombre d'enregistrements" +#~ msgid "Distribution - Bar Chart" +#~ msgstr "Distibution - histogramme" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "Aucun enregistrement trouvé" +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "Il ne faut pas d'élement en commun entre Serie et Breakdowns" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Importation" +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "Choisissez au moins un champs pour [Séries]" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "Pas l'accès !" +#~ msgid "Sunburst" +#~ msgstr "Camembert hiérarchique" -#: superset/templates/superset/request_access.html:7 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s." +#~ msgid "Sankey" +#~ msgstr "Sankey" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "Besoin de permissions" +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "Choisissez exactement 2 colonnes pour [Source / Target]" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "Bienvenue ! " +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "Test de connexion" +#~ msgid "Directed Force Layout" +#~ msgstr "Graphe orienté" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:277 superset/views/core.py:2371 -#: superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "Gestion" +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "Choisissez exactement 2 colonnes pour 'Grouper par'" -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" -msgstr "La source de données %(name)s existe déjà" +#~ msgid "Country Map" +#~ msgstr "Carte de pays" -#: superset/views/base.py:221 -msgid "json isn't valid" -msgstr "Le json n'est pas valide" +#~ msgid "World Map" +#~ msgstr "Carte du monde" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "Effacer" +#~ msgid "Filters" +#~ msgstr "Filtres" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "Vraiment tout effacer ?" +#~ msgid "Pick at least one filter field" +#~ msgstr "Choisissez au moins un champ sur lequel filtrer" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" -msgstr "Cet endpoint nécessite la permission `all_datasource_access`" +#~ msgid "iFrame" +#~ msgstr "iFrame" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" -msgstr "La source de données semble avoir été effacée" +#~ msgid "Parallel Coordinates" +#~ msgstr "Coordonnées parallèles" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" -msgstr "L'accée à cette requête semble avoir été effacé" +#~ msgid "Heatmap" +#~ msgstr "Carte de chaleur" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" -msgstr "L'utilisateur semble avoir été effacé" +#~ msgid "Horizon Charts" +#~ msgstr "Histogrammes horizontaux" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" -msgstr "Vous n'avez pas l'accès à cette source de données" +#~ msgid "Mapbox" +#~ msgstr "Mapbox" -#: superset/views/core.py:66 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" -msgstr "" -"Cette page nécessite la permission à la base %(name)s ou " -"`all_datasource_access`" +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]" -#: superset/views/core.py:71 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" -msgstr "" -"Cet endpoint nécessite la permission à la source de données %(name)s, à " -"la base de données ou `all_datasource_access`" +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "Le [Label] choisi doit être présent dans [Grouper par]" -#: superset/views/core.py:174 -msgid "List Databases" -msgstr "Lister les bases de données" +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "Le [Point Radius] doit être présent dans [Grouper par]" -#: superset/views/core.py:175 -msgid "Show Database" -msgstr "Montrer les bases de données" +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "" +#~ "Les colonnes [Longitude] et [Latitude] " +#~ "doivent êtres présentes dans [Grouper " +#~ "par]" -#: superset/views/core.py:176 -msgid "Add Database" -msgstr "Ajouter une base de données" +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" -#: superset/views/core.py:177 -msgid "Edit Database" -msgstr "Éditer la base de données" +#~ msgid "Bad spatial key" +#~ msgstr "" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" -msgstr "Expose cette BDD dans SQL Lab" +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should " -"work well for queries that can be executed within a web request scope " -"(<~1 minute)" -msgstr "" -"Autorise les utilisateurs à lancer des requêtes synchrones, il s'agit de " -"la configuration par défaut qui devrait fonctionner correctement pour des" -" reqêtes exécutables depuis le web (<~1 minute)" +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that " -"you have a Celery worker setup as well as a results backend." -msgstr "" -"Autorise les utilisateurs à lancer des requêtes sur un backend " -"asynchrone. Suppose que vous ayez un worker Celery réglé comme un results" -" backend" +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Autorise l'option CREATE TABLE AS dans SQL Lab" +#~ msgid "Deck.gl - Paths" +#~ msgstr "" -#: superset/views/core.py:222 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" -msgstr "" -"Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, " -"DELETE, CREATE, etc.) dans SQL Lab" +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" -#: superset/views/core.py:226 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" -msgstr "" -"Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force " -"la table a être créée dans le schéma" +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" -#: superset/views/core.py:238 -msgid "" -"All the queries in Sql Lab are going to be executed on behalf of " -"currently authorized user." -msgstr "" +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" -msgstr "Exposer dans SQL Lab" +#~ msgid "Deck.gl - Arc" +#~ msgstr "" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" -msgstr "Autoriser CREATE TABLE AS" +#~ msgid "Event flow" +#~ msgstr "Flot d'événements" -#: superset/views/core.py:245 -msgid "Allow DML" -msgstr "Autoriser DML" +#~ msgid "Time Series - Paired t-test" +#~ msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" -msgstr "Schéma CTAS" +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" -#: superset/views/core.py:248 superset/views/core.py:371 -#: superset/views/core.py:479 superset/views/core.py:543 -msgid "Creator" -msgstr "Créateur" +#~ msgid "Partition Diagram" +#~ msgstr "" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" -msgstr "URI SQLAlchemy" +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" -#: superset/views/core.py:252 -msgid "Extra" -msgstr "Extra" +#~ msgid "No data was returned." +#~ msgstr "Aucune donnée récupérée" -#: superset/views/core.py:253 -msgid "Allow Run Sync" -msgstr "Autoriser le lancement synchrone" +#~ msgid "Unsupported extraction function: " +#~ msgstr "" -#: superset/views/core.py:254 -msgid "Allow Run Async" -msgstr "Autoriser le lancement asynchrone" +#~ msgid "List Druid Column" +#~ msgstr "Lister les colonnes Druid" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" -msgstr "" +#~ msgid "Show Druid Column" +#~ msgstr "Montrer les colonnes Druid" -#: superset/views/core.py:273 -msgid "Import Dashboards" -msgstr "Importer des tableaux de bords" +#~ msgid "Add Druid Column" +#~ msgstr "Ajouter une colonne Druid" -#: superset/views/core.py:315 superset/views/core.py:556 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 -msgid "User" -msgstr "Utilisateur" +#~ msgid "Edit Druid Column" +#~ msgstr "Éditer une colonne Druid" -#: superset/views/core.py:316 -msgid "User Roles" -msgstr "Rôles utilisateurs" +#~ msgid "Column" +#~ msgstr "Colonne" -#: superset/views/core.py:317 -msgid "Database URL" -msgstr "URL de la base de données" +#~ msgid "Type" +#~ msgstr "Type" -#: superset/views/core.py:319 -msgid "Roles to grant" -msgstr "Röles à donner" +#~ msgid "Datasource" +#~ msgstr "Source de données" -#: superset/views/core.py:320 -msgid "Created On" -msgstr "Créé le" +#~ msgid "Groupable" +#~ msgstr "Groupable" -#: superset/views/core.py:326 -msgid "Access requests" -msgstr "Requêtes d'accès" +#~ msgid "Filterable" +#~ msgstr "Filtrable" -#: superset/views/core.py:328 superset/views/core.py:567 -msgid "Security" -msgstr "Sécurité" +#~ msgid "Count Distinct" +#~ msgstr "Valeurs distinctes" -#: superset/views/core.py:335 -msgid "List Slices" -msgstr "Lister les slices" +#~ msgid "Sum" +#~ msgstr "Somme" -#: superset/views/core.py:336 -msgid "Show Slice" -msgstr "Montrer les slices" +#~ msgid "Min" +#~ msgstr "Min" -#: superset/views/core.py:337 -msgid "Add Slice" -msgstr "Ajouter un slice" +#~ msgid "Max" +#~ msgstr "Max" -#: superset/views/core.py:338 -msgid "Edit Slice" -msgstr "Éditer le slice" +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" +#~ "Est-ce-que cette colonne doit " +#~ "apparaître dans la section `Filtres` de" +#~ " la page exploration" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." -msgstr "" -"Ces paramètres sont généré dynamiquement quand vous cliquez sur " -"Sauvegarder ou forcer dans la page d'exploration. Cet objet JSON est " -"exposé ici comme une référence et pour les experts qui voudraient " -"modifier des paramètres" +#~ msgid "List Druid Metric" +#~ msgstr "Lister les métriques Druid" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "Durée (en secondes) pour le caching timout de ce slice" +#~ msgid "Show Druid Metric" +#~ msgstr "Montrer une métrique Druid" -#: superset/views/core.py:375 -msgid "Last Modified" -msgstr "Dernière modification" +#~ msgid "Add Druid Metric" +#~ msgstr "Ajouter une métrique Druid" -#: superset/views/core.py:376 superset/views/core.py:478 -msgid "Owners" -msgstr "Propriétaires" +#~ msgid "Edit Druid Metric" +#~ msgstr "Éditer une métrique Druid" -#: superset/views/core.py:377 -msgid "Parameters" -msgstr "Paramètres" +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" +#~ "Est-ce-que l'accès à cette " +#~ "métrique est restraint à certains rôles." +#~ " Seuls les rôles avec la permission" +#~ " 'accès à la métrique XXX (le " +#~ "nom de cette métrique) sont autorisés" +#~ " à accéder à cette métrique" -#: superset/views/core.py:378 superset/views/core.py:420 -msgid "Slice" -msgstr "Slice" +#~ msgid "Metric" +#~ msgstr "Métrique" -#: superset/views/core.py:437 -msgid "List Dashboards" -msgstr "Lister les tableaux de bords" +#~ msgid "Description" +#~ msgstr "Description" + +#~ msgid "Verbose Name" +#~ msgstr "Nom explicite" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Druid Datasource" +#~ msgstr "Données Druid" + +#~ msgid "Warning Message" +#~ msgstr "" + +#~ msgid "List Druid Cluster" +#~ msgstr "Lister les clusters Druid" + +#~ msgid "Show Druid Cluster" +#~ msgstr "Monter les cluster Druid" + +#~ msgid "Add Druid Cluster" +#~ msgstr "Ajouter un cluster Druid" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "Éditer une cluster Druid" + +#~ msgid "Cluster" +#~ msgstr "Cluster" + +#~ msgid "Coordinator Host" +#~ msgstr "Hôte du coordinator" + +#~ msgid "Coordinator Port" +#~ msgstr "Port du coordinator" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "Endpoint du coordinator" + +#~ msgid "Broker Host" +#~ msgstr "Hôte du Broker" + +#~ msgid "Broker Port" +#~ msgstr "Port du Broker" + +#~ msgid "Broker Endpoint" +#~ msgstr "Endpoint du Broker" + +#~ msgid "List Druid Datasource" +#~ msgstr "Lister les dources de données Druid" + +#~ msgid "Show Druid Datasource" +#~ msgstr "Montrer les sources de données Druid" + +#~ msgid "Add Druid Datasource" +#~ msgstr "Ajouter une source de données Druid" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "Éditer une source de données Druid" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" +#~ "Liste des slices associés à cette " +#~ "table. En modifiant cette source de " +#~ "données, il se peut que vous " +#~ "changiez le comportement des slices " +#~ "assosciés. Notez également que les " +#~ "slices doivent pointer sur une source" +#~ " de données donc ce formulaire va " +#~ "échouer lors de la sauvegarde si " +#~ "vous retirez les slices d'une source " +#~ "de données. Si vous voulez changer " +#~ "la source de données d'un slice, " +#~ "forcez l'écriture depuis la 'page " +#~ "d'exploration'" + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "Timezone offset (en heure) de cette source de données" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" +#~ "Expression temporelle à utiliser comme " +#~ "un prédicat pour récupérer les valeurs" +#~ " distinctes pour remplir le filtre. " +#~ "S'applique uniquement quand `Activier le " +#~ "filtre` est coché. Si vous entrez " +#~ "`7 days ago`, les listes de " +#~ "valeurs distinctes dans le filtre seront" +#~ " remplies en se basant sur les " +#~ "valeurs distinctes trouvées la semaine " +#~ "passée" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" +#~ "Faut-il remplir à la volée les " +#~ "choix du filtre de la section " +#~ "filtre de la page d'exploration avec " +#~ "la liste des valeurs distinctes répérées" +#~ " depuis le backend" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" +#~ "Redirige à cet endpoint quand on " +#~ "clique sur la source de données " +#~ "depuis la liste des sources de " +#~ "données" + +#~ msgid "Associated Charts" +#~ msgstr "" + +#~ msgid "Data Source" +#~ msgstr "Source de données" + +#~ msgid "Owner" +#~ msgstr "Propriétaire" + +#~ msgid "Is Hidden" +#~ msgstr "Est caché" + +#~ msgid "Enable Filter Select" +#~ msgstr "Activer le filtre de sélection" + +#~ msgid "Default Endpoint" +#~ msgstr "Endpoint par défaut" + +#~ msgid "Time Offset" +#~ msgstr "Décalage du temps" + +#~ msgid "Cache Timeout" +#~ msgstr "Cache timeout" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" +#~ "Colonne Datetime non fournie dans la " +#~ "configuration alors qu'elle est requise " +#~ "pour ce type de graphique" + +#~ msgid "Empty query?" +#~ msgstr "" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "Métrique '{}' invalide" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" + +#~ msgid "List Columns" +#~ msgstr "Lister les colonnes" + +#~ msgid "Show Column" +#~ msgstr "Montrer les colonnes" + +#~ msgid "Add Column" +#~ msgstr "Ajouter une colonne" + +#~ msgid "Edit Column" +#~ msgstr "Éditer une colonne" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" +#~ "Faut-il que cette colonne soit " +#~ "accessible comme une option [Time " +#~ "Granularity], la colonne doit être " +#~ "DATETIME ou d'un format équivalent" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" +#~ "Le type de donnée inféré par la" +#~ " base de données. Il peut être " +#~ "nécessaire de le rentrer manuellement " +#~ "pour les colonnes définissant des " +#~ "expressions dans certains cas. Dans la" +#~ " plupart des cas il n'est pas " +#~ "nécessaire de le modifier" + +#~ msgid "Table" +#~ msgstr "Table" + +#~ msgid "Expression" +#~ msgstr "Expression" + +#~ msgid "Is temporal" +#~ msgstr "Est temporel" + +#~ msgid "Datetime Format" +#~ msgstr "Format Datetime" + +#~ msgid "Database Expression" +#~ msgstr "Expression de la base de données" + +#~ msgid "List Metrics" +#~ msgstr "Lister les métriques" + +#~ msgid "Show Metric" +#~ msgstr "Montrer les métriques" + +#~ msgid "Add Metric" +#~ msgstr "Ajouter une métrique" + +#~ msgid "Edit Metric" +#~ msgstr "Éditer la métrique" + +#~ msgid "SQL Expression" +#~ msgstr "Expression SQL" + +#~ msgid "D3 Format" +#~ msgstr "Format D3" + +#~ msgid "Is Restricted" +#~ msgstr "Est restreint" + +#~ msgid "List Tables" +#~ msgstr "Lister les tables" + +#~ msgid "Show Table" +#~ msgstr "Montrer les tables" + +#~ msgid "Add Table" +#~ msgstr "Ajouter une table" + +#~ msgid "Edit Table" +#~ msgstr "Éditer la table" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "Nom de la table qui existe dans la base de données source" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" +#~ "Schéma, utilisé uniquement dans certaines " +#~ "bases de données comme Postgres, " +#~ "Redshift et DB2" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" +#~ "Ces champs agissent comme une vue " +#~ "Superset, i.e. Superset va lancer une" +#~ " requête pour cette expression comme " +#~ "une sous-requête" + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" +#~ "Prédicat appliqué à la récupération des" +#~ " valeurs distinctes pour remplir le " +#~ "filtre de contrôle des composants. " +#~ "Supporte la syntaxe Jinja. S'applique " +#~ "uniquement si `Activer le filtre` est" +#~ " coché." + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" +#~ "Redirige à cet endpoint quand on " +#~ "clique sur la table depuis la " +#~ "liste des tables" + +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" -#: superset/views/core.py:438 -msgid "Show Dashboard" -msgstr "Montrer les tableaux de bords" +#~ msgid "Changed By" +#~ msgstr "Modifié par" -#: superset/views/core.py:439 -msgid "Add Dashboard" -msgstr "Ajouter un tableau de bord" +#~ msgid "Last Changed" +#~ msgstr "Dernière modification" -#: superset/views/core.py:440 -msgid "Edit Dashboard" -msgstr "Éditer le tableau de bord" +#~ msgid "Offset" +#~ msgstr "Décalage" + +#~ msgid "Fetch Values Predicate" +#~ msgstr "Récupérer les valeurs des prédicats" + +#~ msgid "Main Datetime Column" +#~ msgstr "Colonne Datetime principale" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" +#~ "La table [{}] n'a pu être trouvée," +#~ " vérifiez à nouveau votre la " +#~ "connexion à votre base de données, " +#~ "le schéma et le nom de la " +#~ "table" + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" +#~ "La table a été créée. Pour la " +#~ "deuxième partie de la configuration vous" +#~ " devez cliquer sur le bouton édition" +#~ " de la nouvelle table" + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" + +#~ msgid "Profile" +#~ msgstr "Profil" + +#~ msgid "Logout" +#~ msgstr "Déconnexion" + +#~ msgid "Login" +#~ msgstr "Connexion" + +#~ msgid "Record Count" +#~ msgstr "Nombre d'enregistrements" + +#~ msgid "No records found" +#~ msgstr "Aucun enregistrement trouvé" + +#~ msgid "Add Filter" +#~ msgstr "Ajouter un filtre" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Pas l'accès !" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "" +#~ "Vous n'avez pas les permissions pour " +#~ "accéder à(aux) source(s) : %(name)s." + +#~ msgid "Request Permissions" +#~ msgstr "Besoin de permissions" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Test Connection" +#~ msgstr "Test de connexion" + +#~ msgid "json isn't valid" +#~ msgstr "Le json n'est pas valide" + +#~ msgid "List Databases" +#~ msgstr "Lister les bases de données" + +#~ msgid "Show Database" +#~ msgstr "Montrer les bases de données" + +#~ msgid "Add Database" +#~ msgstr "Ajouter une base de données" + +#~ msgid "Edit Database" +#~ msgstr "Éditer la base de données" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "Expose cette BDD dans SQL Lab" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" +#~ "Autorise les utilisateurs à lancer des" +#~ " requêtes synchrones, il s'agit de la" +#~ " configuration par défaut qui devrait " +#~ "fonctionner correctement pour des reqêtes " +#~ "exécutables depuis le web (<~1 minute)" + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" +#~ "Autorise les utilisateurs à lancer des" +#~ " requêtes sur un backend asynchrone. " +#~ "Suppose que vous ayez un worker " +#~ "Celery réglé comme un results backend" + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "Autorise l'option CREATE TABLE AS dans SQL Lab" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" +#~ "Autorise les utilisateurs à lancer des" +#~ " expression non-SELECT (UPDATE, DELETE, " +#~ "CREATE, etc.) dans SQL Lab" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" +#~ "Quand l'option autoriser CREATE TABLE AS" +#~ " dans SQL Lab est cochée, force " +#~ "la table a être créée dans le " +#~ "schéma" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "Exposer dans SQL Lab" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "Autoriser CREATE TABLE AS" + +#~ msgid "Allow DML" +#~ msgstr "Autoriser DML" + +#~ msgid "CTAS Schema" +#~ msgstr "Schéma CTAS" + +#~ msgid "Creator" +#~ msgstr "Créateur" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "URI SQLAlchemy" + +#~ msgid "Extra" +#~ msgstr "Extra" + +#~ msgid "Allow Run Sync" +#~ msgstr "Autoriser le lancement synchrone" + +#~ msgid "Allow Run Async" +#~ msgstr "Autoriser le lancement asynchrone" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "" + +#~ msgid "CSV to Database configuration" +#~ msgstr "" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "Utilisateur" + +#~ msgid "User Roles" +#~ msgstr "Rôles utilisateurs" + +#~ msgid "Database URL" +#~ msgstr "URL de la base de données" + +#~ msgid "Roles to grant" +#~ msgstr "Röles à donner" + +#~ msgid "Created On" +#~ msgstr "Créé le" + +#~ msgid "List Charts" +#~ msgstr "" + +#~ msgid "Show Chart" +#~ msgstr "" + +#~ msgid "Add Chart" +#~ msgstr "" + +#~ msgid "Edit Chart" +#~ msgstr "" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Ces paramètres sont généré dynamiquement " +#~ "quand vous cliquez sur Sauvegarder ou" +#~ " forcer dans la page d'exploration. " +#~ "Cet objet JSON est exposé ici " +#~ "comme une référence et pour les " +#~ "experts qui voudraient modifier des " +#~ "paramètres" + +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "Durée (en secondes) pour le caching timout de ce slice" + +#~ msgid "Dashboards" +#~ msgstr "Tableaux de bords" + +#~ msgid "Last Modified" +#~ msgstr "Dernière modification" + +#~ msgid "Owners" +#~ msgstr "Propriétaires" + +#~ msgid "Parameters" +#~ msgstr "Paramètres" + +#~ msgid "Chart" +#~ msgstr "" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" -msgstr "" -"Cet objet JSON décrit la position des widgets dans le tableau de bord. Il" -" est généré dynamiquement quand on ajuste la taille ou la position des " -"widgets" +#~ msgid "Name" +#~ msgstr "Nom" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" -msgstr "" -"Le css pour certains tableaux de bords peut être modifié ici, ou dans la" -" page tableaux de bords pour que les changement soient visibles " -"immédiatement" +#~ msgid "Visualization Type" +#~ msgstr "Type de visualisation" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" -msgstr "Pour avoir une URL lisible pour votre tableau de bord" +#~ msgid "List Dashboards" +#~ msgstr "Lister les tableaux de bords" -#: superset/views/core.py:461 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." -msgstr "" -"Ce JSON a été généré automatiquement quand vous avez cliqué sur " -"sauvegarder ou forcer dans la page des tableaux de bords. Il est exposé " -"ici comme une référence et pour les experts qui voudraient modifier des " -"paramètres" +#~ msgid "Show Dashboard" +#~ msgstr "Montrer les tableaux de bords" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "" -"Propriétaires est une liste d'utilisateurs qui peuvent modifier le " -"tableau de bord" +#~ msgid "Add Dashboard" +#~ msgstr "Ajouter un tableau de bord" -#: superset/views/core.py:474 superset/views/core.py:541 -msgid "Dashboard" -msgstr "Tableau de bord" +#~ msgid "Edit Dashboard" +#~ msgstr "Éditer le tableau de bord" -#: superset/views/core.py:476 -msgid "Slug" -msgstr "Slug" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" +#~ "Cet objet JSON décrit la position " +#~ "des widgets dans le tableau de " +#~ "bord. Il est généré dynamiquement quand" +#~ " on ajuste la taille ou la " +#~ "position des widgets" -#: superset/views/core.py:481 -msgid "Position JSON" -msgstr "JSON des positions" +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" +#~ "Le css pour certains tableaux de " +#~ "bords peut être modifié ici, ou " +#~ "dans la page tableaux de bords " +#~ "pour que les changement soient visibles" +#~ " immédiatement" -#: superset/views/core.py:483 -msgid "JSON Metadata" -msgstr "JSON des méta-données" +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "Pour avoir une URL lisible pour votre tableau de bord" -#: superset/views/core.py:484 -msgid "Underlying Tables" -msgstr "Tables sous-jacentes" +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Ce JSON a été généré automatiquement " +#~ "quand vous avez cliqué sur sauvegarder" +#~ " ou forcer dans la page des " +#~ "tableaux de bords. Il est exposé " +#~ "ici comme une référence et pour " +#~ "les experts qui voudraient modifier des" +#~ " paramètres" -#: superset/views/core.py:507 -msgid "Export" -msgstr "Exporter" +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "" +#~ "Propriétaires est une liste d'utilisateurs " +#~ "qui peuvent modifier le tableau de " +#~ "bord" -#: superset/views/core.py:507 -msgid "Export dashboards?" -msgstr "Exporter les tableaux de bords ?" +#~ msgid "Dashboard" +#~ msgstr "Tableau de bord" -#: superset/views/core.py:557 -msgid "Action" -msgstr "Action" +#~ msgid "Title" +#~ msgstr "Title" -#: superset/views/core.py:558 -msgid "dttm" -msgstr "dttm" +#~ msgid "Slug" +#~ msgstr "Slug" -#: superset/views/core.py:565 -msgid "Action Log" -msgstr "Journaux d'actions" +#~ msgid "Charts" +#~ msgstr "" -#: superset/views/core.py:796 -msgid "Access was requested" -msgstr "Accès demandé" +#~ msgid "Modified" +#~ msgstr "Modifié" -#: superset/views/core.py:857 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" -msgstr "%(user)s a obtenu le rôle %(role)s qui donne accès à %(datasource)s" +#~ msgid "Position JSON" +#~ msgstr "JSON des positions" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" -"Le rôle %(r)s a été étendu pour donner l'accès à la source de données " -"%(ds)s" +#~ msgid "CSS" +#~ msgstr "CSS" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" -msgstr "Vous n'avez pas les permission pour approuver cette requête" +#~ msgid "JSON Metadata" +#~ msgstr "JSON des méta-données" -#: superset/views/core.py:1646 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" -msgstr "" -"Requête malformée. Les arguments slice_id ou table_name et db_name sont " -"attendus" +#~ msgid "Underlying Tables" +#~ msgstr "Tables sous-jacentes" -#: superset/views/core.py:1652 -#, python-format -msgid "Slice %(id)s not found" -msgstr "Slice %(id)s non trouvé" +#~ msgid "Action" +#~ msgstr "Action" -#: superset/views/core.py:1664 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "Table %(t)s pas trouvée dans la base de données %(d)s" +#~ msgid "dttm" +#~ msgstr "dttm" -#: superset/views/core.py:1803 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Impossible de trouver l'utilisateur '%(name)s', demandez à votre " -"administrateur de le créer." +#~ msgid "You don't have the rights to " +#~ msgstr "" -#: superset/views/core.py:1810 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s" +#~ msgid "alter this " +#~ msgstr "" -#: superset/views/core.py:2071 -msgid "Query record was not created as expected." -msgstr "L'enregistrement de la reqête n'a pas été créé comme prévu." +#~ msgid "chart" +#~ msgstr "" -#: superset/views/core.py:2357 -msgid "Template Name" -msgstr "Nom du template" +#~ msgid "create a " +#~ msgstr "" -#: superset/views/core.py:2368 -msgid "CSS Templates" -msgstr "Templates CSS" +#~ msgid "dashboard" +#~ msgstr "" -#: superset/views/core.py:2379 -msgid "SQL Editor" -msgstr "Éditeur SQL" +#~ msgid "Query record was not created as expected." +#~ msgstr "L'enregistrement de la reqête n'a pas été créé comme prévu." -#: superset/views/core.py:2384 superset/views/core.py:2393 -msgid "SQL Lab" -msgstr "SQL Lab" +#~ msgid "Template Name" +#~ msgstr "Nom du template" -#: superset/views/core.py:2388 -msgid "Query Search" -msgstr "Requêter" +#~ msgid "SQL Editor" +#~ msgstr "Éditeur SQL" -#: superset/views/sql_lab.py:20 -msgid "Status" -msgstr "Status" +#~ msgid "Query Search" +#~ msgstr "Requêter" -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "Date de début" +#~ msgid "Status" +#~ msgstr "Status" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "Date de fin" +#~ msgid "Start Time" +#~ msgstr "Date de début" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "Requêtes" +#~ msgid "End Time" +#~ msgstr "Date de fin" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "Liste des requêtes sauvegardées" +#~ msgid "List Saved Query" +#~ msgstr "Liste des requêtes sauvegardées" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "Montrer les requếtes sauvagardées" +#~ msgid "Show Saved Query" +#~ msgstr "Montrer les requếtes sauvagardées" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "Ajouter une requête sauvegardée" +#~ msgid "Add Saved Query" +#~ msgstr "Ajouter une requête sauvegardée" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "Éditer la requête sauvegardée" +#~ msgid "Edit Saved Query" +#~ msgstr "Éditer la requête sauvegardée" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" -msgstr "" +#~ msgid "Label" +#~ msgstr "Label" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "" +#~ msgid "Pop Tab Link" +#~ msgstr "" + +#~ msgid "Changed on" +#~ msgstr "" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "Requêtes sauvegardées" diff --git a/superset/translations/it/LC_MESSAGES/messages.json b/superset/translations/it/LC_MESSAGES/messages.json index 82e70a69ceeed..328583e32adb1 100644 --- a/superset/translations/it/LC_MESSAGES/messages.json +++ b/superset/translations/it/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0","lang":"it"},"Time Column":["Colonna del Tempo"],"second":["secondo"],"minute":["minuto"],"hour":["ora"],"day":["giorno"],"week":["settimana"],"month":["mese"],"quarter":["quartile"],"year":["anno"],"week_start_monday":["settimana_inizio_lunedì"],"week_ending_saturday":["settimana_fine_domenica"],"week_start_sunday":["settimana_inizio_domenica"],"5 minute":["5 minuti"],"half hour":["mezz'ora"],"10 minute":["10 minuti"],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":["Schema"],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"Parse date values.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":["[Superset] Accesso al datasource $(name) concesso"],"Viz is missing a datasource":["Datasource mancante per la visualizzazione"],"From date cannot be larger than to date":["La data di inizio non può essere dopo la data di fine"],"Table View":["Vista Tabella"],"Pick a granularity in the Time section or uncheck 'Include Time'":["Seleziona una granularità nella sezione tempo e deseleziona 'Includi Tempo'"],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":["Selezionare i campi [Group By] e [Metrica] o [Colonne], non entrambi"],"Time Table View":[""],"Pick at least one metric":["Seleziona almeno una metrica"],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":["Vista Pivot"],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":["Seleziona almeno una metrica"],"Group By' and 'Columns' can't overlap":[""],"Markup":["Marcatore"],"Separator":["Separatore"],"Word Cloud":["Cloud di Parole"],"Treemap":["Treemap"],"Calendar Heatmap":["Calendario di Intensità"],"Box Plot":["Box Plot"],"Bubble Chart":["Grafico a Bolle"],"Pick a metric for x, y and size":["Seleziona una metrica per x, y e grandezza"],"Bullet Chart":["Grafico a Proiettile"],"Pick a metric to display":["Seleziona una metrica da visualizzare"],"Big Number with Trendline":["Numero Grande con Linea del Trend"],"Pick a metric!":["Seleziona una metrica!"],"Big Number":["Numero Grande"],"Time Series - Line Chart":["Serie Temporali - Grafico Lineare"],"Pick a time granularity for your time series":["Seleziona una granularità per la serie temporale"],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":["Serie Temporali - Grafico Lineare ad Assi Duali"],"Pick a metric for left axis!":["Seleziona una metrica per l'asse sinistro"],"Pick a metric for right axis!":["Seleziona una metrica per l'asse destro"],"Please choose different metrics on left and right axis":["Seleziona metriche differenti per gli assi destro e sinistro"],"Time Series - Bar Chart":["Serie Temporali - Grafico Barre"],"Time Series - Period Pivot":[""],"Time Series - Percent Change":["Serie Temporali - Cambiamento Percentuale"],"Time Series - Stacked":["Serie Temporali - Stacked"],"Distribution - NVD3 - Pie Chart":["Distribuzione - NVD3 - Grafico Torta"],"Histogram":["Istogramma"],"Must have one numeric column specified":["Devi specificare una colonna numerica"],"Distribution - Bar Chart":["Distribuzione - Grafico Barre"],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":["Seleziona almeno un campo per [Series]"],"Sunburst":["Sunburst"],"Sankey":["Sankey"],"Pick exactly 2 columns as [Source / Target]":["Seleziona esattamente 2 colonne come [Sorgente / Destinazione]"],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":["Disposizione a Forza Diretta"],"Pick exactly 2 columns to 'Group By'":["Seleziona esattamente 2 colonne per 'Group By'"],"Country Map":["Mappa della Nazione"],"World Map":["Mappa del Mondo"],"Filters":["Filtri"],"Pick at least one filter field":[""],"iFrame":["iFrame"],"Parallel Coordinates":["Coordinate Parallele"],"Heatmap":["Mappa di Intensità"],"Horizon Charts":["Grafici d'orizzonte"],"Mapbox":["Mapbox"],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your query was saved":["La tua query è stata salvata"],"Your query could not be saved":["La tua query non può essere salvata"],"Failed at retrieving results from the results backend":["Errore nel recupero dei dati dal backend"],"Unknown error":[""],"Your session timed out, please refresh your page and try again.":["La tua sessione è scaduta, ricarica la pagina e riprova."],"Query was stopped.":["La query è stata fermata."],"Failed at stopping query.":["Errore nel fermare la query."],"Error occurred while fetching table metadata":["Errore nel recupero dei metadati della tabella"],"shared query":["query condivisa"],"The query couldn't be loaded":["La query non può essere caricata"],"An error occurred while creating the data source":["Errore nel creare il datasource"],"Pick a chart type!":["Seleziona un tipo di grafico"],"To use this chart type you need at least one column flagged as a date":["Per usare questo tipo di grafico devi avere almeno una colonna selezionata come data"],"To use this chart type you need at least one dimension":["Per usare questo tipo di grafico devi avere almeno una dimensione"],"To use this chart type you need at least one aggregation function":["Per usare questo tipo di grafico devi avere almeno uan funziona di aggregazione"],"Untitled Query":["Query senza nome"],"Copy of %s":["Copia di %s"],"share query":["condividi query"],"copy URL to clipboard":["copia URL in appunti"],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":["Risultati della ricerca"],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":["Cerca"],"Open in SQL Editor":["Apri in SQL Editor"],"view results":["visualizza risultati"],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":["CSV"],"Visualize":[""],"Table":["Tabella"],"was created":["è stata creata"],"Query in a new tab":["Query in un nuovo tab"],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":["Descrizione"],"Write a description for your query":[""],"Save":[""],"Cancel":["Annulla"],"Save Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Type to search ...":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new slice":[""],"Choose a datasource":[""],"Choose a visualization type":[""],"Create new slice":[""],"Updating chart was stopped":["L'aggiornamento del grafico è stato fermato"],"An error occurred while rendering the visualization: %s":["Errore nel rendering della visualizzazione: %s"],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":["Errore di rete."],"Click to see difference":[""],"Altered":[""],"Slice changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":["Titolo"],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":["Salva come"],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Slices":[""],"Add some slices to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":["CSS"],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching slices to this dashboard: ":[""],"Sorry, there was an error adding slices to this dashboard: ":[""],"Name":["Nome"],"Viz":[""],"Datasource":["Sorgente Dati"],"Modified":["Modificato"],"Add a new slice to the dashboard":[""],"Add Slices to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":["Esporta CSV"],"Explore chart":["Esplora grafico"],"Remove chart from dashboard":["Rimuovi il grafico dalla dashboard"],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":["non può essere vuoto"],"description":["descrizione"],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":["Errore..."],"Query":[""],"Height":["Altezza"],"Width":["Larghezza"],"Export to .json":["Esporta in .json"],"Export to .csv format":["Esporta nel formato .csv"],"%s - untitled":["%s - senza nome"],"Edit slice properties":[""],"Limit reached":[""],"Please enter a slice name":["Inserisci un nome per la slice"],"Please select a dashboard":["Seleziona una dashboard"],"Please enter a dashboard name":["Inserisci un nome per la dashboard"],"Save A Slice":["Salva una slice"],"Overwrite slice %s":["Sovrascrivi la slice %s"],"[slice name]":["[nome slice]"],"Do not add to a dashboard":["Non aggiugere alla dashboard"],"Add slice to existing dashboard":["Aggiungi la slice alla dashboard esistente"],"Add to new dashboard":["Aggiungi ad una nuova dashboard"],"Save & go to dashboard":["Salva e vai alla dashboard"],"Check out this slice: %s":["Guarda questa slice: %s"],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":["Min"],"Max":["Max"],"Something went wrong while fetching the datasource list":[""],"Select a datasource":["Seleziona un datasource"],"Search / Filter":["Cerca / Filtra"],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Filter value":["Valore del filtro"],"Select metric":["Seleziona una metrica"],"Select column":["Seleziona una colonna"],"Select operator":["Seleziona operatore"],"Add Filter":["Aggiungi filtro"],"Error while fetching data":["Errore nel recupero dati"],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":["textarea"],"Edit":["Modifica"],"in modal":["in modale"],"Select a visualization type":["Seleziona un tipo di visualizzazione"],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":["Raggruppa per"],"One or many controls to group by":["Uno o più controlli per 'Raggruppa per'"],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":["Tipo di Visualizzazione"],"The type of visualization to display":["Il tipo di visualizzazione da mostrare"],"Metrics":["Metriche"],"One or many metrics to display":["Una o più metriche da mostrare"],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":["Limite asse Y"],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":["Ordina per"],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":["Metrica"],"Choose the metric":["Seleziona la metrica"],"Right Axis Metric":["Metrica asse destro"],"Choose a metric for right axis":["Seleziona una metrica per l'asse destro"],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":["Mostra totali riga/colonna"],"Show Markers":["Mostra marcatori"],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":["Longitudine"],"Select the longitude column":[""],"Latitude":["Latitudine"],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":["Data inizio"],"7 days ago":["7 giorni"],"Until":["Data fine"],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Slice ID":[""],"The id of the active slice":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":["Opzioni"],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":["Analytics avanzate"],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Time":["Tempo"],"Time related form attributes":["Attributi relativi al tempo"],"Datasource & Chart Type":["Sorgente dati e tipo di grafico"],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":["Opzioni del grafico"],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":["Grafico a torta"],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":["Grafico lineare a due assi"],"Y Axis 1":["Asse Y 1"],"Y Axis 2":["Asse Y 2"],"Left Axis Metric":["Metrica asse sinistro"],"Choose a metric for left axis":["Seleziona una metrica per l'asse sinistro"],"Left Axis Format":["Formato asse sinistro"],"Axes":["Assi"],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - geoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":["RAGGRUPPA PER"],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":["NON RAGGRUPPARE PER"],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Bubbles":["Bolle"],"Numeric Column":["Colonne numeriche"],"Select the numeric column to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":["Metrica secondaria"],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":["Gerarchia"],"This defines the level of the hierarchy":[""],"Source / Target":["Sorgente / Destinazione"],"Choose a source and a target":["Seleziona una sorgente ed una destinazione"],"Chord Diagram":[""],"Choose a number format":["Seleziona una formato numerico"],"Source":["Sorgente"],"Choose a source":["Seleziona una sorgente"],"Target":["Destinazione"],"Choose a target":["Seleziona una destinazione"],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Country Control":[""],"3 letter code of the country":["Codice a 3 lettere della nazione"],"Metric for color":["Metrica per il colore"],"Metric that defines the color of the country":[""],"Bubble size":["Grandezza della bolla"],"Metric that defines the size of the bubble":["Metrica che definisce la grandezza di una bolla"],"Filter Box":[""],"Filter controls":["Controlli del filtro"],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Value bounds":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":["Suggerimento"],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No slices":[""],"No dashboards":[""],"Dashboards":["Elenco Dashboard"],"Slices":["Slice"],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Charts":["Grafici"],"Roles":["Ruoli"],"Databases":["Basi di dati"],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":["Seleziona data iniziale"],"Select end date":["Seleziona data finale"],"Select [%s]":[""],"Apply":["Applica"],"No data was returned.":["Nessun dato restituito."],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":["Colonna"],"Type":["Tipo"],"Groupable":["Raggruppabile"],"Filterable":["Filtrabile"],"Count Distinct":["Count Distinct"],"Sum":["Sum"],"Whether this column is exposed in the `Filters` section of the explore view.":["Se questa colonna è esposta nella sezione `Filtri` della vista esplorazione."],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":["Se l'accesso a questa metrica è limitato a determinati ruoli. Solo i ruoli con l'autorizzazione 'accesso metrico su XXX (il nome di questa metrica)' possono accedervi"],"Verbose Name":["Nome Completo"],"JSON":["JSON"],"Druid Datasource":["Sorgente Dati Druid"],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":["Cluster"],"Coordinator Host":["Host Coordinatore"],"Coordinator Port":["Porta Coordinatore"],"Coordinator Endpoint":["Endpoint Coordinatore"],"Broker Host":["Host Broker"],"Broker Port":["Porta Broker"],"Broker Endpoint":["Endpoint Broker"],"Druid Clusters":[""],"Sources":["Sorgenti"],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":["Elenco delle slice associate a questa tabella. Modificando questa origine dati, è possibile modificare le modalità di comportamento delle slice associate. Inoltre, va tenuto presente che le slice devono indicare un'origine dati, pertanto questo modulo non registra le impostazioni qualora si modifica un'origine dati. Se vuoi modificare l'origine dati per una slide, devi sovrascriverla dal 'vista di esplorazione'"],"Timezone offset (in hours) for this datasource":["Timezone offset (in ore) per questa sorgente dati"],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":["Espressione temporale da utilizzare come predicato durante il recupero di valori distinti per popolare la componente del filtro. Viene applicata solo quando è attivata l'opzione \"Abilita selezione filtro\". Se si inserisce `7 giorni fa`, l'elenco distinto di valori nel filtro verrà popolato in base al valore distinto della settimana passata"],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":["Usato per popolare la finestra a cascata dei filtri dall'elenco dei valori distinti prelevati dal backend al volo"],"Redirects to this endpoint when clicking on the datasource from the datasource list":["Rinvia a questo endpoint al clic sulla sorgente dati dall'elenco delle sorgenti dati"],"Associated Charts":[""],"Data Source":["Sorgente Dati"],"Owner":["Proprietario"],"Is Hidden":["è nascosto"],"Enable Filter Select":["Abilita il filtro di Select"],"Default Endpoint":["Endpoint predefinito"],"Time Offset":["Offset temporale"],"Cache Timeout":["Cache Timeout"],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":["la colonna Datetime è necessaria per questo tipo di grafico. Nella configurazione della tabella però non è stata definita"],"Empty query?":["Query vuota?"],"Metric '{}' is not valid":["Metrica '{}' non valida"],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":["La tabella [{}] non sembra esistere nel database specificato, non posso recuperare le informazioni sulla colonna "],"List Columns":["Visualizza colonne"],"Show Column":["Mostra colonna"],"Add Column":["Aggiungi colonna"],"Edit Column":["Edita colonna"],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":["Se rendere disponibile questa colonna come opzione [Time Granularity], la colonna deve essere di tipo DATETIME o simile"],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":["Il tipo di dato è dedotto dal database. In alcuni casi potrebbe essere necessario inserire manualmente un tipo di colonna definito dall'espressione. Nella maggior parte dei casi gli utenti non hanno bisogno di fare questa modifica."],"Expression":["Espressione"],"Is temporal":["è temporale"],"Datetime Format":["Formato Datetime"],"Database Expression":["Espressione del Database"],"List Metrics":["Lista Metriche"],"Show Metric":["Mostra metrica"],"Add Metric":["Aggiungi metrica"],"Edit Metric":["Modifica metrica"],"SQL Expression":["Espressione SQL"],"D3 Format":["Formato D3"],"Is Restricted":[""],"List Tables":["Visualizza Tabelle"],"Show Table":["Mostra Tabelle"],"Add Table":["Aggiungi Tabella"],"Edit Table":["Modifica Tabella"],"Name of the table that exists in the source database":["Nome delle tabella esistente nella sorgente del database"],"Schema, as used only in some databases like Postgres, Redshift and DB2":["Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift e DB2"],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":["Questo campo agisce come una vista Superset, il che vuol dire che Superset eseguirà una query su questa stringa come sotto-query."],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":["Predicato utilizzato quando si fornisce un valore univoco per popolare il componente di controllo del filtro. Supporta la sintassi del template jinja. È utilizzabile solo quando è abilitata l'opzione \"Abilita selezione filtro\"."],"Redirects to this endpoint when clicking on the table from the table list":["Reinvia a questo endpoint al clic sulla tabella dall'elenco delle tabelle"],"Changed By":["Modificato da"],"Database":["Database"],"Last Changed":["Ultima Modifica"],"Offset":["Offset"],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":["Tabella creata. Come parte di questo processo di configurazione in due fasi, è necessario andare sul pulsante di modifica della nuova tabella per configurarla."],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":["Tabelle"],"Profile":["Profilo"],"Logout":["Logout"],"Login":["Login"],"Record Count":[""],"No records found":["Nessun record trovato"],"Import":["Importa"],"No Access!":["Nessun Accesso!"],"You do not have permissions to access the datasource(s): %(name)s.":["Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s."],"Request Permissions":["Richiesta di Permessi"],"Test Connection":["Testa la Connessione"],"Annotation Layers":[""],"Manage":["Gestisci"],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":["json non è valido"],"Export to YAML":["Esporta in YAML"],"Export to YAML?":["Esporta in YAML?"],"Delete":["Cancella"],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":["Visualizza i database"],"Show Database":["Mostra database"],"Add Database":["Aggiungi Database"],"Edit Database":["Mostra database"],"Expose this DB in SQL Lab":["Esponi questo DB in SQL Lab"],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":["Permetti agli utenti di eseguire query sincrone, questa è l'impostazione predefinita e dovrebbe funzionare bene per query che possono essere eseguite con una richiesta web (<-1 minuto)"],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":["Permetti agli utenti di eseguire query, contro un back-office asincrono. Questo presuppone che si abbia una installazione funzionante di Celery nel backend."],"Allow CREATE TABLE AS option in SQL Lab":["Permetti l'opzione CREATE TABLE AS in SQL Lab"],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":["Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE, DELETE, CREATE, ...) nel SQL Lab"],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":["Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la creazione della tabella con questo schema"],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Expose in SQL Lab":["Esponi in SQL Lab"],"Allow CREATE TABLE AS":["Permetti CREATE TABLE AS"],"Allow DML":["Permetti DML"],"CTAS Schema":["Schema CTAS"],"Creator":["Creatore"],"SQLAlchemy URI":["URI SQLAlchemy"],"Extra":["Extra"],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":["Importa dashboard"],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":["Utente"],"User Roles":["Ruoli Utente"],"Database URL":["URL del Database"],"Roles to grant":["Ruoli per l'accesso"],"Created On":["Creato il"],"Access requests":[""],"Security":["Sicurezza"],"List Charts":["Visualizza grafici"],"Show Chart":["Mostra grafico"],"Add Chart":["Aggiungi grafico"],"Edit Chart":["Modifica grafico"],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":["Questi parametri sono generati dinamicamente al clic su salva o con il bottone di sovrascrittura nella vista di esplorazione. Questo oggetto JSON è esposto qui per referenza e per utenti esperti che vogliono modificare parametri specifici."],"Duration (in seconds) of the caching timeout for this slice.":["Durata (in secondi) per il timeout della cache per questa slice."],"Last Modified":["Ultima Modifica"],"Owners":["Proprietari"],"Parameters":["Parametri"],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":["L'oggetto JSON descrive la posizione dei vari widget nella dashboard. È generato automaticamente nel momento in cui se ne cambia la posizione e la dimensione usando la funzione di drag & drop nella vista della dashboard. "],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":["Il CSS di ogni singola dashboard può essere modificato qui, oppure nella vista della dashboard dove i cambiamenti sono visibili immediatamente"],"To get a readable URL for your dashboard":["ottenere una URL leggibile per la tua dashboard"],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":["Questo oggetto JSON è generato in maniera dinamica al clic sul pulsante di salvataggio o sovrascrittura nella vista dashboard. Il JSON è esposto qui come riferimento e per gli utenti esperti che vogliono modificare parametri specifici."],"Owners is a list of users who can alter the dashboard.":["Proprietari è una lista di utenti che può alterare la dashboard."],"Dashboard":["Dashboard"],"Slug":["Slug"],"Position JSON":["Posizione del JSON"],"JSON Metadata":["Metadati JSON"],"Underlying Tables":["Tabelle sottostanti"],"Export":[""],"Export dashboards?":[""],"Action":["Azione"],"dttm":["dttm"],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Slice %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":["Template CSS"],"SQL Editor":["Editor SQL"],"SQL Lab":[""],"Query Search":["Ricerca Query"],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":["Visualizza query salvate"],"Show Saved Query":["Mostra query salvate"],"Add Saved Query":["Aggiungi query salvata"],"Edit Saved Query":["Modifica query salvata"],"Pop Tab Link":[""],"Changed on":["Cambiato il"],"Saved Queries":["Query salvate"]}}} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0","lang":"it"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/it/LC_MESSAGES/messages.mo b/superset/translations/it/LC_MESSAGES/messages.mo index 7671736b845bb..e4bdbff65fdce 100644 Binary files a/superset/translations/it/LC_MESSAGES/messages.mo and b/superset/translations/it/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/it/LC_MESSAGES/messages.po b/superset/translations/it/LC_MESSAGES/messages.po index 5ef5b4b28e0e4..09b8c19423f78 100644 --- a/superset/translations/it/LC_MESSAGES/messages.po +++ b/superset/translations/it/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-02-25 00:15+0100\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2018-02-11 22:26+0200\n" "Last-Translator: Raffaele Spangaro \n" "Language: it\n" @@ -19,1071 +19,1077 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.5.3\n" -#: superset/assets/javascripts/explore/stores/controls.jsx:744 -#: superset/db_engine_specs.py:291 superset/db_engine_specs.py:350 -#: superset/db_engine_specs.py:370 superset/db_engine_specs.py:414 -#: superset/db_engine_specs.py:464 superset/db_engine_specs.py:520 -#: superset/db_engine_specs.py:1067 superset/db_engine_specs.py:1099 -#: superset/db_engine_specs.py:1145 superset/db_engine_specs.py:1182 -#: superset/db_engine_specs.py:1214 +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Colonna del Tempo" +msgstr "" -#: superset/db_engine_specs.py:292 superset/db_engine_specs.py:371 -#: superset/db_engine_specs.py:465 superset/db_engine_specs.py:521 -#: superset/db_engine_specs.py:1068 superset/db_engine_specs.py:1100 -#: superset/db_engine_specs.py:1183 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "secondo" +msgstr "" -#: superset/db_engine_specs.py:294 superset/db_engine_specs.py:351 -#: superset/db_engine_specs.py:374 superset/db_engine_specs.py:468 -#: superset/db_engine_specs.py:523 superset/db_engine_specs.py:1070 -#: superset/db_engine_specs.py:1102 superset/db_engine_specs.py:1146 -#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1215 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "minuto" - -#: superset/db_engine_specs.py:296 superset/db_engine_specs.py:352 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:415 -#: superset/db_engine_specs.py:470 superset/db_engine_specs.py:525 -#: superset/db_engine_specs.py:1076 superset/db_engine_specs.py:1104 -#: superset/db_engine_specs.py:1152 superset/db_engine_specs.py:1185 -#: superset/db_engine_specs.py:1216 +msgstr "" + +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "ora" - -#: superset/db_engine_specs.py:298 superset/db_engine_specs.py:353 -#: superset/db_engine_specs.py:383 superset/db_engine_specs.py:417 -#: superset/db_engine_specs.py:472 superset/db_engine_specs.py:527 -#: superset/db_engine_specs.py:1078 superset/db_engine_specs.py:1106 -#: superset/db_engine_specs.py:1154 superset/db_engine_specs.py:1186 -#: superset/db_engine_specs.py:1217 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "giorno" +msgstr "" -#: superset/db_engine_specs.py:300 superset/db_engine_specs.py:354 -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:418 -#: superset/db_engine_specs.py:473 superset/db_engine_specs.py:529 -#: superset/db_engine_specs.py:1080 superset/db_engine_specs.py:1108 -#: superset/db_engine_specs.py:1187 superset/db_engine_specs.py:1218 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "settimana" - -#: superset/db_engine_specs.py:302 superset/db_engine_specs.py:355 -#: superset/db_engine_specs.py:391 superset/db_engine_specs.py:420 -#: superset/db_engine_specs.py:475 superset/db_engine_specs.py:531 -#: superset/db_engine_specs.py:1082 superset/db_engine_specs.py:1110 -#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1188 -#: superset/db_engine_specs.py:1219 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "mese" +msgstr "" -#: superset/db_engine_specs.py:304 superset/db_engine_specs.py:356 -#: superset/db_engine_specs.py:393 superset/db_engine_specs.py:477 -#: superset/db_engine_specs.py:533 superset/db_engine_specs.py:1084 -#: superset/db_engine_specs.py:1112 superset/db_engine_specs.py:1158 -#: superset/db_engine_specs.py:1189 superset/db_engine_specs.py:1220 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "quartile" +msgstr "" -#: superset/db_engine_specs.py:306 superset/db_engine_specs.py:357 -#: superset/db_engine_specs.py:397 superset/db_engine_specs.py:479 -#: superset/db_engine_specs.py:1086 superset/db_engine_specs.py:1160 -#: superset/db_engine_specs.py:1190 superset/db_engine_specs.py:1221 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "anno" - -#: superset/db_engine_specs.py:481 -msgid "week_start_monday" -msgstr "settimana_inizio_lunedì" +msgstr "" -#: superset/db_engine_specs.py:535 superset/db_engine_specs.py:1114 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "settimana_fine_domenica" +msgstr "" -#: superset/db_engine_specs.py:538 superset/db_engine_specs.py:1117 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "settimana_inizio_domenica" +msgstr "" -#: superset/db_engine_specs.py:1072 superset/db_engine_specs.py:1148 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 minuti" +msgstr "" -#: superset/db_engine_specs.py:1074 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "mezz'ora" +msgstr "" -#: superset/db_engine_specs.py:1150 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 minuti" +msgstr "" -#: superset/connectors/sqla/views.py:223 superset/forms.py:28 +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 msgid "Table Name" msgstr "" -#: superset/forms.py:29 +#: superset/forms.py:57 msgid "Name of table to be created from csv data." msgstr "" -#: superset/forms.py:33 +#: superset/forms.py:61 msgid "CSV File" msgstr "" -#: superset/forms.py:34 +#: superset/forms.py:62 msgid "Select a CSV file to be uploaded to a database." msgstr "" -#: superset/forms.py:36 +#: superset/forms.py:64 msgid "CSV Files Only!" msgstr "" -#: superset/forms.py:41 +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 msgid "Delimiter" msgstr "" -#: superset/forms.py:42 +#: superset/forms.py:71 msgid "Delimiter used by CSV file (for whitespace use \\s+)." msgstr "" -#: superset/forms.py:46 +#: superset/forms.py:75 msgid "Table Exists" msgstr "" -#: superset/forms.py:47 +#: superset/forms.py:76 msgid "" "If table exists do one of the following: Fail (do nothing), Replace (drop" " and recreate table) or Append (insert data)." msgstr "" -#: superset/forms.py:52 +#: superset/forms.py:81 msgid "Fail" msgstr "" -#: superset/forms.py:52 +#: superset/forms.py:81 msgid "Replace" msgstr "" -#: superset/forms.py:53 +#: superset/forms.py:82 msgid "Append" msgstr "" -#: superset/connectors/sqla/views.py:219 superset/forms.py:56 +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 msgid "Schema" -msgstr "Schema" +msgstr "" -#: superset/forms.py:57 +#: superset/forms.py:86 msgid "Specify a schema (if database flavour supports this)." msgstr "" -#: superset/forms.py:62 +#: superset/forms.py:91 msgid "Header Row" msgstr "" -#: superset/forms.py:63 +#: superset/forms.py:92 msgid "" "Row containing the headers to use as column names (0 is first line of " "data). Leave empty if there is no header row." msgstr "" -#: superset/forms.py:71 +#: superset/forms.py:100 msgid "Index Column" msgstr "" -#: superset/forms.py:72 +#: superset/forms.py:101 msgid "" "Column to use as the row labels of the dataframe. Leave empty if no index" " column." msgstr "" -#: superset/forms.py:79 +#: superset/forms.py:108 msgid "Mangle Duplicate Columns" msgstr "" -#: superset/forms.py:80 +#: superset/forms.py:109 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -#: superset/forms.py:82 +#: superset/forms.py:111 msgid "Skip Initial Space" msgstr "" -#: superset/forms.py:83 +#: superset/forms.py:112 msgid "Skip spaces after delimiter." msgstr "" -#: superset/forms.py:85 +#: superset/forms.py:114 msgid "Skip Rows" msgstr "" -#: superset/forms.py:86 +#: superset/forms.py:115 msgid "Number of rows to skip at start of file." msgstr "" -#: superset/forms.py:91 +#: superset/forms.py:120 msgid "Rows to Read" msgstr "" -#: superset/forms.py:92 +#: superset/forms.py:121 msgid "Number of rows of file to read." msgstr "" -#: superset/forms.py:97 +#: superset/forms.py:126 msgid "Skip Blank Lines" msgstr "" -#: superset/forms.py:98 +#: superset/forms.py:127 msgid "Skip blank lines rather than interpreting them as NaN values." msgstr "" -#: superset/forms.py:102 +#: superset/forms.py:131 msgid "Parse Dates" msgstr "" -#: superset/forms.py:103 -msgid "Parse date values." +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." msgstr "" -#: superset/forms.py:105 +#: superset/forms.py:137 msgid "Infer Datetime Format" msgstr "" -#: superset/forms.py:106 +#: superset/forms.py:138 msgid "Use Pandas to interpret the datetime format automatically." msgstr "" -#: superset/forms.py:110 +#: superset/forms.py:142 msgid "Decimal Character" msgstr "" -#: superset/forms.py:111 +#: superset/forms.py:143 msgid "Character to interpret as decimal point." msgstr "" -#: superset/forms.py:116 +#: superset/forms.py:148 msgid "Dataframe Index" msgstr "" -#: superset/forms.py:117 +#: superset/forms.py:149 msgid "Write dataframe index as a column." msgstr "" -#: superset/forms.py:119 +#: superset/forms.py:151 msgid "Column Label(s)" msgstr "" -#: superset/forms.py:120 +#: superset/forms.py:152 msgid "" "Column label for index column(s). If None is given and Dataframe Index is" " True, Index Names are used." msgstr "" -#: superset/utils.py:607 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] Accesso al datasource $(name) concesso" +msgstr "" -#: superset/viz.py:56 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "Datasource mancante per la visualizzazione" +msgstr "" -#: superset/viz.py:220 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "La data di inizio non può essere dopo la data di fine" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:720 -#: superset/viz.py:417 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Vista Tabella" +msgstr "" -#: superset/viz.py:429 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -"Seleziona una granularità nella sezione tempo e deseleziona 'Includi " -"Tempo'" -#: superset/viz.py:439 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" -msgstr "Selezionare i campi [Group By] e [Metrica] o [Colonne], non entrambi" +msgstr "" -#: superset/viz.py:513 +#: superset/viz.py:596 msgid "Time Table View" msgstr "" -#: superset/viz.py:522 superset/viz.py:1354 +#: superset/viz.py:605 superset/viz.py:1464 msgid "Pick at least one metric" -msgstr "Seleziona almeno una metrica" +msgstr "" -#: superset/viz.py:525 +#: superset/viz.py:608 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:801 -#: superset/viz.py:554 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "Vista Pivot" +msgstr "" -#: superset/viz.py:568 +#: superset/viz.py:651 msgid "Please choose at least one 'Group by' field " msgstr "" -#: superset/viz.py:570 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "Seleziona almeno una metrica" +msgstr "" -#: superset/viz.py:574 +#: superset/viz.py:657 msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:787 -#: superset/viz.py:607 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "Marcatore" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:826 -#: superset/viz.py:629 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "Separatore" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:848 -#: superset/viz.py:641 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "Cloud di Parole" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:870 -#: superset/viz.py:664 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "Treemap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -#: superset/viz.py:690 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "Calendario di Intensità" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:918 -#: superset/viz.py:748 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "Box Plot" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:939 -#: superset/viz.py:837 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "Grafico a Bolle" +msgstr "" -#: superset/viz.py:861 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "Seleziona una metrica per x, y e grandezza" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:990 -#: superset/viz.py:887 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" -msgstr "Grafico a Proiettile" +msgstr "" -#: superset/viz.py:913 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "Seleziona una metrica da visualizzare" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1013 -#: superset/viz.py:936 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "Numero Grande con Linea del Trend" +msgstr "" -#: superset/viz.py:944 superset/viz.py:973 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "Seleziona una metrica!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -#: superset/viz.py:965 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "Numero Grande" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:158 -#: superset/viz.py:992 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "Serie Temporali - Grafico Lineare" +msgstr "" -#: superset/viz.py:1049 superset/viz.py:1214 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" -msgstr "Seleziona una granularità per la serie temporale" +msgstr "" -#: superset/viz.py:1128 +#: superset/viz.py:1222 msgid "" "`Since` and `Until` time bounds should be specified when using the `Time " "Shift` feature." msgstr "" -#: superset/viz.py:1157 +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" -msgstr "Serie Temporali - Grafico Lineare ad Assi Duali" +msgstr "" -#: superset/viz.py:1167 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" -msgstr "Seleziona una metrica per l'asse sinistro" +msgstr "" -#: superset/viz.py:1169 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" -msgstr "Seleziona una metrica per l'asse destro" +msgstr "" -#: superset/viz.py:1171 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" -msgstr "Seleziona metriche differenti per gli assi destro e sinistro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:283 -#: superset/viz.py:1232 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" -msgstr "Serie Temporali - Grafico Barre" +msgstr "" -#: superset/viz.py:1241 +#: superset/viz.py:1335 msgid "Time Series - Period Pivot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:319 -#: superset/viz.py:1281 +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" -msgstr "Serie Temporali - Cambiamento Percentuale" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:683 -#: superset/viz.py:1289 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" -msgstr "Serie Temporali - Stacked" +msgstr "" -#: superset/viz.py:1298 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" -msgstr "Distribuzione - NVD3 - Grafico Torta" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1063 -#: superset/viz.py:1316 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Istogramma" +msgstr "" -#: superset/viz.py:1326 -msgid "Must have one numeric column specified" -msgstr "Devi specificare una colonna numerica" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1341 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" -msgstr "Distribuzione - Grafico Barre" +msgstr "" -#: superset/viz.py:1352 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1356 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" -msgstr "Seleziona almeno un campo per [Series]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -#: superset/viz.py:1409 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" -msgstr "Sunburst" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1133 -#: superset/viz.py:1440 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" -msgstr "Sankey" +msgstr "" -#: superset/viz.py:1447 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" +msgstr "" -#: superset/viz.py:1478 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1160 -#: superset/viz.py:1489 superset/viz.py:1510 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" -msgstr "Disposizione a Forza Diretta" +msgstr "" -#: superset/viz.py:1496 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" -msgstr "Seleziona esattamente 2 colonne per 'Group By'" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1225 -#: superset/viz.py:1543 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "Mappa della Nazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1259 -#: superset/viz.py:1571 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "Mappa del Mondo" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1621 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "Filtri" +msgstr "" -#: superset/viz.py:1642 +#: superset/viz.py:1752 msgid "Pick at least one filter field" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1324 -#: superset/viz.py:1667 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" -msgstr "iFrame" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1336 -#: superset/viz.py:1687 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" -msgstr "Coordinate Parallele" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1358 -#: superset/viz.py:1712 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "Mappa di Intensità" +msgstr "" -#: superset/viz.py:1771 +#: superset/viz.py:1878 msgid "Horizon Charts" -msgstr "Grafici d'orizzonte" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1418 -#: superset/viz.py:1782 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" -msgstr "Mapbox" +msgstr "" -#: superset/viz.py:1797 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1810 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1815 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1820 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:342 -#: superset/viz.py:1889 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:1925 superset/viz.py:1938 +#: superset/viz.py:2032 superset/viz.py:2045 msgid "Bad spatial key" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:628 -#: superset/viz.py:2019 +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2060 +#: superset/viz.py:2170 msgid "Deck.gl - Screen Grid" msgstr "" -#: superset/viz.py:2075 +#: superset/viz.py:2192 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:434 -#: superset/viz.py:2090 +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 msgid "Deck.gl - Paths" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:550 -#: superset/viz.py:2123 +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2131 +#: superset/viz.py:2248 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2146 +#: superset/viz.py:2263 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:590 -#: superset/viz.py:2165 +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 msgid "Deck.gl - Arc" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1488 -#: superset/viz.py:2189 +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1533 -#: superset/viz.py:2220 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1551 -#: superset/viz.py:2278 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2308 +#: superset/viz.py:2425 msgid "Partition Diagram" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "La tua query è stata salvata" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:59 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "La tua query non può essere salvata" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:112 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" -msgstr "Errore nel recupero dei dati dal backend" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 +#: superset/assets/src/SqlLab/actions.js:163 msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:166 -msgid "Your session timed out, please refresh your page and try again." -msgstr "La tua sessione è scaduta, ricarica la pagina e riprova." - -#: superset/assets/javascripts/SqlLab/actions.js:185 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." -msgstr "La query è stata fermata." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:188 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." -msgstr "Errore nel fermare la query." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:305 -#: superset/assets/javascripts/SqlLab/actions.js:318 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" -msgstr "Errore nel recupero dei metadati della tabella" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" -msgstr "query condivisa" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:380 -#: superset/assets/javascripts/SqlLab/actions.js:400 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" -msgstr "La query non può essere caricata" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:434 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" -msgstr "Errore nel creare il datasource" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" -msgstr "Seleziona un tipo di grafico" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -"Per usare questo tipo di grafico devi avere almeno una colonna " -"selezionata come data" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" -msgstr "Per usare questo tipo di grafico devi avere almeno una dimensione" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -"Per usare questo tipo di grafico devi avere almeno uan funziona di " -"aggregazione" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" -msgstr "Query senza nome" +msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" -msgstr "Copia di %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "condividi query" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "copia URL in appunti" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "Risultati della ricerca" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "Cerca" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "Apri in SQL Editor" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "visualizza risultati" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" -msgstr "CSV" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:243 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:282 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:163 -#: superset/connectors/sqla/views.py:81 superset/connectors/sqla/views.py:133 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:455 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Tabella" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:163 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" -msgstr "è stata creata" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:170 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "Query in un nuovo tab" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:211 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:231 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:237 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:34 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 msgid "Run query synchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:45 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:56 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:18 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:67 -#: superset/views/sql_lab.py:52 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:72 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:82 -#: superset/connectors/druid/views.py:127 -#: superset/connectors/druid/views.py:251 superset/connectors/sqla/views.py:78 -#: superset/connectors/sqla/views.py:129 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:449 superset/views/sql_lab.py:55 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" -msgstr "Descrizione" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:86 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:100 -#: superset/assets/javascripts/dashboard/components/Controls.jsx:125 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:151 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:220 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:103 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "Annulla" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:115 -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:119 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:133 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:141 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:102 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 msgid "Template Parameters" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:106 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 msgid "Edit template parameters" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:116 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 msgid "Invalid JSON" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:167 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:198 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:250 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:253 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:261 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:265 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:54 -msgid "Create a new slice" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:59 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:65 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 msgid "Choose a datasource" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:71 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:77 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 msgid "Choose a visualization type" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:87 -msgid "Create new slice" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:55 +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 msgid "Updating chart was stopped" -msgstr "L'aggiornamento del grafico è stato fermato" +msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:66 +#: superset/assets/src/chart/chartReducer.js:66 #, python-format msgid "An error occurred while rendering the visualization: %s" -msgstr "Errore nel rendering della visualizzazione: %s" +msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:74 +#: superset/assets/src/chart/chartReducer.js:74 msgid "visualization queries are set to timeout at ${action.timeout} seconds. " msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:75 +#: superset/assets/src/chart/chartReducer.js:75 msgid "" "Perhaps your data has grown, your database is under unusual load, or you " "are simply querying a data source that is too large to be processed " @@ -1091,822 +1097,568 @@ msgid "" "summarize your data further." msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:84 -#: superset/assets/javascripts/chart/chartReducer.js:134 +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 msgid "Network error." -msgstr "Errore di rete." +msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:113 +#: superset/assets/src/components/AlteredSliceTag.jsx:113 msgid "Click to see difference" msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:119 +#: superset/assets/src/components/AlteredSliceTag.jsx:119 msgid "Altered" msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:137 -msgid "Slice changes" +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:68 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:38 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:72 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:75 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:91 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:14 -#: superset/views/core.py:559 superset/views/core.py:629 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "Titolo" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:105 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:106 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" +msgstr "" + +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:120 +#: superset/assets/src/dashboard/components/Controls.jsx:120 #, python-format msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:123 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:162 +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 msgid "Save as" -msgstr "Salva come" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:131 +#: superset/assets/src/dashboard/components/Controls.jsx:131 msgid "Force Refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:132 +#: superset/assets/src/dashboard/components/Controls.jsx:132 msgid "Force refresh the whole dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:140 +#: superset/assets/src/dashboard/components/Controls.jsx:140 msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:141 +#: superset/assets/src/dashboard/components/Controls.jsx:141 msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:155 +#: superset/assets/src/dashboard/components/Controls.jsx:156 msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:162 +#: superset/assets/src/dashboard/components/Controls.jsx:164 msgid "Edit properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:163 +#: superset/assets/src/dashboard/components/Controls.jsx:165 msgid "Edit the dashboards's properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:170 +#: superset/assets/src/dashboard/components/Controls.jsx:172 msgid "Email" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:171 +#: superset/assets/src/dashboard/components/Controls.jsx:173 msgid "Email a link to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:183 -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:196 -msgid "Add Slices" +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:184 -msgid "Add some slices to this dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:195 +#: superset/assets/src/dashboard/components/Controls.jsx:197 msgid "Edit CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:196 +#: superset/assets/src/dashboard/components/Controls.jsx:198 msgid "Change the style of the dashboard using CSS code" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:45 +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:48 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:60 -#: superset/views/core.py:566 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" -msgstr "CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:66 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" msgstr "" -#: superset/assets/javascripts/dashboard/components/Dashboard.jsx:157 +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 msgid "You have unsaved changes." msgstr "" -#: superset/assets/javascripts/dashboard/components/Header.jsx:49 +#: superset/assets/src/dashboard/components/Header.jsx:49 msgid "Unsaved changes" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:66 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:72 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:95 +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 msgid "Error" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:96 +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:111 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:119 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:127 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:208 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:73 -msgid "Sorry, there was an error fetching slices to this dashboard: " +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:93 -msgid "Sorry, there was an error adding slices to this dashboard: " +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:163 -#: superset/views/core.py:454 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" -msgstr "Nome" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:169 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:177 -#: superset/assets/javascripts/explore/stores/controls.jsx:111 -#: superset/connectors/druid/views.py:45 superset/views/core.py:392 -#: superset/views/core.py:416 superset/views/core.py:448 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 msgid "Datasource" -msgstr "Sorgente Dati" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:186 -#: superset/views/core.py:564 superset/views/core.py:631 -#: superset/views/sql_lab.py:56 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 msgid "Modified" -msgstr "Modificato" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:205 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:211 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 #, python-format msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:63 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:64 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 msgid "Annotation layers are still loading." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:65 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:103 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 msgid "Move chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:123 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:133 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:142 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 msgid "Export CSV" -msgstr "Esporta CSV" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:151 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 msgid "Explore chart" -msgstr "Esplora grafico" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:161 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 msgid "Remove chart from dashboard" -msgstr "Rimuovi il grafico dalla dashboard" +msgstr "" -#: superset/assets/javascripts/explore/validators.js:11 -msgid "is expected to be a number" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/validators.js:18 -msgid "is expected to be an integer" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/validators.js:30 -msgid "cannot be empty" -msgstr "non può essere vuoto" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:34 -msgid "description" -msgstr "descrizione" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:45 -msgid "bolt" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:46 -msgid "Changing this control takes effect instantly" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:75 -msgid "Error..." -msgstr "Errore..." - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:126 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:138 -#: superset/assets/javascripts/explore/stores/visTypes.js:204 -#: superset/assets/javascripts/explore/stores/visTypes.js:361 -#: superset/assets/javascripts/explore/stores/visTypes.js:399 -#: superset/assets/javascripts/explore/stores/visTypes.js:438 -#: superset/assets/javascripts/explore/stores/visTypes.js:471 -#: superset/assets/javascripts/explore/stores/visTypes.js:515 -#: superset/assets/javascripts/explore/stores/visTypes.js:554 -#: superset/assets/javascripts/explore/stores/visTypes.js:594 -#: superset/assets/javascripts/explore/stores/visTypes.js:632 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -#: superset/assets/javascripts/explore/stores/visTypes.js:804 -#: superset/assets/javascripts/explore/stores/visTypes.js:851 -#: superset/assets/javascripts/explore/stores/visTypes.js:873 -#: superset/assets/javascripts/explore/stores/visTypes.js:901 -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/assets/javascripts/explore/stores/visTypes.js:942 -#: superset/assets/javascripts/explore/stores/visTypes.js:994 -#: superset/assets/javascripts/explore/stores/visTypes.js:1016 -#: superset/assets/javascripts/explore/stores/visTypes.js:1041 -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -#: superset/assets/javascripts/explore/stores/visTypes.js:1098 -#: superset/assets/javascripts/explore/stores/visTypes.js:1136 -#: superset/assets/javascripts/explore/stores/visTypes.js:1163 -#: superset/assets/javascripts/explore/stores/visTypes.js:1190 -#: superset/assets/javascripts/explore/stores/visTypes.js:1228 -#: superset/assets/javascripts/explore/stores/visTypes.js:1262 -#: superset/assets/javascripts/explore/stores/visTypes.js:1299 -#: superset/assets/javascripts/explore/stores/visTypes.js:1339 -#: superset/assets/javascripts/explore/stores/visTypes.js:1361 -#: superset/assets/javascripts/explore/stores/visTypes.js:1421 -msgid "Query" +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 +msgid "Visualization Type" msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:77 -#: superset/assets/javascripts/explore/stores/visTypes.js:388 -#: superset/assets/javascripts/explore/stores/visTypes.js:426 -msgid "Height" -msgstr "Altezza" +#: superset/assets/src/explore/controls.jsx:169 +msgid "The type of visualization to display" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:91 -msgid "Width" -msgstr "Larghezza" +#: superset/assets/src/explore/controls.jsx:175 +msgid "Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:37 -msgid "Export to .json" -msgstr "Esporta in .json" +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 +msgid "One or many metrics to display" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:47 -msgid "Export to .csv format" -msgstr "Esporta nel formato .csv" +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreChartHeader.jsx:64 -#, python-format -msgid "%s - untitled" -msgstr "%s - senza nome" +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreChartHeader.jsx:100 -msgid "Edit slice properties" +#: superset/assets/src/explore/controls.jsx:207 +msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/components/RowCountLabel.jsx:25 -msgid "Limit reached" +#: superset/assets/src/explore/controls.jsx:210 +msgid "" +"Bounds for the Y axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:73 -msgid "Please enter a slice name" -msgstr "Inserisci un nome per la slice" +#: superset/assets/src/explore/controls.jsx:219 +msgid "Ordering" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:88 -msgid "Please select a dashboard" -msgstr "Seleziona una dashboard" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:96 -msgid "Please enter a dashboard name" -msgstr "Inserisci un nome per la dashboard" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:132 -msgid "Save A Slice" -msgstr "Salva una slice" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:153 -#, python-format -msgid "Overwrite slice %s" -msgstr "Sovrascrivi la slice %s" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:166 -msgid "[slice name]" -msgstr "[nome slice]" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:179 -msgid "Do not add to a dashboard" -msgstr "Non aggiugere alla dashboard" +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:187 -msgid "Add slice to existing dashboard" -msgstr "Aggiungi la slice alla dashboard esistente" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:203 -msgid "Add to new dashboard" -msgstr "Aggiungi ad una nuova dashboard" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:229 -msgid "Save & go to dashboard" -msgstr "Salva e vai alla dashboard" +#: superset/assets/src/explore/controls.jsx:281 +msgid "Right Axis Metric" +msgstr "" -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:33 -#, python-format -msgid "Check out this slice: %s" -msgstr "Guarda questa slice: %s" +#: superset/assets/src/explore/controls.jsx:285 +msgid "Choose a metric for right axis" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/AnnotationLayerControl.jsx:147 -msgid "Add Annotation Layer" +#: superset/assets/src/explore/controls.jsx:296 +msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:50 -msgid "`Min` value should be numeric or empty" +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:53 -msgid "`Max` value should be numeric or empty" +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:70 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:84 -msgid "Min" -msgstr "Min" +#: superset/assets/src/explore/controls.jsx:325 +msgid "Linear Color Scheme" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:78 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:85 -msgid "Max" -msgstr "Max" +#: superset/assets/src/explore/controls.jsx:350 +msgid "Normalize Across" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:79 -msgid "Something went wrong while fetching the datasource list" +#: superset/assets/src/explore/controls.jsx:357 +msgid "" +"Color will be rendered based on a ratio of the cell against the sum of " +"across this criteria" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:110 -msgid "Select a datasource" -msgstr "Seleziona un datasource" +#: superset/assets/src/explore/controls.jsx:364 +msgid "Horizon Color Scale" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:120 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "Cerca / Filtra" +#: superset/assets/src/explore/controls.jsx:371 +msgid "Defines how the color are attributed." +msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:180 -msgid "Click to point to another datasource" +#: superset/assets/src/explore/controls.jsx:376 +msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:191 -msgid "Edit the datasource's configuration" +#: superset/assets/src/explore/controls.jsx:383 +msgid "" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:203 -msgid "Show datasource configuration" +#: superset/assets/src/explore/controls.jsx:389 +msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "Valore del filtro" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "Seleziona una metrica" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "Seleziona una colonna" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "Seleziona operatore" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:145 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "Aggiungi filtro" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "Errore nel recupero dati" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:109 -#, python-format -msgid "%s option(s)" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:62 -msgid "Invalid lat/long configuration." -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:128 -msgid "Longitude & Latitude columns" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:144 -msgid "Delimited long & lat single column" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:145 -msgid "" -"Multiple formats accepted, look the geopy.points Python library for more " -"details" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:157 -msgid "Reverse lat/long " -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:163 -msgid "Geohash" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:70 -msgid "textarea" -msgstr "textarea" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:98 -msgid "Edit" -msgstr "Modifica" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:98 -msgid "in modal" -msgstr "in modale" - -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "Seleziona un tipo di visualizzazione" - -#: superset/assets/javascripts/explore/stores/controls.jsx:41 -msgid "A reference to the [Time] configuration, taking granularity into account" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:55 -msgid "Group by" -msgstr "Raggruppa per" - -#: superset/assets/javascripts/explore/stores/controls.jsx:58 -msgid "One or many controls to group by" -msgstr "Uno o più controlli per 'Raggruppa per'" - -#: superset/assets/javascripts/explore/stores/controls.jsx:79 -msgid "" -"For more information about objects are in context in the scope of this " -"function, refer to the" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:81 -msgid " source code of Superset's sandboxed parser" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:102 -msgid "This functionality is disabled in your environment for security reasons." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:121 -#: superset/views/core.py:456 -msgid "Visualization Type" -msgstr "Tipo di Visualizzazione" - -#: superset/assets/javascripts/explore/stores/controls.jsx:123 -msgid "The type of visualization to display" -msgstr "Il tipo di visualizzazione da mostrare" - -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Metrics" -msgstr "Metriche" - -#: superset/assets/javascripts/explore/stores/controls.jsx:138 -#: superset/assets/javascripts/explore/stores/controls.jsx:170 -msgid "One or many metrics to display" -msgstr "Una o più metriche da mostrare" - -#: superset/assets/javascripts/explore/stores/controls.jsx:144 -msgid "Percentage Metrics" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:151 -msgid "Metrics for which percentage of total are to be displayed" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:156 -msgid "Y Axis Bounds" -msgstr "Limite asse Y" - -#: superset/assets/javascripts/explore/stores/controls.jsx:159 -msgid "" -"Bounds for the Y axis. When left empty, the bounds are dynamically " -"defined based on the min/max of the data. Note that this feature will " -"only expand the axis range. It won't narrow the data's extent." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:168 -msgid "Ordering" -msgstr "Ordina per" - -#: superset/assets/javascripts/explore/stores/controls.jsx:176 -msgid "Fixed Color" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:177 -msgid "Use this to define a static color for all circles" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:184 -msgid "Fill Color" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:185 -#: superset/assets/javascripts/explore/stores/controls.jsx:193 -msgid "" -" Set the opacity to 0 if you do not want to override the color specified " -"in the GeoJSON" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:192 -msgid "Stroke Color" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:201 -#: superset/assets/javascripts/explore/stores/visTypes.js:1250 -#: superset/connectors/druid/views.py:126 superset/connectors/sqla/views.py:128 -msgid "Metric" -msgstr "Metrica" - -#: superset/assets/javascripts/explore/stores/controls.jsx:203 -msgid "Choose the metric" -msgstr "Seleziona la metrica" - -#: superset/assets/javascripts/explore/stores/controls.jsx:216 -msgid "Right Axis Metric" -msgstr "Metrica asse destro" - -#: superset/assets/javascripts/explore/stores/controls.jsx:220 -msgid "Choose a metric for right axis" -msgstr "Seleziona una metrica per l'asse destro" - -#: superset/assets/javascripts/explore/stores/controls.jsx:231 -msgid "Stacked Style" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:243 -msgid "Sort X Axis" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:251 -msgid "Sort Y Axis" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:259 -msgid "Linear Color Scheme" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:278 -msgid "Normalize Across" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:285 -msgid "" -"Color will be rendered based on a ratio of the cell against the sum of " -"across this criteria" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:292 -msgid "Horizon Color Scale" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:299 -msgid "Defines how the color are attributed." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:304 -msgid "Rendering" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:311 -msgid "" -"image-rendering CSS attribute of the canvas object that defines how the " -"browser scales up the image" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:317 -msgid "XScale Interval" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:326 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:336 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:342 +#: superset/assets/src/explore/controls.jsx:418 msgid "Auto Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:421 msgid "When checked, the map will zoom to your data after each query" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:350 +#: superset/assets/src/explore/controls.jsx:426 msgid "Show percentage" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:352 +#: superset/assets/src/explore/controls.jsx:428 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:358 +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:366 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:369 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" -msgstr "Mostra totali riga/colonna" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" -msgstr "Mostra marcatori" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:377 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:382 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:385 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:390 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:392 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:399 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:408 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:415 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:418 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1914,45 +1666,45 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:427 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:430 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:435 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:437 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:444 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:475 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:481 +#: superset/assets/src/explore/controls.jsx:559 msgid "Frequency" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:493 +#: superset/assets/src/explore/controls.jsx:571 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" @@ -1960,173 +1712,181 @@ msgid "" "expressions." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:506 +#: superset/assets/src/explore/controls.jsx:584 msgid "Dimension" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:585 msgid "Select a dimension" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:513 -#: superset/assets/javascripts/explore/stores/controls.jsx:520 +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:514 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:522 -#: superset/assets/javascripts/explore/stores/controls.jsx:622 -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:530 +#: superset/assets/src/explore/controls.jsx:611 msgid "Longitude & Latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:532 -#: superset/assets/javascripts/explore/stores/controls.jsx:542 -#: superset/assets/javascripts/explore/stores/controls.jsx:552 +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 msgid "Point to your spatial columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:540 +#: superset/assets/src/explore/controls.jsx:621 msgid "Start Longitude & Latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:550 +#: superset/assets/src/explore/controls.jsx:631 msgid "End Longitude & Latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:560 -#: superset/assets/javascripts/explore/stores/visTypes.js:1463 +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 msgid "Longitude" -msgstr "Longitudine" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:563 +#: superset/assets/src/explore/controls.jsx:644 msgid "Select the longitude column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:571 -#: superset/assets/javascripts/explore/stores/visTypes.js:1467 +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 msgid "Latitude" -msgstr "Latitudine" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:574 +#: superset/assets/src/explore/controls.jsx:655 msgid "Select the latitude column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:582 +#: superset/assets/src/explore/controls.jsx:663 msgid "GeoJson Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:584 +#: superset/assets/src/explore/controls.jsx:665 msgid "Select the geojson column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:673 msgid "Polygon Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:594 +#: superset/assets/src/explore/controls.jsx:675 msgid "" "Select the polygon column. Each row should contain JSON.array(N) of " "[longitude, latitude] points" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:603 +#: superset/assets/src/explore/controls.jsx:684 msgid "Point Radius Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:612 +#: superset/assets/src/explore/controls.jsx:693 msgid "Stroke Width" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:641 +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:647 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:658 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:668 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:674 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:691 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:698 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:701 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:709 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:719 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:739 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:745 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" " expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:771 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:773 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -2134,80 +1894,80 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:786 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:795 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:798 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:807 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 -#: superset/assets/visualizations/filter_box.jsx:114 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "Data inizio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:814 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" -msgstr "7 giorni" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:820 -#: superset/assets/visualizations/filter_box.jsx:123 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "Data fine" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:827 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:835 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:837 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:848 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:851 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:857 -#: superset/assets/javascripts/explore/stores/visTypes.js:1032 -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -#: superset/assets/javascripts/explore/stores/visTypes.js:1207 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:867 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:876 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:879 +#: superset/assets/src/explore/controls.jsx:974 msgid "" "Limits the number of time series that get displayed. A sub query (or an " "extra phase where sub queries are not supported) is applied to limit the " @@ -2215,63 +1975,95 @@ msgid "" "useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:888 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:890 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:898 +#: superset/assets/src/explore/controls.jsx:993 msgid "Sort Descending" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:900 +#: superset/assets/src/explore/controls.jsx:995 msgid "Whether to sort descending or ascending" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:905 +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:908 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:914 +#: superset/assets/src/explore/controls.jsx:1009 msgid "Multiplier" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:918 +#: superset/assets/src/explore/controls.jsx:1013 msgid "Factor to multiply the metric by" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:923 +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:931 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 msgid "Grid Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1070 msgid "Defines the grid size in pixels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:942 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -2280,847 +2072,901 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:951 -#: superset/assets/javascripts/explore/stores/visTypes.js:124 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:953 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:963 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:966 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:974 -#: superset/assets/javascripts/explore/stores/visTypes.js:173 -#: superset/assets/javascripts/explore/stores/visTypes.js:219 -#: superset/assets/javascripts/explore/stores/visTypes.js:963 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:975 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:988 -#: superset/assets/javascripts/explore/stores/visTypes.js:180 -#: superset/assets/javascripts/explore/stores/visTypes.js:226 -#: superset/assets/javascripts/explore/stores/visTypes.js:971 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1002 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1015 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1016 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1023 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1030 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1037 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1043 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1051 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1067 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1072 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1079 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1084 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1093 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1099 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1102 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1108 -#: superset/assets/javascripts/explore/stores/controls.jsx:1118 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1128 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1147 +#: superset/assets/src/explore/controls.jsx:1295 msgid "Date Time Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1156 +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1166 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1169 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1179 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1193 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1198 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 -#: superset/assets/javascripts/explore/stores/visTypes.js:829 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1199 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1208 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1220 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1227 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1229 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1235 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1237 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1253 +#: superset/assets/src/explore/controls.jsx:1402 msgid "Extruded" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1261 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1264 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1269 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1271 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1276 +#: superset/assets/src/explore/controls.jsx:1431 msgid "Show SQL Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1278 +#: superset/assets/src/explore/controls.jsx:1433 msgid "Check to include SQL Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1283 +#: superset/assets/src/explore/controls.jsx:1438 msgid "Show SQL Time Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1285 +#: superset/assets/src/explore/controls.jsx:1440 msgid "Check to include Time Column dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1290 +#: superset/assets/src/explore/controls.jsx:1445 msgid "Show Druid Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1292 +#: superset/assets/src/explore/controls.jsx:1447 msgid "Check to include Druid Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1297 +#: superset/assets/src/explore/controls.jsx:1452 msgid "Show Druid Time Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1299 +#: superset/assets/src/explore/controls.jsx:1454 msgid "Check to include Time Origin dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1304 +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1306 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1311 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1314 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1321 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1329 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1334 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1337 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1342 +#: superset/assets/src/explore/controls.jsx:1514 msgid "Show Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1345 +#: superset/assets/src/explore/controls.jsx:1517 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1350 +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1358 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1361 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1366 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1369 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1375 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1378 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1383 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1386 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1391 +#: superset/assets/src/explore/controls.jsx:1571 msgid "Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1394 +#: superset/assets/src/explore/controls.jsx:1574 msgid "Use a log scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1399 +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1402 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1407 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1410 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1415 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1417 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1422 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1425 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1431 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1434 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1440 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1442 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1450 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1451 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1457 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1459 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1470 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1482 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1488 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1501 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1508 -#: superset/assets/javascripts/explore/stores/visTypes.js:648 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 msgid "Point Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1510 +#: superset/assets/src/explore/controls.jsx:1690 msgid "Fixed point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1518 +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1520 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1530 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1533 -#: superset/assets/javascripts/explore/stores/controls.jsx:1549 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1538 +#: superset/assets/src/explore/controls.jsx:1718 msgid "Point Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1554 +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1557 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1563 -#: superset/assets/javascripts/explore/stores/visTypes.js:1454 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 msgid "Viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1565 +#: superset/assets/src/explore/controls.jsx:1745 msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1572 +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1575 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1581 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1584 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1590 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1593 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1599 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1601 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1607 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1617 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1622 +#: superset/assets/src/explore/controls.jsx:1804 msgid "Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1624 +#: superset/assets/src/explore/controls.jsx:1806 msgid "Pick a color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1629 +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1631 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1636 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1638 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1643 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1645 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1650 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1652 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1657 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1659 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1664 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1666 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1701 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1703 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1708 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1710 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1715 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1716 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1724 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1727 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1733 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1737 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1743 +#: superset/assets/src/explore/controls.jsx:1939 msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1745 +#: superset/assets/src/explore/controls.jsx:1941 msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1750 +#: superset/assets/src/explore/controls.jsx:1946 msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1752 +#: superset/assets/src/explore/controls.jsx:1948 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1757 +#: superset/assets/src/explore/controls.jsx:1953 msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1759 +#: superset/assets/src/explore/controls.jsx:1955 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1764 +#: superset/assets/src/explore/controls.jsx:1960 msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1771 +#: superset/assets/src/explore/controls.jsx:1967 msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1772 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" "Check if the Rose Chart should use segment area instead of segment radius" " for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1782 -#: superset/assets/javascripts/explore/stores/visTypes.js:742 -#: superset/assets/javascripts/explore/stores/visTypes.js:859 -#: superset/assets/javascripts/explore/stores/visTypes.js:908 -#: superset/assets/javascripts/explore/stores/visTypes.js:1172 -#: superset/assets/javascripts/explore/stores/visTypes.js:1236 -#: superset/assets/javascripts/explore/stores/visTypes.js:1327 -#: superset/assets/javascripts/explore/stores/visTypes.js:1349 +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 msgid "Options" -msgstr "Opzioni" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1788 +#: superset/assets/src/explore/controls.jsx:1984 msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1790 +#: superset/assets/src/explore/controls.jsx:1986 msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1793 +#: superset/assets/src/explore/controls.jsx:1989 msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1795 +#: superset/assets/src/explore/controls.jsx:1991 msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1798 +#: superset/assets/src/explore/controls.jsx:1994 msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1800 +#: superset/assets/src/explore/controls.jsx:1996 msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1803 +#: superset/assets/src/explore/controls.jsx:1999 msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1805 +#: superset/assets/src/explore/controls.jsx:2001 msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1808 +#: superset/assets/src/explore/controls.jsx:2004 msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1810 +#: superset/assets/src/explore/controls.jsx:2006 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1813 +#: superset/assets/src/explore/controls.jsx:2009 msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1815 +#: superset/assets/src/explore/controls.jsx:2011 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1818 +#: superset/assets/src/explore/controls.jsx:2014 msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1820 +#: superset/assets/src/explore/controls.jsx:2016 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1823 -#: superset/assets/javascripts/explore/stores/visTypes.js:66 +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 msgid "Advanced Analytics" -msgstr "Analytics avanzate" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1825 +#: superset/assets/src/explore/controls.jsx:2021 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1830 +#: superset/assets/src/explore/controls.jsx:2026 msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1835 +#: superset/assets/src/explore/controls.jsx:2031 msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1838 +#: superset/assets/src/explore/controls.jsx:2034 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1843 +#: superset/assets/src/explore/controls.jsx:2039 msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1847 +#: superset/assets/src/explore/controls.jsx:2043 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1853 +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2055 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2073 msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1857 +#: superset/assets/src/explore/controls.jsx:2077 msgid "" "Partitions whose height to parent height proportions are below this value" " are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1863 +#: superset/assets/src/explore/controls.jsx:2083 msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1865 +#: superset/assets/src/explore/controls.jsx:2085 msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1873 +#: superset/assets/src/explore/controls.jsx:2093 msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1876 +#: superset/assets/src/explore/controls.jsx:2096 msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1885 +#: superset/assets/src/explore/controls.jsx:2105 msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1889 +#: superset/assets/src/explore/controls.jsx:2109 msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1894 +#: superset/assets/src/explore/controls.jsx:2114 msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1901 +#: superset/assets/src/explore/controls.jsx:2121 msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1904 +#: superset/assets/src/explore/controls.jsx:2124 msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1906 +#: superset/assets/src/explore/controls.jsx:2126 msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1907 +#: superset/assets/src/explore/controls.jsx:2127 msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1917 +#: superset/assets/src/explore/controls.jsx:2137 msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1918 +#: superset/assets/src/explore/controls.jsx:2138 msgid "" "Define a javascript function that receives the data array used in the " "visualization and is expected to return a modified version of that array." @@ -3128,1088 +2974,1415 @@ msgid "" "array." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1924 +#: superset/assets/src/explore/controls.jsx:2144 msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1925 +#: superset/assets/src/explore/controls.jsx:2145 msgid "" "Define a function that receives intercepts the data objects and can " "mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1929 +#: superset/assets/src/explore/controls.jsx:2149 msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1930 +#: superset/assets/src/explore/controls.jsx:2150 msgid "" "Define a function that receives the input and outputs the content for a " "tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1934 +#: superset/assets/src/explore/controls.jsx:2154 msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1935 +#: superset/assets/src/explore/controls.jsx:2155 msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1940 +#: superset/assets/src/explore/controls.jsx:2160 msgid "Extra data for JS" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1942 +#: superset/assets/src/explore/controls.jsx:2162 msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1947 +#: superset/assets/src/explore/controls.jsx:2167 msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1949 +#: superset/assets/src/explore/controls.jsx:2169 msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1955 +#: superset/assets/src/explore/controls.jsx:2175 msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1957 +#: superset/assets/src/explore/controls.jsx:2177 msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" +msgstr "" + +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" +msgstr "" + +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 msgid "Time" -msgstr "Tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 msgid "Time related form attributes" -msgstr "Attributi relativi al tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 +#: superset/assets/src/explore/visTypes.js:20 msgid "Datasource & Chart Type" -msgstr "Sorgente dati e tipo di grafico" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 +#: superset/assets/src/explore/visTypes.js:49 msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 +#: superset/assets/src/explore/visTypes.js:52 msgid "Annotations and Layers" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:72 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 +#: superset/assets/src/explore/visTypes.js:90 msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/visTypes.js:92 msgid "" "The filters to apply after post-aggregation.Leave the value control empty" " to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:110 -#: superset/assets/javascripts/explore/stores/visTypes.js:146 -#: superset/assets/javascripts/explore/stores/visTypes.js:164 -#: superset/assets/javascripts/explore/stores/visTypes.js:211 -#: superset/assets/javascripts/explore/stores/visTypes.js:247 -#: superset/assets/javascripts/explore/stores/visTypes.js:289 -#: superset/assets/javascripts/explore/stores/visTypes.js:324 -#: superset/assets/javascripts/explore/stores/visTypes.js:688 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:929 -#: superset/assets/javascripts/explore/stores/visTypes.js:950 -#: superset/assets/javascripts/explore/stores/visTypes.js:1001 -#: superset/assets/javascripts/explore/stores/visTypes.js:1023 -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -#: superset/assets/javascripts/explore/stores/visTypes.js:1074 -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -#: superset/assets/javascripts/explore/stores/visTypes.js:1145 -#: superset/assets/javascripts/explore/stores/visTypes.js:1198 -#: superset/assets/javascripts/explore/stores/visTypes.js:1409 -#: superset/assets/javascripts/explore/stores/visTypes.js:1557 -#: superset/assets/javascripts/explore/stores/visTypes.js:1582 +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 msgid "Chart Options" -msgstr "Opzioni del grafico" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 +#: superset/assets/src/explore/visTypes.js:150 msgid "Breakdowns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:128 +#: superset/assets/src/explore/visTypes.js:151 msgid "Defines how each series is broken down" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:134 +#: superset/assets/src/explore/visTypes.js:157 msgid "Pie Chart" -msgstr "Grafico a torta" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:199 +#: superset/assets/src/explore/visTypes.js:229 msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:243 +#: superset/assets/src/explore/visTypes.js:275 msgid "Dual Axis Line Chart" -msgstr "Grafico lineare a due assi" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 +#: superset/assets/src/explore/visTypes.js:287 msgid "Y Axis 1" -msgstr "Asse Y 1" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:260 +#: superset/assets/src/explore/visTypes.js:294 msgid "Y Axis 2" -msgstr "Asse Y 2" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:269 +#: superset/assets/src/explore/visTypes.js:304 msgid "Left Axis Metric" -msgstr "Metrica asse sinistro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:270 +#: superset/assets/src/explore/visTypes.js:305 msgid "Choose a metric for left axis" -msgstr "Seleziona una metrica per l'asse sinistro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:273 +#: superset/assets/src/explore/visTypes.js:308 msgid "Left Axis Format" -msgstr "Formato asse sinistro" - -#: superset/assets/javascripts/explore/stores/visTypes.js:299 -#: superset/assets/javascripts/explore/stores/visTypes.js:698 -msgid "Axes" -msgstr "Assi" - -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -#: superset/assets/javascripts/explore/stores/visTypes.js:369 -#: superset/assets/javascripts/explore/stores/visTypes.js:407 -#: superset/assets/javascripts/explore/stores/visTypes.js:446 -#: superset/assets/javascripts/explore/stores/visTypes.js:479 -#: superset/assets/javascripts/explore/stores/visTypes.js:522 -#: superset/assets/javascripts/explore/stores/visTypes.js:562 -#: superset/assets/javascripts/explore/stores/visTypes.js:602 -#: superset/assets/javascripts/explore/stores/visTypes.js:640 +msgstr "" + +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 msgid "Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:357 +#: superset/assets/src/explore/visTypes.js:420 msgid "Deck.gl - Hexagons" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:377 -#: superset/assets/javascripts/explore/stores/visTypes.js:415 -#: superset/assets/javascripts/explore/stores/visTypes.js:455 -#: superset/assets/javascripts/explore/stores/visTypes.js:492 -#: superset/assets/javascripts/explore/stores/visTypes.js:538 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:662 +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 msgid "Advanced" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:427 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 msgid "Metric used to control height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:395 +#: superset/assets/src/explore/visTypes.js:458 msgid "Deck.gl - Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:467 +#: superset/assets/src/explore/visTypes.js:530 msgid "Deck.gl - Screen grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:486 +#: superset/assets/src/explore/visTypes.js:549 msgid "Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:503 +#: superset/assets/src/explore/visTypes.js:566 msgid "Weight" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:504 +#: superset/assets/src/explore/visTypes.js:567 msgid "Metric used as a weight for the grid's coloring" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:511 -msgid "Deck.gl - geoJson" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:529 +#: superset/assets/src/explore/visTypes.js:593 msgid "GeoJson Settings" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:569 +#: superset/assets/src/explore/visTypes.js:633 msgid "Polygon Settings" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:609 +#: superset/assets/src/explore/visTypes.js:673 msgid "Arc" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:655 +#: superset/assets/src/explore/visTypes.js:730 msgid "Point Color" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:673 +#: superset/assets/src/explore/visTypes.js:748 msgid "Categorical Color" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:674 +#: superset/assets/src/explore/visTypes.js:749 msgid "Pick a dimension from which categorical colors are defined" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:723 +#: superset/assets/src/explore/visTypes.js:808 msgid "GROUP BY" -msgstr "RAGGRUPPA PER" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:724 +#: superset/assets/src/explore/visTypes.js:809 msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:734 +#: superset/assets/src/explore/visTypes.js:820 msgid "NOT GROUPED BY" -msgstr "NON RAGGRUPPARE PER" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:735 +#: superset/assets/src/explore/visTypes.js:821 msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:761 +#: superset/assets/src/explore/visTypes.js:850 msgid "Time Series Table" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:779 +#: superset/assets/src/explore/visTypes.js:868 msgid "" "Templated link, it's possible to include {{ metric }} or other values " "coming from the controls." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:812 +#: superset/assets/src/explore/visTypes.js:902 msgid "Pivot Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:957 -#: superset/assets/javascripts/explore/stores/visTypes.js:1271 -msgid "Bubbles" -msgstr "Bolle" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1083 -msgid "Numeric Column" -msgstr "Colonne numeriche" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1084 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 +#: superset/assets/src/explore/visTypes.js:1206 msgid "No of Bins" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1088 +#: superset/assets/src/explore/visTypes.js:1207 msgid "Select number of bins for the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1115 +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1239 msgid "Primary Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1116 +#: superset/assets/src/explore/visTypes.js:1240 msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1119 +#: superset/assets/src/explore/visTypes.js:1243 msgid "Secondary Metric" -msgstr "Metrica secondaria" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1121 +#: superset/assets/src/explore/visTypes.js:1245 msgid "" "[optional] this secondary metric is used to define the color as a ratio " "against the primary metric. When omitted, the color is categorical and " "based on labels" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1126 +#: superset/assets/src/explore/visTypes.js:1250 msgid "Hierarchy" -msgstr "Gerarchia" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1127 +#: superset/assets/src/explore/visTypes.js:1251 msgid "This defines the level of the hierarchy" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1153 -#: superset/assets/javascripts/explore/stores/visTypes.js:1181 +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 msgid "Source / Target" -msgstr "Sorgente / Destinazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1154 -#: superset/assets/javascripts/explore/stores/visTypes.js:1182 +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 msgid "Choose a source and a target" -msgstr "Seleziona una sorgente ed una destinazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1187 +#: superset/assets/src/explore/visTypes.js:1312 msgid "Chord Diagram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1208 +#: superset/assets/src/explore/visTypes.js:1334 msgid "Choose a number format" -msgstr "Seleziona una formato numerico" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1211 +#: superset/assets/src/explore/visTypes.js:1337 msgid "Source" -msgstr "Sorgente" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1214 +#: superset/assets/src/explore/visTypes.js:1340 msgid "Choose a source" -msgstr "Seleziona una sorgente" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1217 +#: superset/assets/src/explore/visTypes.js:1343 msgid "Target" -msgstr "Destinazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1220 +#: superset/assets/src/explore/visTypes.js:1346 msgid "Choose a target" -msgstr "Seleziona una destinazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1246 +#: superset/assets/src/explore/visTypes.js:1372 msgid "ISO 3166-2 codes of region/province/department" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1247 +#: superset/assets/src/explore/visTypes.js:1373 msgid "" "It's ISO 3166-2 of your region/province/department in your table. (see " "documentation for list of ISO 3166-2)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1281 +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1407 msgid "Country Control" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1282 +#: superset/assets/src/explore/visTypes.js:1408 msgid "3 letter code of the country" -msgstr "Codice a 3 lettere della nazione" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1285 +#: superset/assets/src/explore/visTypes.js:1411 msgid "Metric for color" -msgstr "Metrica per il colore" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1286 +#: superset/assets/src/explore/visTypes.js:1412 msgid "Metric that defines the color of the country" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1289 +#: superset/assets/src/explore/visTypes.js:1415 msgid "Bubble size" -msgstr "Grandezza della bolla" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1290 +#: superset/assets/src/explore/visTypes.js:1416 msgid "Metric that defines the size of the bubble" -msgstr "Metrica che definisce la grandezza di una bolla" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1296 +#: superset/assets/src/explore/visTypes.js:1422 msgid "Filter Box" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1312 +#: superset/assets/src/explore/visTypes.js:1438 msgid "Filter controls" -msgstr "Controlli del filtro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1313 +#: superset/assets/src/explore/visTypes.js:1439 msgid "" "The controls you want to filter on. Note that only columns checked as " "\"filterable\" will show up on this list." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1369 +#: superset/assets/src/explore/visTypes.js:1495 msgid "Heatmap Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1390 +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1518 msgid "Value bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1399 +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1525 msgid "Value Format" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1405 +#: superset/assets/src/explore/visTypes.js:1531 msgid "Horizon" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1431 +#: superset/assets/src/explore/visTypes.js:1558 msgid "Points" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1438 +#: superset/assets/src/explore/visTypes.js:1565 msgid "Labelling" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1445 +#: superset/assets/src/explore/visTypes.js:1572 msgid "Visual Tweaks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1464 +#: superset/assets/src/explore/visTypes.js:1591 msgid "Column containing longitude data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1468 +#: superset/assets/src/explore/visTypes.js:1595 msgid "Column containing latitude data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1471 +#: superset/assets/src/explore/visTypes.js:1598 msgid "Cluster label aggregator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1472 +#: superset/assets/src/explore/visTypes.js:1599 msgid "" "Aggregate function applied to the list of points in each cluster to " "produce the cluster label." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1476 +#: superset/assets/src/explore/visTypes.js:1603 msgid "Tooltip" -msgstr "Suggerimento" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1477 +#: superset/assets/src/explore/visTypes.js:1604 msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1481 +#: superset/assets/src/explore/visTypes.js:1608 msgid "" "One or many controls to group by. If grouping, latitude and longitude " "columns must be present." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1492 +#: superset/assets/src/explore/visTypes.js:1619 msgid "Event definition" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1502 +#: superset/assets/src/explore/visTypes.js:1629 msgid "Additional meta data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1510 +#: superset/assets/src/explore/visTypes.js:1637 msgid "Column containing entity ids" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1511 +#: superset/assets/src/explore/visTypes.js:1638 msgid "e.g., a \"user id\" column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1514 +#: superset/assets/src/explore/visTypes.js:1641 msgid "Column containing event names" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1522 +#: superset/assets/src/explore/visTypes.js:1649 msgid "Event count limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1523 +#: superset/assets/src/explore/visTypes.js:1650 msgid "The maximum number of events to return, equivalent to number of rows" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1526 +#: superset/assets/src/explore/visTypes.js:1653 msgid "Meta data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1527 +#: superset/assets/src/explore/visTypes.js:1654 msgid "Select any columns for meta data inspection" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1539 +#: superset/assets/src/explore/visTypes.js:1666 msgid "Paired t-test" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1575 +#: superset/assets/src/explore/visTypes.js:1702 msgid "Time Series Options" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" + +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" + +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" +msgstr "" + +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" + +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" + +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 msgid "Favorites" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 +#: superset/assets/src/profile/components/App.jsx:30 msgid "Created Content" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 +#: superset/assets/src/profile/components/App.jsx:37 msgid "Recent Activity" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 +#: superset/assets/src/profile/components/App.jsx:42 msgid "Security & Access" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 +#: superset/assets/src/profile/components/CreatedContent.jsx:49 msgid "No dashboards" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/views/core.py:447 superset/views/core.py:616 +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 msgid "Dashboards" -msgstr "Elenco Dashboard" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -msgid "Slices" -msgstr "Slice" +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 +#: superset/assets/src/profile/components/Favorites.jsx:34 msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 +#: superset/assets/src/profile/components/Favorites.jsx:50 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:488 superset/views/core.py:561 -msgid "Charts" -msgstr "Grafici" - -#: superset/assets/javascripts/profile/components/Security.jsx:14 +#: superset/assets/src/profile/components/Security.jsx:14 msgid "Roles" -msgstr "Ruoli" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:303 +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 msgid "Databases" -msgstr "Basi di dati" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 +#: superset/assets/src/profile/components/Security.jsx:34 msgid "Datasources" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:19 +#: superset/assets/src/profile/components/UserInfo.jsx:19 msgid "Profile picture provided by Gravatar" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:34 +#: superset/assets/src/profile/components/UserInfo.jsx:34 msgid "joined" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:44 +#: superset/assets/src/profile/components/UserInfo.jsx:44 msgid "id:" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 +#: superset/assets/src/visualizations/EventFlow.jsx:56 msgid "Sorry, there appears to be no data" msgstr "" -#: superset/assets/visualizations/PlaySlider.jsx:99 +#: superset/assets/src/visualizations/PlaySlider.jsx:99 msgid "Data has no time steps" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:115 +#: superset/assets/src/visualizations/filter_box.jsx:115 msgid "Select starting date" -msgstr "Seleziona data iniziale" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:124 +#: superset/assets/src/visualizations/filter_box.jsx:124 msgid "Select end date" -msgstr "Seleziona data finale" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:193 +#: superset/assets/src/visualizations/filter_box.jsx:193 #, python-format msgid "Select [%s]" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:230 +#: superset/assets/src/visualizations/filter_box.jsx:230 msgid "Apply" -msgstr "Applica" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" -#: superset/connectors/druid/models.py:1230 +#: superset/connectors/druid/models.py:1341 msgid "No data was returned." -msgstr "Nessun dato restituito." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" -#: superset/connectors/druid/views.py:26 +#: superset/connectors/druid/views.py:33 msgid "List Druid Column" msgstr "" -#: superset/connectors/druid/views.py:27 +#: superset/connectors/druid/views.py:34 msgid "Show Druid Column" msgstr "" -#: superset/connectors/druid/views.py:28 +#: superset/connectors/druid/views.py:35 msgid "Add Druid Column" msgstr "" -#: superset/connectors/druid/views.py:29 +#: superset/connectors/druid/views.py:36 msgid "Edit Druid Column" msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:76 +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 msgid "Column" -msgstr "Colonna" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:129 -#: superset/connectors/sqla/views.py:90 superset/connectors/sqla/views.py:131 +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 msgid "Type" -msgstr "Tipo" +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:79 +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 msgid "Groupable" -msgstr "Raggruppabile" +msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:80 +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 msgid "Filterable" -msgstr "Filtrabile" +msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:82 +#: superset/connectors/druid/views.py:55 msgid "Count Distinct" -msgstr "Count Distinct" +msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:83 +#: superset/connectors/druid/views.py:56 msgid "Sum" -msgstr "Sum" +msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:45 +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -"Se questa colonna è esposta nella sezione `Filtri` della vista " -"esplorazione." -#: superset/connectors/druid/views.py:100 +#: superset/connectors/druid/views.py:107 msgid "List Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:101 +#: superset/connectors/druid/views.py:108 msgid "Show Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:102 +#: superset/connectors/druid/views.py:109 msgid "Add Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:103 +#: superset/connectors/druid/views.py:110 msgid "Edit Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:120 superset/connectors/sqla/views.py:113 +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 msgid "" "Whether the access to this metric is restricted to certain roles. Only " "roles with the permission 'metric access on XXX (the name of this " "metric)' are allowed to access this metric" msgstr "" -"Se l'accesso a questa metrica è limitato a determinati ruoli. Solo i " -"ruoli con l'autorizzazione 'accesso metrico su XXX (il nome di questa " -"metrica)' possono accedervi" -#: superset/connectors/druid/views.py:128 superset/connectors/sqla/views.py:77 -#: superset/connectors/sqla/views.py:130 +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 msgid "Verbose Name" -msgstr "Nome Completo" +msgstr "" -#: superset/connectors/druid/views.py:130 superset/views/core.py:658 +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 msgid "JSON" -msgstr "JSON" +msgstr "" -#: superset/connectors/druid/views.py:131 +#: superset/connectors/druid/views.py:138 msgid "Druid Datasource" -msgstr "Sorgente Dati Druid" +msgstr "" -#: superset/connectors/druid/views.py:132 superset/connectors/sqla/views.py:136 +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 msgid "Warning Message" msgstr "" -#: superset/connectors/druid/views.py:150 +#: superset/connectors/druid/views.py:157 msgid "List Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:151 +#: superset/connectors/druid/views.py:158 msgid "Show Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:152 +#: superset/connectors/druid/views.py:159 msgid "Add Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:153 +#: superset/connectors/druid/views.py:160 msgid "Edit Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:164 -#: superset/connectors/druid/views.py:250 +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 msgid "Cluster" -msgstr "Cluster" +msgstr "" -#: superset/connectors/druid/views.py:165 +#: superset/connectors/druid/views.py:172 msgid "Coordinator Host" -msgstr "Host Coordinatore" +msgstr "" -#: superset/connectors/druid/views.py:166 +#: superset/connectors/druid/views.py:173 msgid "Coordinator Port" -msgstr "Porta Coordinatore" +msgstr "" -#: superset/connectors/druid/views.py:167 +#: superset/connectors/druid/views.py:174 msgid "Coordinator Endpoint" -msgstr "Endpoint Coordinatore" +msgstr "" -#: superset/connectors/druid/views.py:168 +#: superset/connectors/druid/views.py:175 msgid "Broker Host" -msgstr "Host Broker" +msgstr "" -#: superset/connectors/druid/views.py:169 +#: superset/connectors/druid/views.py:176 msgid "Broker Port" -msgstr "Porta Broker" +msgstr "" -#: superset/connectors/druid/views.py:170 +#: superset/connectors/druid/views.py:177 msgid "Broker Endpoint" -msgstr "Endpoint Broker" +msgstr "" -#: superset/connectors/druid/views.py:186 +#: superset/connectors/druid/views.py:193 msgid "Druid Clusters" msgstr "" -#: superset/connectors/druid/views.py:189 -#: superset/connectors/druid/views.py:291 -#: superset/connectors/druid/views.py:340 -#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:298 -#: superset/views/core.py:306 superset/views/core.py:2693 +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 msgid "Sources" -msgstr "Sorgenti" +msgstr "" -#: superset/connectors/druid/views.py:197 +#: superset/connectors/druid/views.py:204 msgid "List Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:198 +#: superset/connectors/druid/views.py:205 msgid "Show Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:199 +#: superset/connectors/druid/views.py:206 msgid "Add Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:200 +#: superset/connectors/druid/views.py:207 msgid "Edit Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:219 superset/connectors/sqla/views.py:176 +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" -msgstr "" -"Elenco delle slice associate a questa tabella. Modificando questa origine" -" dati, è possibile modificare le modalità di comportamento delle slice " -"associate. Inoltre, va tenuto presente che le slice devono indicare " -"un'origine dati, pertanto questo modulo non registra le impostazioni " -"qualora si modifica un'origine dati. Se vuoi modificare l'origine dati " -"per una slide, devi sovrascriverla dal 'vista di esplorazione'" - -#: superset/connectors/druid/views.py:227 superset/connectors/sqla/views.py:184 +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 msgid "Timezone offset (in hours) for this datasource" -msgstr "Timezone offset (in ore) per questa sorgente dati" +msgstr "" -#: superset/connectors/druid/views.py:231 +#: superset/connectors/druid/views.py:238 msgid "" "Time expression to use as a predicate when retrieving distinct values to " "populate the filter component. Only applies when `Enable Filter Select` " "is on. If you enter `7 days ago`, the distinct list of values in the " "filter will be populated based on the distinct value over the past week" msgstr "" -"Espressione temporale da utilizzare come predicato durante il recupero di" -" valori distinti per popolare la componente del filtro. Viene applicata " -"solo quando è attivata l'opzione \"Abilita selezione filtro\". Se si " -"inserisce `7 giorni fa`, l'elenco distinto di valori nel filtro verrà " -"popolato in base al valore distinto della settimana passata" -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:206 +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -"Usato per popolare la finestra a cascata dei filtri dall'elenco dei " -"valori distinti prelevati dal backend al volo" -#: superset/connectors/druid/views.py:242 +#: superset/connectors/druid/views.py:249 msgid "" "Redirects to this endpoint when clicking on the datasource from the " "datasource list" msgstr "" -"Rinvia a questo endpoint al clic sulla sorgente dati dall'elenco delle " -"sorgenti dati" -#: superset/connectors/druid/views.py:248 superset/connectors/sqla/views.py:213 +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 msgid "Associated Charts" msgstr "" -#: superset/connectors/druid/views.py:249 +#: superset/connectors/druid/views.py:256 msgid "Data Source" -msgstr "Sorgente Dati" +msgstr "" -#: superset/connectors/druid/views.py:252 superset/connectors/sqla/views.py:225 +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 msgid "Owner" -msgstr "Proprietario" +msgstr "" -#: superset/connectors/druid/views.py:253 +#: superset/connectors/druid/views.py:260 msgid "Is Hidden" -msgstr "è nascosto" +msgstr "" -#: superset/connectors/druid/views.py:254 superset/connectors/sqla/views.py:218 +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 msgid "Enable Filter Select" -msgstr "Abilita il filtro di Select" +msgstr "" -#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:220 +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 msgid "Default Endpoint" -msgstr "Endpoint predefinito" +msgstr "" -#: superset/connectors/druid/views.py:256 +#: superset/connectors/druid/views.py:263 msgid "Time Offset" -msgstr "Offset temporale" +msgstr "" -#: superset/connectors/druid/views.py:257 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:269 superset/views/core.py:445 +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 msgid "Cache Timeout" -msgstr "Cache Timeout" +msgstr "" -#: superset/connectors/druid/views.py:289 +#: superset/connectors/druid/views.py:296 msgid "Druid Datasources" msgstr "" -#: superset/connectors/druid/views.py:337 +#: superset/connectors/druid/views.py:344 msgid "Scan New Datasources" msgstr "" -#: superset/connectors/druid/views.py:345 +#: superset/connectors/druid/views.py:352 msgid "Refresh Druid Metadata" msgstr "" -#: superset/connectors/sqla/models.py:478 +#: superset/connectors/sqla/models.py:513 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -"la colonna Datetime è necessaria per questo tipo di grafico. Nella " -"configurazione della tabella però non è stata definita" -#: superset/connectors/sqla/models.py:482 +#: superset/connectors/sqla/models.py:517 msgid "Empty query?" -msgstr "Query vuota?" +msgstr "" -#: superset/connectors/sqla/models.py:485 +#: superset/connectors/sqla/models.py:525 msgid "Metric '{}' is not valid" -msgstr "Metrica '{}' non valida" +msgstr "" -#: superset/connectors/sqla/models.py:712 +#: superset/connectors/sqla/models.py:748 msgid "" "Table [{}] doesn't seem to exist in the specified database, couldn't " "fetch column information" -msgstr "La tabella [{}] non sembra esistere nel database specificato, non posso " -"recuperare le informazioni sulla colonna " +msgstr "" -#: superset/connectors/sqla/views.py:23 +#: superset/connectors/sqla/views.py:30 msgid "List Columns" -msgstr "Visualizza colonne" +msgstr "" -#: superset/connectors/sqla/views.py:24 +#: superset/connectors/sqla/views.py:31 msgid "Show Column" -msgstr "Mostra colonna" +msgstr "" -#: superset/connectors/sqla/views.py:25 +#: superset/connectors/sqla/views.py:32 msgid "Add Column" -msgstr "Aggiungi colonna" +msgstr "" -#: superset/connectors/sqla/views.py:26 +#: superset/connectors/sqla/views.py:33 msgid "Edit Column" -msgstr "Edita colonna" +msgstr "" -#: superset/connectors/sqla/views.py:41 +#: superset/connectors/sqla/views.py:48 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -"Se rendere disponibile questa colonna come opzione [Time Granularity], la" -" colonna deve essere di tipo DATETIME o simile" -#: superset/connectors/sqla/views.py:48 +#: superset/connectors/sqla/views.py:55 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " "most case users should not need to alter this." msgstr "" -"Il tipo di dato è dedotto dal database. In alcuni casi potrebbe essere " -"necessario inserire manualmente un tipo di colonna definito " -"dall'espressione. Nella maggior parte dei casi gli utenti non hanno " -"bisogno di fare questa modifica." -#: superset/connectors/sqla/views.py:86 +#: superset/connectors/sqla/views.py:89 msgid "Expression" -msgstr "Espressione" +msgstr "" -#: superset/connectors/sqla/views.py:87 +#: superset/connectors/sqla/views.py:90 msgid "Is temporal" -msgstr "è temporale" +msgstr "" -#: superset/connectors/sqla/views.py:88 +#: superset/connectors/sqla/views.py:91 msgid "Datetime Format" -msgstr "Formato Datetime" +msgstr "" -#: superset/connectors/sqla/views.py:89 +#: superset/connectors/sqla/views.py:92 msgid "Database Expression" -msgstr "Espressione del Database" +msgstr "" -#: superset/connectors/sqla/views.py:100 +#: superset/connectors/sqla/views.py:103 msgid "List Metrics" -msgstr "Lista Metriche" +msgstr "" -#: superset/connectors/sqla/views.py:101 +#: superset/connectors/sqla/views.py:104 msgid "Show Metric" -msgstr "Mostra metrica" +msgstr "" -#: superset/connectors/sqla/views.py:102 +#: superset/connectors/sqla/views.py:105 msgid "Add Metric" -msgstr "Aggiungi metrica" +msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:106 msgid "Edit Metric" -msgstr "Modifica metrica" +msgstr "" -#: superset/connectors/sqla/views.py:132 +#: superset/connectors/sqla/views.py:135 msgid "SQL Expression" -msgstr "Espressione SQL" +msgstr "" -#: superset/connectors/sqla/views.py:134 +#: superset/connectors/sqla/views.py:137 msgid "D3 Format" -msgstr "Formato D3" +msgstr "" -#: superset/connectors/sqla/views.py:135 +#: superset/connectors/sqla/views.py:138 msgid "Is Restricted" msgstr "" -#: superset/connectors/sqla/views.py:154 +#: superset/connectors/sqla/views.py:157 msgid "List Tables" -msgstr "Visualizza Tabelle" +msgstr "" -#: superset/connectors/sqla/views.py:155 +#: superset/connectors/sqla/views.py:158 msgid "Show Table" -msgstr "Mostra Tabelle" +msgstr "" -#: superset/connectors/sqla/views.py:156 +#: superset/connectors/sqla/views.py:159 msgid "Add Table" -msgstr "Aggiungi Tabella" +msgstr "" -#: superset/connectors/sqla/views.py:157 +#: superset/connectors/sqla/views.py:160 msgid "Edit Table" -msgstr "Modifica Tabella" +msgstr "" -#: superset/connectors/sqla/views.py:185 +#: superset/connectors/sqla/views.py:191 msgid "Name of the table that exists in the source database" -msgstr "Nome delle tabella esistente nella sorgente del database" +msgstr "" -#: superset/connectors/sqla/views.py:187 +#: superset/connectors/sqla/views.py:193 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -"Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift" -" e DB2" -#: superset/connectors/sqla/views.py:193 +#: superset/connectors/sqla/views.py:199 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -"Questo campo agisce come una vista Superset, il che vuol dire che " -"Superset eseguirà una query su questa stringa come sotto-query." -#: superset/connectors/sqla/views.py:197 +#: superset/connectors/sqla/views.py:203 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " "`Enable Filter Select` is on." msgstr "" -"Predicato utilizzato quando si fornisce un valore univoco per popolare il" -" componente di controllo del filtro. Supporta la sintassi del template " -"jinja. È utilizzabile solo quando è abilitata l'opzione \"Abilita " -"selezione filtro\"." -#: superset/connectors/sqla/views.py:203 +#: superset/connectors/sqla/views.py:209 msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "Reinvia a questo endpoint al clic sulla tabella dall'elenco delle tabelle" +msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Modificato da" +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:265 -#: superset/views/sql_lab.py:17 superset/views/sql_lab.py:54 -msgid "Database" -msgstr "Database" +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:267 +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 msgid "Last Changed" -msgstr "Ultima Modifica" +msgstr "" -#: superset/connectors/sqla/views.py:221 +#: superset/connectors/sqla/views.py:232 msgid "Offset" -msgstr "Offset" +msgstr "" -#: superset/connectors/sqla/views.py:224 +#: superset/connectors/sqla/views.py:235 msgid "Fetch Values Predicate" msgstr "" -#: superset/connectors/sqla/views.py:226 +#: superset/connectors/sqla/views.py:237 msgid "Main Datetime Column" msgstr "" -#: superset/connectors/sqla/views.py:242 +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 msgid "" "Table [{}] could not be found, please double check your database " "connection, schema, and table name" msgstr "" -#: superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:270 msgid "" "The table was created. As part of this two phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -"Tabella creata. Come parte di questo processo di configurazione in due " -"fasi, è necessario andare sul pulsante di modifica della nuova tabella " -"per configurarla." -#: superset/connectors/sqla/views.py:278 +#: superset/connectors/sqla/views.py:293 msgid "Refresh Metadata" msgstr "" -#: superset/connectors/sqla/views.py:279 +#: superset/connectors/sqla/views.py:294 msgid "Refresh column metadata" msgstr "" -#: superset/connectors/sqla/views.py:288 +#: superset/connectors/sqla/views.py:303 #, python-format msgid "Metadata refreshed for the following table(s): %(tables)s" msgstr "" -#: superset/connectors/sqla/views.py:296 +#: superset/connectors/sqla/views.py:311 msgid "Tables" -msgstr "Tabelle" +msgstr "" #: superset/templates/appbuilder/navbar_right.html:41 msgid "Profile" -msgstr "Profilo" +msgstr "" #: superset/templates/appbuilder/navbar_right.html:42 msgid "Logout" -msgstr "Logout" +msgstr "" #: superset/templates/appbuilder/navbar_right.html:47 msgid "Login" -msgstr "Login" +msgstr "" #: superset/templates/appbuilder/general/widgets/base_list.html:37 msgid "Record Count" @@ -4217,166 +4390,156 @@ msgstr "" #: superset/templates/appbuilder/general/widgets/base_list.html:46 msgid "No records found" -msgstr "Nessun record trovato" +msgstr "" #: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Importa" +msgid "Import dashboards" +msgstr "" #: superset/templates/superset/request_access.html:2 msgid "No Access!" -msgstr "Nessun Accesso!" +msgstr "" #: superset/templates/superset/request_access.html:7 #, python-format msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." +msgstr "" #: superset/templates/superset/request_access.html:13 msgid "Request Permissions" -msgstr "Richiesta di Permessi" +msgstr "" #: superset/templates/superset/models/database/macros.html:4 msgid "Test Connection" -msgstr "Testa la Connessione" +msgstr "" -#: superset/views/annotations.py:47 +#: superset/views/annotations.py:49 msgid "Annotation Layers" msgstr "" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:296 superset/views/core.py:2661 -#: superset/views/sql_lab.py:29 +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 msgid "Manage" -msgstr "Gestisci" +msgstr "" -#: superset/views/annotations.py:55 +#: superset/views/annotations.py:57 msgid "Annotations" msgstr "" -#: superset/views/base.py:74 +#: superset/views/base.py:79 #, python-format msgid "Datasource %(name)s already exists" msgstr "" -#: superset/views/base.py:233 +#: superset/views/base.py:123 msgid "json isn't valid" -msgstr "json non è valido" +msgstr "" -#: superset/views/base.py:237 +#: superset/views/base.py:127 msgid "Export to YAML" -msgstr "Esporta in YAML" +msgstr "" -#: superset/views/base.py:237 +#: superset/views/base.py:127 msgid "Export to YAML?" -msgstr "Esporta in YAML?" +msgstr "" -#: superset/views/base.py:297 +#: superset/views/base.py:188 msgid "Delete" -msgstr "Cancella" +msgstr "" -#: superset/views/base.py:298 +#: superset/views/base.py:189 msgid "Delete all Really?" msgstr "" -#: superset/views/core.py:61 +#: superset/views/core.py:65 msgid "This endpoint requires the `all_datasource_access` permission" msgstr "" -#: superset/views/core.py:63 +#: superset/views/core.py:67 msgid "The datasource seems to have been deleted" msgstr "" -#: superset/views/core.py:64 +#: superset/views/core.py:68 msgid "The access requests seem to have been deleted" msgstr "" -#: superset/views/core.py:66 +#: superset/views/core.py:70 msgid "The user seems to have been deleted" msgstr "" -#: superset/views/core.py:71 +#: superset/views/core.py:75 msgid "You don't have access to this datasource. (Gain access)" msgstr "" -#: superset/views/core.py:74 +#: superset/views/core.py:78 msgid "You don't have access to this datasource" msgstr "" -#: superset/views/core.py:86 +#: superset/views/core.py:90 #, python-format msgid "" "This view requires the database %(name)s or `all_datasource_access` " "permission" msgstr "" -#: superset/views/core.py:91 +#: superset/views/core.py:95 #, python-format msgid "" "This endpoint requires the datasource %(name)s, database or " "`all_datasource_access` permission" msgstr "" -#: superset/views/core.py:185 +#: superset/views/core.py:189 msgid "List Databases" -msgstr "Visualizza i database" +msgstr "" -#: superset/views/core.py:186 +#: superset/views/core.py:190 msgid "Show Database" -msgstr "Mostra database" +msgstr "" -#: superset/views/core.py:187 +#: superset/views/core.py:191 msgid "Add Database" -msgstr "Aggiungi Database" +msgstr "" -#: superset/views/core.py:188 +#: superset/views/core.py:192 msgid "Edit Database" -msgstr "Mostra database" +msgstr "" -#: superset/views/core.py:227 +#: superset/views/core.py:233 msgid "Expose this DB in SQL Lab" -msgstr "Esponi questo DB in SQL Lab" +msgstr "" -#: superset/views/core.py:228 +#: superset/views/core.py:234 msgid "" "Allow users to run synchronous queries, this is the default and should " "work well for queries that can be executed within a web request scope " "(<~1 minute)" msgstr "" -"Permetti agli utenti di eseguire query sincrone, questa è l'impostazione " -"predefinita e dovrebbe funzionare bene per query che possono essere " -"eseguite con una richiesta web (<-1 minuto)" -#: superset/views/core.py:232 +#: superset/views/core.py:238 msgid "" "Allow users to run queries, against an async backend. This assumes that " "you have a Celery worker setup as well as a results backend." msgstr "" -"Permetti agli utenti di eseguire query, contro un back-office asincrono. " -"Questo presuppone che si abbia una installazione funzionante di Celery " -"nel backend." -#: superset/views/core.py:236 +#: superset/views/core.py:242 msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Permetti l'opzione CREATE TABLE AS in SQL Lab" +msgstr "" -#: superset/views/core.py:237 +#: superset/views/core.py:243 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -"Permetti agli utenti di eseguire dichiarazioni diverse da SELECT (UPDATE," -" DELETE, CREATE, ...) nel SQL Lab" -#: superset/views/core.py:241 +#: superset/views/core.py:247 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -"Se si abilita l'opzione CREATE TABLE AS in SQL Lab, verrà forzata la " -"creazione della tabella con questo schema" -#: superset/views/core.py:253 +#: superset/views/core.py:259 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -4385,425 +4548,424 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/core.py:261 +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 msgid "Expose in SQL Lab" -msgstr "Esponi in SQL Lab" +msgstr "" -#: superset/views/core.py:262 +#: superset/views/core.py:272 msgid "Allow CREATE TABLE AS" -msgstr "Permetti CREATE TABLE AS" +msgstr "" -#: superset/views/core.py:263 +#: superset/views/core.py:273 msgid "Allow DML" -msgstr "Permetti DML" +msgstr "" -#: superset/views/core.py:264 +#: superset/views/core.py:274 msgid "CTAS Schema" -msgstr "Schema CTAS" +msgstr "" -#: superset/views/core.py:266 superset/views/core.py:446 -#: superset/views/core.py:563 superset/views/core.py:630 +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 msgid "Creator" -msgstr "Creatore" +msgstr "" -#: superset/views/core.py:268 +#: superset/views/core.py:278 msgid "SQLAlchemy URI" -msgstr "URI SQLAlchemy" +msgstr "" -#: superset/views/core.py:270 +#: superset/views/core.py:280 msgid "Extra" -msgstr "Extra" +msgstr "" -#: superset/views/core.py:271 +#: superset/views/core.py:281 msgid "Allow Run Sync" msgstr "" -#: superset/views/core.py:272 +#: superset/views/core.py:282 msgid "Allow Run Async" msgstr "" -#: superset/views/core.py:273 +#: superset/views/core.py:283 msgid "Impersonate the logged on user" msgstr "" -#: superset/views/core.py:292 +#: superset/views/core.py:302 msgid "Import Dashboards" -msgstr "Importa dashboard" +msgstr "" -#: superset/views/core.py:323 +#: superset/views/core.py:334 msgid "CSV to Database configuration" msgstr "" -#: superset/views/core.py:363 +#: superset/views/core.py:375 msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" msgstr "" -#: superset/views/core.py:389 superset/views/core.py:655 -#: superset/views/sql_lab.py:16 superset/views/sql_lab.py:53 +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 msgid "User" -msgstr "Utente" +msgstr "" -#: superset/views/core.py:390 +#: superset/views/core.py:402 msgid "User Roles" -msgstr "Ruoli Utente" +msgstr "" -#: superset/views/core.py:391 +#: superset/views/core.py:403 msgid "Database URL" -msgstr "URL del Database" +msgstr "" -#: superset/views/core.py:393 +#: superset/views/core.py:405 msgid "Roles to grant" -msgstr "Ruoli per l'accesso" +msgstr "" -#: superset/views/core.py:394 +#: superset/views/core.py:406 msgid "Created On" -msgstr "Creato il" +msgstr "" -#: superset/views/core.py:400 +#: superset/views/core.py:412 msgid "Access requests" msgstr "" -#: superset/views/core.py:402 superset/views/core.py:667 +#: superset/views/core.py:414 superset/views/core.py:679 msgid "Security" -msgstr "Sicurezza" +msgstr "" -#: superset/views/core.py:409 +#: superset/views/core.py:421 msgid "List Charts" -msgstr "Visualizza grafici" +msgstr "" -#: superset/views/core.py:410 +#: superset/views/core.py:422 msgid "Show Chart" -msgstr "Mostra grafico" +msgstr "" -#: superset/views/core.py:411 +#: superset/views/core.py:423 msgid "Add Chart" -msgstr "Aggiungi grafico" +msgstr "" -#: superset/views/core.py:412 +#: superset/views/core.py:424 msgid "Edit Chart" -msgstr "Modifica grafico" +msgstr "" -#: superset/views/core.py:434 +#: superset/views/core.py:446 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " "for reference and for power users who may want to alter specific " "parameters." msgstr "" -"Questi parametri sono generati dinamicamente al clic su salva o con il " -"bottone di sovrascrittura nella vista di esplorazione. Questo oggetto " -"JSON è esposto qui per referenza e per utenti esperti che vogliono " -"modificare parametri specifici." -#: superset/views/core.py:440 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "Durata (in secondi) per il timeout della cache per questa slice." +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" -#: superset/views/core.py:450 +#: superset/views/core.py:462 msgid "Last Modified" -msgstr "Ultima Modifica" +msgstr "" -#: superset/views/core.py:451 superset/views/core.py:562 +#: superset/views/core.py:463 superset/views/core.py:574 msgid "Owners" -msgstr "Proprietari" +msgstr "" -#: superset/views/core.py:452 +#: superset/views/core.py:464 msgid "Parameters" -msgstr "Parametri" +msgstr "" -#: superset/views/core.py:453 superset/views/core.py:500 +#: superset/views/core.py:465 superset/views/core.py:512 msgid "Chart" msgstr "" -#: superset/views/core.py:520 +#: superset/views/core.py:532 msgid "List Dashboards" msgstr "" -#: superset/views/core.py:521 +#: superset/views/core.py:533 msgid "Show Dashboard" msgstr "" -#: superset/views/core.py:522 +#: superset/views/core.py:534 msgid "Add Dashboard" msgstr "" -#: superset/views/core.py:523 +#: superset/views/core.py:535 msgid "Edit Dashboard" msgstr "" -#: superset/views/core.py:535 +#: superset/views/core.py:547 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -"L'oggetto JSON descrive la posizione dei vari widget nella dashboard. È " -"generato automaticamente nel momento in cui se ne cambia la posizione e " -"la dimensione usando la funzione di drag & drop nella vista della " -"dashboard. " -#: superset/views/core.py:540 +#: superset/views/core.py:552 msgid "" "The css for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -"Il CSS di ogni singola dashboard può essere modificato qui, oppure nella " -"vista della dashboard dove i cambiamenti sono visibili immediatamente" -#: superset/views/core.py:544 +#: superset/views/core.py:556 msgid "To get a readable URL for your dashboard" -msgstr "ottenere una URL leggibile per la tua dashboard" +msgstr "" -#: superset/views/core.py:545 +#: superset/views/core.py:557 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -"Questo oggetto JSON è generato in maniera dinamica al clic sul pulsante " -"di salvataggio o sovrascrittura nella vista dashboard. Il JSON è esposto " -"qui come riferimento e per gli utenti esperti che vogliono modificare " -"parametri specifici." -#: superset/views/core.py:550 +#: superset/views/core.py:562 msgid "Owners is a list of users who can alter the dashboard." -msgstr "Proprietari è una lista di utenti che può alterare la dashboard." +msgstr "" -#: superset/views/core.py:558 superset/views/core.py:628 +#: superset/views/core.py:570 superset/views/core.py:640 msgid "Dashboard" -msgstr "Dashboard" +msgstr "" -#: superset/views/core.py:560 +#: superset/views/core.py:572 msgid "Slug" -msgstr "Slug" +msgstr "" -#: superset/views/core.py:565 +#: superset/views/core.py:577 msgid "Position JSON" -msgstr "Posizione del JSON" +msgstr "" -#: superset/views/core.py:567 +#: superset/views/core.py:579 msgid "JSON Metadata" -msgstr "Metadati JSON" +msgstr "" -#: superset/views/core.py:568 +#: superset/views/core.py:580 msgid "Underlying Tables" -msgstr "Tabelle sottostanti" +msgstr "" -#: superset/views/core.py:591 +#: superset/views/core.py:603 msgid "Export" msgstr "" -#: superset/views/core.py:591 +#: superset/views/core.py:603 msgid "Export dashboards?" msgstr "" -#: superset/views/core.py:656 +#: superset/views/core.py:668 msgid "Action" -msgstr "Azione" +msgstr "" -#: superset/views/core.py:657 +#: superset/views/core.py:669 msgid "dttm" -msgstr "dttm" +msgstr "" -#: superset/views/core.py:665 +#: superset/views/core.py:677 msgid "Action Log" msgstr "" -#: superset/views/core.py:852 +#: superset/views/core.py:875 msgid "Access was requested" msgstr "" -#: superset/views/core.py:913 +#: superset/views/core.py:936 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:929 +#: superset/views/core.py:952 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset/views/core.py:938 +#: superset/views/core.py:961 msgid "You have no permission to approve this request" msgstr "" -#: superset/views/core.py:1230 superset/views/core.py:1235 -#: superset/views/core.py:1343 superset/views/core.py:1357 +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 msgid "You don't have the rights to " msgstr "" -#: superset/views/core.py:1230 superset/views/core.py:1343 +#: superset/views/core.py:1287 superset/views/core.py:1400 msgid "alter this " msgstr "" -#: superset/views/core.py:1230 superset/views/core.py:1235 +#: superset/views/core.py:1287 superset/views/core.py:1292 msgid "chart" msgstr "" -#: superset/views/core.py:1235 superset/views/core.py:1357 +#: superset/views/core.py:1292 superset/views/core.py:1414 msgid "create a " msgstr "" -#: superset/views/core.py:1344 superset/views/core.py:1357 +#: superset/views/core.py:1401 superset/views/core.py:1414 msgid "dashboard" msgstr "" -#: superset/views/core.py:1904 +#: superset/views/core.py:1949 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/views/core.py:1910 +#: superset/views/core.py:1955 #, python-format -msgid "Slice %(id)s not found" +msgid "Chart %(id)s not found" msgstr "" -#: superset/views/core.py:1922 +#: superset/views/core.py:1967 #, python-format msgid "Table %(t)s wasn't found in the database %(d)s" msgstr "" -#: superset/views/core.py:2071 +#: superset/views/core.py:2121 #, python-format msgid "Can't find User '%(name)s', please ask your admin to create one." msgstr "" -#: superset/views/core.py:2078 +#: superset/views/core.py:2128 #, python-format msgid "Can't find DruidCluster with cluster_name = '%(name)s'" msgstr "" -#: superset/views/core.py:2350 +#: superset/views/core.py:2407 msgid "Query record was not created as expected." msgstr "" -#: superset/views/core.py:2646 +#: superset/views/core.py:2718 msgid "Template Name" msgstr "" -#: superset/views/core.py:2658 +#: superset/views/core.py:2730 msgid "CSS Templates" -msgstr "Template CSS" +msgstr "" -#: superset/views/core.py:2669 +#: superset/views/core.py:2741 msgid "SQL Editor" -msgstr "Editor SQL" +msgstr "" -#: superset/views/core.py:2674 superset/views/core.py:2684 +#: superset/views/core.py:2746 superset/views/core.py:2756 msgid "SQL Lab" msgstr "" -#: superset/views/core.py:2679 +#: superset/views/core.py:2751 msgid "Query Search" -msgstr "Ricerca Query" +msgstr "" -#: superset/views/core.py:2689 +#: superset/views/core.py:2761 msgid "Upload a CSV" msgstr "" -#: superset/views/sql_lab.py:18 +#: superset/views/sql_lab.py:25 msgid "Status" msgstr "" -#: superset/views/sql_lab.py:19 +#: superset/views/sql_lab.py:26 msgid "Start Time" msgstr "" -#: superset/views/sql_lab.py:20 superset/views/sql_lab.py:57 +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 msgid "End Time" msgstr "" -#: superset/views/sql_lab.py:27 +#: superset/views/sql_lab.py:34 msgid "Queries" msgstr "" -#: superset/views/sql_lab.py:36 +#: superset/views/sql_lab.py:43 msgid "List Saved Query" -msgstr "Visualizza query salvate" +msgstr "" -#: superset/views/sql_lab.py:37 +#: superset/views/sql_lab.py:44 msgid "Show Saved Query" -msgstr "Mostra query salvate" +msgstr "" -#: superset/views/sql_lab.py:38 +#: superset/views/sql_lab.py:45 msgid "Add Saved Query" -msgstr "Aggiungi query salvata" +msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab.py:46 msgid "Edit Saved Query" -msgstr "Modifica query salvata" +msgstr "" -#: superset/views/sql_lab.py:58 +#: superset/views/sql_lab.py:65 msgid "Pop Tab Link" msgstr "" -#: superset/views/sql_lab.py:59 +#: superset/views/sql_lab.py:66 msgid "Changed on" -msgstr "Cambiato il" +msgstr "" -#: superset/views/sql_lab.py:79 +#: superset/views/sql_lab.py:86 msgid "Saved Queries" -msgstr "Query salvate" +msgstr "" #~ msgid "Your query was saved" -#~ msgstr "" +#~ msgstr "La tua query è stata salvata" #~ msgid "Your query could not be saved" -#~ msgstr "" +#~ msgstr "La tua query non può essere salvata" #~ msgid "Failed at retrieving results from the results backend" -#~ msgstr "" +#~ msgstr "Errore nel recupero dei dati dal backend" #~ msgid "Could not connect to server" #~ msgstr "Non posso connettermi al server" #~ msgid "Your session timed out, please refresh your page and try again." -#~ msgstr "" +#~ msgstr "La tua sessione è scaduta, ricarica la pagina e riprova." #~ msgid "Query was stopped." -#~ msgstr "" +#~ msgstr "La query è stata fermata." #~ msgid "Failed at stopping query." -#~ msgstr "" +#~ msgstr "Errore nel fermare la query." #~ msgid "Error occurred while fetching table metadata" -#~ msgstr "" +#~ msgstr "Errore nel recupero dei metadati della tabella" #~ msgid "shared query" -#~ msgstr "" +#~ msgstr "query condivisa" #~ msgid "The query couldn't be loaded" -#~ msgstr "" +#~ msgstr "La query non può essere caricata" #~ msgid "An error occurred while creating the data source" -#~ msgstr "" +#~ msgstr "Errore nel creare il datasource" #~ msgid "Pick a chart type!" -#~ msgstr "" +#~ msgstr "Seleziona un tipo di grafico" #~ msgid "To use this chart type you need at least one column flagged as a date" #~ msgstr "" +#~ "Per usare questo tipo di grafico " +#~ "devi avere almeno una colonna " +#~ "selezionata come data" #~ msgid "To use this chart type you need at least one dimension" -#~ msgstr "" +#~ msgstr "Per usare questo tipo di grafico devi avere almeno una dimensione" #~ msgid "To use this chart type you need at least one aggregation function" #~ msgstr "" +#~ "Per usare questo tipo di grafico " +#~ "devi avere almeno uan funziona di " +#~ "aggregazione" #~ msgid "Untitled Query" -#~ msgstr "" +#~ msgstr "Query senza nome" #~ msgid "Copy of %s" -#~ msgstr "" +#~ msgstr "Copia di %s" #~ msgid "share query" -#~ msgstr "" +#~ msgstr "condividi query" #~ msgid "copy URL to clipboard" -#~ msgstr "" +#~ msgstr "copia URL in appunti" #~ msgid "Raw SQL" #~ msgstr "" @@ -4821,7 +4983,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Search Results" -#~ msgstr "" +#~ msgstr "Risultati della ricerca" #~ msgid "[From]-" #~ msgstr "" @@ -4833,13 +4995,13 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Search" -#~ msgstr "" +#~ msgstr "Cerca" #~ msgid "Open in SQL Editor" -#~ msgstr "" +#~ msgstr "Apri in SQL Editor" #~ msgid "view results" -#~ msgstr "" +#~ msgstr "visualizza risultati" #~ msgid "Data preview" #~ msgstr "" @@ -4857,7 +5019,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid ".CSV" -#~ msgstr "" +#~ msgstr "CSV" #~ msgid "Visualize" #~ msgstr "" @@ -4866,10 +5028,10 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "was created" -#~ msgstr "" +#~ msgstr "è stata creata" #~ msgid "Query in a new tab" -#~ msgstr "" +#~ msgstr "Query in un nuovo tab" #~ msgid "Fetch data preview" #~ msgstr "" @@ -5002,7 +5164,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Pie Chart" -#~ msgstr "" +#~ msgstr "Grafico a torta" #~ msgid "" #~ "%s is not right as a column " @@ -5188,13 +5350,13 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Explore chart" -#~ msgstr "" +#~ msgstr "Esplora grafico" #~ msgid "Remove chart from dashboard" -#~ msgstr "" +#~ msgstr "Rimuovi il grafico dalla dashboard" #~ msgid "%s - untitled" -#~ msgstr "" +#~ msgstr "%s - senza nome" #~ msgid "Edit slice properties" #~ msgstr "" @@ -5203,58 +5365,58 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Error..." -#~ msgstr "" +#~ msgstr "Errore..." #~ msgid "Query" #~ msgstr "" #~ msgid "Height" -#~ msgstr "" +#~ msgstr "Altezza" #~ msgid "Width" -#~ msgstr "" +#~ msgstr "Larghezza" #~ msgid "Export to .json" -#~ msgstr "" +#~ msgstr "Esporta in .json" #~ msgid "Export to .csv format" -#~ msgstr "" +#~ msgstr "Esporta nel formato .csv" #~ msgid "Please enter a slice name" -#~ msgstr "" +#~ msgstr "Inserisci un nome per la slice" #~ msgid "Please select a dashboard" -#~ msgstr "" +#~ msgstr "Seleziona una dashboard" #~ msgid "Please enter a dashboard name" -#~ msgstr "" +#~ msgstr "Inserisci un nome per la dashboard" #~ msgid "Save A Slice" -#~ msgstr "" +#~ msgstr "Salva una slice" #~ msgid "Overwrite slice %s" -#~ msgstr "" +#~ msgstr "Sovrascrivi la slice %s" #~ msgid "Save as" -#~ msgstr "" +#~ msgstr "Salva come" #~ msgid "[slice name]" -#~ msgstr "" +#~ msgstr "[nome slice]" #~ msgid "Do not add to a dashboard" -#~ msgstr "" +#~ msgstr "Non aggiugere alla dashboard" #~ msgid "Add slice to existing dashboard" -#~ msgstr "" +#~ msgstr "Aggiungi la slice alla dashboard esistente" #~ msgid "Add to new dashboard" -#~ msgstr "" +#~ msgstr "Aggiungi ad una nuova dashboard" #~ msgid "Save & go to dashboard" -#~ msgstr "" +#~ msgstr "Salva e vai alla dashboard" #~ msgid "Check out this slice: %s" -#~ msgstr "" +#~ msgstr "Guarda questa slice: %s" #~ msgid "`Min` value should be numeric or empty" #~ msgstr "" @@ -5263,46 +5425,46 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Filter value" -#~ msgstr "" +#~ msgstr "Valore del filtro" #~ msgid "Select metric" -#~ msgstr "" +#~ msgstr "Seleziona una metrica" #~ msgid "Select column" -#~ msgstr "" +#~ msgstr "Seleziona una colonna" #~ msgid "Select operator" -#~ msgstr "" +#~ msgstr "Seleziona operatore" #~ msgid "Select %s" #~ msgstr "Seleziona %s" #~ msgid "textarea" -#~ msgstr "" +#~ msgstr "textarea" #~ msgid "Edit" -#~ msgstr "" +#~ msgstr "Modifica" #~ msgid "in modal" -#~ msgstr "" +#~ msgstr "in modale" #~ msgid "edit" #~ msgstr "" #~ msgid "Select a visualization type" -#~ msgstr "" +#~ msgstr "Seleziona un tipo di visualizzazione" #~ msgid "Search / Filter" -#~ msgstr "" +#~ msgstr "Cerca / Filtra" #~ msgid "fetching dashboards failed for %s" #~ msgstr "" #~ msgid "Updating chart was stopped" -#~ msgstr "" +#~ msgstr "L'aggiornamento del grafico è stato fermato" #~ msgid "An error occurred while rendering the visualization: %s" -#~ msgstr "" +#~ msgstr "Errore nel rendering della visualizzazione: %s" #~ msgid "Query timeout" #~ msgstr "" @@ -5321,19 +5483,19 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Network error." -#~ msgstr "" +#~ msgstr "Errore di rete." #~ msgid "Failed to save slice" #~ msgstr "" #~ msgid "The type of visualization to display" -#~ msgstr "" +#~ msgstr "Il tipo di visualizzazione da mostrare" #~ msgid "Metrics" -#~ msgstr "" +#~ msgstr "Metriche" #~ msgid "One or many metrics to display" -#~ msgstr "" +#~ msgstr "Una o più metriche da mostrare" #~ msgid "" #~ "Bounds for the Y axis. When left" @@ -5345,16 +5507,16 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Ordering" -#~ msgstr "" +#~ msgstr "Ordina per" #~ msgid "Choose the metric" -#~ msgstr "" +#~ msgstr "Seleziona la metrica" #~ msgid "Right Axis Metric" -#~ msgstr "" +#~ msgstr "Metrica asse destro" #~ msgid "Choose a metric for right axis" -#~ msgstr "" +#~ msgstr "Seleziona una metrica per l'asse destro" #~ msgid "Stacked Style" #~ msgstr "" @@ -5408,7 +5570,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Show Markers" -#~ msgstr "" +#~ msgstr "Mostra marcatori" #~ msgid "Show data points as circle markers on the lines" #~ msgstr "" @@ -5473,10 +5635,10 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Group by" -#~ msgstr "" +#~ msgstr "Raggruppa per" #~ msgid "One or many controls to group by" -#~ msgstr "" +#~ msgstr "Uno o più controlli per 'Raggruppa per'" #~ msgid "Columns" #~ msgstr "" @@ -5582,7 +5744,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Since" -#~ msgstr "" +#~ msgstr "Data inizio" #~ msgid "" #~ "Timestamp from filter. This supports " @@ -5592,7 +5754,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Until" -#~ msgstr "" +#~ msgstr "Data fine" #~ msgid "Max Bubble Size" #~ msgstr "" @@ -6084,19 +6246,19 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Time" -#~ msgstr "" +#~ msgstr "Tempo" #~ msgid "Time related form attributes" -#~ msgstr "" +#~ msgstr "Attributi relativi al tempo" #~ msgid "Datasource & Chart Type" -#~ msgstr "" +#~ msgstr "Sorgente dati e tipo di grafico" #~ msgid "This section exposes ways to include snippets of SQL in your query" #~ msgstr "" #~ msgid "Advanced Analytics" -#~ msgstr "" +#~ msgstr "Analytics avanzate" #~ msgid "" #~ "This section contains options that allow" @@ -6124,7 +6286,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Chart Options" -#~ msgstr "" +#~ msgstr "Opzioni del grafico" #~ msgid "Breakdowns" #~ msgstr "" @@ -6133,49 +6295,49 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Axes" -#~ msgstr "" +#~ msgstr "Assi" #~ msgid "Dual Axis Line Chart" -#~ msgstr "" +#~ msgstr "Grafico lineare a due assi" #~ msgid "Y Axis 1" -#~ msgstr "" +#~ msgstr "Asse Y 1" #~ msgid "Y Axis 2" -#~ msgstr "" +#~ msgstr "Asse Y 2" #~ msgid "Left Axis Metric" -#~ msgstr "" +#~ msgstr "Metrica asse sinistro" #~ msgid "Choose a metric for left axis" -#~ msgstr "" +#~ msgstr "Seleziona una metrica per l'asse sinistro" #~ msgid "Left Axis Format" -#~ msgstr "" +#~ msgstr "Formato asse sinistro" #~ msgid "GROUP BY" -#~ msgstr "" +#~ msgstr "RAGGRUPPA PER" #~ msgid "Use this section if you want a query that aggregates" #~ msgstr "" #~ msgid "NOT GROUPED BY" -#~ msgstr "" +#~ msgstr "NON RAGGRUPPARE PER" #~ msgid "Use this section if you want to query atomic rows" #~ msgstr "" #~ msgid "Options" -#~ msgstr "" +#~ msgstr "Opzioni" #~ msgid "Bubbles" -#~ msgstr "" +#~ msgstr "Bolle" #~ msgid "Histogram Options" #~ msgstr "" #~ msgid "Numeric Column" -#~ msgstr "" +#~ msgstr "Colonne numeriche" #~ msgid "Select the numeric column to draw the histogram" #~ msgstr "" @@ -6193,7 +6355,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Secondary Metric" -#~ msgstr "" +#~ msgstr "Metrica secondaria" #~ msgid "" #~ "This secondary metric is used to " @@ -6204,16 +6366,16 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Hierarchy" -#~ msgstr "" +#~ msgstr "Gerarchia" #~ msgid "This defines the level of the hierarchy" #~ msgstr "" #~ msgid "Source / Target" -#~ msgstr "" +#~ msgstr "Sorgente / Destinazione" #~ msgid "Choose a source and a target" -#~ msgstr "" +#~ msgstr "Seleziona una sorgente ed una destinazione" #~ msgid "Force Layout" #~ msgstr "" @@ -6222,19 +6384,19 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Choose a number format" -#~ msgstr "" +#~ msgstr "Seleziona una formato numerico" #~ msgid "Source" -#~ msgstr "" +#~ msgstr "Sorgente" #~ msgid "Choose a source" -#~ msgstr "" +#~ msgstr "Seleziona una sorgente" #~ msgid "Target" -#~ msgstr "" +#~ msgstr "Destinazione" #~ msgid "Choose a target" -#~ msgstr "" +#~ msgstr "Seleziona una destinazione" #~ msgid "ISO 3166-1 codes of region/province/department" #~ msgstr "" @@ -6253,25 +6415,25 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "3 letter code of the country" -#~ msgstr "" +#~ msgstr "Codice a 3 lettere della nazione" #~ msgid "Metric for color" -#~ msgstr "" +#~ msgstr "Metrica per il colore" #~ msgid "Metric that defines the color of the country" #~ msgstr "" #~ msgid "Bubble size" -#~ msgstr "" +#~ msgstr "Grandezza della bolla" #~ msgid "Metric that defines the size of the bubble" -#~ msgstr "" +#~ msgstr "Metrica che definisce la grandezza di una bolla" #~ msgid "Filter Box" #~ msgstr "" #~ msgid "Filter controls" -#~ msgstr "" +#~ msgstr "Controlli del filtro" #~ msgid "" #~ "The controls you want to filter " @@ -6302,13 +6464,13 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Longitude" -#~ msgstr "" +#~ msgstr "Longitudine" #~ msgid "Column containing longitude data" #~ msgstr "" #~ msgid "Latitude" -#~ msgstr "" +#~ msgstr "Latitudine" #~ msgid "Column containing latitude data" #~ msgstr "" @@ -6323,7 +6485,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Tooltip" -#~ msgstr "" +#~ msgstr "Suggerimento" #~ msgid "" #~ "Show a tooltip when hovering over " @@ -6400,7 +6562,7 @@ msgstr "Query salvate" #~ msgstr "" #~ msgid "Roles" -#~ msgstr "" +#~ msgstr "Ruoli" #~ msgid "Datasources" #~ msgstr "" @@ -6465,3 +6627,2139 @@ msgstr "Query salvate" #~ msgid "Slice" #~ msgstr "Slice" +#~ msgid "Parse date values." +#~ msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] Accesso al datasource $(name) concesso" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "Devi specificare una colonna numerica" + +#~ msgid "Unknown error" +#~ msgstr "" + +#~ msgid "Track Job" +#~ msgstr "" + +#~ msgid "Loading..." +#~ msgstr "" + +#~ msgid "Run query synchronously" +#~ msgstr "" + +#~ msgid "Template Parameters" +#~ msgstr "" + +#~ msgid "Edit template parameters" +#~ msgstr "" + +#~ msgid "Invalid JSON" +#~ msgstr "" + +#~ msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is too large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Click to see difference" +#~ msgstr "" + +#~ msgid "Altered" +#~ msgstr "" + +#~ msgid "Slice changes" +#~ msgstr "" + +#~ msgid "Force Refresh" +#~ msgstr "" + +#~ msgid "Set autorefresh" +#~ msgstr "" + +#~ msgid "Set the auto-refresh interval for this session" +#~ msgstr "" + +#~ msgid "Save the dashboard" +#~ msgstr "" + +#~ msgid "Edit properties" +#~ msgstr "" + +#~ msgid "Edit the dashboards's properties" +#~ msgstr "" + +#~ msgid "Email" +#~ msgstr "" + +#~ msgid "Email a link to this dashboard" +#~ msgstr "" + +#~ msgid "Add some slices to this dashboard" +#~ msgstr "" + +#~ msgid "Edit CSS" +#~ msgstr "" + +#~ msgid "Change the style of the dashboard using CSS code" +#~ msgstr "" + +#~ msgid "Unsaved changes" +#~ msgstr "" + +#~ msgid "Sorry, there was an error fetching slices to this dashboard: " +#~ msgstr "" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: " +#~ msgstr "" + +#~ msgid "Annotation layers are still loading." +#~ msgstr "" + +#~ msgid "One ore more annotation layers failed loading." +#~ msgstr "" + +#~ msgid "Export CSV" +#~ msgstr "Esporta CSV" + +#~ msgid "is expected to be a number" +#~ msgstr "" + +#~ msgid "is expected to be an integer" +#~ msgstr "" + +#~ msgid "cannot be empty" +#~ msgstr "non può essere vuoto" + +#~ msgid "description" +#~ msgstr "descrizione" + +#~ msgid "bolt" +#~ msgstr "" + +#~ msgid "Changing this control takes effect instantly" +#~ msgstr "" + +#~ msgid "Limit reached" +#~ msgstr "" + +#~ msgid "Add Annotation Layer" +#~ msgstr "" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "" + +#~ msgid "Select a datasource" +#~ msgstr "Seleziona un datasource" + +#~ msgid "Click to point to another datasource" +#~ msgstr "" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "" + +#~ msgid "Show datasource configuration" +#~ msgstr "" + +#~ msgid "Error while fetching data" +#~ msgstr "Errore nel recupero dati" + +#~ msgid "%s option(s)" +#~ msgstr "" + +#~ msgid "Invalid lat/long configuration." +#~ msgstr "" + +#~ msgid "Longitude & Latitude columns" +#~ msgstr "" + +#~ msgid "Delimited long & lat single column" +#~ msgstr "" + +#~ msgid "" +#~ "Multiple formats accepted, look the " +#~ "geopy.points Python library for more " +#~ "details" +#~ msgstr "" + +#~ msgid "Reverse lat/long " +#~ msgstr "" + +#~ msgid "Geohash" +#~ msgstr "" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "" +#~ "For more information about objects are" +#~ " in context in the scope of " +#~ "this function, refer to the" +#~ msgstr "" + +#~ msgid " source code of Superset's sandboxed parser" +#~ msgstr "" + +#~ msgid "" +#~ "This functionality is disabled in your" +#~ " environment for security reasons." +#~ msgstr "" + +#~ msgid "Percentage Metrics" +#~ msgstr "" + +#~ msgid "Metrics for which percentage of total are to be displayed" +#~ msgstr "" + +#~ msgid "Y Axis Bounds" +#~ msgstr "Limite asse Y" + +#~ msgid "Fixed Color" +#~ msgstr "" + +#~ msgid "Use this to define a static color for all circles" +#~ msgstr "" + +#~ msgid "Fill Color" +#~ msgstr "" + +#~ msgid "" +#~ " Set the opacity to 0 if you" +#~ " do not want to override the " +#~ "color specified in the GeoJSON" +#~ msgstr "" + +#~ msgid "Stroke Color" +#~ msgstr "" + +#~ msgid "Sort X Axis" +#~ msgstr "" + +#~ msgid "Sort Y Axis" +#~ msgstr "" + +#~ msgid "Auto Zoom" +#~ msgstr "" + +#~ msgid "When checked, the map will zoom to your data after each query" +#~ msgstr "" + +#~ msgid "Show percentage" +#~ msgstr "" + +#~ msgid "Whether to include the percentage in the tooltip" +#~ msgstr "" + +#~ msgid "Show totals" +#~ msgstr "" + +#~ msgid "Display total row/column" +#~ msgstr "Mostra totali riga/colonna" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "" + +#~ msgid "Combine Metrics" +#~ msgstr "" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" + +#~ msgid "Frequency" +#~ msgstr "" + +#~ msgid "" +#~ "The periodicity over which to pivot time. Users can provide\n" +#~ " \"Pandas\" offset alias.\n" +#~ " Click on the info bubble for" +#~ " more details on accepted \"freq\" " +#~ "expressions." +#~ msgstr "" + +#~ msgid "Dimension" +#~ msgstr "" + +#~ msgid "Select a dimension" +#~ msgstr "" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" + +#~ msgid "Longitude & Latitude" +#~ msgstr "" + +#~ msgid "Point to your spatial columns" +#~ msgstr "" + +#~ msgid "Start Longitude & Latitude" +#~ msgstr "" + +#~ msgid "End Longitude & Latitude" +#~ msgstr "" + +#~ msgid "Select the longitude column" +#~ msgstr "" + +#~ msgid "Select the latitude column" +#~ msgstr "" + +#~ msgid "GeoJson Column" +#~ msgstr "" + +#~ msgid "Select the geojson column" +#~ msgstr "" + +#~ msgid "Polygon Column" +#~ msgstr "" + +#~ msgid "" +#~ "Select the polygon column. Each row " +#~ "should contain JSON.array(N) of [longitude," +#~ " latitude] points" +#~ msgstr "" + +#~ msgid "Point Radius Scale" +#~ msgstr "" + +#~ msgid "Stroke Width" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Left Margin" +#~ msgstr "" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table. Also note " +#~ "that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "7 days ago" +#~ msgstr "7 giorni" + +#~ msgid "" +#~ "Limits the number of time series " +#~ "that get displayed. A sub query " +#~ "(or an extra phase where sub " +#~ "queries are not supported) is applied" +#~ " to limit the number of time " +#~ "series that get fetched and displayed." +#~ " This feature is useful when grouping" +#~ " by high cardinality dimension(s)." +#~ msgstr "" + +#~ msgid "Sort Descending" +#~ msgstr "" + +#~ msgid "Whether to sort descending or ascending" +#~ msgstr "" + +#~ msgid "Multiplier" +#~ msgstr "" + +#~ msgid "Factor to multiply the metric by" +#~ msgstr "" + +#~ msgid "Grid Size" +#~ msgstr "" + +#~ msgid "Defines the grid size in pixels" +#~ msgstr "" + +#~ msgid "Min Periods" +#~ msgstr "" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" + +#~ msgid "Date Time Format" +#~ msgstr "" + +#~ msgid "Extruded" +#~ msgstr "" + +#~ msgid "Show SQL Granularity Dropdown" +#~ msgstr "" + +#~ msgid "Check to include SQL Granularity dropdown" +#~ msgstr "" + +#~ msgid "Show SQL Time Column" +#~ msgstr "" + +#~ msgid "Check to include Time Column dropdown" +#~ msgstr "" + +#~ msgid "Show Druid Granularity Dropdown" +#~ msgstr "" + +#~ msgid "Check to include Druid Granularity dropdown" +#~ msgstr "" + +#~ msgid "Show Druid Time Origin" +#~ msgstr "" + +#~ msgid "Check to include Time Origin dropdown" +#~ msgstr "" + +#~ msgid "Show Values" +#~ msgstr "" + +#~ msgid "Whether to display the numerical values within the cells" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale" +#~ msgstr "" + +#~ msgid "Point Size" +#~ msgstr "" + +#~ msgid "Fixed point radius" +#~ msgstr "" + +#~ msgid "Point Unit" +#~ msgstr "" + +#~ msgid "Parameters related to the view and perspective on the map" +#~ msgstr "" + +#~ msgid "Color" +#~ msgstr "" + +#~ msgid "Pick a color" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Significance Level" +#~ msgstr "" + +#~ msgid "Threshold alpha level for determining significance" +#~ msgstr "" + +#~ msgid "p-value precision" +#~ msgstr "" + +#~ msgid "Number of decimal places with which to display p-values" +#~ msgstr "" + +#~ msgid "Lift percent precision" +#~ msgstr "" + +#~ msgid "Number of decimal places with which to display lift values" +#~ msgstr "" + +#~ msgid "Time Series Columns" +#~ msgstr "" + +#~ msgid "Use Area Proportions" +#~ msgstr "" + +#~ msgid "" +#~ "Check if the Rose Chart should use" +#~ " segment area instead of segment " +#~ "radius for proportioning" +#~ msgstr "" + +#~ msgid "Not Time Series" +#~ msgstr "" + +#~ msgid "Ignore time" +#~ msgstr "" + +#~ msgid "Time Series" +#~ msgstr "" + +#~ msgid "Standard time series" +#~ msgstr "" + +#~ msgid "Aggregate Mean" +#~ msgstr "" + +#~ msgid "Mean of values over specified period" +#~ msgstr "" + +#~ msgid "Aggregate Sum" +#~ msgstr "" + +#~ msgid "Sum of values over specified period" +#~ msgstr "" + +#~ msgid "Difference" +#~ msgstr "" + +#~ msgid "Metric change in value from `since` to `until`" +#~ msgstr "" + +#~ msgid "Percent Change" +#~ msgstr "" + +#~ msgid "Metric percent change in value from `since` to `until`" +#~ msgstr "" + +#~ msgid "Factor" +#~ msgstr "" + +#~ msgid "Metric factor change from `since` to `until`" +#~ msgstr "" + +#~ msgid "Use the Advanced Analytics options below" +#~ msgstr "" + +#~ msgid "Settings for time series" +#~ msgstr "" + +#~ msgid "Equal Date Sizes" +#~ msgstr "" + +#~ msgid "Check to force date partitions to have the same height" +#~ msgstr "" + +#~ msgid "Partition Limit" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of subdivisions of" +#~ " each group; lower values are pruned" +#~ " first" +#~ msgstr "" + +#~ msgid "Partition Threshold" +#~ msgstr "" + +#~ msgid "" +#~ "Partitions whose height to parent height" +#~ " proportions are below this value are" +#~ " pruned" +#~ msgstr "" + +#~ msgid "Lines column" +#~ msgstr "" + +#~ msgid "The database columns that contains lines information" +#~ msgstr "" + +#~ msgid "Lines encoding" +#~ msgstr "" + +#~ msgid "The encoding format of the lines" +#~ msgstr "" + +#~ msgid "Line width" +#~ msgstr "" + +#~ msgid "The width of the lines" +#~ msgstr "" + +#~ msgid "Reverse Lat & Long" +#~ msgstr "" + +#~ msgid "deck.gl charts" +#~ msgstr "" + +#~ msgid "Pick a set of deck.gl charts to layer on top of one another" +#~ msgstr "" + +#~ msgid "Select charts" +#~ msgstr "" + +#~ msgid "Error while fetching charts" +#~ msgstr "" + +#~ msgid "Javascript data interceptor" +#~ msgstr "" + +#~ msgid "" +#~ "Define a javascript function that " +#~ "receives the data array used in " +#~ "the visualization and is expected to " +#~ "return a modified version of that " +#~ "array. This can be used to alter" +#~ " properties of the data, filter, or" +#~ " enrich the array." +#~ msgstr "" + +#~ msgid "Javascript data mutator" +#~ msgstr "" + +#~ msgid "" +#~ "Define a function that receives " +#~ "intercepts the data objects and can " +#~ "mutate it" +#~ msgstr "" + +#~ msgid "Javascript tooltip generator" +#~ msgstr "" + +#~ msgid "" +#~ "Define a function that receives the " +#~ "input and outputs the content for " +#~ "a tooltip" +#~ msgstr "" + +#~ msgid "Javascript onClick href" +#~ msgstr "" + +#~ msgid "Define a function that returns a URL to navigate to when user clicks" +#~ msgstr "" + +#~ msgid "Extra data for JS" +#~ msgstr "" + +#~ msgid "List of extra columns made available in Javascript functions" +#~ msgstr "" + +#~ msgid "Stroked" +#~ msgstr "" + +#~ msgid "Whether to display the stroke" +#~ msgstr "" + +#~ msgid "Filled" +#~ msgstr "" + +#~ msgid "Whether to fill the objects" +#~ msgstr "" + +#~ msgid "Annotations and Layers" +#~ msgstr "" + +#~ msgid "Time Series - Periodicity Pivot" +#~ msgstr "" + +#~ msgid "Map" +#~ msgstr "" + +#~ msgid "Deck.gl - Hexagons" +#~ msgstr "" + +#~ msgid "Advanced" +#~ msgstr "" + +#~ msgid "Metric used to control height" +#~ msgstr "" + +#~ msgid "Deck.gl - Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen grid" +#~ msgstr "" + +#~ msgid "Grid" +#~ msgstr "" + +#~ msgid "Weight" +#~ msgstr "" + +#~ msgid "Metric used as a weight for the grid's coloring" +#~ msgstr "" + +#~ msgid "Deck.gl - geoJson" +#~ msgstr "" + +#~ msgid "GeoJson Settings" +#~ msgstr "" + +#~ msgid "Polygon Settings" +#~ msgstr "" + +#~ msgid "Arc" +#~ msgstr "" + +#~ msgid "Point Color" +#~ msgstr "" + +#~ msgid "Categorical Color" +#~ msgstr "" + +#~ msgid "Pick a dimension from which categorical colors are defined" +#~ msgstr "" + +#~ msgid "Time Series Table" +#~ msgstr "" + +#~ msgid "" +#~ "Templated link, it's possible to include" +#~ " {{ metric }} or other values " +#~ "coming from the controls." +#~ msgstr "" + +#~ msgid "Pivot Options" +#~ msgstr "" + +#~ msgid "" +#~ "[optional] this secondary metric is used" +#~ " to define the color as a ratio" +#~ " against the primary metric. When " +#~ "omitted, the color is categorical and" +#~ " based on labels" +#~ msgstr "" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" + +#~ msgid "Value bounds" +#~ msgstr "" + +#~ msgid "Value Format" +#~ msgstr "" + +#~ msgid "Paired t-test" +#~ msgstr "" + +#~ msgid "Time Series Options" +#~ msgstr "" + +#~ msgid "Slices" +#~ msgstr "Slice" + +#~ msgid "No favorite charts yet, go click on stars!" +#~ msgstr "" + +#~ msgid "Databases" +#~ msgstr "Basi di dati" + +#~ msgid "Data has no time steps" +#~ msgstr "" + +#~ msgid "Select starting date" +#~ msgstr "Seleziona data iniziale" + +#~ msgid "Select end date" +#~ msgstr "Seleziona data finale" + +#~ msgid "Apply" +#~ msgstr "Applica" + +#~ msgid "Druid Clusters" +#~ msgstr "" + +#~ msgid "Sources" +#~ msgstr "Sorgenti" + +#~ msgid "Druid Datasources" +#~ msgstr "" + +#~ msgid "Scan New Datasources" +#~ msgstr "" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "" + +#~ msgid "Refresh Metadata" +#~ msgstr "" + +#~ msgid "Refresh column metadata" +#~ msgstr "" + +#~ msgid "Tables" +#~ msgstr "Tabelle" + +#~ msgid "Import" +#~ msgstr "Importa" + +#~ msgid "Annotation Layers" +#~ msgstr "" + +#~ msgid "Manage" +#~ msgstr "Gestisci" + +#~ msgid "Annotations" +#~ msgstr "" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "" + +#~ msgid "Export to YAML" +#~ msgstr "Esporta in YAML" + +#~ msgid "Export to YAML?" +#~ msgstr "Esporta in YAML?" + +#~ msgid "Delete" +#~ msgstr "Cancella" + +#~ msgid "Delete all Really?" +#~ msgstr "" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "" + +#~ msgid "" +#~ "You don't have access to this " +#~ "datasource. (Gain access)" +#~ msgstr "" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" + +#~ msgid "Import Dashboards" +#~ msgstr "Importa dashboard" + +#~ msgid "Access requests" +#~ msgstr "" + +#~ msgid "Security" +#~ msgstr "Sicurezza" + +#~ msgid "Export" +#~ msgstr "" + +#~ msgid "Export dashboards?" +#~ msgstr "" + +#~ msgid "Action Log" +#~ msgstr "" + +#~ msgid "Access was requested" +#~ msgstr "" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "" + +#~ msgid "CSS Templates" +#~ msgstr "Template CSS" + +#~ msgid "SQL Lab" +#~ msgstr "" + +#~ msgid "Upload a CSV" +#~ msgstr "" + +#~ msgid "Queries" +#~ msgstr "" + +#~ msgid "Saved Queries" +#~ msgstr "Query salvate" + +#~ msgid "Time Column" +#~ msgstr "Colonna del Tempo" + +#~ msgid "second" +#~ msgstr "secondo" + +#~ msgid "minute" +#~ msgstr "minuto" + +#~ msgid "hour" +#~ msgstr "ora" + +#~ msgid "day" +#~ msgstr "giorno" + +#~ msgid "week" +#~ msgstr "settimana" + +#~ msgid "month" +#~ msgstr "mese" + +#~ msgid "quarter" +#~ msgstr "quartile" + +#~ msgid "year" +#~ msgstr "anno" + +#~ msgid "week_ending_saturday" +#~ msgstr "settimana_fine_domenica" + +#~ msgid "week_start_sunday" +#~ msgstr "settimana_inizio_domenica" + +#~ msgid "week_start_monday" +#~ msgstr "settimana_inizio_lunedì" + +#~ msgid "5 minute" +#~ msgstr "5 minuti" + +#~ msgid "half hour" +#~ msgstr "mezz'ora" + +#~ msgid "10 minute" +#~ msgstr "10 minuti" + +#~ msgid "Table Name" +#~ msgstr "" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "Database" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "Schema" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" + +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" + +#~ msgid "Dataframe Index" +#~ msgstr "" + +#~ msgid "Write dataframe index as a column." +#~ msgstr "" + +#~ msgid "Column Label(s)" +#~ msgstr "" + +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" + +#~ msgid "Viz is missing a datasource" +#~ msgstr "Datasource mancante per la visualizzazione" + +#~ msgid "From date cannot be larger than to date" +#~ msgstr "La data di inizio non può essere dopo la data di fine" + +#~ msgid "Table View" +#~ msgstr "Vista Tabella" + +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "" +#~ "Seleziona una granularità nella sezione " +#~ "tempo e deseleziona 'Includi Tempo'" + +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "Selezionare i campi [Group By] e [Metrica] o [Colonne], non entrambi" + +#~ msgid "Time Table View" +#~ msgstr "" + +#~ msgid "Pick at least one metric" +#~ msgstr "Seleziona almeno una metrica" + +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" + +#~ msgid "Pivot Table" +#~ msgstr "Vista Pivot" + +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" + +#~ msgid "Please choose at least one metric" +#~ msgstr "Seleziona almeno una metrica" + +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Markup" +#~ msgstr "Marcatore" + +#~ msgid "Separator" +#~ msgstr "Separatore" + +#~ msgid "Word Cloud" +#~ msgstr "Cloud di Parole" + +#~ msgid "Treemap" +#~ msgstr "Treemap" + +#~ msgid "Calendar Heatmap" +#~ msgstr "Calendario di Intensità" + +#~ msgid "Box Plot" +#~ msgstr "Box Plot" + +#~ msgid "Bubble Chart" +#~ msgstr "Grafico a Bolle" + +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "Seleziona una metrica per x, y e grandezza" + +#~ msgid "Bullet Chart" +#~ msgstr "Grafico a Proiettile" + +#~ msgid "Pick a metric to display" +#~ msgstr "Seleziona una metrica da visualizzare" + +#~ msgid "Big Number with Trendline" +#~ msgstr "Numero Grande con Linea del Trend" + +#~ msgid "Pick a metric!" +#~ msgstr "Seleziona una metrica!" + +#~ msgid "Big Number" +#~ msgstr "Numero Grande" + +#~ msgid "Time Series - Line Chart" +#~ msgstr "Serie Temporali - Grafico Lineare" + +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "Seleziona una granularità per la serie temporale" + +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" + +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "Serie Temporali - Grafico Lineare ad Assi Duali" + +#~ msgid "Pick a metric for left axis!" +#~ msgstr "Seleziona una metrica per l'asse sinistro" + +#~ msgid "Pick a metric for right axis!" +#~ msgstr "Seleziona una metrica per l'asse destro" + +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "Seleziona metriche differenti per gli assi destro e sinistro" + +#~ msgid "Time Series - Bar Chart" +#~ msgstr "Serie Temporali - Grafico Barre" + +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" + +#~ msgid "Time Series - Percent Change" +#~ msgstr "Serie Temporali - Cambiamento Percentuale" + +#~ msgid "Time Series - Stacked" +#~ msgstr "Serie Temporali - Stacked" + +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "Distribuzione - NVD3 - Grafico Torta" + +#~ msgid "Histogram" +#~ msgstr "Istogramma" + +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" + +#~ msgid "Distribution - Bar Chart" +#~ msgstr "Distribuzione - Grafico Barre" + +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "" + +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "Seleziona almeno un campo per [Series]" + +#~ msgid "Sunburst" +#~ msgstr "Sunburst" + +#~ msgid "Sankey" +#~ msgstr "Sankey" + +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" + +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" + +#~ msgid "Directed Force Layout" +#~ msgstr "Disposizione a Forza Diretta" + +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "Seleziona esattamente 2 colonne per 'Group By'" + +#~ msgid "Country Map" +#~ msgstr "Mappa della Nazione" + +#~ msgid "World Map" +#~ msgstr "Mappa del Mondo" + +#~ msgid "Filters" +#~ msgstr "Filtri" + +#~ msgid "Pick at least one filter field" +#~ msgstr "" + +#~ msgid "iFrame" +#~ msgstr "iFrame" + +#~ msgid "Parallel Coordinates" +#~ msgstr "Coordinate Parallele" + +#~ msgid "Heatmap" +#~ msgstr "Mappa di Intensità" + +#~ msgid "Horizon Charts" +#~ msgstr "Grafici d'orizzonte" + +#~ msgid "Mapbox" +#~ msgstr "Mapbox" + +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "" + +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" + +#~ msgid "Bad spatial key" +#~ msgstr "" + +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Paths" +#~ msgstr "" + +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" + +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" + +#~ msgid "Deck.gl - Arc" +#~ msgstr "" + +#~ msgid "Event flow" +#~ msgstr "" + +#~ msgid "Time Series - Paired t-test" +#~ msgstr "" + +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" + +#~ msgid "Partition Diagram" +#~ msgstr "" + +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" + +#~ msgid "No data was returned." +#~ msgstr "Nessun dato restituito." + +#~ msgid "Unsupported extraction function: " +#~ msgstr "" + +#~ msgid "List Druid Column" +#~ msgstr "" + +#~ msgid "Show Druid Column" +#~ msgstr "" + +#~ msgid "Add Druid Column" +#~ msgstr "" + +#~ msgid "Edit Druid Column" +#~ msgstr "" + +#~ msgid "Column" +#~ msgstr "Colonna" + +#~ msgid "Type" +#~ msgstr "Tipo" + +#~ msgid "Datasource" +#~ msgstr "Sorgente Dati" + +#~ msgid "Groupable" +#~ msgstr "Raggruppabile" + +#~ msgid "Filterable" +#~ msgstr "Filtrabile" + +#~ msgid "Count Distinct" +#~ msgstr "Count Distinct" + +#~ msgid "Sum" +#~ msgstr "Sum" + +#~ msgid "Min" +#~ msgstr "Min" + +#~ msgid "Max" +#~ msgstr "Max" + +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" +#~ "Se questa colonna è esposta nella " +#~ "sezione `Filtri` della vista esplorazione." + +#~ msgid "List Druid Metric" +#~ msgstr "" + +#~ msgid "Show Druid Metric" +#~ msgstr "" + +#~ msgid "Add Druid Metric" +#~ msgstr "" + +#~ msgid "Edit Druid Metric" +#~ msgstr "" + +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" +#~ "Se l'accesso a questa metrica è " +#~ "limitato a determinati ruoli. Solo i " +#~ "ruoli con l'autorizzazione 'accesso metrico" +#~ " su XXX (il nome di questa " +#~ "metrica)' possono accedervi" + +#~ msgid "Metric" +#~ msgstr "Metrica" + +#~ msgid "Description" +#~ msgstr "Descrizione" + +#~ msgid "Verbose Name" +#~ msgstr "Nome Completo" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Druid Datasource" +#~ msgstr "Sorgente Dati Druid" + +#~ msgid "Warning Message" +#~ msgstr "" + +#~ msgid "List Druid Cluster" +#~ msgstr "" + +#~ msgid "Show Druid Cluster" +#~ msgstr "" + +#~ msgid "Add Druid Cluster" +#~ msgstr "" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "" + +#~ msgid "Cluster" +#~ msgstr "Cluster" + +#~ msgid "Coordinator Host" +#~ msgstr "Host Coordinatore" + +#~ msgid "Coordinator Port" +#~ msgstr "Porta Coordinatore" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "Endpoint Coordinatore" + +#~ msgid "Broker Host" +#~ msgstr "Host Broker" + +#~ msgid "Broker Port" +#~ msgstr "Porta Broker" + +#~ msgid "Broker Endpoint" +#~ msgstr "Endpoint Broker" + +#~ msgid "List Druid Datasource" +#~ msgstr "" + +#~ msgid "Show Druid Datasource" +#~ msgstr "" + +#~ msgid "Add Druid Datasource" +#~ msgstr "" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" +#~ "Elenco delle slice associate a questa" +#~ " tabella. Modificando questa origine dati," +#~ " è possibile modificare le modalità " +#~ "di comportamento delle slice associate. " +#~ "Inoltre, va tenuto presente che le " +#~ "slice devono indicare un'origine dati, " +#~ "pertanto questo modulo non registra le" +#~ " impostazioni qualora si modifica " +#~ "un'origine dati. Se vuoi modificare " +#~ "l'origine dati per una slide, devi " +#~ "sovrascriverla dal 'vista di esplorazione'" + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "Timezone offset (in ore) per questa sorgente dati" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" +#~ "Espressione temporale da utilizzare come " +#~ "predicato durante il recupero di valori" +#~ " distinti per popolare la componente " +#~ "del filtro. Viene applicata solo quando" +#~ " è attivata l'opzione \"Abilita selezione" +#~ " filtro\". Se si inserisce `7 giorni" +#~ " fa`, l'elenco distinto di valori nel" +#~ " filtro verrà popolato in base al " +#~ "valore distinto della settimana passata" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" +#~ "Usato per popolare la finestra a " +#~ "cascata dei filtri dall'elenco dei " +#~ "valori distinti prelevati dal backend al" +#~ " volo" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" +#~ "Rinvia a questo endpoint al clic " +#~ "sulla sorgente dati dall'elenco delle " +#~ "sorgenti dati" + +#~ msgid "Associated Charts" +#~ msgstr "" + +#~ msgid "Data Source" +#~ msgstr "Sorgente Dati" + +#~ msgid "Owner" +#~ msgstr "Proprietario" + +#~ msgid "Is Hidden" +#~ msgstr "è nascosto" + +#~ msgid "Enable Filter Select" +#~ msgstr "Abilita il filtro di Select" + +#~ msgid "Default Endpoint" +#~ msgstr "Endpoint predefinito" + +#~ msgid "Time Offset" +#~ msgstr "Offset temporale" + +#~ msgid "Cache Timeout" +#~ msgstr "Cache Timeout" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" +#~ "la colonna Datetime è necessaria per " +#~ "questo tipo di grafico. Nella " +#~ "configurazione della tabella però non è" +#~ " stata definita" + +#~ msgid "Empty query?" +#~ msgstr "Query vuota?" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "Metrica '{}' non valida" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" +#~ "La tabella [{}] non sembra esistere " +#~ "nel database specificato, non posso " +#~ "recuperare le informazioni sulla colonna \n\n" + +#~ msgid "List Columns" +#~ msgstr "Visualizza colonne" + +#~ msgid "Show Column" +#~ msgstr "Mostra colonna" + +#~ msgid "Add Column" +#~ msgstr "Aggiungi colonna" + +#~ msgid "Edit Column" +#~ msgstr "Edita colonna" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" +#~ "Se rendere disponibile questa colonna " +#~ "come opzione [Time Granularity], la " +#~ "colonna deve essere di tipo DATETIME " +#~ "o simile" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" +#~ "Il tipo di dato è dedotto dal " +#~ "database. In alcuni casi potrebbe essere" +#~ " necessario inserire manualmente un tipo" +#~ " di colonna definito dall'espressione. " +#~ "Nella maggior parte dei casi gli " +#~ "utenti non hanno bisogno di fare " +#~ "questa modifica." + +#~ msgid "Table" +#~ msgstr "Tabella" + +#~ msgid "Expression" +#~ msgstr "Espressione" + +#~ msgid "Is temporal" +#~ msgstr "è temporale" + +#~ msgid "Datetime Format" +#~ msgstr "Formato Datetime" + +#~ msgid "Database Expression" +#~ msgstr "Espressione del Database" + +#~ msgid "List Metrics" +#~ msgstr "Lista Metriche" + +#~ msgid "Show Metric" +#~ msgstr "Mostra metrica" + +#~ msgid "Add Metric" +#~ msgstr "Aggiungi metrica" + +#~ msgid "Edit Metric" +#~ msgstr "Modifica metrica" + +#~ msgid "SQL Expression" +#~ msgstr "Espressione SQL" + +#~ msgid "D3 Format" +#~ msgstr "Formato D3" + +#~ msgid "Is Restricted" +#~ msgstr "" + +#~ msgid "List Tables" +#~ msgstr "Visualizza Tabelle" + +#~ msgid "Show Table" +#~ msgstr "Mostra Tabelle" + +#~ msgid "Add Table" +#~ msgstr "Aggiungi Tabella" + +#~ msgid "Edit Table" +#~ msgstr "Modifica Tabella" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "Nome delle tabella esistente nella sorgente del database" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" +#~ "Schema, va utilizzato soltanto in alcuni" +#~ " database come Postgres, Redshift e " +#~ "DB2" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" +#~ "Questo campo agisce come una vista " +#~ "Superset, il che vuol dire che " +#~ "Superset eseguirà una query su questa" +#~ " stringa come sotto-query." + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" +#~ "Predicato utilizzato quando si fornisce " +#~ "un valore univoco per popolare il " +#~ "componente di controllo del filtro. " +#~ "Supporta la sintassi del template jinja." +#~ " È utilizzabile solo quando è " +#~ "abilitata l'opzione \"Abilita selezione " +#~ "filtro\"." + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" +#~ "Reinvia a questo endpoint al clic " +#~ "sulla tabella dall'elenco delle tabelle" + +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" + +#~ msgid "Changed By" +#~ msgstr "Modificato da" + +#~ msgid "Last Changed" +#~ msgstr "Ultima Modifica" + +#~ msgid "Offset" +#~ msgstr "Offset" + +#~ msgid "Fetch Values Predicate" +#~ msgstr "" + +#~ msgid "Main Datetime Column" +#~ msgstr "" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" +#~ "Tabella creata. Come parte di questo " +#~ "processo di configurazione in due fasi," +#~ " è necessario andare sul pulsante di" +#~ " modifica della nuova tabella per " +#~ "configurarla." + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" + +#~ msgid "Profile" +#~ msgstr "Profilo" + +#~ msgid "Logout" +#~ msgstr "Logout" + +#~ msgid "Login" +#~ msgstr "Login" + +#~ msgid "Record Count" +#~ msgstr "" + +#~ msgid "No records found" +#~ msgstr "Nessun record trovato" + +#~ msgid "Add Filter" +#~ msgstr "Aggiungi filtro" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Nessun Accesso!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." + +#~ msgid "Request Permissions" +#~ msgstr "Richiesta di Permessi" + +#~ msgid "Cancel" +#~ msgstr "Annulla" + +#~ msgid "Test Connection" +#~ msgstr "Testa la Connessione" + +#~ msgid "json isn't valid" +#~ msgstr "json non è valido" + +#~ msgid "List Databases" +#~ msgstr "Visualizza i database" + +#~ msgid "Show Database" +#~ msgstr "Mostra database" + +#~ msgid "Add Database" +#~ msgstr "Aggiungi Database" + +#~ msgid "Edit Database" +#~ msgstr "Mostra database" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "Esponi questo DB in SQL Lab" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" +#~ "Permetti agli utenti di eseguire query" +#~ " sincrone, questa è l'impostazione " +#~ "predefinita e dovrebbe funzionare bene " +#~ "per query che possono essere eseguite" +#~ " con una richiesta web (<-1 minuto)" + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" +#~ "Permetti agli utenti di eseguire query," +#~ " contro un back-office asincrono. " +#~ "Questo presuppone che si abbia una " +#~ "installazione funzionante di Celery nel " +#~ "backend." + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "Permetti l'opzione CREATE TABLE AS in SQL Lab" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" +#~ "Permetti agli utenti di eseguire " +#~ "dichiarazioni diverse da SELECT (UPDATE, " +#~ "DELETE, CREATE, ...) nel SQL Lab" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" +#~ "Se si abilita l'opzione CREATE TABLE " +#~ "AS in SQL Lab, verrà forzata la" +#~ " creazione della tabella con questo " +#~ "schema" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "Esponi in SQL Lab" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "Permetti CREATE TABLE AS" + +#~ msgid "Allow DML" +#~ msgstr "Permetti DML" + +#~ msgid "CTAS Schema" +#~ msgstr "Schema CTAS" + +#~ msgid "Creator" +#~ msgstr "Creatore" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "URI SQLAlchemy" + +#~ msgid "Extra" +#~ msgstr "Extra" + +#~ msgid "Allow Run Sync" +#~ msgstr "" + +#~ msgid "Allow Run Async" +#~ msgstr "" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "" + +#~ msgid "CSV to Database configuration" +#~ msgstr "" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "Utente" + +#~ msgid "User Roles" +#~ msgstr "Ruoli Utente" + +#~ msgid "Database URL" +#~ msgstr "URL del Database" + +#~ msgid "Roles to grant" +#~ msgstr "Ruoli per l'accesso" + +#~ msgid "Created On" +#~ msgstr "Creato il" + +#~ msgid "List Charts" +#~ msgstr "Visualizza grafici" + +#~ msgid "Show Chart" +#~ msgstr "Mostra grafico" + +#~ msgid "Add Chart" +#~ msgstr "Aggiungi grafico" + +#~ msgid "Edit Chart" +#~ msgstr "Modifica grafico" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Questi parametri sono generati dinamicamente" +#~ " al clic su salva o con il " +#~ "bottone di sovrascrittura nella vista di" +#~ " esplorazione. Questo oggetto JSON è " +#~ "esposto qui per referenza e per " +#~ "utenti esperti che vogliono modificare " +#~ "parametri specifici." + +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "Durata (in secondi) per il timeout della cache per questa slice." + +#~ msgid "Dashboards" +#~ msgstr "Elenco Dashboard" + +#~ msgid "Last Modified" +#~ msgstr "Ultima Modifica" + +#~ msgid "Owners" +#~ msgstr "Proprietari" + +#~ msgid "Parameters" +#~ msgstr "Parametri" + +#~ msgid "Chart" +#~ msgstr "" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Visualization Type" +#~ msgstr "Tipo di Visualizzazione" + +#~ msgid "List Dashboards" +#~ msgstr "" + +#~ msgid "Show Dashboard" +#~ msgstr "" + +#~ msgid "Add Dashboard" +#~ msgstr "" + +#~ msgid "Edit Dashboard" +#~ msgstr "" + +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" +#~ "L'oggetto JSON descrive la posizione dei" +#~ " vari widget nella dashboard. È " +#~ "generato automaticamente nel momento in " +#~ "cui se ne cambia la posizione e" +#~ " la dimensione usando la funzione di" +#~ " drag & drop nella vista della " +#~ "dashboard. " + +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" +#~ "Il CSS di ogni singola dashboard " +#~ "può essere modificato qui, oppure nella" +#~ " vista della dashboard dove i " +#~ "cambiamenti sono visibili immediatamente" + +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "ottenere una URL leggibile per la tua dashboard" + +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Questo oggetto JSON è generato in " +#~ "maniera dinamica al clic sul pulsante" +#~ " di salvataggio o sovrascrittura nella " +#~ "vista dashboard. Il JSON è esposto " +#~ "qui come riferimento e per gli " +#~ "utenti esperti che vogliono modificare " +#~ "parametri specifici." + +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "Proprietari è una lista di utenti che può alterare la dashboard." + +#~ msgid "Dashboard" +#~ msgstr "Dashboard" + +#~ msgid "Title" +#~ msgstr "Titolo" + +#~ msgid "Slug" +#~ msgstr "Slug" + +#~ msgid "Charts" +#~ msgstr "Grafici" + +#~ msgid "Modified" +#~ msgstr "Modificato" + +#~ msgid "Position JSON" +#~ msgstr "Posizione del JSON" + +#~ msgid "CSS" +#~ msgstr "CSS" + +#~ msgid "JSON Metadata" +#~ msgstr "Metadati JSON" + +#~ msgid "Underlying Tables" +#~ msgstr "Tabelle sottostanti" + +#~ msgid "Action" +#~ msgstr "Azione" + +#~ msgid "dttm" +#~ msgstr "dttm" + +#~ msgid "You don't have the rights to " +#~ msgstr "" + +#~ msgid "alter this " +#~ msgstr "" + +#~ msgid "chart" +#~ msgstr "" + +#~ msgid "create a " +#~ msgstr "" + +#~ msgid "dashboard" +#~ msgstr "" + +#~ msgid "Query record was not created as expected." +#~ msgstr "" + +#~ msgid "Template Name" +#~ msgstr "" + +#~ msgid "SQL Editor" +#~ msgstr "Editor SQL" + +#~ msgid "Query Search" +#~ msgstr "Ricerca Query" + +#~ msgid "Status" +#~ msgstr "" + +#~ msgid "Start Time" +#~ msgstr "" + +#~ msgid "End Time" +#~ msgstr "" + +#~ msgid "List Saved Query" +#~ msgstr "Visualizza query salvate" + +#~ msgid "Show Saved Query" +#~ msgstr "Mostra query salvate" + +#~ msgid "Add Saved Query" +#~ msgstr "Aggiungi query salvata" + +#~ msgid "Edit Saved Query" +#~ msgstr "Modifica query salvata" + +#~ msgid "Label" +#~ msgstr "" + +#~ msgid "Pop Tab Link" +#~ msgstr "" + +#~ msgid "Changed on" +#~ msgstr "Cambiato il" + diff --git a/superset/translations/ja/LC_MESSAGES/messages.json b/superset/translations/ja/LC_MESSAGES/messages.json new file mode 100644 index 0000000000000..b3b49490aa5e5 --- /dev/null +++ b/superset/translations/ja/LC_MESSAGES/messages.json @@ -0,0 +1 @@ +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0","lang":"ja"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/ja/LC_MESSAGES/messages.mo b/superset/translations/ja/LC_MESSAGES/messages.mo index 8f0e86b671f48..c8830d6857301 100644 Binary files a/superset/translations/ja/LC_MESSAGES/messages.mo and b/superset/translations/ja/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/ja/LC_MESSAGES/messages.po b/superset/translations/ja/LC_MESSAGES/messages.po index 5f6b714f5c01b..847ddb41cd79c 100644 --- a/superset/translations/ja/LC_MESSAGES/messages.po +++ b/superset/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-10-24 22:08+0900\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2017-10-20 16:25+0900\n" "Last-Translator: \n" "Language: ja\n" @@ -16,1451 +16,1648 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:554 -#: superset/db_engine_specs.py:192 superset/db_engine_specs.py:223 -#: superset/db_engine_specs.py:267 superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 superset/db_engine_specs.py:839 -#: superset/db_engine_specs.py:875 superset/db_engine_specs.py:907 -#: superset/db_engine_specs.py:953 superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "時間列" +msgstr "" -#: superset/db_engine_specs.py:193 superset/db_engine_specs.py:224 -#: superset/db_engine_specs.py:316 superset/db_engine_specs.py:372 -#: superset/db_engine_specs.py:840 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "秒" +msgstr "" -#: superset/db_engine_specs.py:194 superset/db_engine_specs.py:227 -#: superset/db_engine_specs.py:319 superset/db_engine_specs.py:374 -#: superset/db_engine_specs.py:842 superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:954 -#: superset/db_engine_specs.py:992 superset/db_engine_specs.py:1016 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "分" +msgstr "" -#: superset/db_engine_specs.py:195 superset/db_engine_specs.py:231 -#: superset/db_engine_specs.py:321 superset/db_engine_specs.py:376 -#: superset/db_engine_specs.py:848 superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 superset/db_engine_specs.py:960 -#: superset/db_engine_specs.py:993 superset/db_engine_specs.py:1017 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "時間" - -#: superset/db_engine_specs.py:196 superset/db_engine_specs.py:236 -#: superset/db_engine_specs.py:268 superset/db_engine_specs.py:323 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 superset/db_engine_specs.py:914 -#: superset/db_engine_specs.py:962 superset/db_engine_specs.py:994 -#: superset/db_engine_specs.py:1018 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "日" +msgstr "" -#: superset/db_engine_specs.py:197 superset/db_engine_specs.py:242 -#: superset/db_engine_specs.py:269 superset/db_engine_specs.py:324 -#: superset/db_engine_specs.py:380 superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 superset/db_engine_specs.py:916 -#: superset/db_engine_specs.py:995 superset/db_engine_specs.py:1019 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "週" - -#: superset/db_engine_specs.py:198 superset/db_engine_specs.py:244 -#: superset/db_engine_specs.py:271 superset/db_engine_specs.py:326 -#: superset/db_engine_specs.py:382 superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 superset/db_engine_specs.py:918 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:996 -#: superset/db_engine_specs.py:1020 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "月" +msgstr "" -#: superset/db_engine_specs.py:199 superset/db_engine_specs.py:246 -#: superset/db_engine_specs.py:328 superset/db_engine_specs.py:384 -#: superset/db_engine_specs.py:856 superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 superset/db_engine_specs.py:966 -#: superset/db_engine_specs.py:997 superset/db_engine_specs.py:1021 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "4半期" +msgstr "" -#: superset/db_engine_specs.py:200 superset/db_engine_specs.py:250 -#: superset/db_engine_specs.py:330 superset/db_engine_specs.py:858 -#: superset/db_engine_specs.py:888 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 superset/db_engine_specs.py:1022 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "年" - -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" -msgstr "月曜日を週初めに" +msgstr "" -#: superset/db_engine_specs.py:386 superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "土曜日を週終わりに" +msgstr "" -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "日曜日を週初めに" +msgstr "" + +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" -#: superset/db_engine_specs.py:844 superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5分" +msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "半時間" +msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10分" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" -#: superset/utils.py:499 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] データソース %(name)s へのアクセスは許可されました" +msgstr "" -#: superset/viz.py:51 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "データソースは見つかりません" +msgstr "" -#: superset/viz.py:170 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "開始日は終了日を超えてはいけません" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 -#: superset/viz.py:348 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "テーブルビュー" +msgstr "" -#: superset/viz.py:360 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "任意の時間精度を選択してください or uncheck ‘Include Time’" +msgstr "" -#: superset/viz.py:370 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" -msgstr "[Group By]と[Metrics]または[列]のいずれかを選択します" +msgstr "" -#: superset/viz.py:409 +#: superset/viz.py:596 msgid "Time Table View" msgstr "" -#: superset/viz.py:418 superset/viz.py:1178 +#: superset/viz.py:605 superset/viz.py:1464 msgid "Pick at least one metric" -msgstr "少なくとも1つの指標を選択してください" +msgstr "" -#: superset/viz.py:421 +#: superset/viz.py:608 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:405 -#: superset/viz.py:451 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "ピボットテーブル" +msgstr "" -#: superset/viz.py:465 -msgid "Please choose at least one \"Group by\" field " -msgstr "少なくとも1つの[Group by]フィールドを選択してください " +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " +msgstr "" -#: superset/viz.py:467 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "少なくとも1つの指標を選択してください" +msgstr "" -#: superset/viz.py:471 -msgid "'Group By' and 'Columns' can't overlap" -msgstr "‘Group by’ と ‘Columns’ は重複できません" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:392 -#: superset/viz.py:504 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "マークアップ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:430 -#: superset/viz.py:523 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "セパレータ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:452 -#: superset/viz.py:535 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "単語の雲" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:473 -#: superset/viz.py:558 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "ツリーマップ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:500 -#: superset/viz.py:584 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "カレンダーヒートマップ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:521 -#: superset/viz.py:642 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "ボックスプロット" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:542 -#: superset/viz.py:731 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "バブル図" +msgstr "" -#: superset/viz.py:755 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:593 -#: superset/viz.py:781 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" msgstr "" -#: superset/viz.py:807 +#: superset/viz.py:1003 msgid "Pick a metric to display" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/viz.py:830 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "トレンド付き数字" +msgstr "" -#: superset/viz.py:838 superset/viz.py:867 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "指標を選んでください!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/viz.py:859 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "数値" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 -#: superset/viz.py:886 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "時系列 - 折れ線グラフ" +msgstr "" -#: superset/viz.py:934 superset/viz.py:1079 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" msgstr "" -#: superset/viz.py:1022 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1032 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1034 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1036 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 -#: superset/viz.py:1097 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" -msgstr "時系列 - 棒グラフ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 -#: superset/viz.py:1105 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" -msgstr "時系列 - 変化率" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 -#: superset/viz.py:1113 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" -msgstr "時系列 - 積み上げ線グラフ" +msgstr "" -#: superset/viz.py:1122 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" -msgstr "円グラフ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:666 -#: superset/viz.py:1140 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "ヒストグラム" +msgstr "" -#: superset/viz.py:1150 -msgid "Must have one numeric column specified" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1165 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" -msgstr "棒グラフ" +msgstr "" -#: superset/viz.py:1176 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1180 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:698 -#: superset/viz.py:1233 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:735 -#: superset/viz.py:1266 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1273 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset/viz.py:1304 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:762 -#: superset/viz.py:1315 superset/viz.py:1336 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1322 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:827 -#: superset/viz.py:1369 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "国地図" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:860 -#: superset/viz.py:1397 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "世界地図" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1447 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "フィルター" +msgstr "" -#: superset/viz.py:1455 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "少なくとも1つのフィルタフィールドを選択してください" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:925 -#: superset/viz.py:1482 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:937 -#: superset/viz.py:1499 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:959 -#: superset/viz.py:1524 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "ヒートマップ" +msgstr "" -#: superset/viz.py:1583 +#: superset/viz.py:1878 msgid "Horizon Charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1019 -#: superset/viz.py:1594 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" msgstr "" -#: superset/viz.py:1609 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1622 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1627 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1632 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1090 -#: superset/viz.py:1698 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/viz.py:1729 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "クエリは保存されました" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "クエリを保存できませんでした" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "サーバーに接続できませんでした" - -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "クエリを共有" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "URL をクリップボードにコピー" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "検索結果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "検索" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "SQLエディタで開く" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "結果を見る" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" -msgstr "データプレビュー" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" -msgstr "クエリの結果を可視化" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" -msgstr "新しいタブでクエリを実行" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" -msgstr "ログからクエリを削除" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "可視化する" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:85 superset/connectors/sqla/views.py:135 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "テーブル" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" -msgstr "作成されました" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "新しいタブでクエリ" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" -msgstr "データプレビューを取得" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" -msgstr "ジョブ履歴" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." -msgstr "読み込み中..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" -msgstr "選択したクエリを実行" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" -msgstr "クエリ実行" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" -msgstr "クエリを非同期で実行" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "中止" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" -msgstr "未定義" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" -msgstr "保存" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "キャンセル" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" -msgstr "クエリを保存" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" -msgstr "クエリ結果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" -msgstr "クエリ履歴" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" -msgstr "グラフ様式" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" -msgstr "データソース" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 -msgid "Select ..." +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 -msgid "Loaded data cached" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 -msgid "Loaded from cache" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 -msgid "Click to force-refresh" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 -msgid "Copy to clipboard" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:70 -msgid "Not successful" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:73 -msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:89 -msgid "Copied!" +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:475 superset/views/core.py:542 -msgid "Title" -msgstr "タイトル" - -#: superset/assets/javascripts/components/EditableTitle.jsx:92 -msgid "click to edit title" +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 -msgid "You don't have the rights to alter this title." +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 -msgid "Click to favorite/unfavorite" +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." -msgstr "未保存の変更があります." - -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:165 -#, python-format -msgid "Served from data cached %s . Click to force refresh." +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:170 -msgid "Click to force refresh" +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:358 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:359 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 +msgid "Select ..." msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/components/CachedLabel.jsx:26 +msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:47 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/components/CachedLabel.jsx:29 +msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:53 -msgid "Force refresh the whole dashboard" +#: superset/assets/src/components/CachedLabel.jsx:33 +msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:93 -msgid "Edit this dashboard's properties" +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 +msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 -msgid "Load a template" +#: superset/assets/src/components/CopyToClipboard.jsx:72 +msgid "Not successful" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 -msgid "Load a CSS template" +#: superset/assets/src/components/CopyToClipboard.jsx:75 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:482 -msgid "CSS" +#: superset/assets/src/components/CopyToClipboard.jsx:91 +msgid "Copied!" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 -msgid "Live CSS Editor" +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 +msgid "Title" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 -msgid "Don't refresh" +#: superset/assets/src/components/EditableTitle.jsx:105 +msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 -msgid "10 seconds" +#: superset/assets/src/components/EditableTitle.jsx:106 +msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 -msgid "30 seconds" +#: superset/assets/src/components/FaveStar.jsx:33 +msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 -msgid "1 minute" +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 -msgid "5 minutes" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 -msgid "Refresh Interval" +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 -msgid "Choose the refresh frequency for this dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 -msgid "This dashboard was saved successfully." +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 -msgid "Sorry, there was an error saving this dashboard: " +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 -msgid "You must pick a name for the new dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 -msgid "Save Dashboard" -msgstr "ダッシュボードを保存" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 -#, python-format -msgid "Overwrite Dashboard [%s]" -msgstr "上書き ダッシュボード [%s]" - -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 -msgid "Save as:" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 -msgid "[dashboard name]" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:379 -msgid "Name" -msgstr "名前" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 -msgid "Viz" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:480 superset/views/core.py:544 -#: superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "最終更新日" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" -msgstr "スライスを追加" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" -msgstr "ダッシュボードに新しいスライスを追加" - -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" -msgstr "ダッシュボードにスライスを追加" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" -msgstr "チャートを移動" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 -msgid "Force refresh data" +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 -msgid "Toggle chart description" -msgstr "グラフの説明を切り替え" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 -msgid "Edit chart" -msgstr "チャートを編集" - -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 -msgid "Export CSV" -msgstr "CSVで出力" +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 -msgid "Explore chart" -msgstr "チャートを見る" +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 -msgid "Remove chart from dashboard" -msgstr "ダッシュボードからチャートを削除" +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 +msgid "Load a template" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:63 -msgid "Error..." +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 +msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:114 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:408 -#: superset/assets/javascripts/explore/stores/visTypes.js:455 -#: superset/assets/javascripts/explore/stores/visTypes.js:476 -#: superset/assets/javascripts/explore/stores/visTypes.js:504 -#: superset/assets/javascripts/explore/stores/visTypes.js:524 -#: superset/assets/javascripts/explore/stores/visTypes.js:545 -#: superset/assets/javascripts/explore/stores/visTypes.js:597 -#: superset/assets/javascripts/explore/stores/visTypes.js:619 -#: superset/assets/javascripts/explore/stores/visTypes.js:644 -#: superset/assets/javascripts/explore/stores/visTypes.js:669 -#: superset/assets/javascripts/explore/stores/visTypes.js:701 -#: superset/assets/javascripts/explore/stores/visTypes.js:738 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -#: superset/assets/javascripts/explore/stores/visTypes.js:792 -#: superset/assets/javascripts/explore/stores/visTypes.js:830 -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -#: superset/assets/javascripts/explore/stores/visTypes.js:900 -#: superset/assets/javascripts/explore/stores/visTypes.js:940 -#: superset/assets/javascripts/explore/stores/visTypes.js:962 -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Query" -msgstr "クエリ" +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 +msgid "CSS" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "高さ" +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 +msgid "Live CSS Editor" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "幅" +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "jsonで出力" +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "csvで出力" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 +msgid "Don't refresh" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" -msgstr "スライス名を入力してください" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 +msgid "10 seconds" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" -msgstr "ダッシュボードを選択してください" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 +msgid "30 seconds" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "ダッシュボード名を入力してください" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 +msgid "1 minute" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "スライスを保存" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 +msgid "5 minutes" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "上書き スライス [%s]" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 +msgid "Refresh Interval" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "別名で保存" +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 +msgid "Choose the refresh frequency for this dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 +msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "ダッシュボードに追加しない" +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 +msgid "Sorry, there was an error saving this dashboard: " +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "既存のダッシュボードにスライスを追加" +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "新しいダッシュボードに追加" +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 +msgid "You must pick a name for the new dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "保存してダッシュボードに移動" +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 +msgid "Save Dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format -msgid "Check out this slice: %s" +msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:50 -msgid "`Min` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 +msgid "Save as:" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:53 -msgid "`Max` value should be numeric or empty" +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 +msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:70 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:88 -msgid "Min" -msgstr "最小値" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:78 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:89 -msgid "Max" -msgstr "最大値" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" -msgstr "データソースリストを取得中に何か問題が発生しました" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " msgstr "" -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" -msgstr "データソースの設定を編集" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "データソースを選択" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "検索/フィルタ" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "フィルタ値" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 +msgid "Name" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "指標を選択" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 +msgid "Viz" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "列を選択" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "オペレータを選択" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "フィルターを追加" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "データの取得中にエラーが発生しました" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" +msgstr "" -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:155 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 #, python-format -msgid "Select %s" +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 +msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." msgstr "" -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "可視化タイプを選んでください" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 +msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:226 -#, python-format -msgid "An error occurred while rendering the visualization: %s" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 +msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 -msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 +msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 +msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:36 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 +msgid "Remove chart from dashboard" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:86 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:50 +#: superset/assets/src/explore/controls.jsx:100 msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:53 +#: superset/assets/src/explore/controls.jsx:103 msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:72 -#: superset/connectors/druid/views.py:45 superset/views/core.py:318 -#: superset/views/core.py:342 superset/views/core.py:373 -msgid "Datasource" -msgstr "データソース" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:82 -#: superset/views/core.py:381 +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" -msgstr "グラフ様式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:90 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" -msgstr "指標" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:103 +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:210 msgid "" "Bounds for the Y axis. When left empty, the bounds are dynamically " "defined based on the min/max of the data. Note that this feature will " "only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:125 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:851 -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:130 -msgid "Metric" -msgstr "指標" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" -msgstr "指標を選んでください" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:217 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:224 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:231 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:238 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:243 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:250 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:256 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:259 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:265 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:268 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:275 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:289 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:297 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:300 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:305 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:308 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:313 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:316 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:321 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:323 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:328 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:330 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:336 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:339 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:346 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:349 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1468,137 +1665,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:358 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:361 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:366 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:368 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:375 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:394 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:398 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:406 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 -#: superset/assets/javascripts/explore/stores/controls.jsx:420 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:414 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:422 -#: superset/assets/javascripts/explore/stores/controls.jsx:432 -#: superset/assets/javascripts/explore/stores/controls.jsx:442 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:451 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:457 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:464 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:468 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:474 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:478 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:484 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" -msgstr "時間粒度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:501 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:508 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:511 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:516 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:519 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:526 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:529 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:535 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:549 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:557 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" -msgstr "時間単位" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:572 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1606,114 +1893,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:585 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:588 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:594 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:597 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:603 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:606 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:612 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "から" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:619 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "まで" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:626 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:636 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:647 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" -msgstr "比率" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:650 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:656 -#: superset/assets/javascripts/explore/stores/visTypes.js:635 -#: superset/assets/javascripts/explore/stores/visTypes.js:660 -#: superset/assets/javascripts/explore/stores/visTypes.js:809 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" -msgstr "数値の書式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:666 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" -msgstr "行数制限" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:674 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:677 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:684 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:699 +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:702 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 -msgid "Periods" +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:710 -msgid "" +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 +msgid "Periods" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1020 +msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:718 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1722,1920 +2071,5832 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:729 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:739 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:742 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:750 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:566 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" -msgstr "X軸" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:751 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:764 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:574 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" -msgstr "Y軸" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:767 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:778 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" -msgstr "バブルの大きさ" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:791 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:792 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:799 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" -msgstr "X軸ラベル" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:806 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" -msgstr "Y軸ラベル" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:815 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:825 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:835 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:840 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:841 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:847 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:852 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" -msgstr "タンムスダンプの様式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:858 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:861 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:867 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:870 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:876 -#: superset/assets/javascripts/explore/stores/controls.jsx:886 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:896 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:906 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:914 +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:919 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:924 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" -msgstr "回転" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:927 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:932 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:937 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:942 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:951 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:956 -#: superset/assets/javascripts/explore/stores/visTypes.js:395 -#: superset/assets/javascripts/explore/stores/visTypes.js:433 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:957 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:966 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:978 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:987 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:995 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1000 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1011 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1014 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1021 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1056 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1061 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1064 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1069 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1071 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1076 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1079 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1084 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1092 +#: superset/assets/src/explore/controls.jsx:1514 msgid "Show Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1517 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1100 +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1108 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1116 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1125 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1128 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1133 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1136 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1141 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1149 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1152 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1157 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1159 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1164 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1167 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1173 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1176 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1182 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1192 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1193 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1199 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1201 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1228 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1241 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1250 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1263 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1271 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1277 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1280 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1286 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1295 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1304 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1306 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1322 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1327 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1329 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1334 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1336 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1341 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1343 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1348 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1350 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1357 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1364 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1391 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1393 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1398 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1400 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1405 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1406 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1414 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1417 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1423 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1427 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1453 -msgid "Time Series Columns" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 -msgid "" -"The filters to apply after post-aggregation.Leave the value control empty" -" to filter empty strings or nulls" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:484 -#: superset/assets/javascripts/explore/stores/visTypes.js:532 -#: superset/assets/javascripts/explore/stores/visTypes.js:553 -#: superset/assets/javascripts/explore/stores/visTypes.js:677 -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -#: superset/assets/javascripts/explore/stores/visTypes.js:747 -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -#: superset/assets/javascripts/explore/stores/visTypes.js:1010 -msgid "Chart Options" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:774 -#: superset/assets/javascripts/explore/stores/visTypes.js:838 -#: superset/assets/javascripts/explore/stores/visTypes.js:928 -msgid "Options" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 -msgid "Time Series Table" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:560 -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Bubbles" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:686 -msgid "Numeric Column" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:687 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:690 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2055 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:718 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:722 -msgid "Secondary Metric" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:723 +#: superset/assets/src/explore/controls.jsx:2077 msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -msgid "Hierarchy" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:729 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:783 -msgid "Source / Target" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:756 -#: superset/assets/javascripts/explore/stores/visTypes.js:784 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:789 -msgid "Chord Diagram" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:810 -msgid "Choose a number format" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:813 -msgid "Source" -msgstr "ソース" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:816 -msgid "Choose a source" -msgstr "ソースを選択" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -msgid "Target" -msgstr "ターゲット" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:822 -msgid "Choose a target" -msgstr "ターゲットを選択" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:847 -msgid "ISO 3166-1 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:848 -msgid "" -"It's ISO 3166-1 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-1)" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:882 -msgid "Country Control" +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:883 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:886 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:887 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:890 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2150 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:891 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter Box" -msgstr "フィルタボックス" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:913 -msgid "Filter controls" -msgstr "フィルタ項目" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:914 -msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:970 -msgid "Heatmap Options" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1006 -msgid "Horizon" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1032 -msgid "Points" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1039 -msgid "Labelling" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1046 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1055 -msgid "Viewport" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1065 -msgid "Longitude" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "Column containing longitude data" +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1069 -msgid "Latitude" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1070 -msgid "Column containing latitude data" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1074 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1078 -msgid "Tooltip" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1079 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1083 +#: superset/assets/src/explore/visTypes.js:72 msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1094 -msgid "Event definition" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1104 -msgid "Additional meta data" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Column containing entity ids" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1113 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1116 -msgid "Column containing event names" +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1124 -msgid "Event count limit" +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1125 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1128 -msgid "Meta data" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1129 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" msgstr "" -#: superset/assets/javascripts/modules/superset.js:132 -msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" msgstr "" -#: superset/assets/javascripts/modules/superset.js:135 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" -msgstr "お気に入り" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" -msgstr "作成したもの" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "近況" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "セキュリティー" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:372 -#: superset/views/core.py:532 -msgid "Dashboards" -msgstr "ダッシュボード" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:408 superset/views/core.py:477 -msgid "Slices" -msgstr "スライス" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:284 -msgid "Databases" -msgstr "データベース" +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:178 -#, python-format -msgid "Select [%s]" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" msgstr "" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" msgstr "" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:80 -msgid "Column" -msgstr "列" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 superset/connectors/sqla/views.py:133 -msgid "Type" -msgstr "タイプ" +#: superset/assets/src/explore/visTypes.js:868 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:83 -msgid "Groupable" -msgstr "グループ分け可能" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:84 -msgid "Filterable" -msgstr "フィルタ可能" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:86 -msgid "Count Distinct" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:87 -msgid "Sum" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:49 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore " -"view." +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" msgstr "" -#: superset/connectors/druid/views.py:100 superset/connectors/sqla/views.py:115 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this " -"metric)' are allowed to access this metric" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/connectors/druid/views.py:108 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" msgstr "" -#: superset/connectors/druid/views.py:110 superset/views/core.py:559 -msgid "JSON" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" msgstr "" -#: superset/connectors/druid/views.py:112 superset/connectors/sqla/views.py:138 -msgid "Warning Message" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" msgstr "" -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" msgstr "" -#: superset/connectors/druid/views.py:143 -#: superset/connectors/druid/views.py:227 -msgid "Cluster" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" msgstr "" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" msgstr "" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" msgstr "" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" msgstr "" -#: superset/connectors/druid/views.py:167 -#: superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 -#: superset/connectors/druid/views.py:323 superset/connectors/sqla/views.py:281 -#: superset/views/core.py:287 -msgid "Sources" -msgstr "ソース" - -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" msgstr "" -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" msgstr "" -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" msgstr "" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" msgstr "" -#: superset/connectors/druid/views.py:196 superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" msgstr "" -#: superset/connectors/druid/views.py:204 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" msgstr "" -#: superset/connectors/druid/views.py:208 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` " -"is on. If you enter `7 days ago`, the distinct list of values in the " -"filter will be populated based on the distinct value over the past week" +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" msgstr "" -#: superset/connectors/druid/views.py:215 superset/connectors/sqla/views.py:206 +#: superset/assets/src/explore/visTypes.js:1439 msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the " -"fly" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." msgstr "" -#: superset/connectors/druid/views.py:219 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" msgstr "" -#: superset/connectors/druid/views.py:225 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" msgstr "" -#: superset/connectors/druid/views.py:226 -msgid "Data Source" +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" msgstr "" -#: superset/connectors/druid/views.py:229 superset/connectors/sqla/views.py:225 -msgid "Owner" +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" msgstr "" -#: superset/connectors/druid/views.py:232 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" msgstr "" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" msgstr "" -#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 superset/views/core.py:370 -msgid "Cache Timeout" +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" msgstr "" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" msgstr "" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" msgstr "" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" msgstr "" -#: superset/connectors/sqla/models.py:394 +#: superset/assets/src/explore/visTypes.js:1599 msgid "" -"Datetime column not provided as part table configuration and is required " -"by this type of chart" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" msgstr "" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -#: superset/connectors/sqla/models.py:590 +#: superset/assets/src/explore/visTypes.js:1608 msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't " -"fetch column information" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" msgstr "" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" msgstr "" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" msgstr "" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" msgstr "" -#: superset/connectors/sqla/views.py:45 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" msgstr "" -#: superset/connectors/sqla/views.py:52 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In " -"most case users should not need to alter this." +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" msgstr "" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" msgstr "" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" msgstr "" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" msgstr "" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" msgstr "" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" msgstr "" -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" msgstr "" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" msgstr "" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" msgstr "" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" msgstr "" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" msgstr "" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." msgstr "" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" msgstr "" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" msgstr "" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" msgstr "" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" msgstr "" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." msgstr "" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" msgstr "" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "更新者" - -#: superset/connectors/sqla/views.py:216 superset/views/core.py:247 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" msgstr "" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:249 -msgid "Last Changed" -msgstr "最終更新日" - -#: superset/connectors/sqla/views.py:219 -msgid "Schema" -msgstr "スキーマ" - -#: superset/connectors/sqla/views.py:221 -msgid "Offset" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" msgstr "" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "テーブル名" - -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" msgstr "" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" msgstr "" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" msgstr "" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, " -"you should now click the edit button by the new table to configure it." +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" msgstr "" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" -msgstr "テーブル" +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "プロファイル" +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "ログアウト" +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "ログイン" +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "記録数" +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" msgstr "" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" msgstr "" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" msgstr "" -#: superset/templates/superset/request_access.html:7 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 #, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." +msgid "Check out this chart: %s" msgstr "" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" msgstr "" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" msgstr "" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" msgstr "" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:277 superset/views/core.py:2376 -#: superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "管理" - -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" msgstr "" -#: superset/views/base.py:221 -msgid "json isn't valid" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" msgstr "" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "削除" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "本当に全部削除しますか?" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" msgstr "" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" msgstr "" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" msgstr "" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" msgstr "" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" msgstr "" -#: superset/views/core.py:66 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" msgstr "" -#: superset/views/core.py:71 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" msgstr "" -#: superset/views/core.py:174 -msgid "List Databases" -msgstr "データベースリスト" +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" -#: superset/views/core.py:175 -msgid "Show Database" -msgstr "データベースを表示" +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" -#: superset/views/core.py:176 -msgid "Add Database" -msgstr "データベースを追加" +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" -#: superset/views/core.py:177 -msgid "Edit Database" -msgstr "データベースリンクを編集" +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" msgstr "" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should " -"work well for queries that can be executed within a web request scope " -"(<~1 minute)" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" msgstr "" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that " -"you have a Celery worker setup as well as a results backend." +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." msgstr "" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" msgstr "" -#: superset/views/core.py:222 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" -" SQL Lab" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" msgstr "" -#: superset/views/core.py:226 +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" -#: superset/views/core.py:238 -msgid "" -"All the queries in Sql Lab are going to be executed on behalf of " -"currently authorized user." +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " msgstr "" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" msgstr "" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" msgstr "" -#: superset/views/core.py:245 -msgid "Allow DML" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" msgstr "" -#: superset/views/core.py:248 superset/views/core.py:371 -#: superset/views/core.py:479 superset/views/core.py:543 -msgid "Creator" -msgstr "作成者" +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" msgstr "" -#: superset/views/core.py:252 -msgid "Extra" +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" msgstr "" -#: superset/views/core.py:253 -msgid "Allow Run Sync" +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" msgstr "" -#: superset/views/core.py:254 -msgid "Allow Run Async" +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" msgstr "" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" msgstr "" -#: superset/views/core.py:273 -msgid "Import Dashboards" +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" msgstr "" -#: superset/views/core.py:315 superset/views/core.py:556 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 -msgid "User" -msgstr "ユーザー" +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" -#: superset/views/core.py:316 -msgid "User Roles" +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" msgstr "" -#: superset/views/core.py:317 -msgid "Database URL" +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset/views/core.py:319 -msgid "Roles to grant" +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset/views/core.py:320 -msgid "Created On" -msgstr "作成日" +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" -#: superset/views/core.py:326 -msgid "Access requests" +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" msgstr "" -#: superset/views/core.py:328 superset/views/core.py:567 -msgid "Security" -msgstr "セキュリティー" +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" -#: superset/views/core.py:335 -msgid "List Slices" +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" msgstr "" -#: superset/views/core.py:336 -msgid "Show Slice" +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" msgstr "" -#: superset/views/core.py:337 -msgid "Add Slice" +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" msgstr "" -#: superset/views/core.py:338 -msgid "Edit Slice" +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" msgstr "" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here " -"for reference and for power users who may want to alter specific " -"parameters." +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" msgstr "" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" msgstr "" -#: superset/views/core.py:375 -msgid "Last Modified" -msgstr "最終更新日" +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" -#: superset/views/core.py:376 superset/views/core.py:478 -msgid "Owners" -msgstr "所有者" +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" -#: superset/views/core.py:377 -msgid "Parameters" -msgstr "パラメータ" +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" -#: superset/views/core.py:378 superset/views/core.py:420 -msgid "Slice" -msgstr "スライス" +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" -#: superset/views/core.py:437 -msgid "List Dashboards" +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" msgstr "" -#: superset/views/core.py:438 -msgid "Show Dashboard" +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." msgstr "" -#: superset/views/core.py:439 -msgid "Add Dashboard" +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." msgstr "" -#: superset/views/core.py:440 -msgid "Edit Dashboard" +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " msgstr "" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the " -"dashboard. It is dynamically generated when adjusting the widgets size " -"and positions by using drag & drop in the dashboard view" +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" msgstr "" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the " -"dashboard view where changes are immediately visible" +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" msgstr "" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" msgstr "" -#: superset/views/core.py:461 +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." +"Whether this column is exposed in the `Filters` section of the explore " +"view." msgstr "" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" msgstr "" -#: superset/views/core.py:474 superset/views/core.py:541 -msgid "Dashboard" -msgstr "ダッシュボード" +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" -#: superset/views/core.py:476 -msgid "Slug" +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" msgstr "" -#: superset/views/core.py:481 -msgid "Position JSON" +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" msgstr "" -#: superset/views/core.py:483 -msgid "JSON Metadata" +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" msgstr "" -#: superset/views/core.py:484 -msgid "Underlying Tables" +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" msgstr "" -#: superset/views/core.py:507 -msgid "Export" -msgstr "エクスポート" +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" -#: superset/views/core.py:507 -msgid "Export dashboards?" +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" msgstr "" -#: superset/views/core.py:557 -msgid "Action" -msgstr "アクション" +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" -#: superset/views/core.py:558 -msgid "dttm" +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" msgstr "" -#: superset/views/core.py:565 -msgid "Action Log" -msgstr "アクション履歴" +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" -#: superset/views/core.py:796 -msgid "Access was requested" +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" msgstr "" -#: superset/views/core.py:857 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" msgstr "" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" msgstr "" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" msgstr "" -#: superset/views/core.py:1651 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are " -"expected" +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" msgstr "" -#: superset/views/core.py:1657 -#, python-format -msgid "Slice %(id)s not found" -msgstr "スライス %(id)s が見つかりません" +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" -#: superset/views/core.py:1669 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "テーブル %(t)s はデータベース %(d)s にありません" +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" -#: superset/views/core.py:1808 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "ユーザー ‘%(name)s’ が見つかりません。管理者に作成を依頼してください。" +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" -#: superset/views/core.py:1815 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" msgstr "" -#: superset/views/core.py:2076 -msgid "Query record was not created as expected." +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" msgstr "" -#: superset/views/core.py:2362 -msgid "Template Name" -msgstr "テンプレート名" +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" -#: superset/views/core.py:2373 -msgid "CSS Templates" -msgstr "CSSテンプレート" +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" -#: superset/views/core.py:2384 -msgid "SQL Editor" -msgstr "SQLエディタ" +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" -#: superset/views/core.py:2389 superset/views/core.py:2398 -msgid "SQL Lab" -msgstr "SQLツール" +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" -#: superset/views/core.py:2393 -msgid "Query Search" -msgstr "クエリを検索" +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" -#: superset/views/sql_lab.py:20 -msgid "Status" -msgstr "状態" +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "開始時間" +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "終了時間" +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "クエリ" +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "保存されたクエリのリスト" +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "保存されたクエリを表示" +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "保存されたクエリを追加" +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "保存されたクエリの編集" +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" -msgstr "新しいタブでクエリ" +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "変更日" +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "保存されたクエリ" +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] データソース %(name)s へのアクセスは許可されました" + +#~ msgid "Please choose at least one \"Group by\" field " +#~ msgstr "少なくとも1つの[Group by]フィールドを選択してください " + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "‘Group by’ と ‘Columns’ は重複できません" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "" + +#~ msgid "Your query was saved" +#~ msgstr "クエリは保存されました" + +#~ msgid "Your query could not be saved" +#~ msgstr "クエリを保存できませんでした" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "" + +#~ msgid "Could not connect to server" +#~ msgstr "サーバーに接続できませんでした" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "" + +#~ msgid "Query was stopped." +#~ msgstr "" + +#~ msgid "Failed at stopping query." +#~ msgstr "" + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "" + +#~ msgid "shared query" +#~ msgstr "" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "" + +#~ msgid "Pick a chart type!" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" + +#~ msgid "Untitled Query" +#~ msgstr "" + +#~ msgid "Copy of %s" +#~ msgstr "" + +#~ msgid "share query" +#~ msgstr "クエリを共有" + +#~ msgid "copy URL to clipboard" +#~ msgstr "URL をクリップボードにコピー" + +#~ msgid "Raw SQL" +#~ msgstr "" + +#~ msgid "Source SQL" +#~ msgstr "" + +#~ msgid "SQL" +#~ msgstr "" + +#~ msgid "No query history yet..." +#~ msgstr "" + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "" + +#~ msgid "Search Results" +#~ msgstr "検索結果" + +#~ msgid "[From]-" +#~ msgstr "" + +#~ msgid "[To]-" +#~ msgstr "" + +#~ msgid "[Query Status]" +#~ msgstr "" + +#~ msgid "Search" +#~ msgstr "検索" + +#~ msgid "Open in SQL Editor" +#~ msgstr "SQLエディタで開く" + +#~ msgid "view results" +#~ msgstr "結果を見る" + +#~ msgid "Data preview" +#~ msgstr "データプレビュー" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "クエリの結果を可視化" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "" + +#~ msgid "Run query in a new tab" +#~ msgstr "新しいタブでクエリを実行" + +#~ msgid "Remove query from log" +#~ msgstr "ログからクエリを削除" + +#~ msgid ".CSV" +#~ msgstr "" + +#~ msgid "Visualize" +#~ msgstr "可視化する" + +#~ msgid "was created" +#~ msgstr "作成されました" + +#~ msgid "Query in a new tab" +#~ msgstr "新しいタブでクエリ" + +#~ msgid "Fetch data preview" +#~ msgstr "データプレビューを取得" + +#~ msgid "Track Job" +#~ msgstr "ジョブ履歴" + +#~ msgid "Loading..." +#~ msgstr "読み込み中..." + +#~ msgid "Run Selected Query" +#~ msgstr "選択したクエリを実行" + +#~ msgid "Run Query" +#~ msgstr "クエリ実行" + +#~ msgid "Run query asynchronously" +#~ msgstr "クエリを非同期で実行" + +#~ msgid "Stop" +#~ msgstr "中止" + +#~ msgid "Undefined" +#~ msgstr "未定義" + +#~ msgid "Label for your query" +#~ msgstr "" + +#~ msgid "Write a description for your query" +#~ msgstr "" + +#~ msgid "Save" +#~ msgstr "保存" + +#~ msgid "Save Query" +#~ msgstr "クエリを保存" + +#~ msgid "Run a query to display results here" +#~ msgstr "" + +#~ msgid "Preview for %s" +#~ msgstr "" + +#~ msgid "Results" +#~ msgstr "クエリ結果" + +#~ msgid "Query History" +#~ msgstr "クエリ履歴" + +#~ msgid "Create table as with query results" +#~ msgstr "" + +#~ msgid "new table name" +#~ msgstr "" + +#~ msgid "Error while fetching table list" +#~ msgstr "" + +#~ msgid "Error while fetching schema list" +#~ msgstr "" + +#~ msgid "Error while fetching database list" +#~ msgstr "" + +#~ msgid "Database:" +#~ msgstr "" + +#~ msgid "Select a database" +#~ msgstr "" + +#~ msgid "Select a schema (%s)" +#~ msgstr "" + +#~ msgid "Schema:" +#~ msgstr "" + +#~ msgid "Add a table (%s)" +#~ msgstr "" + +#~ msgid "Type to search ..." +#~ msgstr "" + +#~ msgid "Reset State" +#~ msgstr "" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "" + +#~ msgid "Untitled Query %s" +#~ msgstr "" + +#~ msgid "close tab" +#~ msgstr "" + +#~ msgid "rename tab" +#~ msgstr "" + +#~ msgid "expand tool bar" +#~ msgstr "" + +#~ msgid "hide tool bar" +#~ msgstr "" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "" + +#~ msgid "latest partition:" +#~ msgstr "" + +#~ msgid "Keys for table" +#~ msgstr "" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "" + +#~ msgid "Original table column order" +#~ msgstr "" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "" + +#~ msgid "Remove table preview" +#~ msgstr "" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" + +#~ msgid "AS my_alias" +#~ msgstr "" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "" + +#~ msgid "No results available for this query" +#~ msgstr "" + +#~ msgid "Chart Type" +#~ msgstr "グラフ様式" + +#~ msgid "[Chart Type]" +#~ msgstr "" + +#~ msgid "Datasource Name" +#~ msgstr "データソース" + +#~ msgid "datasource name" +#~ msgstr "" + +#~ msgid "Select ..." +#~ msgstr "" + +#~ msgid "Loaded data cached" +#~ msgstr "" + +#~ msgid "Loaded from cache" +#~ msgstr "" + +#~ msgid "Click to force-refresh" +#~ msgstr "" + +#~ msgid "Copy to clipboard" +#~ msgstr "" + +#~ msgid "Not successful" +#~ msgstr "" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" + +#~ msgid "Copied!" +#~ msgstr "" + +#~ msgid "click to edit title" +#~ msgstr "" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "" + +#~ msgid "You have unsaved changes." +#~ msgstr "未保存の変更があります." + +#~ msgid "Click the" +#~ msgstr "" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" + +#~ msgid "Click to force refresh" +#~ msgstr "" + +#~ msgid "Error" +#~ msgstr "" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "" + +#~ msgid "Load a template" +#~ msgstr "" + +#~ msgid "Load a CSS template" +#~ msgstr "" + +#~ msgid "Live CSS Editor" +#~ msgstr "" + +#~ msgid "Don't refresh" +#~ msgstr "" + +#~ msgid "10 seconds" +#~ msgstr "" + +#~ msgid "30 seconds" +#~ msgstr "" + +#~ msgid "1 minute" +#~ msgstr "" + +#~ msgid "5 minutes" +#~ msgstr "" + +#~ msgid "Refresh Interval" +#~ msgstr "" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "" + +#~ msgid "Save Dashboard" +#~ msgstr "ダッシュボードを保存" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "上書き ダッシュボード [%s]" + +#~ msgid "Save as:" +#~ msgstr "" + +#~ msgid "[dashboard name]" +#~ msgstr "" + +#~ msgid "Viz" +#~ msgstr "" + +#~ msgid "Add Slices" +#~ msgstr "スライスを追加" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "ダッシュボードに新しいスライスを追加" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "ダッシュボードにスライスを追加" + +#~ msgid "Move chart" +#~ msgstr "チャートを移動" + +#~ msgid "Force refresh data" +#~ msgstr "" + +#~ msgid "Toggle chart description" +#~ msgstr "グラフの説明を切り替え" + +#~ msgid "Edit chart" +#~ msgstr "チャートを編集" + +#~ msgid "Export CSV" +#~ msgstr "CSVで出力" + +#~ msgid "Explore chart" +#~ msgstr "チャートを見る" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "ダッシュボードからチャートを削除" + +#~ msgid "%s - untitled" +#~ msgstr "" + +#~ msgid "Edit slice properties" +#~ msgstr "" + +#~ msgid "description" +#~ msgstr "" + +#~ msgid "bolt" +#~ msgstr "" + +#~ msgid "Error..." +#~ msgstr "" + +#~ msgid "Query" +#~ msgstr "クエリ" + +#~ msgid "Height" +#~ msgstr "高さ" + +#~ msgid "Width" +#~ msgstr "幅" + +#~ msgid "Export to .json" +#~ msgstr "jsonで出力" + +#~ msgid "Export to .csv format" +#~ msgstr "csvで出力" + +#~ msgid "Please enter a slice name" +#~ msgstr "スライス名を入力してください" + +#~ msgid "Please select a dashboard" +#~ msgstr "ダッシュボードを選択してください" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "ダッシュボード名を入力してください" + +#~ msgid "Save A Slice" +#~ msgstr "スライスを保存" + +#~ msgid "Overwrite slice %s" +#~ msgstr "上書き スライス [%s]" + +#~ msgid "Save as" +#~ msgstr "別名で保存" + +#~ msgid "[slice name]" +#~ msgstr "" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "ダッシュボードに追加しない" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "既存のダッシュボードにスライスを追加" + +#~ msgid "Add to new dashboard" +#~ msgstr "新しいダッシュボードに追加" + +#~ msgid "Save & go to dashboard" +#~ msgstr "保存してダッシュボードに移動" + +#~ msgid "Check out this slice: %s" +#~ msgstr "" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "データソースリストを取得中に何か問題が発生しました" + +#~ msgid "Click to point to another datasource" +#~ msgstr "" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "データソースの設定を編集" + +#~ msgid "Select a datasource" +#~ msgstr "データソースを選択" + +#~ msgid "Search / Filter" +#~ msgstr "検索/フィルタ" + +#~ msgid "Filter value" +#~ msgstr "フィルタ値" + +#~ msgid "Select metric" +#~ msgstr "指標を選択" + +#~ msgid "Select column" +#~ msgstr "列を選択" + +#~ msgid "Select operator" +#~ msgstr "オペレータを選択" + +#~ msgid "Error while fetching data" +#~ msgstr "データの取得中にエラーが発生しました" + +#~ msgid "Select %s" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "" + +#~ msgid "Edit" +#~ msgstr "" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "可視化タイプを選んでください" + +#~ msgid "Updating chart was stopped" +#~ msgstr "" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" + +#~ msgid "Network error." +#~ msgstr "" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "" + +#~ msgid "One or many controls to group by" +#~ msgstr "" + +#~ msgid "The type of visualization to display" +#~ msgstr "" + +#~ msgid "Metrics" +#~ msgstr "指標" + +#~ msgid "One or many metrics to display" +#~ msgstr "" + +#~ msgid "Y Axis Bounds" +#~ msgstr "" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" + +#~ msgid "Ordering" +#~ msgstr "" + +#~ msgid "Annotation Layers" +#~ msgstr "" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "" + +#~ msgid "Select a annotation layer" +#~ msgstr "" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "" + +#~ msgid "Choose the metric" +#~ msgstr "指標を選んでください" + +#~ msgid "Right Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "" + +#~ msgid "Stacked Style" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" + +#~ msgid "Horizon Color Scale" +#~ msgstr "" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "" + +#~ msgid "Rendering" +#~ msgstr "" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "" + +#~ msgid "YScale Interval" +#~ msgstr "" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "" + +#~ msgid "Include Time" +#~ msgstr "" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" + +#~ msgid "Stacked Bars" +#~ msgstr "" + +#~ msgid "Show totals" +#~ msgstr "" + +#~ msgid "Display total row/column" +#~ msgstr "" + +#~ msgid "Show Markers" +#~ msgstr "" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "" + +#~ msgid "Bar Values" +#~ msgstr "" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "" + +#~ msgid "Sort Bars" +#~ msgstr "" + +#~ msgid "Sort bars by x labels." +#~ msgstr "" + +#~ msgid "Combine Metrics" +#~ msgstr "" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" + +#~ msgid "Extra Controls" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" + +#~ msgid "Reduce X ticks" +#~ msgstr "" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" + +#~ msgid "Include Series" +#~ msgstr "" + +#~ msgid "Include series name as an axis" +#~ msgstr "" + +#~ msgid "Color Metric" +#~ msgstr "" + +#~ msgid "A metric to use for color" +#~ msgstr "" + +#~ msgid "Country Name" +#~ msgstr "" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "" + +#~ msgid "Country Field Type" +#~ msgstr "" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" + +#~ msgid "Columns" +#~ msgstr "" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" + +#~ msgid "Columns to display" +#~ msgstr "" + +#~ msgid "Origin" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Left Margin" +#~ msgstr "" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" + +#~ msgid "Time Granularity" +#~ msgstr "時間粒度" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" + +#~ msgid "Domain" +#~ msgstr "" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "" + +#~ msgid "Subdomain" +#~ msgstr "" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" + +#~ msgid "Link Length" +#~ msgstr "" + +#~ msgid "Link length in the force layout" +#~ msgstr "" + +#~ msgid "Charge" +#~ msgstr "" + +#~ msgid "Charge in the force layout" +#~ msgstr "" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" + +#~ msgid "Time Grain" +#~ msgstr "時間単位" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" + +#~ msgid "Resample Rule" +#~ msgstr "" + +#~ msgid "Pandas resample rule" +#~ msgstr "" + +#~ msgid "Resample How" +#~ msgstr "" + +#~ msgid "Pandas resample how" +#~ msgstr "" + +#~ msgid "Resample Fill Method" +#~ msgstr "" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" + +#~ msgid "Since" +#~ msgstr "から" + +#~ msgid "7 days ago" +#~ msgstr "" + +#~ msgid "Until" +#~ msgstr "まで" + +#~ msgid "Max Bubble Size" +#~ msgstr "" + +#~ msgid "Whisker/outlier options" +#~ msgstr "" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" + +#~ msgid "Ratio" +#~ msgstr "比率" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "" + +#~ msgid "Number format" +#~ msgstr "数値の書式" + +#~ msgid "Row limit" +#~ msgstr "行数制限" + +#~ msgid "Series limit" +#~ msgstr "" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "" + +#~ msgid "Sort By" +#~ msgstr "" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" + +#~ msgid "Rolling" +#~ msgstr "" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" + +#~ msgid "Periods" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" + +#~ msgid "Min Periods" +#~ msgstr "" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" + +#~ msgid "Series" +#~ msgstr "" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" + +#~ msgid "Entity" +#~ msgstr "" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "" + +#~ msgid "X Axis" +#~ msgstr "X軸" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "" + +#~ msgid "Y Axis" +#~ msgstr "Y軸" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "" + +#~ msgid "Bubble Size" +#~ msgstr "バブルの大きさ" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" + +#~ msgid "X Axis Label" +#~ msgstr "X軸ラベル" + +#~ msgid "Y Axis Label" +#~ msgstr "Y軸ラベル" + +#~ msgid "Custom WHERE clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" + +#~ msgid "Custom HAVING clause" +#~ msgstr "" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" + +#~ msgid "Comparison Period Lag" +#~ msgstr "" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" + +#~ msgid "Comparison suffix" +#~ msgstr "" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "" + +#~ msgid "Table Timestamp Format" +#~ msgstr "" + +#~ msgid "Timestamp Format" +#~ msgstr "タンムスダンプの様式" + +#~ msgid "Series Height" +#~ msgstr "" + +#~ msgid "Pixel height of each series" +#~ msgstr "" + +#~ msgid "Page Length" +#~ msgstr "" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" + +#~ msgid "X Axis Format" +#~ msgstr "" + +#~ msgid "Y Axis Format" +#~ msgstr "" + +#~ msgid "Right Axis Format" +#~ msgstr "" + +#~ msgid "Markup Type" +#~ msgstr "" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "" + +#~ msgid "Rotation" +#~ msgstr "回転" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "" + +#~ msgid "Line Style" +#~ msgstr "" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" + +#~ msgid "Label Type" +#~ msgstr "" + +#~ msgid "What should be shown on the label?" +#~ msgstr "" + +#~ msgid "Code" +#~ msgstr "" + +#~ msgid "Put your code here" +#~ msgstr "" + +#~ msgid "Aggregation function" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" + +#~ msgid "Font Size From" +#~ msgstr "" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "" + +#~ msgid "Font Size To" +#~ msgstr "" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "" + +#~ msgid "Instant Filtering" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" + +#~ msgid "Date Filter" +#~ msgstr "" + +#~ msgid "Whether to include a time filter" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "" + +#~ msgid "Search Box" +#~ msgstr "" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "" + +#~ msgid "Table Filter" +#~ msgstr "" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "Show Values" +#~ msgstr "" + +#~ msgid "Whether to display the numerical values within the cells" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "" + +#~ msgid "Put labels outside" +#~ msgstr "" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" +#~ msgstr "" + +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "" + +#~ msgid "Zoom level of the map" +#~ msgstr "" + +#~ msgid "Default latitude" +#~ msgstr "" + +#~ msgid "Latitude of default viewport" +#~ msgstr "" + +#~ msgid "Default longitude" +#~ msgstr "" + +#~ msgid "Longitude of default viewport" +#~ msgstr "" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "" + +#~ msgid "Labels for the markers" +#~ msgstr "" + +#~ msgid "Marker lines" +#~ msgstr "" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Time Series Columns" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Annotations" +#~ msgstr "" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "" + +#~ msgid "Axes" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "" + +#~ msgid "Time Series Table" +#~ msgstr "" + +#~ msgid "Bubbles" +#~ msgstr "" + +#~ msgid "Numeric Column" +#~ msgstr "" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" + +#~ msgid "Hierarchy" +#~ msgstr "" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "" + +#~ msgid "Source / Target" +#~ msgstr "" + +#~ msgid "Choose a source and a target" +#~ msgstr "" + +#~ msgid "Chord Diagram" +#~ msgstr "" + +#~ msgid "Choose a number format" +#~ msgstr "" + +#~ msgid "Source" +#~ msgstr "ソース" + +#~ msgid "Choose a source" +#~ msgstr "ソースを選択" + +#~ msgid "Target" +#~ msgstr "ターゲット" + +#~ msgid "Choose a target" +#~ msgstr "ターゲットを選択" + +#~ msgid "ISO 3166-1 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-1 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-1)" +#~ msgstr "" + +#~ msgid "Country Control" +#~ msgstr "" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "" + +#~ msgid "Bubble size" +#~ msgstr "" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "" + +#~ msgid "Filter Box" +#~ msgstr "フィルタボックス" + +#~ msgid "Filter controls" +#~ msgstr "フィルタ項目" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" + +#~ msgid "Heatmap Options" +#~ msgstr "" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "" + +#~ msgid "Labelling" +#~ msgstr "" + +#~ msgid "Visual Tweaks" +#~ msgstr "" + +#~ msgid "Viewport" +#~ msgstr "" + +#~ msgid "Longitude" +#~ msgstr "" + +#~ msgid "Column containing longitude data" +#~ msgstr "" + +#~ msgid "Latitude" +#~ msgstr "" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" + +#~ msgid "Tooltip" +#~ msgstr "" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" + +#~ msgid "Event definition" +#~ msgstr "" + +#~ msgid "Additional meta data" +#~ msgstr "" + +#~ msgid "Column containing entity ids" +#~ msgstr "" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "" + +#~ msgid "Column containing event names" +#~ msgstr "" + +#~ msgid "Event count limit" +#~ msgstr "" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "" + +#~ msgid "Meta data" +#~ msgstr "" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "" + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "" + +#~ msgid "Favorites" +#~ msgstr "お気に入り" + +#~ msgid "Created Content" +#~ msgstr "作成したもの" + +#~ msgid "Recent Activity" +#~ msgstr "近況" + +#~ msgid "Security & Access" +#~ msgstr "セキュリティー" + +#~ msgid "No slices" +#~ msgstr "" + +#~ msgid "No dashboards" +#~ msgstr "" + +#~ msgid "Slices" +#~ msgstr "スライス" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "" + +#~ msgid "Roles" +#~ msgstr "" + +#~ msgid "Databases" +#~ msgstr "データベース" + +#~ msgid "Datasources" +#~ msgstr "" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "" + +#~ msgid "joined" +#~ msgstr "" + +#~ msgid "id:" +#~ msgstr "" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "" + +#~ msgid "Select [%s]" +#~ msgstr "" + +#~ msgid "Druid Clusters" +#~ msgstr "" + +#~ msgid "Sources" +#~ msgstr "ソース" + +#~ msgid "Associated Slices" +#~ msgstr "" + +#~ msgid "Druid Datasources" +#~ msgstr "" + +#~ msgid "Scan New Datasources" +#~ msgstr "" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "" + +#~ msgid "Tables" +#~ msgstr "テーブル" + +#~ msgid "記録数" +#~ msgstr "" + +#~ msgid "Import" +#~ msgstr "" + +#~ msgid "Welcome!" +#~ msgstr "" + +#~ msgid "Manage" +#~ msgstr "管理" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "" + +#~ msgid "Delete" +#~ msgstr "削除" + +#~ msgid "Delete all Really?" +#~ msgstr "本当に全部削除しますか?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" + +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." +#~ msgstr "" + +#~ msgid "Impersonate queries to the database" +#~ msgstr "" + +#~ msgid "Import Dashboards" +#~ msgstr "" + +#~ msgid "Access requests" +#~ msgstr "" + +#~ msgid "Security" +#~ msgstr "セキュリティー" + +#~ msgid "List Slices" +#~ msgstr "" + +#~ msgid "Show Slice" +#~ msgstr "" + +#~ msgid "Add Slice" +#~ msgstr "" + +#~ msgid "Edit Slice" +#~ msgstr "" + +#~ msgid "Slice" +#~ msgstr "スライス" + +#~ msgid "Export" +#~ msgstr "エクスポート" + +#~ msgid "Export dashboards?" +#~ msgstr "" + +#~ msgid "Action Log" +#~ msgstr "アクション履歴" + +#~ msgid "Access was requested" +#~ msgstr "" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "スライス %(id)s が見つかりません" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "テーブル %(t)s はデータベース %(d)s にありません" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "ユーザー ‘%(name)s’ が見つかりません。管理者に作成を依頼してください。" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "" + +#~ msgid "CSS Templates" +#~ msgstr "CSSテンプレート" + +#~ msgid "SQL Lab" +#~ msgstr "SQLツール" + +#~ msgid "Queries" +#~ msgstr "クエリ" + +#~ msgid "Saved Queries" +#~ msgstr "保存されたクエリ" + +#~ msgid "Time Column" +#~ msgstr "時間列" + +#~ msgid "second" +#~ msgstr "秒" + +#~ msgid "minute" +#~ msgstr "分" + +#~ msgid "hour" +#~ msgstr "時間" + +#~ msgid "day" +#~ msgstr "日" + +#~ msgid "week" +#~ msgstr "週" + +#~ msgid "month" +#~ msgstr "月" + +#~ msgid "quarter" +#~ msgstr "4半期" + +#~ msgid "year" +#~ msgstr "年" + +#~ msgid "week_ending_saturday" +#~ msgstr "土曜日を週終わりに" + +#~ msgid "week_start_sunday" +#~ msgstr "日曜日を週初めに" + +#~ msgid "week_start_monday" +#~ msgstr "月曜日を週初めに" + +#~ msgid "5 minute" +#~ msgstr "5分" + +#~ msgid "half hour" +#~ msgstr "半時間" + +#~ msgid "10 minute" +#~ msgstr "10分" + +#~ msgid "Table Name" +#~ msgstr "テーブル名" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "スキーマ" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" + +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" + +#~ msgid "Dataframe Index" +#~ msgstr "" + +#~ msgid "Write dataframe index as a column." +#~ msgstr "" + +#~ msgid "Column Label(s)" +#~ msgstr "" + +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" + +#~ msgid "Viz is missing a datasource" +#~ msgstr "データソースは見つかりません" + +#~ msgid "From date cannot be larger than to date" +#~ msgstr "開始日は終了日を超えてはいけません" + +#~ msgid "Table View" +#~ msgstr "テーブルビュー" + +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "任意の時間精度を選択してください or uncheck ‘Include Time’" + +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "[Group By]と[Metrics]または[列]のいずれかを選択します" + +#~ msgid "Time Table View" +#~ msgstr "" + +#~ msgid "Pick at least one metric" +#~ msgstr "少なくとも1つの指標を選択してください" + +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" + +#~ msgid "Pivot Table" +#~ msgstr "ピボットテーブル" + +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" + +#~ msgid "Please choose at least one metric" +#~ msgstr "少なくとも1つの指標を選択してください" + +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Markup" +#~ msgstr "マークアップ" + +#~ msgid "Separator" +#~ msgstr "セパレータ" + +#~ msgid "Word Cloud" +#~ msgstr "単語の雲" + +#~ msgid "Treemap" +#~ msgstr "ツリーマップ" + +#~ msgid "Calendar Heatmap" +#~ msgstr "カレンダーヒートマップ" + +#~ msgid "Box Plot" +#~ msgstr "ボックスプロット" + +#~ msgid "Bubble Chart" +#~ msgstr "バブル図" + +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "" + +#~ msgid "Bullet Chart" +#~ msgstr "" + +#~ msgid "Pick a metric to display" +#~ msgstr "" + +#~ msgid "Big Number with Trendline" +#~ msgstr "トレンド付き数字" + +#~ msgid "Pick a metric!" +#~ msgstr "指標を選んでください!" + +#~ msgid "Big Number" +#~ msgstr "数値" + +#~ msgid "Time Series - Line Chart" +#~ msgstr "時系列 - 折れ線グラフ" + +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "" + +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" + +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Pick a metric for left axis!" +#~ msgstr "" + +#~ msgid "Pick a metric for right axis!" +#~ msgstr "" + +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "" + +#~ msgid "Time Series - Bar Chart" +#~ msgstr "時系列 - 棒グラフ" + +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" + +#~ msgid "Time Series - Percent Change" +#~ msgstr "時系列 - 変化率" + +#~ msgid "Time Series - Stacked" +#~ msgstr "時系列 - 積み上げ線グラフ" + +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "円グラフ" + +#~ msgid "Histogram" +#~ msgstr "ヒストグラム" + +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" + +#~ msgid "Distribution - Bar Chart" +#~ msgstr "棒グラフ" + +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "" + +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "" + +#~ msgid "Sunburst" +#~ msgstr "" + +#~ msgid "Sankey" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "" + +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" + +#~ msgid "Directed Force Layout" +#~ msgstr "" + +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "" + +#~ msgid "Country Map" +#~ msgstr "国地図" + +#~ msgid "World Map" +#~ msgstr "世界地図" + +#~ msgid "Filters" +#~ msgstr "フィルター" + +#~ msgid "Pick at least one filter field" +#~ msgstr "少なくとも1つのフィルタフィールドを選択してください" + +#~ msgid "iFrame" +#~ msgstr "" + +#~ msgid "Parallel Coordinates" +#~ msgstr "" + +#~ msgid "Heatmap" +#~ msgstr "ヒートマップ" + +#~ msgid "Horizon Charts" +#~ msgstr "" + +#~ msgid "Mapbox" +#~ msgstr "" + +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "" + +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "" + +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "" + +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" + +#~ msgid "Bad spatial key" +#~ msgstr "" + +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Paths" +#~ msgstr "" + +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" + +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" + +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" + +#~ msgid "Deck.gl - Arc" +#~ msgstr "" + +#~ msgid "Event flow" +#~ msgstr "" + +#~ msgid "Time Series - Paired t-test" +#~ msgstr "" + +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" + +#~ msgid "Partition Diagram" +#~ msgstr "" + +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" + +#~ msgid "No data was returned." +#~ msgstr "" + +#~ msgid "Unsupported extraction function: " +#~ msgstr "" + +#~ msgid "List Druid Column" +#~ msgstr "" + +#~ msgid "Show Druid Column" +#~ msgstr "" + +#~ msgid "Add Druid Column" +#~ msgstr "" + +#~ msgid "Edit Druid Column" +#~ msgstr "" + +#~ msgid "Column" +#~ msgstr "列" + +#~ msgid "Type" +#~ msgstr "タイプ" + +#~ msgid "Datasource" +#~ msgstr "データソース" + +#~ msgid "Groupable" +#~ msgstr "グループ分け可能" + +#~ msgid "Filterable" +#~ msgstr "フィルタ可能" + +#~ msgid "Count Distinct" +#~ msgstr "" + +#~ msgid "Sum" +#~ msgstr "" + +#~ msgid "Min" +#~ msgstr "最小値" + +#~ msgid "Max" +#~ msgstr "最大値" + +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" + +#~ msgid "List Druid Metric" +#~ msgstr "" + +#~ msgid "Show Druid Metric" +#~ msgstr "" + +#~ msgid "Add Druid Metric" +#~ msgstr "" + +#~ msgid "Edit Druid Metric" +#~ msgstr "" + +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" + +#~ msgid "Metric" +#~ msgstr "指標" + +#~ msgid "Description" +#~ msgstr "" + +#~ msgid "Verbose Name" +#~ msgstr "" + +#~ msgid "JSON" +#~ msgstr "" + +#~ msgid "Druid Datasource" +#~ msgstr "" + +#~ msgid "Warning Message" +#~ msgstr "" + +#~ msgid "List Druid Cluster" +#~ msgstr "" + +#~ msgid "Show Druid Cluster" +#~ msgstr "" + +#~ msgid "Add Druid Cluster" +#~ msgstr "" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "" + +#~ msgid "Cluster" +#~ msgstr "" + +#~ msgid "Coordinator Host" +#~ msgstr "" + +#~ msgid "Coordinator Port" +#~ msgstr "" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "" + +#~ msgid "Broker Host" +#~ msgstr "" + +#~ msgid "Broker Port" +#~ msgstr "" + +#~ msgid "Broker Endpoint" +#~ msgstr "" + +#~ msgid "List Druid Datasource" +#~ msgstr "" + +#~ msgid "Show Druid Datasource" +#~ msgstr "" + +#~ msgid "Add Druid Datasource" +#~ msgstr "" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" + +#~ msgid "Associated Charts" +#~ msgstr "" + +#~ msgid "Data Source" +#~ msgstr "" + +#~ msgid "Owner" +#~ msgstr "" + +#~ msgid "Is Hidden" +#~ msgstr "" + +#~ msgid "Enable Filter Select" +#~ msgstr "" + +#~ msgid "Default Endpoint" +#~ msgstr "" + +#~ msgid "Time Offset" +#~ msgstr "" + +#~ msgid "Cache Timeout" +#~ msgstr "" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" + +#~ msgid "Empty query?" +#~ msgstr "" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" + +#~ msgid "List Columns" +#~ msgstr "" + +#~ msgid "Show Column" +#~ msgstr "" + +#~ msgid "Add Column" +#~ msgstr "" + +#~ msgid "Edit Column" +#~ msgstr "" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" + +#~ msgid "Table" +#~ msgstr "テーブル" + +#~ msgid "Expression" +#~ msgstr "" + +#~ msgid "Is temporal" +#~ msgstr "" + +#~ msgid "Datetime Format" +#~ msgstr "" + +#~ msgid "Database Expression" +#~ msgstr "" + +#~ msgid "List Metrics" +#~ msgstr "" + +#~ msgid "Show Metric" +#~ msgstr "" + +#~ msgid "Add Metric" +#~ msgstr "" + +#~ msgid "Edit Metric" +#~ msgstr "" + +#~ msgid "SQL Expression" +#~ msgstr "" + +#~ msgid "D3 Format" +#~ msgstr "" + +#~ msgid "Is Restricted" +#~ msgstr "" + +#~ msgid "List Tables" +#~ msgstr "" + +#~ msgid "Show Table" +#~ msgstr "" + +#~ msgid "Add Table" +#~ msgstr "" + +#~ msgid "Edit Table" +#~ msgstr "" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" + +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" + +#~ msgid "Changed By" +#~ msgstr "更新者" + +#~ msgid "Last Changed" +#~ msgstr "最終更新日" + +#~ msgid "Offset" +#~ msgstr "" + +#~ msgid "Fetch Values Predicate" +#~ msgstr "" + +#~ msgid "Main Datetime Column" +#~ msgstr "" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" + +#~ msgid "Profile" +#~ msgstr "プロファイル" + +#~ msgid "Logout" +#~ msgstr "ログアウト" + +#~ msgid "Login" +#~ msgstr "ログイン" + +#~ msgid "Record Count" +#~ msgstr "" + +#~ msgid "No records found" +#~ msgstr "" + +#~ msgid "Add Filter" +#~ msgstr "フィルターを追加" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "" + +#~ msgid "Request Permissions" +#~ msgstr "" + +#~ msgid "Cancel" +#~ msgstr "キャンセル" + +#~ msgid "Test Connection" +#~ msgstr "" + +#~ msgid "json isn't valid" +#~ msgstr "" + +#~ msgid "List Databases" +#~ msgstr "データベースリスト" + +#~ msgid "Show Database" +#~ msgstr "データベースを表示" + +#~ msgid "Add Database" +#~ msgstr "データベースを追加" + +#~ msgid "Edit Database" +#~ msgstr "データベースリンクを編集" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "" + +#~ msgid "Allow DML" +#~ msgstr "" + +#~ msgid "CTAS Schema" +#~ msgstr "" + +#~ msgid "Creator" +#~ msgstr "作成者" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "" + +#~ msgid "Extra" +#~ msgstr "" + +#~ msgid "Allow Run Sync" +#~ msgstr "" + +#~ msgid "Allow Run Async" +#~ msgstr "" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "" + +#~ msgid "CSV to Database configuration" +#~ msgstr "" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "ユーザー" + +#~ msgid "User Roles" +#~ msgstr "" + +#~ msgid "Database URL" +#~ msgstr "" + +#~ msgid "Roles to grant" +#~ msgstr "" + +#~ msgid "Created On" +#~ msgstr "作成日" + +#~ msgid "List Charts" +#~ msgstr "" + +#~ msgid "Show Chart" +#~ msgstr "" + +#~ msgid "Add Chart" +#~ msgstr "" + +#~ msgid "Edit Chart" +#~ msgstr "" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" + +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "" + +#~ msgid "Dashboards" +#~ msgstr "ダッシュボード" + +#~ msgid "Last Modified" +#~ msgstr "最終更新日" + +#~ msgid "Owners" +#~ msgstr "所有者" + +#~ msgid "Parameters" +#~ msgstr "パラメータ" + +#~ msgid "Chart" +#~ msgstr "" + +#~ msgid "Name" +#~ msgstr "名前" + +#~ msgid "Visualization Type" +#~ msgstr "グラフ様式" + +#~ msgid "List Dashboards" +#~ msgstr "" + +#~ msgid "Show Dashboard" +#~ msgstr "" + +#~ msgid "Add Dashboard" +#~ msgstr "" + +#~ msgid "Edit Dashboard" +#~ msgstr "" + +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" + +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" + +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "" + +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" + +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "" + +#~ msgid "Dashboard" +#~ msgstr "ダッシュボード" + +#~ msgid "Title" +#~ msgstr "タイトル" + +#~ msgid "Slug" +#~ msgstr "" + +#~ msgid "Charts" +#~ msgstr "" + +#~ msgid "Modified" +#~ msgstr "最終更新日" + +#~ msgid "Position JSON" +#~ msgstr "" + +#~ msgid "CSS" +#~ msgstr "" + +#~ msgid "JSON Metadata" +#~ msgstr "" + +#~ msgid "Underlying Tables" +#~ msgstr "" + +#~ msgid "Action" +#~ msgstr "アクション" + +#~ msgid "dttm" +#~ msgstr "" + +#~ msgid "You don't have the rights to " +#~ msgstr "" + +#~ msgid "alter this " +#~ msgstr "" + +#~ msgid "chart" +#~ msgstr "" + +#~ msgid "create a " +#~ msgstr "" + +#~ msgid "dashboard" +#~ msgstr "" + +#~ msgid "Query record was not created as expected." +#~ msgstr "" + +#~ msgid "Template Name" +#~ msgstr "テンプレート名" + +#~ msgid "SQL Editor" +#~ msgstr "SQLエディタ" + +#~ msgid "Query Search" +#~ msgstr "クエリを検索" + +#~ msgid "Status" +#~ msgstr "状態" + +#~ msgid "Start Time" +#~ msgstr "開始時間" + +#~ msgid "End Time" +#~ msgstr "終了時間" + +#~ msgid "List Saved Query" +#~ msgstr "保存されたクエリのリスト" + +#~ msgid "Show Saved Query" +#~ msgstr "保存されたクエリを表示" + +#~ msgid "Add Saved Query" +#~ msgstr "保存されたクエリを追加" + +#~ msgid "Edit Saved Query" +#~ msgstr "保存されたクエリの編集" + +#~ msgid "Label" +#~ msgstr "" + +#~ msgid "Pop Tab Link" +#~ msgstr "新しいタブでクエリ" + +#~ msgid "Changed on" +#~ msgstr "変更日" diff --git a/superset/translations/messages.pot b/superset/translations/messages.pot index 85a2c76402995..8b9aaffbab95e 100644 --- a/superset/translations/messages.pot +++ b/superset/translations/messages.pot @@ -1,1529 +1,1662 @@ # Translations template for PROJECT. -# Copyright (C) 2017 ORGANIZATION +# Copyright (C) 2018 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2017. +# FIRST AUTHOR , 2018. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-11-01 01:31+0000\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:570 -#: superset/db_engine_specs.py:216 superset/db_engine_specs.py:247 -#: superset/db_engine_specs.py:291 superset/db_engine_specs.py:339 -#: superset/db_engine_specs.py:395 superset/db_engine_specs.py:893 -#: superset/db_engine_specs.py:929 superset/db_engine_specs.py:961 -#: superset/db_engine_specs.py:1007 superset/db_engine_specs.py:1044 -#: superset/db_engine_specs.py:1069 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" msgstr "" -#: superset/db_engine_specs.py:217 superset/db_engine_specs.py:248 -#: superset/db_engine_specs.py:340 superset/db_engine_specs.py:396 -#: superset/db_engine_specs.py:894 superset/db_engine_specs.py:962 -#: superset/db_engine_specs.py:1045 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" msgstr "" -#: superset/db_engine_specs.py:218 superset/db_engine_specs.py:251 -#: superset/db_engine_specs.py:343 superset/db_engine_specs.py:398 -#: superset/db_engine_specs.py:896 superset/db_engine_specs.py:930 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:1008 -#: superset/db_engine_specs.py:1046 superset/db_engine_specs.py:1070 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" msgstr "" -#: superset/db_engine_specs.py:219 superset/db_engine_specs.py:255 -#: superset/db_engine_specs.py:345 superset/db_engine_specs.py:400 -#: superset/db_engine_specs.py:902 superset/db_engine_specs.py:932 -#: superset/db_engine_specs.py:966 superset/db_engine_specs.py:1014 -#: superset/db_engine_specs.py:1047 superset/db_engine_specs.py:1071 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" msgstr "" -#: superset/db_engine_specs.py:220 superset/db_engine_specs.py:260 -#: superset/db_engine_specs.py:292 superset/db_engine_specs.py:347 -#: superset/db_engine_specs.py:402 superset/db_engine_specs.py:904 -#: superset/db_engine_specs.py:934 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:1016 superset/db_engine_specs.py:1048 -#: superset/db_engine_specs.py:1072 +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" msgstr "" -#: superset/db_engine_specs.py:221 superset/db_engine_specs.py:266 -#: superset/db_engine_specs.py:293 superset/db_engine_specs.py:348 -#: superset/db_engine_specs.py:404 superset/db_engine_specs.py:906 -#: superset/db_engine_specs.py:936 superset/db_engine_specs.py:970 -#: superset/db_engine_specs.py:1049 superset/db_engine_specs.py:1073 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" msgstr "" -#: superset/db_engine_specs.py:222 superset/db_engine_specs.py:268 -#: superset/db_engine_specs.py:295 superset/db_engine_specs.py:350 -#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:938 superset/db_engine_specs.py:972 -#: superset/db_engine_specs.py:1018 superset/db_engine_specs.py:1050 -#: superset/db_engine_specs.py:1074 +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" msgstr "" -#: superset/db_engine_specs.py:223 superset/db_engine_specs.py:270 -#: superset/db_engine_specs.py:352 superset/db_engine_specs.py:408 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:940 -#: superset/db_engine_specs.py:974 superset/db_engine_specs.py:1020 -#: superset/db_engine_specs.py:1051 superset/db_engine_specs.py:1075 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" msgstr "" -#: superset/db_engine_specs.py:224 superset/db_engine_specs.py:274 -#: superset/db_engine_specs.py:354 superset/db_engine_specs.py:912 -#: superset/db_engine_specs.py:942 superset/db_engine_specs.py:1022 -#: superset/db_engine_specs.py:1052 superset/db_engine_specs.py:1076 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" msgstr "" -#: superset/db_engine_specs.py:356 -msgid "week_start_monday" -msgstr "" - -#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:976 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" msgstr "" -#: superset/db_engine_specs.py:413 superset/db_engine_specs.py:979 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" msgstr "" -#: superset/db_engine_specs.py:898 superset/db_engine_specs.py:1010 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" msgstr "" -#: superset/db_engine_specs.py:900 +#: superset/db_engine_specs.py:1166 msgid "half hour" msgstr "" -#: superset/db_engine_specs.py:1012 +#: superset/db_engine_specs.py:1260 msgid "10 minute" msgstr "" -#: superset/utils.py:499 +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" + +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" msgstr "" -#: superset/viz.py:52 +#: superset/viz.py:60 msgid "Viz is missing a datasource" msgstr "" -#: superset/viz.py:172 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:335 -#: superset/viz.py:350 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" msgstr "" -#: superset/viz.py:362 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -#: superset/viz.py:372 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -#: superset/viz.py:441 +#: superset/viz.py:596 msgid "Time Table View" msgstr "" -#: superset/viz.py:450 superset/viz.py:1218 +#: superset/viz.py:605 superset/viz.py:1464 msgid "Pick at least one metric" msgstr "" -#: superset/viz.py:453 +#: superset/viz.py:608 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:413 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" msgstr "" -#: superset/viz.py:497 -msgid "Please choose at least one \"Group by\" field " +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " msgstr "" -#: superset/viz.py:499 +#: superset/viz.py:653 msgid "Please choose at least one metric" msgstr "" -#: superset/viz.py:503 -msgid "'Group By' and 'Columns' can't overlap" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:400 -#: superset/viz.py:536 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:438 -#: superset/viz.py:555 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:460 -#: superset/viz.py:567 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:590 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:508 -#: superset/viz.py:616 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:529 -#: superset/viz.py:674 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:550 -#: superset/viz.py:763 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" msgstr "" -#: superset/viz.py:787 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:601 -#: superset/viz.py:813 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" msgstr "" -#: superset/viz.py:839 +#: superset/viz.py:1003 msgid "Pick a metric to display" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:624 -#: superset/viz.py:862 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" msgstr "" -#: superset/viz.py:870 superset/viz.py:899 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:649 -#: superset/viz.py:891 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:158 -#: superset/viz.py:918 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:966 superset/viz.py:1119 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" msgstr "" -#: superset/viz.py:1062 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1072 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" msgstr "" -#: superset/viz.py:1074 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" msgstr "" -#: superset/viz.py:1076 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:239 -#: superset/viz.py:1137 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:275 -#: superset/viz.py:1145 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:298 -#: superset/viz.py:1153 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" msgstr "" -#: superset/viz.py:1162 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:674 -#: superset/viz.py:1180 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" msgstr "" -#: superset/viz.py:1190 -msgid "Must have one numeric column specified" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1205 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" msgstr "" -#: superset/viz.py:1216 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" msgstr "" -#: superset/viz.py:1220 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:706 -#: superset/viz.py:1273 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1306 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1313 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" msgstr "" -#: superset/viz.py:1344 +#: superset/viz.py:1588 msgid "" "There's a loop in your Sankey, please provide a tree. Here's a faulty " "link: {}" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -#: superset/viz.py:1355 superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1362 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:835 -#: superset/viz.py:1409 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -#: superset/viz.py:1437 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1487 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" msgstr "" -#: superset/viz.py:1495 +#: superset/viz.py:1752 msgid "Pick at least one filter field" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:933 -#: superset/viz.py:1522 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:945 -#: superset/viz.py:1539 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:967 -#: superset/viz.py:1564 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" msgstr "" -#: superset/viz.py:1623 +#: superset/viz.py:1878 msgid "Horizon Charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1027 -#: superset/viz.py:1634 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" msgstr "" -#: superset/viz.py:1649 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1662 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1667 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" msgstr "" -#: superset/viz.py:1672 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1098 -#: superset/viz.py:1738 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1143 -#: superset/viz.py:1769 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/viz.py:1831 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 msgid "Partition Diagram" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "" - -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:242 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:281 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:84 superset/connectors/sqla/views.py:134 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:389 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:105 -#: superset/connectors/druid/views.py:227 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:130 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:383 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:122 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:167 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:197 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:249 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:252 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:260 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:264 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:54 -msgid "Create a new slice" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:59 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:65 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 msgid "Choose a datasource" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:71 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:77 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 msgid "Choose a visualization type" msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:87 -msgid "Create new slice" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" + +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:70 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:73 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:89 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:489 superset/views/core.py:556 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" +msgstr "" + +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" +#: superset/assets/src/dashboard/components/Controls.jsx:120 +#, python-format +msgid "Checkout this dashboard: %s" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:165 -#, python-format -msgid "Served from data cached %s . Click to force refresh." +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:170 -msgid "Click to force refresh" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:358 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:359 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:47 -#, python-format -msgid "Checkout this dashboard: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:53 -msgid "Force refresh the whole dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:93 -msgid "Edit this dashboard's properties" +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" +msgstr "" + +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:496 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" + +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" + +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" + +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:388 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:494 superset/views/core.py:558 -#: superset/views/sql_lab.py:57 -msgid "Modified" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 msgid "Export CSV" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 msgid "Remove chart from dashboard" msgstr "" -#: superset/assets/javascripts/explore/validators.js:11 -msgid "is expected to be a number" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/validators.js:18 -msgid "is expected to be an integer" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" msgstr "" -#: superset/assets/javascripts/explore/validators.js:30 -msgid "cannot be empty" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 +msgid "Visualization Type" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:43 -msgid "Changing this control takes effect instantly" +#: superset/assets/src/explore/controls.jsx:169 +msgid "The type of visualization to display" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:63 -msgid "Error..." +#: superset/assets/src/explore/controls.jsx:175 +msgid "Metrics" msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:114 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:138 -#: superset/assets/javascripts/explore/stores/visTypes.js:378 -#: superset/assets/javascripts/explore/stores/visTypes.js:416 -#: superset/assets/javascripts/explore/stores/visTypes.js:463 -#: superset/assets/javascripts/explore/stores/visTypes.js:484 -#: superset/assets/javascripts/explore/stores/visTypes.js:512 -#: superset/assets/javascripts/explore/stores/visTypes.js:532 -#: superset/assets/javascripts/explore/stores/visTypes.js:553 -#: superset/assets/javascripts/explore/stores/visTypes.js:605 -#: superset/assets/javascripts/explore/stores/visTypes.js:627 -#: superset/assets/javascripts/explore/stores/visTypes.js:652 -#: superset/assets/javascripts/explore/stores/visTypes.js:677 -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -#: superset/assets/javascripts/explore/stores/visTypes.js:838 -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -#: superset/assets/javascripts/explore/stores/visTypes.js:908 -#: superset/assets/javascripts/explore/stores/visTypes.js:948 -#: superset/assets/javascripts/explore/stores/visTypes.js:970 -#: superset/assets/javascripts/explore/stores/visTypes.js:1030 -msgid "Query" +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 +msgid "One or many metrics to display" msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" +#: superset/assets/src/explore/controls.jsx:207 +msgid "Y Axis Bounds" msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" +#: superset/assets/src/explore/controls.jsx:210 +msgid "" +"Bounds for the Y axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" +#: superset/assets/src/explore/controls.jsx:219 +msgid "Ordering" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "" - -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:50 -msgid "`Min` value should be numeric or empty" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:53 -msgid "`Max` value should be numeric or empty" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:70 -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:87 -msgid "Min" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:78 -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:88 -msgid "Max" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" msgstr "" -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:155 -#, python-format -msgid "Select %s" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" -msgstr "" - -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:226 -#, python-format -msgid "An error occurred while rendering the visualization: %s" -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 -msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within" -" the timeout range. If that is the case, we recommend that you summarize " -"your data further." -msgstr "" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:37 -msgid "A reference to the [Time] configuration, taking granularity into account" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:51 -msgid "Group by" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:54 -msgid "One or many controls to group by" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:73 -#: superset/connectors/druid/views.py:43 superset/views/core.py:326 -#: superset/views/core.py:350 superset/views/core.py:382 -msgid "Datasource" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:83 -#: superset/views/core.py:390 -msgid "Visualization Type" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:85 -msgid "The type of visualization to display" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:91 -msgid "Metrics" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:100 -#: superset/assets/javascripts/explore/stores/controls.jsx:132 -msgid "One or many metrics to display" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:106 -msgid "Percentage Metrics" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:113 -msgid "Metrics for which percentage of total are to be displayed" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:118 -msgid "Y Axis Bounds" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:121 +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 msgid "" -"Bounds for the Y axis. When left empty, the bounds are dynamically " -"defined based on the min/max of the data. Note that this feature will " -"only expand the axis range. It won't narrow the data's extent." -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Ordering" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Annotation layers to overlay on the visualization" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:145 -msgid "Select a annotation layer" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:146 -msgid "Error while fetching annotation layers" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:157 -#: superset/assets/javascripts/explore/stores/visTypes.js:859 -#: superset/connectors/druid/views.py:104 superset/connectors/sqla/views.py:129 +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 msgid "Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:159 -msgid "Choose the metric" -msgstr "" - -#: superset/assets/javascripts/explore/stores/controls.jsx:172 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:176 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:187 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 msgid "Sort X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:207 +#: superset/assets/src/explore/controls.jsx:317 msgid "Sort Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:215 +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:233 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:240 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:247 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:254 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:259 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:266 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:272 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:275 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:281 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:284 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:290 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:291 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:297 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 msgid "Show percentage" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:428 msgid "Whether to include the percentage in the tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:305 +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:313 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:316 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:321 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:324 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:332 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:337 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:339 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:344 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:346 +#: superset/assets/src/explore/controls.jsx:476 msgid "" "Display metrics side by side within each column, as opposed to each " "column being displayed side by side for each metric." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:352 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:355 +#: superset/assets/src/explore/controls.jsx:485 msgid "" "Whether to show extra controls or not. Extra controls include things like" " making mulitBar charts stacked or side by side." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:362 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:495 msgid "" "Reduces the number of X axis ticks to be rendered. If true, the x axis " "wont overflow and labels may be missing. If false, a minimum width will " @@ -1531,137 +1664,227 @@ msgid "" "scroll." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:377 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:382 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:384 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:391 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:410 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:414 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:422 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:429 -#: superset/assets/javascripts/explore/stores/controls.jsx:436 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:430 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:438 -#: superset/assets/javascripts/explore/stores/controls.jsx:448 -#: superset/assets/javascripts/explore/stores/controls.jsx:458 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:480 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:484 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:490 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:494 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:517 +#: superset/assets/src/explore/controls.jsx:785 msgid "" "The time granularity for the visualization. Note that you can type and " "use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:524 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:527 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:532 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:535 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:542 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:545 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:551 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:565 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:573 +#: superset/assets/src/explore/controls.jsx:839 msgid "" "The time column for the visualization. Note that you can define arbitrary" -" expression that return a DATETIME column in the table or. Also note that" -" the filter below is applied against this column or expression" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:588 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " @@ -1669,122 +1892,176 @@ msgid "" "in the Superset source code." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:619 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:622 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:628 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:629 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:635 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:642 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:650 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:652 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:663 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:666 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 -#: superset/assets/javascripts/explore/stores/visTypes.js:643 -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -#: superset/assets/javascripts/explore/stores/visTypes.js:817 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:690 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:693 -msgid "Limits the number of time series that get displayed" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:698 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:993 msgid "Sort Descending" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:710 +#: superset/assets/src/explore/controls.jsx:995 msgid "Whether to sort descending or ascending" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:715 +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:718 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" "Defines a rolling window function to apply, works along with the " "[Periods] text box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:724 +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:726 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:732 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:734 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " "instance if you do a cumulative sum on 7 days you may want your \"Min " @@ -1793,1404 +2070,2040 @@ msgid "" "periods" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:743 -#: superset/assets/javascripts/explore/stores/visTypes.js:124 +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:745 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" "Defines the grouping of entities. Each series is shown as a specific " "color on the chart and has a legend toggle" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:755 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:758 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:766 -#: superset/assets/javascripts/explore/stores/visTypes.js:173 -#: superset/assets/javascripts/explore/stores/visTypes.js:574 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:767 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:780 -#: superset/assets/javascripts/explore/stores/visTypes.js:180 -#: superset/assets/javascripts/explore/stores/visTypes.js:582 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:783 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:794 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:807 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:808 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" "The URL, this control is templated, so you can integrate {{ width }} " "and/or {{ height }} in your URL string." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:815 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:822 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:829 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" "The text in this box gets included in your query's WHERE clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:841 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" "The text in this box gets included in your query's HAVING clause, as an " "AND to other criteria. You can include complex expression, parenthesis " "and anything else supported by the backend it is directed towards." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:849 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:851 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:857 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:863 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:877 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:883 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:886 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:892 -#: superset/assets/javascripts/explore/stores/controls.jsx:902 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:931 +#: superset/assets/src/explore/controls.jsx:1295 msgid "Date Time Format" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:945 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:950 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:953 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:958 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:963 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:968 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:977 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:982 -#: superset/assets/javascripts/explore/stores/visTypes.js:403 -#: superset/assets/javascripts/explore/stores/visTypes.js:441 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:992 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1004 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" "Aggregate function to apply when pivoting and computing the total rows " "and columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1011 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1013 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1021 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1037 -msgid "Range Filter" +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1040 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1045 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1047 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1052 +#: superset/assets/src/explore/controls.jsx:1431 msgid "Show SQL Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1433 msgid "Check to include SQL Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1059 +#: superset/assets/src/explore/controls.jsx:1438 msgid "Show SQL Time Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1061 +#: superset/assets/src/explore/controls.jsx:1440 msgid "Check to include Time Column dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1066 +#: superset/assets/src/explore/controls.jsx:1445 msgid "Show Druid Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1068 +#: superset/assets/src/explore/controls.jsx:1447 msgid "Check to include Druid Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1452 msgid "Show Druid Time Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1075 +#: superset/assets/src/explore/controls.jsx:1454 msgid "Check to include Time Origin dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1080 +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1082 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1097 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1102 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1105 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1110 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1113 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1118 +#: superset/assets/src/explore/controls.jsx:1514 msgid "Show Values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1517 msgid "Whether to display the numerical values within the cells" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1134 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1137 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1142 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1145 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1151 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1159 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1162 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1167 +#: superset/assets/src/explore/controls.jsx:1571 msgid "Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1170 +#: superset/assets/src/explore/controls.jsx:1574 msgid "Use a log scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1175 +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1178 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1183 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1186 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1191 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1193 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1198 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1201 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1207 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " "is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1216 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1218 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " "delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " "days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1226 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1227 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1235 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " "aggregated with the aggregator. Non-numerical columns will be used to " "label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1246 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1256 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1262 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1275 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " "to turn off clustering, but beware that a large number of points (>1000) " "will cause lag." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1282 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" "The radius of individual points (ones that are not in a cluster). Either " "a numerical column or `Auto`, which scales the point based on the largest" " cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1294 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1297 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1302 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1311 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1314 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1320 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1323 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1329 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1332 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1338 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1340 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1346 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1356 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1361 +#: superset/assets/src/explore/controls.jsx:1804 msgid "Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1806 msgid "Pick a color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1369 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1374 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1381 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1383 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1388 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1390 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1395 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1397 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1402 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1404 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1431 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1433 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1438 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1440 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1445 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1446 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1454 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1457 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1463 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1467 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1473 +#: superset/assets/src/explore/controls.jsx:1939 msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1475 +#: superset/assets/src/explore/controls.jsx:1941 msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1480 +#: superset/assets/src/explore/controls.jsx:1946 msgid "p-value precision" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1482 +#: superset/assets/src/explore/controls.jsx:1948 msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1487 +#: superset/assets/src/explore/controls.jsx:1953 msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1489 +#: superset/assets/src/explore/controls.jsx:1955 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1494 +#: superset/assets/src/explore/controls.jsx:1960 msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1501 -#: superset/assets/javascripts/explore/stores/visTypes.js:356 -#: superset/assets/javascripts/explore/stores/visTypes.js:470 -#: superset/assets/javascripts/explore/stores/visTypes.js:519 -#: superset/assets/javascripts/explore/stores/visTypes.js:782 -#: superset/assets/javascripts/explore/stores/visTypes.js:846 -#: superset/assets/javascripts/explore/stores/visTypes.js:936 -#: superset/assets/javascripts/explore/stores/visTypes.js:958 +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1968 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1507 +#: superset/assets/src/explore/controls.jsx:1984 msgid "Not Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1509 +#: superset/assets/src/explore/controls.jsx:1986 msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1512 +#: superset/assets/src/explore/controls.jsx:1989 msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1514 +#: superset/assets/src/explore/controls.jsx:1991 msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1517 +#: superset/assets/src/explore/controls.jsx:1994 msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1519 +#: superset/assets/src/explore/controls.jsx:1996 msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1522 +#: superset/assets/src/explore/controls.jsx:1999 msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1524 +#: superset/assets/src/explore/controls.jsx:2001 msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1527 +#: superset/assets/src/explore/controls.jsx:2004 msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1529 +#: superset/assets/src/explore/controls.jsx:2006 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1532 +#: superset/assets/src/explore/controls.jsx:2009 msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1534 +#: superset/assets/src/explore/controls.jsx:2011 msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1537 +#: superset/assets/src/explore/controls.jsx:2014 msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1539 +#: superset/assets/src/explore/controls.jsx:2016 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1542 -#: superset/assets/javascripts/explore/stores/visTypes.js:66 +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1544 +#: superset/assets/src/explore/controls.jsx:2021 msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1549 +#: superset/assets/src/explore/controls.jsx:2026 msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1554 +#: superset/assets/src/explore/controls.jsx:2031 msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1557 +#: superset/assets/src/explore/controls.jsx:2034 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1562 +#: superset/assets/src/explore/controls.jsx:2039 msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1566 +#: superset/assets/src/explore/controls.jsx:2043 msgid "" "The maximum number of subdivisions of each group; lower values are pruned" " first" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1572 -msgid "Partition Threshold" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1576 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"Partitions whose height to parent height proportions are below this value" -" are pruned" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:2067 +msgid "" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2150 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" +msgstr "" + +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" +msgstr "" + +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:72 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 +#: superset/assets/src/explore/visTypes.js:90 msgid "Result Filters" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/visTypes.js:92 msgid "" "The filters to apply after post-aggregation.Leave the value control empty" " to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:110 -#: superset/assets/javascripts/explore/stores/visTypes.js:146 -#: superset/assets/javascripts/explore/stores/visTypes.js:164 -#: superset/assets/javascripts/explore/stores/visTypes.js:203 -#: superset/assets/javascripts/explore/stores/visTypes.js:245 -#: superset/assets/javascripts/explore/stores/visTypes.js:280 -#: superset/assets/javascripts/explore/stores/visTypes.js:303 -#: superset/assets/javascripts/explore/stores/visTypes.js:492 -#: superset/assets/javascripts/explore/stores/visTypes.js:540 -#: superset/assets/javascripts/explore/stores/visTypes.js:561 -#: superset/assets/javascripts/explore/stores/visTypes.js:612 -#: superset/assets/javascripts/explore/stores/visTypes.js:634 -#: superset/assets/javascripts/explore/stores/visTypes.js:659 -#: superset/assets/javascripts/explore/stores/visTypes.js:685 -#: superset/assets/javascripts/explore/stores/visTypes.js:718 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/assets/javascripts/explore/stores/visTypes.js:1018 -#: superset/assets/javascripts/explore/stores/visTypes.js:1173 +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 msgid "Chart Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Breakdowns" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:868 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1439 +msgid "" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:128 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:134 -msgid "Pie Chart" +#: superset/assets/src/explore/visTypes.js:1599 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:199 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:210 -msgid "Y Axis 1" +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:216 -msgid "Y Axis 2" +#: superset/assets/src/explore/visTypes.js:1608 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Left Axis Metric" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:226 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:229 -msgid "Left Axis Format" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:255 -#: superset/assets/javascripts/explore/stores/visTypes.js:313 -msgid "Axes" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "GROUP BY" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:339 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:348 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:349 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:375 -msgid "Time Series Table" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:392 -msgid "" -"Templated link, it's possible to include {{ metric }} or other values " -"coming from the controls." +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:424 -msgid "Pivot Options" +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:568 -#: superset/assets/javascripts/explore/stores/visTypes.js:880 -msgid "Bubbles" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:694 -msgid "Numeric Column" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:695 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:698 -msgid "No of Bins" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:726 -msgid "Primary Metric" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:727 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:730 -msgid "Secondary Metric" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:731 -msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -msgid "Hierarchy" +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:763 -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Source / Target" +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -#: superset/assets/javascripts/explore/stores/visTypes.js:792 -msgid "Choose a source and a target" +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Chord Diagram" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:818 -msgid "Choose a number format" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:821 -msgid "Source" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:824 -msgid "Choose a source" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:827 -msgid "Target" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:830 -msgid "Choose a target" +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:855 -msgid "ISO 3166-2 codes of region/province/department" +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:856 -msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-2)" +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:890 -msgid "Country Control" +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:891 -msgid "3 letter code of the country" +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:894 -msgid "Metric for color" +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:895 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 -msgid "Bubble size" +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:899 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:905 -msgid "Filter Box" +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -msgid "Filter controls" +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:922 -msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:978 -msgid "Heatmap Options" +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:999 -msgid "Value bounds" +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1008 -msgid "Value Format" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1014 -msgid "Horizon" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1040 -msgid "Points" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1047 -msgid "Labelling" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1054 -msgid "Visual Tweaks" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1063 -msgid "Viewport" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -msgid "Longitude" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1074 -msgid "Column containing longitude data" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Latitude" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1078 -msgid "Column containing latitude data" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1081 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1082 -msgid "" -"Aggregate function applied to the list of points in each cluster to " -"produce the cluster label." +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1086 -msgid "Tooltip" +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1091 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1102 -msgid "Event definition" +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Additional meta data" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1120 -msgid "Column containing entity ids" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1121 -msgid "e.g., a \"user id\" column" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1124 -msgid "Column containing event names" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1132 -msgid "Event count limit" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1133 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1136 -msgid "Meta data" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1137 -msgid "Select any columns for meta data inspection" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1149 -msgid "Paired t-test" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1166 -msgid "Time Series Options" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" msgstr "" -#: superset/assets/javascripts/modules/superset.js:132 -msgid "" -"The server could not be reached. You may want to verify your connection " -"and try again." +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" msgstr "" -#: superset/assets/javascripts/modules/superset.js:135 -#, python-format -msgid "An unknown error occurred. (Status: %s )" +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 msgid "Favorites" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 +#: superset/assets/src/profile/components/App.jsx:30 msgid "Created Content" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 +#: superset/assets/src/profile/components/App.jsx:37 msgid "Recent Activity" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 +#: superset/assets/src/profile/components/App.jsx:42 msgid "Security & Access" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 +#: superset/assets/src/profile/components/CreatedContent.jsx:49 msgid "No dashboards" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:381 -#: superset/views/core.py:546 +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 msgid "Dashboards" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:421 superset/views/core.py:491 -msgid "Slices" +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 +#: superset/assets/src/profile/components/Favorites.jsx:50 msgid "No favorite dashboards yet, go click on stars!" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 +#: superset/assets/src/profile/components/Security.jsx:14 msgid "Roles" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:292 +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 msgid "Databases" msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 +#: superset/assets/src/profile/components/Security.jsx:34 msgid "Datasources" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 +#: superset/assets/src/profile/components/UserInfo.jsx:19 msgid "Profile picture provided by Gravatar" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 +#: superset/assets/src/profile/components/UserInfo.jsx:34 msgid "joined" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 +#: superset/assets/src/profile/components/UserInfo.jsx:44 msgid "id:" msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 +#: superset/assets/src/visualizations/EventFlow.jsx:56 msgid "Sorry, there appears to be no data" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:181 +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 #, python-format msgid "Select [%s]" msgstr "" -#: superset/connectors/druid/models.py:1073 +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 msgid "No data was returned." msgstr "" -#: superset/connectors/druid/views.py:26 +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" + +#: superset/connectors/druid/views.py:33 msgid "List Druid Column" msgstr "" -#: superset/connectors/druid/views.py:27 +#: superset/connectors/druid/views.py:34 msgid "Show Druid Column" msgstr "" -#: superset/connectors/druid/views.py:28 +#: superset/connectors/druid/views.py:35 msgid "Add Druid Column" msgstr "" -#: superset/connectors/druid/views.py:29 +#: superset/connectors/druid/views.py:36 msgid "Edit Druid Column" msgstr "" -#: superset/connectors/druid/views.py:41 superset/connectors/sqla/views.py:79 +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 msgid "Column" msgstr "" -#: superset/connectors/druid/views.py:42 superset/connectors/druid/views.py:107 -#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:132 +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 msgid "Type" msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/sqla/views.py:82 +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 msgid "Groupable" msgstr "" -#: superset/connectors/druid/views.py:45 superset/connectors/sqla/views.py:83 +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 msgid "Filterable" msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:85 +#: superset/connectors/druid/views.py:55 msgid "Count Distinct" msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:86 +#: superset/connectors/druid/views.py:56 msgid "Sum" msgstr "" -#: superset/connectors/druid/views.py:52 superset/connectors/sqla/views.py:48 +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 msgid "" "Whether this column is exposed in the `Filters` section of the explore " "view." msgstr "" -#: superset/connectors/druid/views.py:78 +#: superset/connectors/druid/views.py:107 msgid "List Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:79 +#: superset/connectors/druid/views.py:108 msgid "Show Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:80 +#: superset/connectors/druid/views.py:109 msgid "Add Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:81 +#: superset/connectors/druid/views.py:110 msgid "Edit Druid Metric" msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:114 +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 msgid "" "Whether the access to this metric is restricted to certain roles. Only " "roles with the permission 'metric access on XXX (the name of this " "metric)' are allowed to access this metric" msgstr "" -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:80 -#: superset/connectors/sqla/views.py:131 +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 msgid "Verbose Name" msgstr "" -#: superset/connectors/druid/views.py:108 superset/views/core.py:573 +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 msgid "JSON" msgstr "" -#: superset/connectors/druid/views.py:109 +#: superset/connectors/druid/views.py:138 msgid "Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:110 superset/connectors/sqla/views.py:137 +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 msgid "Warning Message" msgstr "" -#: superset/connectors/druid/views.py:127 +#: superset/connectors/druid/views.py:157 msgid "List Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:128 +#: superset/connectors/druid/views.py:158 msgid "Show Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:129 +#: superset/connectors/druid/views.py:159 msgid "Add Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:130 +#: superset/connectors/druid/views.py:160 msgid "Edit Druid Cluster" msgstr "" -#: superset/connectors/druid/views.py:141 -#: superset/connectors/druid/views.py:226 +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 msgid "Cluster" msgstr "" -#: superset/connectors/druid/views.py:142 +#: superset/connectors/druid/views.py:172 msgid "Coordinator Host" msgstr "" -#: superset/connectors/druid/views.py:143 +#: superset/connectors/druid/views.py:173 msgid "Coordinator Port" msgstr "" -#: superset/connectors/druid/views.py:144 +#: superset/connectors/druid/views.py:174 msgid "Coordinator Endpoint" msgstr "" -#: superset/connectors/druid/views.py:145 +#: superset/connectors/druid/views.py:175 msgid "Broker Host" msgstr "" -#: superset/connectors/druid/views.py:146 +#: superset/connectors/druid/views.py:176 msgid "Broker Port" msgstr "" -#: superset/connectors/druid/views.py:147 +#: superset/connectors/druid/views.py:177 msgid "Broker Endpoint" msgstr "" -#: superset/connectors/druid/views.py:162 +#: superset/connectors/druid/views.py:193 msgid "Druid Clusters" msgstr "" -#: superset/connectors/druid/views.py:165 -#: superset/connectors/druid/views.py:266 -#: superset/connectors/druid/views.py:314 -#: superset/connectors/druid/views.py:322 superset/connectors/sqla/views.py:295 -#: superset/views/core.py:295 +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 msgid "Sources" msgstr "" -#: superset/connectors/druid/views.py:172 +#: superset/connectors/druid/views.py:204 msgid "List Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:173 +#: superset/connectors/druid/views.py:205 msgid "Show Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:174 +#: superset/connectors/druid/views.py:206 msgid "Add Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:175 +#: superset/connectors/druid/views.py:207 msgid "Edit Druid Datasource" msgstr "" -#: superset/connectors/druid/views.py:195 superset/connectors/sqla/views.py:176 +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 msgid "" -"The list of slices associated with this table. By altering this " -"datasource, you may change how these associated slices behave. Also note " -"that slices need to point to a datasource, so this form will fail at " -"saving if removing slices from a datasource. If you want to change the " -"datasource for a slice, overwrite the slice from the 'explore view'" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" msgstr "" -#: superset/connectors/druid/views.py:203 superset/connectors/sqla/views.py:184 +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 msgid "Timezone offset (in hours) for this datasource" msgstr "" -#: superset/connectors/druid/views.py:207 +#: superset/connectors/druid/views.py:238 msgid "" "Time expression to use as a predicate when retrieving distinct values to " "populate the filter component. Only applies when `Enable Filter Select` " @@ -3198,107 +4111,107 @@ msgid "" "filter will be populated based on the distinct value over the past week" msgstr "" -#: superset/connectors/druid/views.py:214 superset/connectors/sqla/views.py:206 +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 msgid "" "Whether to populate the filter's dropdown in the explore view's filter " "section with a list of distinct values fetched from the backend on the " "fly" msgstr "" -#: superset/connectors/druid/views.py:218 +#: superset/connectors/druid/views.py:249 msgid "" "Redirects to this endpoint when clicking on the datasource from the " "datasource list" msgstr "" -#: superset/connectors/druid/views.py:224 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" msgstr "" -#: superset/connectors/druid/views.py:225 +#: superset/connectors/druid/views.py:256 msgid "Data Source" msgstr "" -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:225 +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 msgid "Owner" msgstr "" -#: superset/connectors/druid/views.py:229 +#: superset/connectors/druid/views.py:260 msgid "Is Hidden" msgstr "" -#: superset/connectors/druid/views.py:230 superset/connectors/sqla/views.py:218 +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 msgid "Enable Filter Select" msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:220 +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 msgid "Default Endpoint" msgstr "" -#: superset/connectors/druid/views.py:232 +#: superset/connectors/druid/views.py:263 msgid "Time Offset" msgstr "" -#: superset/connectors/druid/views.py:233 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:259 superset/views/core.py:379 +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 msgid "Cache Timeout" msgstr "" -#: superset/connectors/druid/views.py:264 +#: superset/connectors/druid/views.py:296 msgid "Druid Datasources" msgstr "" -#: superset/connectors/druid/views.py:311 +#: superset/connectors/druid/views.py:344 msgid "Scan New Datasources" msgstr "" -#: superset/connectors/druid/views.py:319 +#: superset/connectors/druid/views.py:352 msgid "Refresh Druid Metadata" msgstr "" -#: superset/connectors/sqla/models.py:394 +#: superset/connectors/sqla/models.py:513 msgid "" "Datetime column not provided as part table configuration and is required " "by this type of chart" msgstr "" -#: superset/connectors/sqla/models.py:398 +#: superset/connectors/sqla/models.py:517 msgid "Empty query?" msgstr "" -#: superset/connectors/sqla/models.py:401 +#: superset/connectors/sqla/models.py:525 msgid "Metric '{}' is not valid" msgstr "" -#: superset/connectors/sqla/models.py:587 +#: superset/connectors/sqla/models.py:748 msgid "" "Table [{}] doesn't seem to exist in the specified database, couldn't " "fetch column information" msgstr "" -#: superset/connectors/sqla/views.py:26 +#: superset/connectors/sqla/views.py:30 msgid "List Columns" msgstr "" -#: superset/connectors/sqla/views.py:27 +#: superset/connectors/sqla/views.py:31 msgid "Show Column" msgstr "" -#: superset/connectors/sqla/views.py:28 +#: superset/connectors/sqla/views.py:32 msgid "Add Column" msgstr "" -#: superset/connectors/sqla/views.py:29 +#: superset/connectors/sqla/views.py:33 msgid "Edit Column" msgstr "" -#: superset/connectors/sqla/views.py:44 +#: superset/connectors/sqla/views.py:48 msgid "" "Whether to make this column available as a [Time Granularity] option, " "column has to be DATETIME or DATETIME-like" msgstr "" -#: superset/connectors/sqla/views.py:51 +#: superset/connectors/sqla/views.py:55 msgid "" "The data type that was inferred by the database. It may be necessary to " "input a type manually for expression-defined columns in some cases. In " @@ -3321,134 +4234,139 @@ msgstr "" msgid "Database Expression" msgstr "" -#: superset/connectors/sqla/views.py:101 +#: superset/connectors/sqla/views.py:103 msgid "List Metrics" msgstr "" -#: superset/connectors/sqla/views.py:102 +#: superset/connectors/sqla/views.py:104 msgid "Show Metric" msgstr "" -#: superset/connectors/sqla/views.py:103 +#: superset/connectors/sqla/views.py:105 msgid "Add Metric" msgstr "" -#: superset/connectors/sqla/views.py:104 +#: superset/connectors/sqla/views.py:106 msgid "Edit Metric" msgstr "" -#: superset/connectors/sqla/views.py:133 +#: superset/connectors/sqla/views.py:135 msgid "SQL Expression" msgstr "" -#: superset/connectors/sqla/views.py:135 +#: superset/connectors/sqla/views.py:137 msgid "D3 Format" msgstr "" -#: superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:138 msgid "Is Restricted" msgstr "" -#: superset/connectors/sqla/views.py:154 +#: superset/connectors/sqla/views.py:157 msgid "List Tables" msgstr "" -#: superset/connectors/sqla/views.py:155 +#: superset/connectors/sqla/views.py:158 msgid "Show Table" msgstr "" -#: superset/connectors/sqla/views.py:156 +#: superset/connectors/sqla/views.py:159 msgid "Add Table" msgstr "" -#: superset/connectors/sqla/views.py:157 +#: superset/connectors/sqla/views.py:160 msgid "Edit Table" msgstr "" -#: superset/connectors/sqla/views.py:185 +#: superset/connectors/sqla/views.py:191 msgid "Name of the table that exists in the source database" msgstr "" -#: superset/connectors/sqla/views.py:187 +#: superset/connectors/sqla/views.py:193 msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" msgstr "" -#: superset/connectors/sqla/views.py:193 +#: superset/connectors/sqla/views.py:199 msgid "" "This fields acts a Superset view, meaning that Superset will run a query " "against this string as a subquery." msgstr "" -#: superset/connectors/sqla/views.py:197 +#: superset/connectors/sqla/views.py:203 msgid "" "Predicate applied when fetching distinct value to populate the filter " "control component. Supports jinja template syntax. Applies only when " "`Enable Filter Select` is on." msgstr "" -#: superset/connectors/sqla/views.py:203 +#: superset/connectors/sqla/views.py:209 msgid "Redirects to this endpoint when clicking on the table from the table list" msgstr "" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" msgstr "" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:255 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" msgstr "" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:257 -msgid "Last Changed" +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" msgstr "" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" msgstr "" -#: superset/connectors/sqla/views.py:221 +#: superset/connectors/sqla/views.py:232 msgid "Offset" msgstr "" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "" - -#: superset/connectors/sqla/views.py:224 +#: superset/connectors/sqla/views.py:235 msgid "Fetch Values Predicate" msgstr "" -#: superset/connectors/sqla/views.py:226 +#: superset/connectors/sqla/views.py:237 msgid "Main Datetime Column" msgstr "" -#: superset/connectors/sqla/views.py:242 +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 msgid "" "Table [{}] could not be found, please double check your database " "connection, schema, and table name" msgstr "" -#: superset/connectors/sqla/views.py:255 +#: superset/connectors/sqla/views.py:270 msgid "" "The table was created. As part of this two phase configuration process, " "you should now click the edit button by the new table to configure it." msgstr "" -#: superset/connectors/sqla/views.py:278 +#: superset/connectors/sqla/views.py:293 msgid "Refresh Metadata" msgstr "" -#: superset/connectors/sqla/views.py:279 +#: superset/connectors/sqla/views.py:294 msgid "Refresh column metadata" msgstr "" -#: superset/connectors/sqla/views.py:286 +#: superset/connectors/sqla/views.py:303 #, python-format msgid "Metadata refreshed for the following table(s): %(tables)s" msgstr "" -#: superset/connectors/sqla/views.py:293 +#: superset/connectors/sqla/views.py:311 msgid "Tables" msgstr "" @@ -3473,7 +4391,7 @@ msgid "No records found" msgstr "" #: superset/templates/superset/import_dashboards.html:11 -msgid "Import" +msgid "Import dashboards" msgstr "" #: superset/templates/superset/request_access.html:2 @@ -3489,121 +4407,137 @@ msgstr "" msgid "Request Permissions" msgstr "" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "" - #: superset/templates/superset/models/database/macros.html:4 msgid "Test Connection" msgstr "" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:285 superset/views/core.py:2401 -#: superset/views/sql_lab.py:30 +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 msgid "Manage" msgstr "" -#: superset/views/base.py:62 +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 #, python-format msgid "Datasource %(name)s already exists" msgstr "" -#: superset/views/base.py:221 +#: superset/views/base.py:123 msgid "json isn't valid" msgstr "" -#: superset/views/base.py:272 +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 msgid "Delete" msgstr "" -#: superset/views/base.py:273 +#: superset/views/base.py:189 msgid "Delete all Really?" msgstr "" -#: superset/views/core.py:58 +#: superset/views/core.py:65 msgid "This endpoint requires the `all_datasource_access` permission" msgstr "" -#: superset/views/core.py:60 +#: superset/views/core.py:67 msgid "The datasource seems to have been deleted" msgstr "" -#: superset/views/core.py:61 +#: superset/views/core.py:68 msgid "The access requests seem to have been deleted" msgstr "" -#: superset/views/core.py:63 +#: superset/views/core.py:70 msgid "The user seems to have been deleted" msgstr "" -#: superset/views/core.py:64 +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 msgid "You don't have access to this datasource" msgstr "" -#: superset/views/core.py:68 +#: superset/views/core.py:90 #, python-format msgid "" "This view requires the database %(name)s or `all_datasource_access` " "permission" msgstr "" -#: superset/views/core.py:73 +#: superset/views/core.py:95 #, python-format msgid "" "This endpoint requires the datasource %(name)s, database or " "`all_datasource_access` permission" msgstr "" -#: superset/views/core.py:176 +#: superset/views/core.py:189 msgid "List Databases" msgstr "" -#: superset/views/core.py:177 +#: superset/views/core.py:190 msgid "Show Database" msgstr "" -#: superset/views/core.py:178 +#: superset/views/core.py:191 msgid "Add Database" msgstr "" -#: superset/views/core.py:179 +#: superset/views/core.py:192 msgid "Edit Database" msgstr "" -#: superset/views/core.py:218 +#: superset/views/core.py:233 msgid "Expose this DB in SQL Lab" msgstr "" -#: superset/views/core.py:219 +#: superset/views/core.py:234 msgid "" "Allow users to run synchronous queries, this is the default and should " "work well for queries that can be executed within a web request scope " "(<~1 minute)" msgstr "" -#: superset/views/core.py:223 +#: superset/views/core.py:238 msgid "" "Allow users to run queries, against an async backend. This assumes that " "you have a Celery worker setup as well as a results backend." msgstr "" -#: superset/views/core.py:227 +#: superset/views/core.py:242 msgid "Allow CREATE TABLE AS option in SQL Lab" msgstr "" -#: superset/views/core.py:228 +#: superset/views/core.py:243 msgid "" "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" " SQL Lab" msgstr "" -#: superset/views/core.py:232 +#: superset/views/core.py:247 msgid "" "When allowing CREATE TABLE AS option in SQL Lab, this option forces the " "table to be created in this schema" msgstr "" -#: superset/views/core.py:244 +#: superset/views/core.py:259 msgid "" "If Presto, all the queries in SQL Lab are going to be executed as the " "currently logged on user who must have permission to run them.
If " @@ -3612,97 +4546,112 @@ msgid "" "hive.server2.proxy.user property." msgstr "" -#: superset/views/core.py:251 +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 msgid "Expose in SQL Lab" msgstr "" -#: superset/views/core.py:252 +#: superset/views/core.py:272 msgid "Allow CREATE TABLE AS" msgstr "" -#: superset/views/core.py:253 +#: superset/views/core.py:273 msgid "Allow DML" msgstr "" -#: superset/views/core.py:254 +#: superset/views/core.py:274 msgid "CTAS Schema" msgstr "" -#: superset/views/core.py:256 superset/views/core.py:380 -#: superset/views/core.py:493 superset/views/core.py:557 +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 msgid "Creator" msgstr "" -#: superset/views/core.py:258 +#: superset/views/core.py:278 msgid "SQLAlchemy URI" msgstr "" -#: superset/views/core.py:260 +#: superset/views/core.py:280 msgid "Extra" msgstr "" -#: superset/views/core.py:261 +#: superset/views/core.py:281 msgid "Allow Run Sync" msgstr "" -#: superset/views/core.py:262 +#: superset/views/core.py:282 msgid "Allow Run Async" msgstr "" -#: superset/views/core.py:263 +#: superset/views/core.py:283 msgid "Impersonate the logged on user" msgstr "" -#: superset/views/core.py:281 +#: superset/views/core.py:302 msgid "Import Dashboards" msgstr "" -#: superset/views/core.py:323 superset/views/core.py:570 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 msgid "User" msgstr "" -#: superset/views/core.py:324 +#: superset/views/core.py:402 msgid "User Roles" msgstr "" -#: superset/views/core.py:325 +#: superset/views/core.py:403 msgid "Database URL" msgstr "" -#: superset/views/core.py:327 +#: superset/views/core.py:405 msgid "Roles to grant" msgstr "" -#: superset/views/core.py:328 +#: superset/views/core.py:406 msgid "Created On" msgstr "" -#: superset/views/core.py:334 +#: superset/views/core.py:412 msgid "Access requests" msgstr "" -#: superset/views/core.py:336 superset/views/core.py:581 +#: superset/views/core.py:414 superset/views/core.py:679 msgid "Security" msgstr "" -#: superset/views/core.py:343 -msgid "List Slices" +#: superset/views/core.py:421 +msgid "List Charts" msgstr "" -#: superset/views/core.py:344 -msgid "Show Slice" +#: superset/views/core.py:422 +msgid "Show Chart" msgstr "" -#: superset/views/core.py:345 -msgid "Add Slice" +#: superset/views/core.py:423 +msgid "Add Chart" msgstr "" -#: superset/views/core.py:346 -msgid "Edit Slice" +#: superset/views/core.py:424 +msgid "Edit Chart" msgstr "" -#: superset/views/core.py:368 +#: superset/views/core.py:446 msgid "" "These parameters are generated dynamically when clicking the save or " "overwrite button in the explore view. This JSON object is exposed here " @@ -3710,221 +4659,246 @@ msgid "" "parameters." msgstr "" -#: superset/views/core.py:373 -msgid "Duration (in seconds) of the caching timeout for this slice." +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." msgstr "" -#: superset/views/core.py:384 +#: superset/views/core.py:462 msgid "Last Modified" msgstr "" -#: superset/views/core.py:385 superset/views/core.py:492 +#: superset/views/core.py:463 superset/views/core.py:574 msgid "Owners" msgstr "" -#: superset/views/core.py:386 +#: superset/views/core.py:464 msgid "Parameters" msgstr "" -#: superset/views/core.py:387 superset/views/core.py:433 -msgid "Slice" +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" msgstr "" -#: superset/views/core.py:450 +#: superset/views/core.py:532 msgid "List Dashboards" msgstr "" -#: superset/views/core.py:451 +#: superset/views/core.py:533 msgid "Show Dashboard" msgstr "" -#: superset/views/core.py:452 +#: superset/views/core.py:534 msgid "Add Dashboard" msgstr "" -#: superset/views/core.py:453 +#: superset/views/core.py:535 msgid "Edit Dashboard" msgstr "" -#: superset/views/core.py:465 +#: superset/views/core.py:547 msgid "" "This json object describes the positioning of the widgets in the " "dashboard. It is dynamically generated when adjusting the widgets size " "and positions by using drag & drop in the dashboard view" msgstr "" -#: superset/views/core.py:470 +#: superset/views/core.py:552 msgid "" "The css for individual dashboards can be altered here, or in the " "dashboard view where changes are immediately visible" msgstr "" -#: superset/views/core.py:474 +#: superset/views/core.py:556 msgid "To get a readable URL for your dashboard" msgstr "" -#: superset/views/core.py:475 +#: superset/views/core.py:557 msgid "" "This JSON object is generated dynamically when clicking the save or " "overwrite button in the dashboard view. It is exposed here for reference " "and for power users who may want to alter specific parameters." msgstr "" -#: superset/views/core.py:480 +#: superset/views/core.py:562 msgid "Owners is a list of users who can alter the dashboard." msgstr "" -#: superset/views/core.py:488 superset/views/core.py:555 +#: superset/views/core.py:570 superset/views/core.py:640 msgid "Dashboard" msgstr "" -#: superset/views/core.py:490 +#: superset/views/core.py:572 msgid "Slug" msgstr "" -#: superset/views/core.py:495 +#: superset/views/core.py:577 msgid "Position JSON" msgstr "" -#: superset/views/core.py:497 +#: superset/views/core.py:579 msgid "JSON Metadata" msgstr "" -#: superset/views/core.py:498 +#: superset/views/core.py:580 msgid "Underlying Tables" msgstr "" -#: superset/views/core.py:521 +#: superset/views/core.py:603 msgid "Export" msgstr "" -#: superset/views/core.py:521 +#: superset/views/core.py:603 msgid "Export dashboards?" msgstr "" -#: superset/views/core.py:571 +#: superset/views/core.py:668 msgid "Action" msgstr "" -#: superset/views/core.py:572 +#: superset/views/core.py:669 msgid "dttm" msgstr "" -#: superset/views/core.py:579 +#: superset/views/core.py:677 msgid "Action Log" msgstr "" -#: superset/views/core.py:810 +#: superset/views/core.py:875 msgid "Access was requested" msgstr "" -#: superset/views/core.py:871 +#: superset/views/core.py:936 #, python-format msgid "" "%(user)s was granted the role %(role)s that gives access to the " "%(datasource)s" msgstr "" -#: superset/views/core.py:887 +#: superset/views/core.py:952 #, python-format msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" msgstr "" -#: superset/views/core.py:896 +#: superset/views/core.py:961 msgid "You have no permission to approve this request" msgstr "" -#: superset/views/core.py:1676 +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 msgid "" "Malformed request. slice_id or table_name and db_name arguments are " "expected" msgstr "" -#: superset/views/core.py:1682 +#: superset/views/core.py:1955 #, python-format -msgid "Slice %(id)s not found" +msgid "Chart %(id)s not found" msgstr "" -#: superset/views/core.py:1694 +#: superset/views/core.py:1967 #, python-format msgid "Table %(t)s wasn't found in the database %(d)s" msgstr "" -#: superset/views/core.py:1833 +#: superset/views/core.py:2121 #, python-format msgid "Can't find User '%(name)s', please ask your admin to create one." msgstr "" -#: superset/views/core.py:1840 +#: superset/views/core.py:2128 #, python-format msgid "Can't find DruidCluster with cluster_name = '%(name)s'" msgstr "" -#: superset/views/core.py:2101 +#: superset/views/core.py:2407 msgid "Query record was not created as expected." msgstr "" -#: superset/views/core.py:2387 +#: superset/views/core.py:2718 msgid "Template Name" msgstr "" -#: superset/views/core.py:2398 +#: superset/views/core.py:2730 msgid "CSS Templates" msgstr "" -#: superset/views/core.py:2409 +#: superset/views/core.py:2741 msgid "SQL Editor" msgstr "" -#: superset/views/core.py:2414 superset/views/core.py:2423 +#: superset/views/core.py:2746 superset/views/core.py:2756 msgid "SQL Lab" msgstr "" -#: superset/views/core.py:2418 +#: superset/views/core.py:2751 msgid "Query Search" msgstr "" -#: superset/views/sql_lab.py:20 +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 msgid "Status" msgstr "" -#: superset/views/sql_lab.py:21 +#: superset/views/sql_lab.py:26 msgid "Start Time" msgstr "" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 msgid "End Time" msgstr "" -#: superset/views/sql_lab.py:28 +#: superset/views/sql_lab.py:34 msgid "Queries" msgstr "" -#: superset/views/sql_lab.py:37 +#: superset/views/sql_lab.py:43 msgid "List Saved Query" msgstr "" -#: superset/views/sql_lab.py:38 +#: superset/views/sql_lab.py:44 msgid "Show Saved Query" msgstr "" -#: superset/views/sql_lab.py:39 +#: superset/views/sql_lab.py:45 msgid "Add Saved Query" msgstr "" -#: superset/views/sql_lab.py:40 +#: superset/views/sql_lab.py:46 msgid "Edit Saved Query" msgstr "" -#: superset/views/sql_lab.py:59 +#: superset/views/sql_lab.py:65 msgid "Pop Tab Link" msgstr "" -#: superset/views/sql_lab.py:60 +#: superset/views/sql_lab.py:66 msgid "Changed on" msgstr "" -#: superset/views/sql_lab.py:79 +#: superset/views/sql_lab.py:86 msgid "Saved Queries" msgstr "" diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.json b/superset/translations/pt_BR/LC_MESSAGES/messages.json new file mode 100644 index 0000000000000..9d14575ba5224 --- /dev/null +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.json @@ -0,0 +1 @@ +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n > 1)","lang":"pt_BR"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.mo b/superset/translations/pt_BR/LC_MESSAGES/messages.mo index 01352457b50d0..acd37ef5b4bd2 100644 Binary files a/superset/translations/pt_BR/LC_MESSAGES/messages.mo and b/superset/translations/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.po b/superset/translations/pt_BR/LC_MESSAGES/messages.po index b2a5b3474b470..d7ad494eb2c6c 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.po +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.po @@ -1,4 +1,4 @@ -# Translations template for PROJECT. +# Portuguese (Brazil) translations for PROJECT. # Copyright (C) 2017 ORGANIZATION # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2017. @@ -7,4117 +7,8416 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2017-11-01 01:31+0000\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2018-02-23 13:55-0300\n" +"Last-Translator: \n" +"Language: pt_BR\n" +"Language-Team: \n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.1\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: pt_BR\n" -"X-Generator: Poedit 2.0.4\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:570 -#: superset/db_engine_specs.py:216 superset/db_engine_specs.py:247 -#: superset/db_engine_specs.py:291 superset/db_engine_specs.py:339 -#: superset/db_engine_specs.py:395 superset/db_engine_specs.py:893 -#: superset/db_engine_specs.py:929 superset/db_engine_specs.py:961 -#: superset/db_engine_specs.py:1007 superset/db_engine_specs.py:1044 -#: superset/db_engine_specs.py:1069 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Coluna de tempo" +msgstr "" -#: superset/db_engine_specs.py:217 superset/db_engine_specs.py:248 -#: superset/db_engine_specs.py:340 superset/db_engine_specs.py:396 -#: superset/db_engine_specs.py:894 superset/db_engine_specs.py:962 -#: superset/db_engine_specs.py:1045 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "segundo" +msgstr "" -#: superset/db_engine_specs.py:218 superset/db_engine_specs.py:251 -#: superset/db_engine_specs.py:343 superset/db_engine_specs.py:398 -#: superset/db_engine_specs.py:896 superset/db_engine_specs.py:930 -#: superset/db_engine_specs.py:964 superset/db_engine_specs.py:1008 -#: superset/db_engine_specs.py:1046 superset/db_engine_specs.py:1070 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "minuto" +msgstr "" -#: superset/db_engine_specs.py:219 superset/db_engine_specs.py:255 -#: superset/db_engine_specs.py:345 superset/db_engine_specs.py:400 -#: superset/db_engine_specs.py:902 superset/db_engine_specs.py:932 -#: superset/db_engine_specs.py:966 superset/db_engine_specs.py:1014 -#: superset/db_engine_specs.py:1047 superset/db_engine_specs.py:1071 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "hora" - -#: superset/db_engine_specs.py:220 superset/db_engine_specs.py:260 -#: superset/db_engine_specs.py:292 superset/db_engine_specs.py:347 -#: superset/db_engine_specs.py:402 superset/db_engine_specs.py:904 -#: superset/db_engine_specs.py:934 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:1016 superset/db_engine_specs.py:1048 -#: superset/db_engine_specs.py:1072 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "dia" +msgstr "" -#: superset/db_engine_specs.py:221 superset/db_engine_specs.py:266 -#: superset/db_engine_specs.py:293 superset/db_engine_specs.py:348 -#: superset/db_engine_specs.py:404 superset/db_engine_specs.py:906 -#: superset/db_engine_specs.py:936 superset/db_engine_specs.py:970 -#: superset/db_engine_specs.py:1049 superset/db_engine_specs.py:1073 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "semana" - -#: superset/db_engine_specs.py:222 superset/db_engine_specs.py:268 -#: superset/db_engine_specs.py:295 superset/db_engine_specs.py:350 -#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:938 superset/db_engine_specs.py:972 -#: superset/db_engine_specs.py:1018 superset/db_engine_specs.py:1050 -#: superset/db_engine_specs.py:1074 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "mês" +msgstr "" -#: superset/db_engine_specs.py:223 superset/db_engine_specs.py:270 -#: superset/db_engine_specs.py:352 superset/db_engine_specs.py:408 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:940 -#: superset/db_engine_specs.py:974 superset/db_engine_specs.py:1020 -#: superset/db_engine_specs.py:1051 superset/db_engine_specs.py:1075 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "trimestre" +msgstr "" -#: superset/db_engine_specs.py:224 superset/db_engine_specs.py:274 -#: superset/db_engine_specs.py:354 superset/db_engine_specs.py:912 -#: superset/db_engine_specs.py:942 superset/db_engine_specs.py:1022 -#: superset/db_engine_specs.py:1052 superset/db_engine_specs.py:1076 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "ano" - -#: superset/db_engine_specs.py:356 -msgid "week_start_monday" -msgstr "week_start_monday" +msgstr "" -#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:976 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "week_ending_saturday" +msgstr "" -#: superset/db_engine_specs.py:413 superset/db_engine_specs.py:979 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "week_start_sunday" +msgstr "" + +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" -#: superset/db_engine_specs.py:898 superset/db_engine_specs.py:1010 +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 minutos" +msgstr "" -#: superset/db_engine_specs.py:900 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "meia hora" +msgstr "" -#: superset/db_engine_specs.py:1012 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 minutos" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" + +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" -#: superset/utils.py:499 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] O acesso à fonte de dados %(name) s foi concedido" +msgstr "" -#: superset/viz.py:52 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "Viz está faltando uma fonte de dados" +msgstr "" -#: superset/viz.py:172 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "Desde a data não pode ser maior do que até a data" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:335 -#: superset/viz.py:350 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Vista de mesa" +msgstr "" -#: superset/viz.py:362 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "Escolha uma granularidade na seção Tempo ou desmarque 'Incluir hora'" +msgstr "" -#: superset/viz.py:372 -msgid "" -"Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#: superset/viz.py:519 +msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -"Escolha os campos para [Agrupar por] e [Métricas] ou [Colunas], nem ambos" -#: superset/viz.py:441 +#: superset/viz.py:596 msgid "Time Table View" -msgstr "Visualização da tabela de tempo" +msgstr "" -#: superset/viz.py:450 superset/viz.py:1218 +#: superset/viz.py:605 superset/viz.py:1464 msgid "Pick at least one metric" -msgstr "Escolha pelo menos uma métrica" +msgstr "" -#: superset/viz.py:453 +#: superset/viz.py:608 msgid "When using 'Group By' you are limited to use a single metric" -msgstr "Ao usar 'Group By' você está limitado a usar uma única métrica" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:413 -#: superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "Pivot Table" +msgstr "" -#: superset/viz.py:497 -msgid "Please choose at least one \"Group by\" field " -msgstr "Escolha pelo menos um campo \"Agrupar por\"" +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " +msgstr "" -#: superset/viz.py:499 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "Escolha pelo menos uma métrica" +msgstr "" -#: superset/viz.py:503 -msgid "'Group By' and 'Columns' can't overlap" -msgstr "'Group By' e 'Columns' não podem se sobrepor" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:400 -#: superset/viz.py:536 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "Marcação" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:438 -#: superset/viz.py:555 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "Separador" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:460 -#: superset/viz.py:567 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "Palavra nuvem" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 -#: superset/viz.py:590 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "Treemap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:508 -#: superset/viz.py:616 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "Calendário Heatmap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:529 -#: superset/viz.py:674 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "Parcela" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:550 -#: superset/viz.py:763 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "Gráfico de bolhas" +msgstr "" -#: superset/viz.py:787 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "Escolha uma métrica para x, y e tamanho" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:601 -#: superset/viz.py:813 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" -msgstr "Gráfico de bala" +msgstr "" -#: superset/viz.py:839 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "Escolha uma métrica para exibir" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:624 -#: superset/viz.py:862 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "Número grande com Trendline" +msgstr "" -#: superset/viz.py:870 superset/viz.py:899 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "Escolha uma métrica!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:649 -#: superset/viz.py:891 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "Número grande" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:158 -#: superset/viz.py:918 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "Série de tempo - Gráfico de linhas" +msgstr "" -#: superset/viz.py:966 superset/viz.py:1119 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" -msgstr "Escolha uma granularidade de tempo para suas séries temporais" +msgstr "" -#: superset/viz.py:1062 +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" + +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" -msgstr "Série de tempo - Gráfico de linha de dois eixos" +msgstr "" -#: superset/viz.py:1072 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" -msgstr "Escolha uma métrica para o eixo esquerdo!" +msgstr "" -#: superset/viz.py:1074 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" -msgstr "Escolha uma métrica para o eixo direito!" +msgstr "" -#: superset/viz.py:1076 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" -msgstr "Escolha diferentes métricas no eixo esquerdo e direito" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:239 -#: superset/viz.py:1137 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" -msgstr "Série de tempo - Gráfico de barras" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:275 -#: superset/viz.py:1145 +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" -msgstr "Série de tempo - Mudança de porcentagem" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:298 -#: superset/viz.py:1153 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" -msgstr "Série de tempo - empilhadas" +msgstr "" -#: superset/viz.py:1162 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" -msgstr "Distribuição - NVD3 - Gráfico de torta" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:674 -#: superset/viz.py:1180 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Histograma" +msgstr "" -#: superset/viz.py:1190 -msgid "Must have one numeric column specified" -msgstr "Deve ter uma coluna numérica especificada" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 -#: superset/viz.py:1205 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" -msgstr "Distribuição - Gráfico de barras" +msgstr "" -#: superset/viz.py:1216 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" -msgstr "Não pode haver sobreposição entre Series e Breakdowns" +msgstr "" -#: superset/viz.py:1220 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" -msgstr "Escolha pelo menos um campo para [Series]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:706 -#: superset/viz.py:1273 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" -msgstr "Sunburst" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 -#: superset/viz.py:1306 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" -msgstr "Sankey" +msgstr "" -#: superset/viz.py:1313 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Escolha exatamente 2 colunas como [Origem / Alvo]" +msgstr "" -#: superset/viz.py:1344 +#: superset/viz.py:1588 msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty link: " -"{}" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" msgstr "" -"Há um loop em seu Sankey, por favor, forneça uma árvore. Aqui está um link " -"defeituoso: {}" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -#: superset/viz.py:1355 superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" -msgstr "Layout de Força Dirigida" +msgstr "" -#: superset/viz.py:1362 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" -msgstr "Escolha exatamente 2 colunas para 'Agrupar por'" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:835 -#: superset/viz.py:1409 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "Mapa do País" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -#: superset/viz.py:1437 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "Mapa mundial" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 -#: superset/viz.py:1487 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "Filtros" +msgstr "" -#: superset/viz.py:1495 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "Escolha pelo menos um campo de filtro" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:933 -#: superset/viz.py:1522 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" -msgstr "iFrame" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:945 -#: superset/viz.py:1539 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" -msgstr "Coordenadas paralelas" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:967 -#: superset/viz.py:1564 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "Mapa de calor" +msgstr "" -#: superset/viz.py:1623 +#: superset/viz.py:1878 msgid "Horizon Charts" -msgstr "Gráficos Horizon" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1027 -#: superset/viz.py:1634 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" -msgstr "Mapbox" +msgstr "" -#: superset/viz.py:1649 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "Deve ter uma coluna [Group By] para ter 'count' como [Label]" +msgstr "" -#: superset/viz.py:1662 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" -msgstr "A escolha de [Label] deve estar presente em [Group By]" +msgstr "" -#: superset/viz.py:1667 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "A escolha de [Raio do ponto] deve estar presente em [Grupo]" +msgstr "" -#: superset/viz.py:1672 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" msgstr "" -"[Longitude] e as colunas [Latitude] devem estar presentes em [Group By]" -#: superset/assets/javascripts/explore/stores/visTypes.js:1098 -#: superset/viz.py:1738 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" -msgstr "Fluxo de eventos" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1143 -#: superset/viz.py:1769 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" -msgstr "Série temporal - teste emparelhado t" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" -#: superset/viz.py:1831 +#: superset/viz.py:2425 msgid "Partition Diagram" -msgstr "Diagrama de Partição" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "Sua consulta foi salva" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "Sua consulta não pôde ser salva" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" -msgstr "Falha na recuperação de resultados do backend de resultados" - -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "Não pode conectar ao servidor" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." -msgstr "Sua sessão expirou, atualize sua página e tente novamente." +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." -msgstr "A consulta foi interrompida." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." -msgstr "Falha ao parar a consulta." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 -#: superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" -msgstr "Ocorreu um erro ao buscar metadados na tabela" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" -msgstr "consulta compartilhada" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 -#: superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" -msgstr "A consulta não pôde ser carregada" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" -msgstr "Ocorreu um erro ao criar a fonte de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" -msgstr "Escolha um tipo de gráfico!" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -"Para usar este tipo de gráfico, você precisa de pelo menos uma coluna " -"marcada como data" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -"Para usar este tipo de gráfico, você precisa de pelo menos uma dimensão" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -"Para usar este tipo de gráfico, você precisa de pelo menos uma função de " -"agregação" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" -msgstr "Consulta sem título" +msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" -msgstr "Cópia de% s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "compartilhar consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "copiar URL para a área de transferência" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" -msgstr "Raw SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" -msgstr "Fonte SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" -msgstr "SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." -msgstr "Ainda não há histórico de consultas ..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" -msgstr "Parece que você não tem acesso a qualquer banco de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "Procurar Resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" -msgstr "[A partir de]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" -msgstr "[Para]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" -msgstr "[Status da consulta]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "Pesquisa" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "Abrir no Editor de SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "Ver resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" -msgstr "Visualização de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" -msgstr "Visualize os dados desta consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" -msgstr "Substitua texto no editor com uma consulta nesta tabela" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" -msgstr "Executar consulta em uma nova guia" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" -msgstr "Remover consulta do log" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" -msgstr ".CSV" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:242 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:281 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "Visualize" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 -#: superset/connectors/sqla/views.py:84 superset/connectors/sqla/views.py:134 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:389 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Mesa" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" -msgstr "foi criado" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "Consulta em uma nova guia" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" -msgstr "Obter a visualização de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" -msgstr "Acompanhe o emprego" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." -msgstr "Carregando..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" -msgstr "Executar consulta selecionada" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" -msgstr "Executar consulta" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" -msgstr "Execute a consulta de forma assíncrona" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "Pare" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" -msgstr "Undefined" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 -#: superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" -msgstr "Rótulo" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" -msgstr "Etiqueta para sua consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 -#: superset/connectors/druid/views.py:105 -#: superset/connectors/druid/views.py:227 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:130 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:383 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" -msgstr "Descrição" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" -msgstr "Escreva uma descrição para sua consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" -msgstr "Salvar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "Cancelar" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:122 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" -msgstr "Salvar Consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" -msgstr "Execute uma consulta para exibir resultados aqui" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" -msgstr "Visualização para %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" -msgstr "Resultados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" -msgstr "Histórico de consultas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" -msgstr "Criar tabela como com resultados de consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" -msgstr "novo nome da tabela" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" -msgstr "Erro ao buscar a lista de tabelas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" -msgstr "Erro ao buscar a lista de esquema" +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" -msgstr "Erro ao buscar a lista do banco de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" -msgstr "Base de dados:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" -msgstr "Selecione um banco de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" -msgstr "Selecione um esquema (%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" -msgstr "Esquema:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" -msgstr "Adicionar uma tabela (%s)" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "Escreva para pesquisar ..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" -msgstr "Repor Estado" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" -msgstr "Digite um novo título para a guia" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" -msgstr "Consulta sem título %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" -msgstr "aba fechada" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" -msgstr "guia renomear" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" -msgstr "barra de ferramentas de expansão" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" -msgstr "ocultar barra de ferramentas" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" -msgstr "Copie a consulta de partição para a área de transferência" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" -msgstr "última partição:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" -msgstr "Chaves para mesa" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" -msgstr "Ver chaves e índices (%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" -msgstr "Classifique as colunas em ordem alfabética" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" -msgstr "Ordem de coluna da tabela original" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" -msgstr "Copie a instrução SELECT para a área de transferência" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" -msgstr "Remover a visualização da tabela" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format -msgid "" -"%s is not right as a column name, please alias it (as in SELECT count(*) " +msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -"%s não está certo como um nome de coluna, por favor, alias (como na " -"contagem SELECT (*)" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" -msgstr "AS my_alias" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" -msgstr "usando apenas caracteres alfanuméricos e sublinhados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:167 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" -msgstr "Criando uma fonte de dados e exibindo uma nova guia" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:197 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" -msgstr "Nenhum resultado disponível para esta consulta" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:249 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" -msgstr "Tipo de gráfico" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:252 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" -msgstr "[Tipo de gráfico]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:260 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" -msgstr "Nome da fonte de dados" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:264 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" -msgstr "nome da fonte de dados" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:54 -msgid "Create a new slice" -msgstr "Crie uma nova fatia" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:59 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:65 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 msgid "Choose a datasource" -msgstr "Escolha uma fonte de dados" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:71 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:77 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 msgid "Choose a visualization type" -msgstr "Escolha um tipo de visualização" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:87 -msgid "Create new slice" -msgstr "Crie uma nova fatia" +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" + +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." -msgstr "Selecione ..." +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" -msgstr "Dados carregados em cache" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" -msgstr "Carregado do cache" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" -msgstr "Clique para forçar a atualização" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" -msgstr "Copiar para área de transferência" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:70 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" -msgstr "Não foi bem sucedido" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:73 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" -msgstr "Desculpe, o seu navegador não suporta a cópia. Use Ctrl / Cmd + C!" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:89 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" -msgstr "Copiado!" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 -#: superset/views/core.py:489 superset/views/core.py:556 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "Título" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" -msgstr "Clique para editar o título" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." -msgstr "Você não tem os direitos de alterar este título." +msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" -msgstr "Clique para favoritar / desfavoritar" - -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." -msgstr "Você tem alterações não salvas." +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" -msgstr "Clique no" +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." -msgstr "botão no canto superior direito para salvar suas alterações." +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:165 +#: superset/assets/src/dashboard/components/Controls.jsx:120 #, python-format -msgid "Served from data cached %s . Click to force refresh." +msgid "Checkout this dashboard: %s" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" msgstr "" -"Servido a partir de dados em cache %s. Clique para forçar a atualização." -#: superset/assets/javascripts/dashboard/Dashboard.jsx:170 -msgid "Click to force refresh" -msgstr "Clique para forçar a atualização" +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:358 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" -msgstr "Erro" +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:359 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" -msgstr "Desculpe, houve um erro ao adicionar fatias a este painel:% s" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" -msgstr "Filtros Active Dashboard" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:47 -#, python-format -msgid "Checkout this dashboard: %s" -msgstr "Marque este painel: %s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:53 -msgid "Force refresh the whole dashboard" -msgstr "Forçar a atualização do painel inteiro" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:93 -msgid "Edit this dashboard's properties" -msgstr "Edite as propriedades deste painel" +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" -msgstr "Carregue um modelo" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" -msgstr "Carregue um modelo CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 -#: superset/views/core.py:496 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" -msgstr "CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" -msgstr "Live CSS Editor" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" + +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" + +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" -msgstr "Não atualize" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" -msgstr "10 segundos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" -msgstr "30 segundos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" -msgstr "1 minuto" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" -msgstr "5 minutos" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" -msgstr "Intervalo de atualização" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" -msgstr "Escolha a frequência de atualização para este painel de controle" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." -msgstr "Este painel de controle foi salvo com sucesso." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " -msgstr "Desculpe, houve um erro ao salvar este painel:" +msgstr "" + +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" -msgstr "Você deve escolher um nome para o novo painel de controle" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" -msgstr "Save Dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" -msgstr "Overwrite Dashboard [%s]" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" -msgstr "Salvar como:" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" -msgstr "[Nome do painel]" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 -#: superset/views/core.py:388 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" -msgstr "Nome" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" -msgstr "Veja" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 -#: superset/views/core.py:494 superset/views/core.py:558 -#: superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "Modificado" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" -msgstr "Adicionar fatias" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" -msgstr "Adicione uma nova fatia ao painel" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" -msgstr "Adicione fatias ao painel de instrumentos" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" -msgstr "Mover gráfico" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" -msgstr "Forçar dados de atualização" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" -msgstr "Alternar descrição do gráfico" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" -msgstr "Editar gráfico" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 msgid "Export CSV" -msgstr "Exportar CSV" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 msgid "Explore chart" -msgstr "Explore gráfico" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 msgid "Remove chart from dashboard" -msgstr "Remova o gráfico do painel" +msgstr "" -#: superset/assets/javascripts/explore/validators.js:11 -msgid "is expected to be a number" -msgstr "é esperado que seja um número" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" -#: superset/assets/javascripts/explore/validators.js:18 -msgid "is expected to be an integer" -msgstr "espera-se que seja um número inteiro" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" +msgstr "" -#: superset/assets/javascripts/explore/validators.js:30 -msgid "cannot be empty" -msgstr "não pode estar vazio" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" +msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" -msgstr "% s - sem título" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" -msgstr "Editar propriedades da fatia" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" -msgstr "descrição" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" -msgstr "parafuso" +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 +msgid "Visualization Type" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:43 -msgid "Changing this control takes effect instantly" -msgstr "Alterar esse controle é efetivo instantaneamente" +#: superset/assets/src/explore/controls.jsx:169 +msgid "The type of visualization to display" +msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:63 -msgid "Error..." -msgstr "Erro..." - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:114 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:138 -#: superset/assets/javascripts/explore/stores/visTypes.js:378 -#: superset/assets/javascripts/explore/stores/visTypes.js:416 -#: superset/assets/javascripts/explore/stores/visTypes.js:463 -#: superset/assets/javascripts/explore/stores/visTypes.js:484 -#: superset/assets/javascripts/explore/stores/visTypes.js:512 -#: superset/assets/javascripts/explore/stores/visTypes.js:532 -#: superset/assets/javascripts/explore/stores/visTypes.js:553 -#: superset/assets/javascripts/explore/stores/visTypes.js:605 -#: superset/assets/javascripts/explore/stores/visTypes.js:627 -#: superset/assets/javascripts/explore/stores/visTypes.js:652 -#: superset/assets/javascripts/explore/stores/visTypes.js:677 -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -#: superset/assets/javascripts/explore/stores/visTypes.js:838 -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -#: superset/assets/javascripts/explore/stores/visTypes.js:908 -#: superset/assets/javascripts/explore/stores/visTypes.js:948 -#: superset/assets/javascripts/explore/stores/visTypes.js:970 -#: superset/assets/javascripts/explore/stores/visTypes.js:1030 -msgid "Query" -msgstr "Inquerir" +#: superset/assets/src/explore/controls.jsx:175 +msgid "Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "Altura" +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 +msgid "One or many metrics to display" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "Largura" +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "Exportar para .json" +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "Exportar para o formato .csv" +#: superset/assets/src/explore/controls.jsx:207 +msgid "Y Axis Bounds" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" -msgstr "Digite um nome de fatia" +#: superset/assets/src/explore/controls.jsx:210 +msgid "" +"Bounds for the Y axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" -msgstr "Selecione um painel de controle" +#: superset/assets/src/explore/controls.jsx:219 +msgid "Ordering" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "Digite um nome de painel" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "Salvar uma fatia" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "Substitua a fatia %s" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "Salvar como" +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" -msgstr "[nome da fatia]" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "Não adicione um painel" +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "Adicione uma fatia ao painel de controle existente" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "Adicionar ao novo painel" +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 +msgid "Metric" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "Salve e vá para o painel de bordo" +#: superset/assets/src/explore/controls.jsx:281 +msgid "Right Axis Metric" +msgstr "" -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" -msgstr "Confira esta fatia: %s" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:50 -msgid "`Min` value should be numeric or empty" -msgstr "O valor `Min` deve ser numérico ou vazio" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:53 -msgid "`Max` value should be numeric or empty" -msgstr "O valor `Max` deve ser numérico ou vazio" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:70 -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:87 -msgid "Min" -msgstr "Min" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:78 -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:88 -msgid "Max" -msgstr "Max" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" -msgstr "Algo deu errado ao buscar a lista de fontes de dados" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" -msgstr "Clique para apontar para outra fonte de dados" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" -msgstr "Edite a configuração da fonte de dados" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "Selecione uma fonte de dados" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "Pesquisa / Filtro" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "Valor de filtro" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "Selecione a métrica" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "Selecione a coluna" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "Selecione o operador" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "Adicionar filtro" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "Erro ao buscar dados" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:155 -#, python-format -msgid "Select %s" -msgstr "Selecione% s" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" -msgstr "textarea" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "Editar" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" -msgstr "em modal" - -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "Selecione um tipo de visualização" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" -msgstr "O mapa de atualização foi interrompido" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:226 -#, python-format -msgid "An error occurred while rendering the visualization: %s" -msgstr "Ocorreu um erro ao renderizar a visualização:% s" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 -msgid "" -"Perhaps your data has grown, your database is under unusual load, or you " -"are simply querying a data source that is to large to be processed within " -"the timeout range. If that is the case, we recommend that you summarize " -"your data further." -msgstr "" -"Talvez seus dados tenham crescido, seu banco de dados está sob carga " -"incomum, ou você está simplesmente consultando uma fonte de dados que seja " -"grande para ser processada dentro do intervalo de tempo limite. Se for esse " -"o caso, recomendamos que você sintetize seus dados ainda mais." - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "Erro de rede." - -#: superset/assets/javascripts/explore/stores/controls.jsx:37 -msgid "" -"A reference to the [Time] configuration, taking granularity into account" -msgstr "" -"Uma referência à configuração [Time], levando em consideração a " -"granularidade" - -#: superset/assets/javascripts/explore/stores/controls.jsx:51 -msgid "Group by" -msgstr "Agrupar por" - -#: superset/assets/javascripts/explore/stores/controls.jsx:54 -msgid "One or many controls to group by" -msgstr "Um ou vários controles para agrupar" - -#: superset/assets/javascripts/explore/stores/controls.jsx:73 -#: superset/connectors/druid/views.py:43 superset/views/core.py:326 -#: superset/views/core.py:350 superset/views/core.py:382 -msgid "Datasource" -msgstr "Fonte de dados" - -#: superset/assets/javascripts/explore/stores/controls.jsx:83 -#: superset/views/core.py:390 -msgid "Visualization Type" -msgstr "Tipo de Visualização" - -#: superset/assets/javascripts/explore/stores/controls.jsx:85 -msgid "The type of visualization to display" -msgstr "O tipo de visualização a ser exibida" - -#: superset/assets/javascripts/explore/stores/controls.jsx:91 -msgid "Metrics" -msgstr "Métricas" - -#: superset/assets/javascripts/explore/stores/controls.jsx:100 -#: superset/assets/javascripts/explore/stores/controls.jsx:132 -msgid "One or many metrics to display" -msgstr "Uma ou várias métricas para exibir" - -#: superset/assets/javascripts/explore/stores/controls.jsx:106 -msgid "Percentage Metrics" -msgstr "Métricas percentuais" - -#: superset/assets/javascripts/explore/stores/controls.jsx:113 -msgid "Metrics for which percentage of total are to be displayed" -msgstr "Métricas para qual porcentagem do total deve ser exibida" - -#: superset/assets/javascripts/explore/stores/controls.jsx:118 -msgid "Y Axis Bounds" -msgstr "Y Axis Bounds" - -#: superset/assets/javascripts/explore/stores/controls.jsx:121 -msgid "" -"Bounds for the Y axis. When left empty, the bounds are dynamically defined " -"based on the min/max of the data. Note that this feature will only expand " -"the axis range. It won't narrow the data's extent." -msgstr "" -"Limites para o eixo Y. Quando deixados vazios, os limites são definidos " -"dinamicamente com base no min / max dos dados. Observe que esse recurso " -"expandirá apenas o alcance do eixo. Não restringirá a extensão dos dados." - -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Ordering" -msgstr "Encomenda" - -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/views/annotations.py:47 -msgid "Annotation Layers" -msgstr "Camadas de anotação" - -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Annotation layers to overlay on the visualization" -msgstr "Camadas de anotação para sobreposição na visualização" - -#: superset/assets/javascripts/explore/stores/controls.jsx:145 -msgid "Select a annotation layer" -msgstr "Selecione uma camada de anotação" - -#: superset/assets/javascripts/explore/stores/controls.jsx:146 -msgid "Error while fetching annotation layers" -msgstr "Erro ao buscar camadas de anotações" - -#: superset/assets/javascripts/explore/stores/controls.jsx:157 -#: superset/assets/javascripts/explore/stores/visTypes.js:859 -#: superset/connectors/druid/views.py:104 -#: superset/connectors/sqla/views.py:129 -msgid "Metric" -msgstr "Métrica" - -#: superset/assets/javascripts/explore/stores/controls.jsx:159 -msgid "Choose the metric" -msgstr "Escolha a métrica" - -#: superset/assets/javascripts/explore/stores/controls.jsx:172 -msgid "Right Axis Metric" -msgstr "Metric do Eixo Direito" - -#: superset/assets/javascripts/explore/stores/controls.jsx:176 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" -msgstr "Escolha uma métrica para o eixo direito" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:187 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" -msgstr "Estilo empilhado" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:309 msgid "Sort X Axis" -msgstr "Classificar X Axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:207 +#: superset/assets/src/explore/controls.jsx:317 msgid "Sort Y Axis" -msgstr "Eixo de classificação Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:215 +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" -msgstr "Esquema de cores lineares" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:233 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" -msgstr "Normalize across" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:240 +#: superset/assets/src/explore/controls.jsx:357 msgid "" "Color will be rendered based on a ratio of the cell against the sum of " "across this criteria" msgstr "" -"A cor será renderizada com base em uma proporção da célula contra a soma de " -"este critério" -#: superset/assets/javascripts/explore/stores/controls.jsx:247 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" -msgstr "Horizon Color Scale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:254 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." -msgstr "Define como a cor é atribuída." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:259 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" -msgstr "Renderização" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:266 +#: superset/assets/src/explore/controls.jsx:383 msgid "" "image-rendering CSS attribute of the canvas object that defines how the " "browser scales up the image" msgstr "" -"atributo CSS de renderização de imagem do objeto de tela que define como o " -"navegador aumenta a imagem" -#: superset/assets/javascripts/explore/stores/controls.jsx:272 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" -msgstr "Intervalo XScale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:275 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" -msgstr "Número de passos a seguir entre os tiques ao exibir a escala X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:281 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" -msgstr "YScale Interval" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:284 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" -msgstr "Número de passos a seguir entre os tiques ao exibir a escala Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:290 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" -msgstr "Incluir Hora" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:291 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" msgstr "" -"Se deve incluir a granularidade do tempo conforme definido na seção de tempo" -#: superset/assets/javascripts/explore/stores/controls.jsx:297 +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 msgid "Show percentage" -msgstr "Mostrar porcentagem" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:428 msgid "Whether to include the percentage in the tooltip" -msgstr "Se deve incluir a porcentagem na dica de ferramenta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:305 +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" -msgstr "Barras empilhadas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:313 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" -msgstr "Mostrar totais" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:316 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" -msgstr "Exibir linha / coluna total" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:321 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" -msgstr "Mostrar marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:324 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" -msgstr "Mostrar pontos de dados como marcadores de círculo nas linhas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" -msgstr "Valores do Bar" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:332 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" -msgstr "Mostre o valor em cima da barra" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:337 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" -msgstr "Classificar Bares" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:339 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." -msgstr "Classifique barras por x etiquetas." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:344 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" -msgstr "Métricas combinadas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:346 +#: superset/assets/src/explore/controls.jsx:476 msgid "" -"Display metrics side by side within each column, as opposed to each column " -"being displayed side by side for each metric." +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." msgstr "" -"Exibir métricas lado a lado dentro de cada coluna, em oposição a cada " -"coluna sendo exibida lado a lado por cada métrica." -#: superset/assets/javascripts/explore/stores/controls.jsx:352 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" -msgstr "Controles extras" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:355 +#: superset/assets/src/explore/controls.jsx:485 msgid "" -"Whether to show extra controls or not. Extra controls include things like " -"making mulitBar charts stacked or side by side." +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." msgstr "" -"Seja para mostrar controles extras ou não. Os controles extras incluem " -"coisas como fazer quadros de mulitBar empilhados ou lado a lado." -#: superset/assets/javascripts/explore/stores/controls.jsx:362 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" -msgstr "Reduza os carrapatos X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:495 msgid "" -"Reduces the number of X axis ticks to be rendered. If true, the x axis wont " -"overflow and labels may be missing. If false, a minimum width will be " -"applied to columns and the width may overflow into an horizontal scroll." +"Reduces the number of X axis ticks to be rendered. If true, the x axis " +"wont overflow and labels may be missing. If false, a minimum width will " +"be applied to columns and the width may overflow into an horizontal " +"scroll." msgstr "" -"Reduz o número de tiques do eixo X a serem renderizados. Se for verdade, o " -"eixo x não irá transbordar e rótulos podem estar faltando. Se for falso, " -"uma largura mínima será aplicada às colunas e a largura pode transbordar em " -"um pergaminho horizontal." -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" -msgstr "Incluir Série" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:377 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" -msgstr "Inclua o nome da série como um eixo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:382 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" -msgstr "Métrica de cor" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:384 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" -msgstr "Uma métrica para usar para cores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:391 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" -msgstr "Nome do país" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:410 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" -msgstr "O nome do país que Superset deve exibir" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:414 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" -msgstr "Tipo de campo do país" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:422 +#: superset/assets/src/explore/controls.jsx:553 msgid "" "The country code standard that Superset should expect to find in the " "[country] column" msgstr "" -"O padrão do código do país que Superset deve esperar encontrar na coluna " -"[country]" -#: superset/assets/javascripts/explore/stores/controls.jsx:429 -#: superset/assets/javascripts/explore/stores/controls.jsx:436 +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" -msgstr "Colunas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:430 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" -msgstr "Um ou vários controles para girar como colunas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:438 -#: superset/assets/javascripts/explore/stores/controls.jsx:448 -#: superset/assets/javascripts/explore/stores/controls.jsx:458 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" -msgstr "Colunas para exibir" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" -msgstr "Origem" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:728 msgid "" "Defines the origin where time buckets start, accepts natural dates as in " "`now`, `sunday` or `1970-01-01`" msgstr "" -"Define a origem onde os baldes de tempo começam, aceita datas naturais como " -"em `now`,` sunday` ou `1970-01-01`" -#: superset/assets/javascripts/explore/stores/controls.jsx:480 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" -msgstr "Margem inferior" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:484 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -"Margem inferior, em pixels, permitindo mais espaço para etiquetas de eixos" -#: superset/assets/javascripts/explore/stores/controls.jsx:490 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" -msgstr "Margem esquerda" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:494 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -"Margem esquerda, em pixels, permitindo mais espaço para rótulos de eixos" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" -msgstr "Granularidade do tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:517 +#: superset/assets/src/explore/controls.jsx:785 msgid "" -"The time granularity for the visualization. Note that you can type and use " -"simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -"O tempo de granularidade para a visualização. Observe que você pode digitar " -"e usar linguagem natural simples como \"10 segundos\", \"1 dia\" ou \"56 " -"semanas\"." -#: superset/assets/javascripts/explore/stores/controls.jsx:524 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" -msgstr "Domínio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:527 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" -msgstr "A unidade de tempo usada para o agrupamento de blocos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:532 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" -msgstr "Subdomínio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:535 +#: superset/assets/src/explore/controls.jsx:803 msgid "" "The time unit for each block. Should be a smaller unit than " "domain_granularity. Should be larger or equal to Time Grain" msgstr "" -"A unidade de tempo para cada bloco. Deve ser uma unidade menor que " -"domain_granularity. Deve ser maior ou igual a Time Grain" -#: superset/assets/javascripts/explore/stores/controls.jsx:542 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" -msgstr "Comprimento do link" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:545 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" -msgstr "Comprimento do link no layout da força" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:551 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" -msgstr "Carregar" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:565 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" -msgstr "Cobrar no layout da força" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:573 +#: superset/assets/src/explore/controls.jsx:839 msgid "" -"The time column for the visualization. Note that you can define arbitrary " -"expression that return a DATETIME column in the table or. Also note that " +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " "the filter below is applied against this column or expression" msgstr "" -"A coluna de tempo para a visualização. Observe que você pode definir uma " -"expressão arbitrária que retorna uma coluna DATETIME na tabela ou. Observe " -"também que o filtro abaixo é aplicado contra esta coluna ou expressão" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" -msgstr "Tempo Grain" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:588 +#: superset/assets/src/explore/controls.jsx:867 msgid "" "The time granularity for the visualization. This applies a date " "transformation to alter your time column and defines a new time " -"granularity. The options here are defined on a per database engine basis in " -"the Superset source code." +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." msgstr "" -"O tempo de granularidade para a visualização. Isso aplica uma transformação " -"de data para alterar sua coluna de tempo e define uma nova granularidade de " -"tempo. As opções aqui são definidas por base de banco de dados por base no " -"código-fonte Superset." -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" -msgstr "Regra de Repetição" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" -msgstr "Regra de resample de pandas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" -msgstr "Resample How" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" -msgstr "Pandas ressamam como" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:619 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" -msgstr "Método de preenchimento da rememplificação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:622 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" -msgstr "Método de preenchimento de reamalhamento de pandas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:628 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "Desde a" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:629 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" -msgstr "7 dias atrás" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:635 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "Até" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:642 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" -msgstr "Tamanho máximo da bolha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:650 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" -msgstr "Opções de Whisker / Outlier" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:652 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." -msgstr "Determina como são calculados os bigodes e outliers." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:663 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" -msgstr "Ratio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:666 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." -msgstr "Relação de aspecto do alvo para telhas de treemap." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 -#: superset/assets/javascripts/explore/stores/visTypes.js:643 -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -#: superset/assets/javascripts/explore/stores/visTypes.js:817 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" -msgstr "Formato numérico" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" -msgstr "Limite de linha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:690 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" -msgstr "Limite de série" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:693 -msgid "Limits the number of time series that get displayed" -msgstr "Limita o número de séries temporais que são exibidas" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:698 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" -msgstr "Ordenar por" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" -msgstr "Métrica usada para definir a série superior" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 +#: superset/assets/src/explore/controls.jsx:993 msgid "Sort Descending" -msgstr "Ordenar decrescente" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:710 +#: superset/assets/src/explore/controls.jsx:995 msgid "Whether to sort descending or ascending" -msgstr "Quer classificar descendente ou ascendente" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:715 +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" -msgstr "Rolling" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:718 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" -"Defines a rolling window function to apply, works along with the [Periods] " -"text box" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" msgstr "" -"Define uma função de janela rolante para aplicar, funciona junto com a " -"caixa de texto [Períodos]" -#: superset/assets/javascripts/explore/stores/controls.jsx:724 +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" -msgstr "Períodos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:726 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -"Define o tamanho da função da janela rolante, em relação à granularidade de " -"tempo selecionada" -#: superset/assets/javascripts/explore/stores/controls.jsx:732 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" -msgstr "Períodos mínimos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:734 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" "The minimum number of rolling periods required to show a value. For " -"instance if you do a cumulative sum on 7 days you may want your \"Min Period" -"\" to be 7, so that all data points shown are the total of 7 periods. This " -"will hide the \"ramp up\" taking place over the first 7 periods" -msgstr "" -"O número mínimo de períodos de rolamento necessários para mostrar um valor. " -"Por exemplo, se você fizer uma soma cumulativa em 7 dias, você pode querer " -"que seu \"Período Mínimo\" seja 7, de modo que todos os pontos de dados " -"mostrados sejam o total de 7 períodos. Isso irá esconder a \"aceleração\" " -"ocorrendo nos primeiros 7 períodos" - -#: superset/assets/javascripts/explore/stores/controls.jsx:743 -#: superset/assets/javascripts/explore/stores/visTypes.js:124 +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" -msgstr "Series" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:745 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" -"Defines the grouping of entities. Each series is shown as a specific color " -"on the chart and has a legend toggle" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" -"Define o agrupamento de entidades. Cada série é mostrada como uma cor " -"específica no gráfico e tem uma alternância de legenda" -#: superset/assets/javascripts/explore/stores/controls.jsx:755 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" -msgstr "Entidade" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:758 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" -msgstr "Isso define o elemento a ser plotado no gráfico" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:766 -#: superset/assets/javascripts/explore/stores/visTypes.js:173 -#: superset/assets/javascripts/explore/stores/visTypes.js:574 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" -msgstr "X Axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:767 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" -msgstr "Metric atribuído ao eixo [X]" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:780 -#: superset/assets/javascripts/explore/stores/visTypes.js:180 -#: superset/assets/javascripts/explore/stores/visTypes.js:582 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" -msgstr "Eixo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:783 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" -msgstr "Metric atribuído ao eixo [Y]" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:794 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" -msgstr "Tamanho da bolha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:807 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" -msgstr "URL" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:808 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" -"The URL, this control is templated, so you can integrate {{ width }} and/or " -"{{ height }} in your URL string." +"The URL, this control is templated, so you can integrate {{ width }} " +"and/or {{ height }} in your URL string." msgstr "" -"O URL, este controle está modelado, para que você possa integrar {{width}} " -"e / ou {{height}} em sua string de URL." -#: superset/assets/javascripts/explore/stores/controls.jsx:815 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" -msgstr "Etiqueta X Axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:822 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" -msgstr "E Eixo Etiqueta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:829 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" -msgstr "Cláusula WHERE personalizada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" -"The text in this box gets included in your query's WHERE clause, as an AND " -"to other criteria. You can include complex expression, parenthesis and " -"anything else supported by the backend it is directed towards." +"The text in this box gets included in your query's WHERE clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"O texto nesta caixa é incluído na cláusula WHERE da sua consulta, como um " -"AND para outros critérios. Você pode incluir expressão complexa, parênteses " -"e qualquer outra coisa suportada pelo backend para o qual é direcionado." -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" -msgstr "Cláusula HAVING personalizada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:841 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" -"The text in this box gets included in your query's HAVING clause, as an AND " -"to other criteria. You can include complex expression, parenthesis and " -"anything else supported by the backend it is directed towards." +"The text in this box gets included in your query's HAVING clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"O texto nesta caixa é incluído na cláusula HAVING da sua consulta, como um " -"AND para outros critérios. Você pode incluir expressão complexa, parênteses " -"e qualquer outra coisa suportada pelo backend para o qual é direcionado." -#: superset/assets/javascripts/explore/stores/controls.jsx:849 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" -msgstr "Retardo do período de comparação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:851 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -"Com base na granularidade, o número de períodos de tempo para comparar " -"contra" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" -msgstr "Sufixo de comparação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:857 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" -msgstr "Sufixo para aplicar após a exibição percentual" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:863 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" -msgstr "Formato de data e hora da tabela" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" -msgstr "Formato do carimbo de data / hora" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" -msgstr "Altura da série" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:877 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" -msgstr "Altura de pixel de cada série" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:883 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" -msgstr "Comprimento da página" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:886 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" -msgstr "Linhas por página, 0 significa que nenhuma paginação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:892 -#: superset/assets/javascripts/explore/stores/controls.jsx:902 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" -msgstr "Formato X Axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" -msgstr "Y Eixo Formato" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" -msgstr "Formato do Eixo Direito" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:931 +#: superset/assets/src/explore/controls.jsx:1295 msgid "Date Time Format" -msgstr "Formato da hora da data" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" -msgstr "Tipo de marcação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:945 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" -msgstr "Escolha sua linguagem de marcação favorita" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:950 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" -msgstr "Rotação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:953 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" -msgstr "Rotação para aplicar a palavras na nuvem" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:958 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" -msgstr "Estilo de linha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:963 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" -msgstr "Interpolação de linha conforme definido por d3.js" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:968 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" -msgstr "Tipo de etiqueta" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:977 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" -msgstr "O que deve ser mostrado no rótulo?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:982 -#: superset/assets/javascripts/explore/stores/visTypes.js:403 -#: superset/assets/javascripts/explore/stores/visTypes.js:441 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" -msgstr "Código" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" -msgstr "Coloque seu código aqui" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:992 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" -msgstr "Função de agregação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1004 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" -"Aggregate function to apply when pivoting and computing the total rows and " -"columns" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" msgstr "" -"Função de agregação a ser aplicada ao girar e calcular o total de linhas e " -"colunas" -#: superset/assets/javascripts/explore/stores/controls.jsx:1011 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" -msgstr "Tamanho da fonte de" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1013 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" -msgstr "Tamanho da fonte para o menor valor na lista" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" -msgstr "Tamanho da fonte para" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1021 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" -msgstr "Tamanho da fonte para o maior valor na lista" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" -msgstr "Filtragem instantânea" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1037 -msgid "Range Filter" -msgstr "Filtro de intervalo" +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1040 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" -msgstr "Se deseja exibir o seletor interativo do intervalo de tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1045 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" -msgstr "Filtro de data" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1047 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" -msgstr "Seja para incluir um filtro de tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1052 +#: superset/assets/src/explore/controls.jsx:1431 msgid "Show SQL Granularity Dropdown" -msgstr "Show SQL Granularity Dropdown" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1433 msgid "Check to include SQL Granularity dropdown" -msgstr "Verifique para incluir o menu suspenso SQL Granularity" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1059 +#: superset/assets/src/explore/controls.jsx:1438 msgid "Show SQL Time Column" -msgstr "Mostrar coluna de tempo SQL" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1061 +#: superset/assets/src/explore/controls.jsx:1440 msgid "Check to include Time Column dropdown" -msgstr "Verifique para incluir o menu suspenso Coluna de tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1066 +#: superset/assets/src/explore/controls.jsx:1445 msgid "Show Druid Granularity Dropdown" -msgstr "Show Druid Granularity Dropdown" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1068 +#: superset/assets/src/explore/controls.jsx:1447 msgid "Check to include Druid Granularity dropdown" -msgstr "Verifique para incluir o menu suspenso Druid Granularity" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1452 msgid "Show Druid Time Origin" -msgstr "Show Druid Time Origin" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1075 +#: superset/assets/src/explore/controls.jsx:1454 msgid "Check to include Time Origin dropdown" -msgstr "Verifique para incluir o menu suspenso Origem do tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1080 +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" -msgstr "Tabela de dados" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1082 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" -msgstr "Se deseja exibir a tabela de dados interativos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" -msgstr "Caixa de pesquisa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" -msgstr "Se incluir uma caixa de pesquisa do lado do cliente" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" -msgstr "Filtro de mesa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1097 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" -msgstr "Se deseja aplicar o filtro quando a célula da tabela é clicada" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1102 +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" -msgstr "Show Bubbles" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1105 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" -msgstr "Seja para exibir bolhas em cima dos países" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1110 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" -msgstr "lenda" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1113 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" -msgstr "Se deseja exibir a legenda (alternar)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1118 +#: superset/assets/src/explore/controls.jsx:1514 msgid "Show Values" -msgstr "Mostrar valores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1517 msgid "Whether to display the numerical values within the cells" -msgstr "Se deseja exibir os valores numéricos dentro das células" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" -msgstr "X limites" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" -msgstr "Se deseja exibir os valores mínimo e máximo do eixo X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1134 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" -msgstr "Y limites" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1137 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" -msgstr "Se deseja exibir os valores mínimo e máximo do eixo Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1142 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" -msgstr "Rich Tooltip" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1145 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -"A ferramenta de informação rica mostra uma lista de todas as séries para " -"esse ponto no tempo" -#: superset/assets/javascripts/explore/stores/controls.jsx:1151 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" -msgstr "Y Escala de registro" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" -msgstr "Use uma escala de log para o eixo Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1159 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" -msgstr "X Log Scale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1162 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" -msgstr "Use uma escala de log para o eixo X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1167 +#: superset/assets/src/explore/controls.jsx:1571 msgid "Log Scale" -msgstr "Escala logarítmica" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1170 +#: superset/assets/src/explore/controls.jsx:1574 msgid "Use a log scale" -msgstr "Use uma escala de registro" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1175 +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" -msgstr "Rosquinha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1178 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" -msgstr "Você quer uma rosquinha ou uma torta?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1183 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" -msgstr "Coloque rótulos fora" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1186 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" -msgstr "Coloque as etiquetas fora da torta?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1191 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" -msgstr "Contribuição" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1193 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" -msgstr "Calcule a contribuição para o total" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1198 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" -msgstr "Rácio de Período" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1201 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -"[número inteiro] Número do período a comparar contra, isto é relativo à " -"granularidade selecionada" -#: superset/assets/javascripts/explore/stores/controls.jsx:1207 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" -msgstr "Tipo de Rácio de Período" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" -"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is " -"(new-previous)" +"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " +"is (new-previous)" msgstr "" -"`factor 'significa (novo / anterior),` crescimento' é ((novo / anterior) - " -"1), `valor` é (novo-anterior)" -#: superset/assets/javascripts/explore/stores/controls.jsx:1216 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" -msgstr "Mudança de horário" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1218 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" "Overlay a timeseries from a relative time period. Expects relative time " -"delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)" +"delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " +"days)" msgstr "" -"Superponha uma série de tempo de um período de tempo relativo. Espera tempo " -"relativo delta em linguagem natural (exemplo: 24 horas, 7 dias, 56 semanas, " -"365 dias)" -#: superset/assets/javascripts/explore/stores/controls.jsx:1226 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" -msgstr "Subtítulo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1227 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" -msgstr "Texto de descrição que aparece abaixo do seu grande número" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" -msgstr "rótulo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1235 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" "`count` is COUNT(*) if a group by is used. Numerical columns will be " -"aggregated with the aggregator. Non-numerical columns will be used to label " -"points. Leave empty to get a count of points in each cluster." +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." msgstr "" -"`count` é COUNT (*) se um grupo for usado. As colunas numéricas serão " -"agregadas com o agregador. Colunas não-numéricas serão usadas para rotular " -"pontos. Deixe vazio para obter uma contagem de pontos em cada cluster." -#: superset/assets/javascripts/explore/stores/controls.jsx:1246 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" -msgstr "Estilo do mapa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1256 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" -msgstr "Estilo do mapa da camada base" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1262 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" -msgstr "Raio de agrupamento" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1275 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to " -"turn off clustering, but beware that a large number of points (>1000) will " -"cause lag." +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" msgstr "" -"O raio (em pixels) que o algoritmo usa para definir um cluster. Escolha 0 " -"para desativar o cluster, mas tenha cuidado com o fato de que um grande " -"número de pontos (> 1000) causará atraso." -#: superset/assets/javascripts/explore/stores/controls.jsx:1282 +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" -msgstr "Ponto Raio" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" -"The radius of individual points (ones that are not in a cluster). Either a " -"numerical column or `Auto`, which scales the point based on the largest " -"cluster" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" msgstr "" -"O raio de pontos individuais (aqueles que não estão em um cluster). Ou uma " -"coluna numérica ou `Auto ', que escala o ponto com base no maior cluster" -#: superset/assets/javascripts/explore/stores/controls.jsx:1294 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" -msgstr "Unidade de raio de ponto" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1297 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" -msgstr "A unidade de medida para o raio de ponto especificado" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1302 +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" -msgstr "Opacidade" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." -msgstr "Opacidade de todos os clusters, pontos e rótulos. Entre 0 e 1." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1311 +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" -msgstr "Zoom" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1314 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" -msgstr "Nível de zoom do mapa" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1320 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" -msgstr "Latitude padrão" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1323 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" -msgstr "Latitude da janela de exibição padrão" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1329 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" -msgstr "Longitude padrão" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1332 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" -msgstr "Longitude da exibição padrão" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1338 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" -msgstr "Live render" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1340 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -"Pontos e clusters serão atualizados à medida que a viewport estiver sendo " -"alterada" -#: superset/assets/javascripts/explore/stores/controls.jsx:1346 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" -msgstr "Cor RGB" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1356 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" -msgstr "A cor para pontos e clusters em RGB" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1361 +#: superset/assets/src/explore/controls.jsx:1804 msgid "Color" -msgstr "Cor" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1806 msgid "Pick a color" -msgstr "Escolha uma cor" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" -msgstr "Gamas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1369 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" -msgstr "Gira para destacar com sombreamento" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1374 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" -msgstr "Etiquetas de escala" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" -msgstr "Etiquetas para os intervalos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1381 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" -msgstr "Marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1383 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" -msgstr "Lista de valores a marcar com triângulos" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1388 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" -msgstr "Marcadores de marcador" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1390 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" -msgstr "Etiquetas para marcadores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1395 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" -msgstr "Linhas de marcador" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1397 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" -msgstr "Lista de valores a marcar com linhas" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1402 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" -msgstr "Marcadores de linha de marcador" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1404 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" -msgstr "Etiquetas para as linhas de marcação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1431 -msgid "Slice ID" -msgstr "ID da fatia" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1433 -msgid "The id of the active slice" -msgstr "O id da fatia ativa" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1438 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" -msgstr "Tempo limite de cache (segundos)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1440 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" -msgstr "O número de segundos antes de expirar o cache" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1445 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" -msgstr "Encomendar por identificação de entidade" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1446 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" "Important! Select this if the table is not already sorted by entity id, " "else there is no guarantee that all events for each entity are returned." msgstr "" -"Importante! Selecione isso se a tabela ainda não estiver classificada por " -"entidade, caso contrário, não há garantia de que todos os eventos para cada " -"entidade sejam devolvidos." -#: superset/assets/javascripts/explore/stores/controls.jsx:1454 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" -msgstr "Contagem minima do evento do nó da folha" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1457 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" "Leaf nodes that represent fewer than this number of events will be " "initially hidden in the visualization" msgstr "" -"Os nós da folha que representam menos do que este número de eventos serão " -"inicialmente ocultos na visualização" -#: superset/assets/javascripts/explore/stores/controls.jsx:1463 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" -msgstr "Esquema de cores" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1467 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" -msgstr "O esquema de cores para o gráfico de renderização" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1473 +#: superset/assets/src/explore/controls.jsx:1939 msgid "Significance Level" -msgstr "Nível de significância" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1475 +#: superset/assets/src/explore/controls.jsx:1941 msgid "Threshold alpha level for determining significance" -msgstr "Nível alfa limite para determinar o significado" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1480 +#: superset/assets/src/explore/controls.jsx:1946 msgid "p-value precision" -msgstr "precisão de valor p" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1482 +#: superset/assets/src/explore/controls.jsx:1948 msgid "Number of decimal places with which to display p-values" -msgstr "Número de casas decimais para exibir valores p" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1487 +#: superset/assets/src/explore/controls.jsx:1953 msgid "Lift percent precision" -msgstr "Precisão percentual de elevação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1489 +#: superset/assets/src/explore/controls.jsx:1955 msgid "Number of decimal places with which to display lift values" -msgstr "Número de casas decimais com as quais exibir valores de elevação" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1494 +#: superset/assets/src/explore/controls.jsx:1960 msgid "Time Series Columns" -msgstr "Colunas das séries temporais" - -#: superset/assets/javascripts/explore/stores/controls.jsx:1501 -#: superset/assets/javascripts/explore/stores/visTypes.js:356 -#: superset/assets/javascripts/explore/stores/visTypes.js:470 -#: superset/assets/javascripts/explore/stores/visTypes.js:519 -#: superset/assets/javascripts/explore/stores/visTypes.js:782 -#: superset/assets/javascripts/explore/stores/visTypes.js:846 -#: superset/assets/javascripts/explore/stores/visTypes.js:936 -#: superset/assets/javascripts/explore/stores/visTypes.js:958 +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1968 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 msgid "Options" -msgstr "Opções" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1507 +#: superset/assets/src/explore/controls.jsx:1984 msgid "Not Time Series" -msgstr "Série não temporária" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1509 +#: superset/assets/src/explore/controls.jsx:1986 msgid "Ignore time" -msgstr "Ignore o tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1512 +#: superset/assets/src/explore/controls.jsx:1989 msgid "Time Series" -msgstr "Série de tempo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1514 +#: superset/assets/src/explore/controls.jsx:1991 msgid "Standard time series" -msgstr "Série temporal" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1517 +#: superset/assets/src/explore/controls.jsx:1994 msgid "Aggregate Mean" -msgstr "Média agregada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1519 +#: superset/assets/src/explore/controls.jsx:1996 msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1522 +#: superset/assets/src/explore/controls.jsx:1999 msgid "Aggregate Sum" -msgstr "Soma Agregada" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1524 +#: superset/assets/src/explore/controls.jsx:2001 msgid "Sum of values over specified period" -msgstr "Soma de valores ao longo do período especificado" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1527 +#: superset/assets/src/explore/controls.jsx:2004 msgid "Difference" -msgstr "Diferença" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1529 +#: superset/assets/src/explore/controls.jsx:2006 msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1532 +#: superset/assets/src/explore/controls.jsx:2009 msgid "Percent Change" -msgstr "Mudança percentual" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1534 +#: superset/assets/src/explore/controls.jsx:2011 msgid "Metric percent change in value from `since` to `until`" -msgstr "Alteração de porcentagem métrica em valor de `desde 'para` até'" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1537 +#: superset/assets/src/explore/controls.jsx:2014 msgid "Factor" -msgstr "Fator" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1539 +#: superset/assets/src/explore/controls.jsx:2016 msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1542 -#: superset/assets/javascripts/explore/stores/visTypes.js:66 +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1544 +#: superset/assets/src/explore/controls.jsx:2021 msgid "Use the Advanced Analytics options below" -msgstr "Use as opções Advanced Analytics abaixo" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1549 +#: superset/assets/src/explore/controls.jsx:2026 msgid "Settings for time series" -msgstr "Configurações para séries temporais" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1554 +#: superset/assets/src/explore/controls.jsx:2031 msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1557 +#: superset/assets/src/explore/controls.jsx:2034 msgid "Check to force date partitions to have the same height" -msgstr "Verifique para forçar as partições da data a ter a mesma altura" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1562 +#: superset/assets/src/explore/controls.jsx:2039 msgid "Partition Limit" -msgstr "Limite de partição" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1566 +#: superset/assets/src/explore/controls.jsx:2043 msgid "" -"The maximum number of subdivisions of each group; lower values are pruned " -"first" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -"O número máximo de subdivisões de cada grupo; os valores mais baixos são " -"podados primeiro" -#: superset/assets/javascripts/explore/stores/controls.jsx:1572 -msgid "Partition Threshold" -msgstr "Limite de partição" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1576 +#: superset/assets/src/explore/controls.jsx:2055 msgid "" -"Partitions whose height to parent height proportions are below this value " -"are pruned" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -"As partições cuja altura para as proporções de altura dos pais estão abaixo " -"desse valor são podadas" - -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" -msgstr "Tempo" - -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" -msgstr "Atributos de formulário relacionados ao tempo" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" -msgstr "Fonte de dados e tipo de gráfico" - -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" -msgstr "Esta seção expõe maneiras de incluir trechos de SQL em sua consulta" - -#: superset/assets/javascripts/explore/stores/visTypes.js:48 -#: superset/views/annotations.py:55 -msgid "Annotations" -msgstr "Anotações" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/controls.jsx:2067 msgid "" -"This section contains options that allow for advanced analytical post " -"processing of query results" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -"Esta seção contém opções que permitem o processamento analítico avançado de " -"resultados de consulta" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" -msgstr "Filtros de resultados" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/controls.jsx:2077 msgid "" -"The filters to apply after post-aggregation.Leave the value control empty " -"to filter empty strings or nulls" -msgstr "" -"Os filtros para aplicar após pós-agregação. Deixe o controle de valor vazio " -"para filtrar cadeias vazias ou nulos" - -#: superset/assets/javascripts/explore/stores/visTypes.js:110 -#: superset/assets/javascripts/explore/stores/visTypes.js:146 -#: superset/assets/javascripts/explore/stores/visTypes.js:164 -#: superset/assets/javascripts/explore/stores/visTypes.js:203 -#: superset/assets/javascripts/explore/stores/visTypes.js:245 -#: superset/assets/javascripts/explore/stores/visTypes.js:280 -#: superset/assets/javascripts/explore/stores/visTypes.js:303 -#: superset/assets/javascripts/explore/stores/visTypes.js:492 -#: superset/assets/javascripts/explore/stores/visTypes.js:540 -#: superset/assets/javascripts/explore/stores/visTypes.js:561 -#: superset/assets/javascripts/explore/stores/visTypes.js:612 -#: superset/assets/javascripts/explore/stores/visTypes.js:634 -#: superset/assets/javascripts/explore/stores/visTypes.js:659 -#: superset/assets/javascripts/explore/stores/visTypes.js:685 -#: superset/assets/javascripts/explore/stores/visTypes.js:718 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:808 -#: superset/assets/javascripts/explore/stores/visTypes.js:1018 -#: superset/assets/javascripts/explore/stores/visTypes.js:1173 -msgid "Chart Options" -msgstr "Opções do gráfico" - -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Breakdowns" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:128 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:134 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:199 -msgid "Dual Axis Line Chart" -msgstr "Gráfico de linha de eixo duplo" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:210 -msgid "Y Axis 1" -msgstr "Eixo 1" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:216 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:226 -msgid "Choose a metric for left axis" -msgstr "Escolha uma métrica para o eixo esquerdo" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:229 -msgid "Left Axis Format" -msgstr "Formato do eixo esquerdo" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:255 -#: superset/assets/javascripts/explore/stores/visTypes.js:313 -msgid "Axes" -msgstr "Eixos" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:339 -msgid "Use this section if you want a query that aggregates" -msgstr "Use esta seção se desejar uma consulta que agregue" +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:348 -msgid "NOT GROUPED BY" -msgstr "NÃO GRUPADO POR" +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:349 -msgid "Use this section if you want to query atomic rows" -msgstr "Use esta seção se desejar consultar linhas atômicas" +#: superset/assets/src/explore/controls.jsx:2138 +msgid "" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:375 -msgid "Time Series Table" -msgstr "Tabela de séries temporais" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:392 +#: superset/assets/src/explore/controls.jsx:2145 msgid "" -"Templated link, it's possible to include {{ metric }} or other values " -"coming from the controls." +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -"Templated link, é possível incluir {{metric}} ou outros valores " -"provenientes dos controles." -#: superset/assets/javascripts/explore/stores/visTypes.js:424 -msgid "Pivot Options" -msgstr "Opções de pivô" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:568 -#: superset/assets/javascripts/explore/stores/visTypes.js:880 -msgid "Bubbles" -msgstr "Bolhas" +#: superset/assets/src/explore/controls.jsx:2150 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:694 -msgid "Numeric Column" -msgstr "Coluna numérica" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:695 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:698 -msgid "No of Bins" -msgstr "Número de embalagens" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Select number of bins for the histogram" -msgstr "Selecione o número de caixas para o histograma" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:726 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:727 -msgid "The primary metric is used to define the arc segment sizes" -msgstr "A métrica primária é usada para definir o tamanho do segmento de arco" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:730 -msgid "Secondary Metric" -msgstr "Métrica secundária" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:731 -msgid "" -"This secondary metric is used to define the color as a ratio against the " -"primary metric. If the two metrics match, color is mapped level groups" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -"Esta métrica secundária é usada para definir a cor como uma relação contra " -"a métrica primária. Se as duas métricas se combinarem, a cor é grupos de " -"nível mapeados" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -msgid "Hierarchy" -msgstr "Hierarquia" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -msgid "This defines the level of the hierarchy" -msgstr "Isso define o nível da hierarquia" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:763 -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Source / Target" -msgstr "Fonte / alvo" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -#: superset/assets/javascripts/explore/stores/visTypes.js:792 -msgid "Choose a source and a target" -msgstr "Escolha uma fonte e um alvo" +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Chord Diagram" -msgstr "Diagrama de acordes" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:818 -msgid "Choose a number format" -msgstr "Escolha um formato de número" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:821 -msgid "Source" -msgstr "Fonte" +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:824 -msgid "Choose a source" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:827 -msgid "Target" -msgstr "Alvo" +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:830 -msgid "Choose a target" -msgstr "Escolha um alvo" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:855 -msgid "ISO 3166-2 codes of region/province/department" -msgstr "ISO 3166-2 códigos de região / província / departamento" +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:856 +#: superset/assets/src/explore/visTypes.js:72 msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see " -"documentation for list of ISO 3166-2)" +"This section contains options that allow for advanced analytical post " +"processing of query results" msgstr "" -"É ISO 3166-2 da sua região / província / departamento em sua mesa. (ver " -"documentação para a lista de ISO 3166-2)" -#: superset/assets/javascripts/explore/stores/visTypes.js:890 -msgid "Country Control" -msgstr "Controle nacional" +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:891 -msgid "3 letter code of the country" +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:894 -msgid "Metric for color" -msgstr "Metric for color" +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:895 -msgid "Metric that defines the color of the country" -msgstr "Métrica que define a cor do país" +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 -msgid "Bubble size" -msgstr "Tamanho da bolha" +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:899 -msgid "Metric that defines the size of the bubble" -msgstr "Métrica que define o tamanho da bolha" +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:905 -msgid "Filter Box" -msgstr "Caixa de filtro" +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -msgid "Filter controls" -msgstr "Controles do filtro" +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:922 -msgid "" -"The controls you want to filter on. Note that only columns checked as " -"\"filterable\" will show up on this list." +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" msgstr "" -"Os controles nos quais deseja filtrar. Observe que somente as colunas " -"marcadas como \"filtráveis\" aparecerão nesta lista." -#: superset/assets/javascripts/explore/stores/visTypes.js:978 -msgid "Heatmap Options" -msgstr "Opções de Heatmap" +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:999 -msgid "Value bounds" -msgstr "Limites de valor" +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1008 -msgid "Value Format" -msgstr "Formato de valor" +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1014 -msgid "Horizon" +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1040 -msgid "Points" -msgstr "Pontos" +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1047 -msgid "Labelling" -msgstr "Marcação" +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1054 -msgid "Visual Tweaks" -msgstr "Visual Tweaks" +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1063 -msgid "Viewport" -msgstr "Janela de exibição" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 -msgid "Longitude" -msgstr "Longitude" +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1074 -msgid "Column containing longitude data" -msgstr "Coluna contendo dados de longitude" +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Latitude" -msgstr "Latitude" +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1078 -msgid "Column containing latitude data" +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1081 -msgid "Cluster label aggregator" -msgstr "Agrupador de rótulos de cluster" +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1082 -msgid "" -"Aggregate function applied to the list of points in each cluster to produce " -"the cluster label." +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" msgstr "" -"Função agregada aplicada à lista de pontos em cada cluster para produzir o " -"rótulo do cluster." -#: superset/assets/javascripts/explore/stores/visTypes.js:1086 -msgid "Tooltip" -msgstr "Tooltip" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "" -"Show a tooltip when hovering over points and clusters describing the label" +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1091 -msgid "" -"One or many controls to group by. If grouping, latitude and longitude " -"columns must be present." +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1102 -msgid "Event definition" +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Additional meta data" -msgstr "Metadados adicionais" +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1120 -msgid "Column containing entity ids" -msgstr "Identificação de entidade contendo uma coluna" +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1121 -msgid "e.g., a \"user id\" column" -msgstr "por exemplo, uma coluna de \"ID do usuário\"" +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1124 -msgid "Column containing event names" -msgstr "Coluna contendo nomes de eventos" +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1132 -msgid "Event count limit" -msgstr "Limite de contagem de eventos" +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1133 -msgid "The maximum number of events to return, equivalent to number of rows" +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" msgstr "" -"O número máximo de eventos a retornar, equivalente ao número de linhas" -#: superset/assets/javascripts/explore/stores/visTypes.js:1136 -msgid "Meta data" -msgstr "Meta dados" +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1137 -msgid "Select any columns for meta data inspection" -msgstr "Selecione qualquer colunas para a inspeção de meta-dados" +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1149 -msgid "Paired t-test" -msgstr "Teste t pareado" +#: superset/assets/src/explore/visTypes.js:868 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1166 -msgid "Time Series Options" -msgstr "Opções da série de tempo" +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" -#: superset/assets/javascripts/modules/superset.js:132 -msgid "" -"The server could not be reached. You may want to verify your connection and " -"try again." +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" msgstr "" -"O servidor não pôde ser alcançado. Você pode querer verificar sua conexão e " -"tentar novamente." -#: superset/assets/javascripts/modules/superset.js:135 -#, python-format -msgid "An unknown error occurred. (Status: %s )" -msgstr "Ocorreu um erro desconhecido. (Status:% s)" +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" -msgstr "Conteúdo criado" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "Atividade recente" +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" +msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "Segurança e Acesso" +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" -msgstr "Sem fatias" +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" -msgstr "Sem painéis" +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:381 -#: superset/views/core.py:546 -msgid "Dashboards" +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:421 superset/views/core.py:491 -msgid "Slices" -msgstr "Fatias" +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" -msgstr "Ainda não há fatias favoritas, clique nas estrelas!" +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "Ainda não há painéis favoritos, clique nas estrelas!" +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" -msgstr "Roles" +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:292 -msgid "Databases" -msgstr "Bases de dados" +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" -msgstr "Foto do perfil fornecida por Gravatar" +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" -msgstr "identidade:" +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" +msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" msgstr "" -#: superset/assets/visualizations/filter_box.jsx:181 -#, python-format -msgid "Select [%s]" -msgstr "Selecione [% s]" +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" +msgstr "" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." -msgstr "Nenhum dado foi retornado." +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" +msgstr "" -#: superset/connectors/druid/views.py:26 -msgid "List Druid Column" -msgstr "List Druid Column" +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" +msgstr "" -#: superset/connectors/druid/views.py:27 -msgid "Show Druid Column" +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "Add Druid Column" +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Edit Druid Column" -msgstr "Edit Druid Column" +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" +msgstr "" -#: superset/connectors/druid/views.py:41 superset/connectors/sqla/views.py:79 -msgid "Column" -msgstr "Coluna" +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" +msgstr "" -#: superset/connectors/druid/views.py:42 -#: superset/connectors/druid/views.py:107 superset/connectors/sqla/views.py:93 -#: superset/connectors/sqla/views.py:132 -msgid "Type" -msgstr "Tipo" +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/sqla/views.py:82 -msgid "Groupable" +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" msgstr "" -#: superset/connectors/druid/views.py:45 superset/connectors/sqla/views.py:83 -msgid "Filterable" -msgstr "Filtravel" +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:85 -msgid "Count Distinct" +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:86 -msgid "Sum" -msgstr "Soma" +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" +msgstr "" -#: superset/connectors/druid/views.py:52 superset/connectors/sqla/views.py:48 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore view." +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" msgstr "" -"Se esta coluna está exposta na seção `Filtros 'da vista de exploração." -#: superset/connectors/druid/views.py:78 -msgid "List Druid Metric" -msgstr "List Druid Metric" +#: superset/assets/src/explore/visTypes.js:1439 +msgid "" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." +msgstr "" -#: superset/connectors/druid/views.py:79 -msgid "Show Druid Metric" -msgstr "Show Druid Metric" +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "Add Druid Metric" -msgstr "Adicionar Druid Metric" +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Edit Druid Metric" -msgstr "Edit Druid Metric" +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" -#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:114 +#: superset/assets/src/explore/visTypes.js:1520 msgid "" -"Whether the access to this metric is restricted to certain roles. Only " -"roles with the permission 'metric access on XXX (the name of this metric)' " -"are allowed to access this metric" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." msgstr "" -"Se o acesso a esta métrica é restrito a determinadas funções. Somente os " -"papéis com a permissão 'acesso métrico em XXX (o nome desta métrica)' estão " -"autorizados a acessar esta métrica" -#: superset/connectors/druid/views.py:106 superset/connectors/sqla/views.py:80 -#: superset/connectors/sqla/views.py:131 -msgid "Verbose Name" +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" msgstr "" -#: superset/connectors/druid/views.py:108 superset/views/core.py:573 -msgid "JSON" +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" msgstr "" -#: superset/connectors/druid/views.py:109 -msgid "Druid Datasource" -msgstr "Druid Datasource" - -#: superset/connectors/druid/views.py:110 -#: superset/connectors/sqla/views.py:137 -msgid "Warning Message" -msgstr "Mensagem de aviso" +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" +msgstr "" -#: superset/connectors/druid/views.py:127 -msgid "List Druid Cluster" -msgstr "List Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" -#: superset/connectors/druid/views.py:128 -msgid "Show Druid Cluster" -msgstr "Show Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" +msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "Add Druid Cluster" -msgstr "Adicionar Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" -#: superset/connectors/druid/views.py:130 -msgid "Edit Druid Cluster" -msgstr "Editar Druid Cluster" +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" +msgstr "" -#: superset/connectors/druid/views.py:141 -#: superset/connectors/druid/views.py:226 -msgid "Cluster" -msgstr "Grupo" +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" +msgstr "" -#: superset/connectors/druid/views.py:142 -msgid "Coordinator Host" -msgstr "Coordenador de Host" +#: superset/assets/src/explore/visTypes.js:1599 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" -#: superset/connectors/druid/views.py:143 -msgid "Coordinator Port" -msgstr "Porto Coordenador" +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" +msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Endpoint" -msgstr "Ponto final do coordenador" +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" +msgstr "" -#: superset/connectors/druid/views.py:145 -msgid "Broker Host" -msgstr "Host de corretor" +#: superset/assets/src/explore/visTypes.js:1608 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Broker Port" -msgstr "Porto do corretor" +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" +msgstr "" -#: superset/connectors/druid/views.py:147 -msgid "Broker Endpoint" -msgstr "Ponto final do corretor" +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" +msgstr "" -#: superset/connectors/druid/views.py:162 -msgid "Druid Clusters" -msgstr "Clusters Druidas" +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" +msgstr "" -#: superset/connectors/druid/views.py:165 -#: superset/connectors/druid/views.py:266 -#: superset/connectors/druid/views.py:314 -#: superset/connectors/druid/views.py:322 -#: superset/connectors/sqla/views.py:295 superset/views/core.py:295 -msgid "Sources" -msgstr "Fontes" +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" +msgstr "" -#: superset/connectors/druid/views.py:172 -msgid "List Druid Datasource" -msgstr "List Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" +msgstr "" -#: superset/connectors/druid/views.py:173 -msgid "Show Druid Datasource" -msgstr "Mostrar Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" +msgstr "" -#: superset/connectors/druid/views.py:174 -msgid "Add Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" msgstr "" -#: superset/connectors/druid/views.py:175 -msgid "Edit Druid Datasource" -msgstr "Edit Druid Datasource" +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" +msgstr "" -#: superset/connectors/druid/views.py:195 -#: superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this datasource, " -"you may change how these associated slices behave. Also note that slices " -"need to point to a datasource, so this form will fail at saving if removing " -"slices from a datasource. If you want to change the datasource for a slice, " -"overwrite the slice from the 'explore view'" -msgstr "" -"A lista de fatias associadas a esta tabela. Ao alterar esta fonte de dados, " -"você pode alterar a forma como essas fatias associadas se comportam. " -"Observe também que as fatias precisam apontar para uma fonte de dados, " -"então este formulário falhará na poupança se removerem fatias de uma fonte " -"de dados. Se quiser alterar a fonte de dados para uma fatia, substitua a " -"fatia da \"exibição de explorar\"" - -#: superset/connectors/druid/views.py:203 -#: superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Deslocamento do fuso horário (em horas) para esta fonte de dados" +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" +msgstr "" -#: superset/connectors/druid/views.py:207 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` is " -"on. If you enter `7 days ago`, the distinct list of values in the filter " -"will be populated based on the distinct value over the past week" -msgstr "" -"Expressão de tempo para usar como um predicado ao recuperar valores " -"distintos para preencher o componente de filtro. Aplica-se apenas quando " -"\"Ativar seleção de filtro\" estiver ativado. Se você inserir `7 dias atrás " -"', a lista distinta de valores no filtro será preenchida com base no valor " -"distinto na semana passada" - -#: superset/connectors/druid/views.py:214 -#: superset/connectors/sqla/views.py:206 +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" + +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" + +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" +msgstr "" + +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" + +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 msgid "" -"Whether to populate the filter's dropdown in the explore view's filter " -"section with a list of distinct values fetched from the backend on the fly" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" + +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" + +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " msgstr "" -#: superset/connectors/druid/views.py:218 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the " -"datasource list" -msgstr "" +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" +msgstr "" + +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" + +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" +msgstr "" + +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" +msgstr "" + +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" + +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" + +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" + +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" +msgstr "" + +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" + +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" + +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" + +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" + +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] O acesso à fonte de dados %(name) s foi concedido" + +#~ msgid "Please choose at least one \"Group by\" field " +#~ msgstr "Escolha pelo menos um campo \"Agrupar por\"" + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "'Group By' e 'Columns' não podem se sobrepor" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "Deve ter uma coluna numérica especificada" + +#~ msgid "Your query was saved" +#~ msgstr "Sua consulta foi salva" + +#~ msgid "Your query could not be saved" +#~ msgstr "Sua consulta não pôde ser salva" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "Falha na recuperação de resultados do backend de resultados" + +#~ msgid "Could not connect to server" +#~ msgstr "Não pode conectar ao servidor" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "Sua sessão expirou, atualize sua página e tente novamente." + +#~ msgid "Query was stopped." +#~ msgstr "A consulta foi interrompida." + +#~ msgid "Failed at stopping query." +#~ msgstr "Falha ao parar a consulta." + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "Ocorreu um erro ao buscar metadados na tabela" + +#~ msgid "shared query" +#~ msgstr "consulta compartilhada" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "A consulta não pôde ser carregada" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "Ocorreu um erro ao criar a fonte de dados" + +#~ msgid "Pick a chart type!" +#~ msgstr "Escolha um tipo de gráfico!" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" +#~ "Para usar este tipo de gráfico, " +#~ "você precisa de pelo menos uma " +#~ "coluna marcada como data" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "Para usar este tipo de gráfico, você precisa de pelo menos uma dimensão" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" +#~ "Para usar este tipo de gráfico, " +#~ "você precisa de pelo menos uma " +#~ "função de agregação" + +#~ msgid "Untitled Query" +#~ msgstr "Consulta sem título" + +#~ msgid "Copy of %s" +#~ msgstr "Cópia de% s" + +#~ msgid "share query" +#~ msgstr "compartilhar consulta" + +#~ msgid "copy URL to clipboard" +#~ msgstr "copiar URL para a área de transferência" + +#~ msgid "Raw SQL" +#~ msgstr "Raw SQL" + +#~ msgid "Source SQL" +#~ msgstr "Fonte SQL" + +#~ msgid "SQL" +#~ msgstr "SQL" + +#~ msgid "No query history yet..." +#~ msgstr "Ainda não há histórico de consultas ..." + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "Parece que você não tem acesso a qualquer banco de dados" + +#~ msgid "Search Results" +#~ msgstr "Procurar Resultados" + +#~ msgid "[From]-" +#~ msgstr "[A partir de]-" + +#~ msgid "[To]-" +#~ msgstr "[Para]-" + +#~ msgid "[Query Status]" +#~ msgstr "[Status da consulta]" + +#~ msgid "Search" +#~ msgstr "Pesquisa" + +#~ msgid "Open in SQL Editor" +#~ msgstr "Abrir no Editor de SQL" + +#~ msgid "view results" +#~ msgstr "Ver resultados" + +#~ msgid "Data preview" +#~ msgstr "Visualização de dados" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "Visualize os dados desta consulta" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "Substitua texto no editor com uma consulta nesta tabela" + +#~ msgid "Run query in a new tab" +#~ msgstr "Executar consulta em uma nova guia" + +#~ msgid "Remove query from log" +#~ msgstr "Remover consulta do log" + +#~ msgid ".CSV" +#~ msgstr ".CSV" + +#~ msgid "Visualize" +#~ msgstr "Visualize" + +#~ msgid "was created" +#~ msgstr "foi criado" + +#~ msgid "Query in a new tab" +#~ msgstr "Consulta em uma nova guia" + +#~ msgid "Fetch data preview" +#~ msgstr "Obter a visualização de dados" + +#~ msgid "Track Job" +#~ msgstr "Acompanhe o emprego" + +#~ msgid "Loading..." +#~ msgstr "Carregando..." + +#~ msgid "Run Selected Query" +#~ msgstr "Executar consulta selecionada" + +#~ msgid "Run Query" +#~ msgstr "Executar consulta" + +#~ msgid "Run query asynchronously" +#~ msgstr "Execute a consulta de forma assíncrona" + +#~ msgid "Stop" +#~ msgstr "Pare" + +#~ msgid "Undefined" +#~ msgstr "Undefined" + +#~ msgid "Label for your query" +#~ msgstr "Etiqueta para sua consulta" + +#~ msgid "Write a description for your query" +#~ msgstr "Escreva uma descrição para sua consulta" + +#~ msgid "Save" +#~ msgstr "Salvar" + +#~ msgid "Save Query" +#~ msgstr "Salvar Consulta" + +#~ msgid "Run a query to display results here" +#~ msgstr "Execute uma consulta para exibir resultados aqui" + +#~ msgid "Preview for %s" +#~ msgstr "Visualização para %s" + +#~ msgid "Results" +#~ msgstr "Resultados" + +#~ msgid "Query History" +#~ msgstr "Histórico de consultas" + +#~ msgid "Create table as with query results" +#~ msgstr "Criar tabela como com resultados de consulta" + +#~ msgid "new table name" +#~ msgstr "novo nome da tabela" + +#~ msgid "Error while fetching table list" +#~ msgstr "Erro ao buscar a lista de tabelas" + +#~ msgid "Error while fetching schema list" +#~ msgstr "Erro ao buscar a lista de esquema" + +#~ msgid "Error while fetching database list" +#~ msgstr "Erro ao buscar a lista do banco de dados" + +#~ msgid "Database:" +#~ msgstr "Base de dados:" + +#~ msgid "Select a database" +#~ msgstr "Selecione um banco de dados" + +#~ msgid "Select a schema (%s)" +#~ msgstr "Selecione um esquema (%s)" + +#~ msgid "Schema:" +#~ msgstr "Esquema:" + +#~ msgid "Add a table (%s)" +#~ msgstr "Adicionar uma tabela (%s)" + +#~ msgid "Type to search ..." +#~ msgstr "Escreva para pesquisar ..." + +#~ msgid "Reset State" +#~ msgstr "Repor Estado" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "Digite um novo título para a guia" + +#~ msgid "Untitled Query %s" +#~ msgstr "Consulta sem título %s" + +#~ msgid "close tab" +#~ msgstr "aba fechada" + +#~ msgid "rename tab" +#~ msgstr "guia renomear" + +#~ msgid "expand tool bar" +#~ msgstr "barra de ferramentas de expansão" + +#~ msgid "hide tool bar" +#~ msgstr "ocultar barra de ferramentas" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "Copie a consulta de partição para a área de transferência" + +#~ msgid "latest partition:" +#~ msgstr "última partição:" + +#~ msgid "Keys for table" +#~ msgstr "Chaves para mesa" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "Ver chaves e índices (%s)" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "Classifique as colunas em ordem alfabética" + +#~ msgid "Original table column order" +#~ msgstr "Ordem de coluna da tabela original" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "Copie a instrução SELECT para a área de transferência" + +#~ msgid "Remove table preview" +#~ msgstr "Remover a visualização da tabela" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" +#~ "%s não está certo como um nome " +#~ "de coluna, por favor, alias (como " +#~ "na contagem SELECT (*)" + +#~ msgid "AS my_alias" +#~ msgstr "AS my_alias" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "usando apenas caracteres alfanuméricos e sublinhados" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "Criando uma fonte de dados e exibindo uma nova guia" + +#~ msgid "No results available for this query" +#~ msgstr "Nenhum resultado disponível para esta consulta" + +#~ msgid "Chart Type" +#~ msgstr "Tipo de gráfico" + +#~ msgid "[Chart Type]" +#~ msgstr "[Tipo de gráfico]" + +#~ msgid "Datasource Name" +#~ msgstr "Nome da fonte de dados" + +#~ msgid "datasource name" +#~ msgstr "nome da fonte de dados" + +#~ msgid "Create a new slice" +#~ msgstr "Crie uma nova fatia" + +#~ msgid "Choose a datasource" +#~ msgstr "Escolha uma fonte de dados" + +#~ msgid "Choose a visualization type" +#~ msgstr "Escolha um tipo de visualização" + +#~ msgid "Create new slice" +#~ msgstr "Crie uma nova fatia" + +#~ msgid "Select ..." +#~ msgstr "Selecione ..." + +#~ msgid "Loaded data cached" +#~ msgstr "Dados carregados em cache" + +#~ msgid "Loaded from cache" +#~ msgstr "Carregado do cache" + +#~ msgid "Click to force-refresh" +#~ msgstr "Clique para forçar a atualização" + +#~ msgid "Copy to clipboard" +#~ msgstr "Copiar para área de transferência" + +#~ msgid "Not successful" +#~ msgstr "Não foi bem sucedido" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "Desculpe, o seu navegador não suporta a cópia. Use Ctrl / Cmd + C!" + +#~ msgid "Copied!" +#~ msgstr "Copiado!" + +#~ msgid "click to edit title" +#~ msgstr "Clique para editar o título" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "Você não tem os direitos de alterar este título." + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "Clique para favoritar / desfavoritar" + +#~ msgid "You have unsaved changes." +#~ msgstr "Você tem alterações não salvas." + +#~ msgid "Click the" +#~ msgstr "Clique no" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "botão no canto superior direito para salvar suas alterações." + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" +#~ "Servido a partir de dados em cache" +#~ " %s. Clique para forçar a " +#~ "atualização." + +#~ msgid "Click to force refresh" +#~ msgstr "Clique para forçar a atualização" + +#~ msgid "Error" +#~ msgstr "Erro" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "Desculpe, houve um erro ao adicionar fatias a este painel:% s" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "Filtros Active Dashboard" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "Marque este painel: %s" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "Forçar a atualização do painel inteiro" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "Edite as propriedades deste painel" + +#~ msgid "Load a template" +#~ msgstr "Carregue um modelo" + +#~ msgid "Load a CSS template" +#~ msgstr "Carregue um modelo CSS" + +#~ msgid "Live CSS Editor" +#~ msgstr "Live CSS Editor" + +#~ msgid "Don't refresh" +#~ msgstr "Não atualize" + +#~ msgid "10 seconds" +#~ msgstr "10 segundos" + +#~ msgid "30 seconds" +#~ msgstr "30 segundos" + +#~ msgid "1 minute" +#~ msgstr "1 minuto" + +#~ msgid "5 minutes" +#~ msgstr "5 minutos" + +#~ msgid "Refresh Interval" +#~ msgstr "Intervalo de atualização" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "Escolha a frequência de atualização para este painel de controle" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "Este painel de controle foi salvo com sucesso." + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "Desculpe, houve um erro ao salvar este painel:" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "Você deve escolher um nome para o novo painel de controle" + +#~ msgid "Save Dashboard" +#~ msgstr "Save Dashboard" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "Overwrite Dashboard [%s]" + +#~ msgid "Save as:" +#~ msgstr "Salvar como:" + +#~ msgid "[dashboard name]" +#~ msgstr "[Nome do painel]" + +#~ msgid "Viz" +#~ msgstr "Veja" + +#~ msgid "Add Slices" +#~ msgstr "Adicionar fatias" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "Adicione uma nova fatia ao painel" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "Adicione fatias ao painel de instrumentos" + +#~ msgid "Move chart" +#~ msgstr "Mover gráfico" + +#~ msgid "Force refresh data" +#~ msgstr "Forçar dados de atualização" + +#~ msgid "Toggle chart description" +#~ msgstr "Alternar descrição do gráfico" + +#~ msgid "Edit chart" +#~ msgstr "Editar gráfico" + +#~ msgid "Export CSV" +#~ msgstr "Exportar CSV" + +#~ msgid "Explore chart" +#~ msgstr "Explore gráfico" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "Remova o gráfico do painel" + +#~ msgid "is expected to be a number" +#~ msgstr "é esperado que seja um número" + +#~ msgid "is expected to be an integer" +#~ msgstr "espera-se que seja um número inteiro" + +#~ msgid "cannot be empty" +#~ msgstr "não pode estar vazio" + +#~ msgid "%s - untitled" +#~ msgstr "% s - sem título" + +#~ msgid "Edit slice properties" +#~ msgstr "Editar propriedades da fatia" + +#~ msgid "description" +#~ msgstr "descrição" + +#~ msgid "bolt" +#~ msgstr "parafuso" + +#~ msgid "Changing this control takes effect instantly" +#~ msgstr "Alterar esse controle é efetivo instantaneamente" + +#~ msgid "Error..." +#~ msgstr "Erro..." + +#~ msgid "Query" +#~ msgstr "Inquerir" + +#~ msgid "Height" +#~ msgstr "Altura" + +#~ msgid "Width" +#~ msgstr "Largura" + +#~ msgid "Export to .json" +#~ msgstr "Exportar para .json" + +#~ msgid "Export to .csv format" +#~ msgstr "Exportar para o formato .csv" + +#~ msgid "Please enter a slice name" +#~ msgstr "Digite um nome de fatia" + +#~ msgid "Please select a dashboard" +#~ msgstr "Selecione um painel de controle" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "Digite um nome de painel" + +#~ msgid "Save A Slice" +#~ msgstr "Salvar uma fatia" + +#~ msgid "Overwrite slice %s" +#~ msgstr "Substitua a fatia %s" + +#~ msgid "Save as" +#~ msgstr "Salvar como" + +#~ msgid "[slice name]" +#~ msgstr "[nome da fatia]" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "Não adicione um painel" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "Adicione uma fatia ao painel de controle existente" + +#~ msgid "Add to new dashboard" +#~ msgstr "Adicionar ao novo painel" + +#~ msgid "Save & go to dashboard" +#~ msgstr "Salve e vá para o painel de bordo" + +#~ msgid "Check out this slice: %s" +#~ msgstr "Confira esta fatia: %s" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "O valor `Min` deve ser numérico ou vazio" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "O valor `Max` deve ser numérico ou vazio" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "Algo deu errado ao buscar a lista de fontes de dados" + +#~ msgid "Click to point to another datasource" +#~ msgstr "Clique para apontar para outra fonte de dados" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "Edite a configuração da fonte de dados" + +#~ msgid "Select a datasource" +#~ msgstr "Selecione uma fonte de dados" + +#~ msgid "Search / Filter" +#~ msgstr "Pesquisa / Filtro" + +#~ msgid "Filter value" +#~ msgstr "Valor de filtro" + +#~ msgid "Select metric" +#~ msgstr "Selecione a métrica" + +#~ msgid "Select column" +#~ msgstr "Selecione a coluna" + +#~ msgid "Select operator" +#~ msgstr "Selecione o operador" + +#~ msgid "Error while fetching data" +#~ msgstr "Erro ao buscar dados" + +#~ msgid "Select %s" +#~ msgstr "Selecione% s" + +#~ msgid "textarea" +#~ msgstr "textarea" + +#~ msgid "Edit" +#~ msgstr "Editar" + +#~ msgid "in modal" +#~ msgstr "em modal" + +#~ msgid "Select a visualization type" +#~ msgstr "Selecione um tipo de visualização" + +#~ msgid "Updating chart was stopped" +#~ msgstr "O mapa de atualização foi interrompido" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "Ocorreu um erro ao renderizar a visualização:% s" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" +#~ "Talvez seus dados tenham crescido, seu" +#~ " banco de dados está sob carga " +#~ "incomum, ou você está simplesmente " +#~ "consultando uma fonte de dados que " +#~ "seja grande para ser processada dentro" +#~ " do intervalo de tempo limite. Se " +#~ "for esse o caso, recomendamos que " +#~ "você sintetize seus dados ainda mais." + +#~ msgid "Network error." +#~ msgstr "Erro de rede." + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" +#~ "Uma referência à configuração [Time], " +#~ "levando em consideração a granularidade" + +#~ msgid "Group by" +#~ msgstr "Agrupar por" + +#~ msgid "One or many controls to group by" +#~ msgstr "Um ou vários controles para agrupar" + +#~ msgid "The type of visualization to display" +#~ msgstr "O tipo de visualização a ser exibida" + +#~ msgid "Metrics" +#~ msgstr "Métricas" + +#~ msgid "One or many metrics to display" +#~ msgstr "Uma ou várias métricas para exibir" + +#~ msgid "Percentage Metrics" +#~ msgstr "Métricas percentuais" + +#~ msgid "Metrics for which percentage of total are to be displayed" +#~ msgstr "Métricas para qual porcentagem do total deve ser exibida" + +#~ msgid "Y Axis Bounds" +#~ msgstr "Y Axis Bounds" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" +#~ "Limites para o eixo Y. Quando " +#~ "deixados vazios, os limites são " +#~ "definidos dinamicamente com base no min" +#~ " / max dos dados. Observe que " +#~ "esse recurso expandirá apenas o alcance" +#~ " do eixo. Não restringirá a extensão" +#~ " dos dados." + +#~ msgid "Ordering" +#~ msgstr "Encomenda" + +#~ msgid "Annotation Layers" +#~ msgstr "Camadas de anotação" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "Camadas de anotação para sobreposição na visualização" + +#~ msgid "Select a annotation layer" +#~ msgstr "Selecione uma camada de anotação" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "Erro ao buscar camadas de anotações" + +#~ msgid "Choose the metric" +#~ msgstr "Escolha a métrica" + +#~ msgid "Right Axis Metric" +#~ msgstr "Metric do Eixo Direito" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "Escolha uma métrica para o eixo direito" + +#~ msgid "Stacked Style" +#~ msgstr "Estilo empilhado" + +#~ msgid "Sort X Axis" +#~ msgstr "Classificar X Axis" + +#~ msgid "Sort Y Axis" +#~ msgstr "Eixo de classificação Y" + +#~ msgid "Linear Color Scheme" +#~ msgstr "Esquema de cores lineares" + +#~ msgid "Normalize Across" +#~ msgstr "Normalize across" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "" +#~ "A cor será renderizada com base em" +#~ " uma proporção da célula contra a " +#~ "soma de este critério" + +#~ msgid "Horizon Color Scale" +#~ msgstr "Horizon Color Scale" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "Define como a cor é atribuída." + +#~ msgid "Rendering" +#~ msgstr "Renderização" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" +#~ "atributo CSS de renderização de imagem" +#~ " do objeto de tela que define " +#~ "como o navegador aumenta a imagem" + +#~ msgid "XScale Interval" +#~ msgstr "Intervalo XScale" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "Número de passos a seguir entre os tiques ao exibir a escala X" + +#~ msgid "YScale Interval" +#~ msgstr "YScale Interval" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "Número de passos a seguir entre os tiques ao exibir a escala Y" + +#~ msgid "Include Time" +#~ msgstr "Incluir Hora" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "" +#~ "Se deve incluir a granularidade do " +#~ "tempo conforme definido na seção de " +#~ "tempo" + +#~ msgid "Show percentage" +#~ msgstr "Mostrar porcentagem" + +#~ msgid "Whether to include the percentage in the tooltip" +#~ msgstr "Se deve incluir a porcentagem na dica de ferramenta" + +#~ msgid "Stacked Bars" +#~ msgstr "Barras empilhadas" + +#~ msgid "Show totals" +#~ msgstr "Mostrar totais" + +#~ msgid "Display total row/column" +#~ msgstr "Exibir linha / coluna total" + +#~ msgid "Show Markers" +#~ msgstr "Mostrar marcadores" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "Mostrar pontos de dados como marcadores de círculo nas linhas" + +#~ msgid "Bar Values" +#~ msgstr "Valores do Bar" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "Mostre o valor em cima da barra" + +#~ msgid "Sort Bars" +#~ msgstr "Classificar Bares" + +#~ msgid "Sort bars by x labels." +#~ msgstr "Classifique barras por x etiquetas." + +#~ msgid "Combine Metrics" +#~ msgstr "Métricas combinadas" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" +#~ "Exibir métricas lado a lado dentro " +#~ "de cada coluna, em oposição a cada" +#~ " coluna sendo exibida lado a lado " +#~ "por cada métrica." + +#~ msgid "Extra Controls" +#~ msgstr "Controles extras" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" +#~ "Seja para mostrar controles extras ou" +#~ " não. Os controles extras incluem " +#~ "coisas como fazer quadros de mulitBar" +#~ " empilhados ou lado a lado." + +#~ msgid "Reduce X ticks" +#~ msgstr "Reduza os carrapatos X" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" +#~ "Reduz o número de tiques do eixo" +#~ " X a serem renderizados. Se for " +#~ "verdade, o eixo x não irá " +#~ "transbordar e rótulos podem estar " +#~ "faltando. Se for falso, uma largura " +#~ "mínima será aplicada às colunas e " +#~ "a largura pode transbordar em um " +#~ "pergaminho horizontal." + +#~ msgid "Include Series" +#~ msgstr "Incluir Série" + +#~ msgid "Include series name as an axis" +#~ msgstr "Inclua o nome da série como um eixo" + +#~ msgid "Color Metric" +#~ msgstr "Métrica de cor" + +#~ msgid "A metric to use for color" +#~ msgstr "Uma métrica para usar para cores" + +#~ msgid "Country Name" +#~ msgstr "Nome do país" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "O nome do país que Superset deve exibir" + +#~ msgid "Country Field Type" +#~ msgstr "Tipo de campo do país" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "" +#~ "O padrão do código do país que " +#~ "Superset deve esperar encontrar na " +#~ "coluna [country]" + +#~ msgid "Columns" +#~ msgstr "Colunas" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "Um ou vários controles para girar como colunas" + +#~ msgid "Columns to display" +#~ msgstr "Colunas para exibir" + +#~ msgid "Origin" +#~ msgstr "Origem" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" +#~ "Define a origem onde os baldes de" +#~ " tempo começam, aceita datas naturais " +#~ "como em `now`,` sunday` ou `1970-01-01`" + +#~ msgid "Bottom Margin" +#~ msgstr "Margem inferior" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" +#~ "Margem inferior, em pixels, permitindo " +#~ "mais espaço para etiquetas de eixos" + +#~ msgid "Left Margin" +#~ msgstr "Margem esquerda" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" +#~ "Margem esquerda, em pixels, permitindo " +#~ "mais espaço para rótulos de eixos" + +#~ msgid "Time Granularity" +#~ msgstr "Granularidade do tempo" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" +#~ "O tempo de granularidade para a " +#~ "visualização. Observe que você pode " +#~ "digitar e usar linguagem natural simples" +#~ " como \"10 segundos\", \"1 dia\" ou" +#~ " \"56 semanas\"." + +#~ msgid "Domain" +#~ msgstr "Domínio" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "A unidade de tempo usada para o agrupamento de blocos" + +#~ msgid "Subdomain" +#~ msgstr "Subdomínio" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" +#~ "A unidade de tempo para cada " +#~ "bloco. Deve ser uma unidade menor " +#~ "que domain_granularity. Deve ser maior " +#~ "ou igual a Time Grain" + +#~ msgid "Link Length" +#~ msgstr "Comprimento do link" + +#~ msgid "Link length in the force layout" +#~ msgstr "Comprimento do link no layout da força" + +#~ msgid "Charge" +#~ msgstr "Carregar" + +#~ msgid "Charge in the force layout" +#~ msgstr "Cobrar no layout da força" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "" +#~ "A coluna de tempo para a " +#~ "visualização. Observe que você pode " +#~ "definir uma expressão arbitrária que " +#~ "retorna uma coluna DATETIME na tabela" +#~ " ou. Observe também que o filtro " +#~ "abaixo é aplicado contra esta coluna " +#~ "ou expressão" + +#~ msgid "Time Grain" +#~ msgstr "Tempo Grain" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "" +#~ "O tempo de granularidade para a " +#~ "visualização. Isso aplica uma transformação" +#~ " de data para alterar sua coluna " +#~ "de tempo e define uma nova " +#~ "granularidade de tempo. As opções aqui" +#~ " são definidas por base de banco " +#~ "de dados por base no código-fonte" +#~ " Superset." + +#~ msgid "Resample Rule" +#~ msgstr "Regra de Repetição" + +#~ msgid "Pandas resample rule" +#~ msgstr "Regra de resample de pandas" + +#~ msgid "Resample How" +#~ msgstr "Resample How" + +#~ msgid "Pandas resample how" +#~ msgstr "Pandas ressamam como" + +#~ msgid "Resample Fill Method" +#~ msgstr "Método de preenchimento da rememplificação" + +#~ msgid "Pandas resample fill method" +#~ msgstr "Método de preenchimento de reamalhamento de pandas" + +#~ msgid "Since" +#~ msgstr "Desde a" + +#~ msgid "7 days ago" +#~ msgstr "7 dias atrás" + +#~ msgid "Until" +#~ msgstr "Até" + +#~ msgid "Max Bubble Size" +#~ msgstr "Tamanho máximo da bolha" + +#~ msgid "Whisker/outlier options" +#~ msgstr "Opções de Whisker / Outlier" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "Determina como são calculados os bigodes e outliers." + +#~ msgid "Ratio" +#~ msgstr "Ratio" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "Relação de aspecto do alvo para telhas de treemap." + +#~ msgid "Number format" +#~ msgstr "Formato numérico" + +#~ msgid "Row limit" +#~ msgstr "Limite de linha" + +#~ msgid "Series limit" +#~ msgstr "Limite de série" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "Limita o número de séries temporais que são exibidas" + +#~ msgid "Sort By" +#~ msgstr "Ordenar por" + +#~ msgid "Metric used to define the top series" +#~ msgstr "Métrica usada para definir a série superior" + +#~ msgid "Sort Descending" +#~ msgstr "Ordenar decrescente" + +#~ msgid "Whether to sort descending or ascending" +#~ msgstr "Quer classificar descendente ou ascendente" + +#~ msgid "Rolling" +#~ msgstr "Rolling" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" +#~ "Define uma função de janela rolante " +#~ "para aplicar, funciona junto com a " +#~ "caixa de texto [Períodos]" + +#~ msgid "Periods" +#~ msgstr "Períodos" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" +#~ "Define o tamanho da função da " +#~ "janela rolante, em relação à " +#~ "granularidade de tempo selecionada" + +#~ msgid "Min Periods" +#~ msgstr "Períodos mínimos" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" +#~ "O número mínimo de períodos de " +#~ "rolamento necessários para mostrar um " +#~ "valor. Por exemplo, se você fizer " +#~ "uma soma cumulativa em 7 dias, " +#~ "você pode querer que seu \"Período " +#~ "Mínimo\" seja 7, de modo que todos" +#~ " os pontos de dados mostrados sejam" +#~ " o total de 7 períodos. Isso " +#~ "irá esconder a \"aceleração\" ocorrendo " +#~ "nos primeiros 7 períodos" + +#~ msgid "Series" +#~ msgstr "Series" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" +#~ "Define o agrupamento de entidades. Cada" +#~ " série é mostrada como uma cor " +#~ "específica no gráfico e tem uma " +#~ "alternância de legenda" + +#~ msgid "Entity" +#~ msgstr "Entidade" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "Isso define o elemento a ser plotado no gráfico" + +#~ msgid "X Axis" +#~ msgstr "X Axis" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "Metric atribuído ao eixo [X]" + +#~ msgid "Y Axis" +#~ msgstr "Eixo" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "Metric atribuído ao eixo [Y]" + +#~ msgid "Bubble Size" +#~ msgstr "Tamanho da bolha" + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" +#~ "O URL, este controle está modelado, " +#~ "para que você possa integrar {{width}}" +#~ " e / ou {{height}} em sua " +#~ "string de URL." + +#~ msgid "X Axis Label" +#~ msgstr "Etiqueta X Axis" + +#~ msgid "Y Axis Label" +#~ msgstr "E Eixo Etiqueta" + +#~ msgid "Custom WHERE clause" +#~ msgstr "Cláusula WHERE personalizada" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" +#~ "O texto nesta caixa é incluído na" +#~ " cláusula WHERE da sua consulta, como" +#~ " um AND para outros critérios. Você" +#~ " pode incluir expressão complexa, " +#~ "parênteses e qualquer outra coisa " +#~ "suportada pelo backend para o qual " +#~ "é direcionado." + +#~ msgid "Custom HAVING clause" +#~ msgstr "Cláusula HAVING personalizada" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" +#~ "O texto nesta caixa é incluído na" +#~ " cláusula HAVING da sua consulta, " +#~ "como um AND para outros critérios. " +#~ "Você pode incluir expressão complexa, " +#~ "parênteses e qualquer outra coisa " +#~ "suportada pelo backend para o qual " +#~ "é direcionado." + +#~ msgid "Comparison Period Lag" +#~ msgstr "Retardo do período de comparação" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" +#~ "Com base na granularidade, o número " +#~ "de períodos de tempo para comparar " +#~ "contra" + +#~ msgid "Comparison suffix" +#~ msgstr "Sufixo de comparação" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "Sufixo para aplicar após a exibição percentual" + +#~ msgid "Table Timestamp Format" +#~ msgstr "Formato de data e hora da tabela" + +#~ msgid "Timestamp Format" +#~ msgstr "Formato do carimbo de data / hora" + +#~ msgid "Series Height" +#~ msgstr "Altura da série" + +#~ msgid "Pixel height of each series" +#~ msgstr "Altura de pixel de cada série" + +#~ msgid "Page Length" +#~ msgstr "Comprimento da página" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "Linhas por página, 0 significa que nenhuma paginação" + +#~ msgid "X Axis Format" +#~ msgstr "Formato X Axis" + +#~ msgid "Y Axis Format" +#~ msgstr "Y Eixo Formato" + +#~ msgid "Right Axis Format" +#~ msgstr "Formato do Eixo Direito" + +#~ msgid "Date Time Format" +#~ msgstr "Formato da hora da data" + +#~ msgid "Markup Type" +#~ msgstr "Tipo de marcação" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "Escolha sua linguagem de marcação favorita" + +#~ msgid "Rotation" +#~ msgstr "Rotação" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "Rotação para aplicar a palavras na nuvem" + +#~ msgid "Line Style" +#~ msgstr "Estilo de linha" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "Interpolação de linha conforme definido por d3.js" + +#~ msgid "Label Type" +#~ msgstr "Tipo de etiqueta" + +#~ msgid "What should be shown on the label?" +#~ msgstr "O que deve ser mostrado no rótulo?" + +#~ msgid "Code" +#~ msgstr "Código" + +#~ msgid "Put your code here" +#~ msgstr "Coloque seu código aqui" + +#~ msgid "Aggregation function" +#~ msgstr "Função de agregação" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" +#~ "Função de agregação a ser aplicada " +#~ "ao girar e calcular o total de " +#~ "linhas e colunas" + +#~ msgid "Font Size From" +#~ msgstr "Tamanho da fonte de" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "Tamanho da fonte para o menor valor na lista" + +#~ msgid "Font Size To" +#~ msgstr "Tamanho da fonte para" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "Tamanho da fonte para o maior valor na lista" + +#~ msgid "Instant Filtering" +#~ msgstr "Filtragem instantânea" + +#~ msgid "Range Filter" +#~ msgstr "Filtro de intervalo" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "Se deseja exibir o seletor interativo do intervalo de tempo" + +#~ msgid "Date Filter" +#~ msgstr "Filtro de data" + +#~ msgid "Whether to include a time filter" +#~ msgstr "Seja para incluir um filtro de tempo" + +#~ msgid "Show SQL Granularity Dropdown" +#~ msgstr "Show SQL Granularity Dropdown" + +#~ msgid "Check to include SQL Granularity dropdown" +#~ msgstr "Verifique para incluir o menu suspenso SQL Granularity" + +#~ msgid "Show SQL Time Column" +#~ msgstr "Mostrar coluna de tempo SQL" + +#~ msgid "Check to include Time Column dropdown" +#~ msgstr "Verifique para incluir o menu suspenso Coluna de tempo" + +#~ msgid "Show Druid Granularity Dropdown" +#~ msgstr "Show Druid Granularity Dropdown" + +#~ msgid "Check to include Druid Granularity dropdown" +#~ msgstr "Verifique para incluir o menu suspenso Druid Granularity" + +#~ msgid "Show Druid Time Origin" +#~ msgstr "Show Druid Time Origin" + +#~ msgid "Check to include Time Origin dropdown" +#~ msgstr "Verifique para incluir o menu suspenso Origem do tempo" + +#~ msgid "Data Table" +#~ msgstr "Tabela de dados" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "Se deseja exibir a tabela de dados interativos" + +#~ msgid "Search Box" +#~ msgstr "Caixa de pesquisa" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "Se incluir uma caixa de pesquisa do lado do cliente" + +#~ msgid "Table Filter" +#~ msgstr "Filtro de mesa" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "Se deseja aplicar o filtro quando a célula da tabela é clicada" + +#~ msgid "Show Bubbles" +#~ msgstr "Show Bubbles" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "Seja para exibir bolhas em cima dos países" + +#~ msgid "Legend" +#~ msgstr "lenda" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "Se deseja exibir a legenda (alternar)" + +#~ msgid "Show Values" +#~ msgstr "Mostrar valores" + +#~ msgid "Whether to display the numerical values within the cells" +#~ msgstr "Se deseja exibir os valores numéricos dentro das células" + +#~ msgid "X bounds" +#~ msgstr "X limites" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "Se deseja exibir os valores mínimo e máximo do eixo X" + +#~ msgid "Y bounds" +#~ msgstr "Y limites" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "Se deseja exibir os valores mínimo e máximo do eixo Y" + +#~ msgid "Rich Tooltip" +#~ msgstr "Rich Tooltip" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" +#~ "A ferramenta de informação rica mostra" +#~ " uma lista de todas as séries " +#~ "para esse ponto no tempo" + +#~ msgid "Y Log Scale" +#~ msgstr "Y Escala de registro" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "Use uma escala de log para o eixo Y" + +#~ msgid "X Log Scale" +#~ msgstr "X Log Scale" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "Use uma escala de log para o eixo X" + +#~ msgid "Log Scale" +#~ msgstr "Escala logarítmica" + +#~ msgid "Use a log scale" +#~ msgstr "Use uma escala de registro" + +#~ msgid "Donut" +#~ msgstr "Rosquinha" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "Você quer uma rosquinha ou uma torta?" + +#~ msgid "Put labels outside" +#~ msgstr "Coloque rótulos fora" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "Coloque as etiquetas fora da torta?" + +#~ msgid "Contribution" +#~ msgstr "Contribuição" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "Calcule a contribuição para o total" + +#~ msgid "Period Ratio" +#~ msgstr "Rácio de Período" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" +#~ "[número inteiro] Número do período a " +#~ "comparar contra, isto é relativo à " +#~ "granularidade selecionada" + +#~ msgid "Period Ratio Type" +#~ msgstr "Tipo de Rácio de Período" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" +#~ "`factor 'significa (novo / anterior),` " +#~ "crescimento' é ((novo / anterior) - " +#~ "1), `valor` é (novo-anterior)" + +#~ msgid "Time Shift" +#~ msgstr "Mudança de horário" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" +#~ "Superponha uma série de tempo de " +#~ "um período de tempo relativo. Espera " +#~ "tempo relativo delta em linguagem " +#~ "natural (exemplo: 24 horas, 7 dias, " +#~ "56 semanas, 365 dias)" + +#~ msgid "Subheader" +#~ msgstr "Subtítulo" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "Texto de descrição que aparece abaixo do seu grande número" + +#~ msgid "label" +#~ msgstr "rótulo" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" +#~ "`count` é COUNT (*) se um grupo" +#~ " for usado. As colunas numéricas " +#~ "serão agregadas com o agregador. Colunas" +#~ " não-numéricas serão usadas para " +#~ "rotular pontos. Deixe vazio para obter" +#~ " uma contagem de pontos em cada " +#~ "cluster." + +#~ msgid "Map Style" +#~ msgstr "Estilo do mapa" + +#~ msgid "Base layer map style" +#~ msgstr "Estilo do mapa da camada base" + +#~ msgid "Clustering Radius" +#~ msgstr "Raio de agrupamento" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" +#~ "O raio (em pixels) que o algoritmo" +#~ " usa para definir um cluster. Escolha" +#~ " 0 para desativar o cluster, mas " +#~ "tenha cuidado com o fato de que" +#~ " um grande número de pontos (> " +#~ "1000) causará atraso." + +#~ msgid "Point Radius" +#~ msgstr "Ponto Raio" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" +#~ "O raio de pontos individuais (aqueles" +#~ " que não estão em um cluster). " +#~ "Ou uma coluna numérica ou `Auto '," +#~ " que escala o ponto com base no" +#~ " maior cluster" + +#~ msgid "Point Radius Unit" +#~ msgstr "Unidade de raio de ponto" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "A unidade de medida para o raio de ponto especificado" + +#~ msgid "Opacity" +#~ msgstr "Opacidade" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "Opacidade de todos os clusters, pontos e rótulos. Entre 0 e 1." + +#~ msgid "Zoom" +#~ msgstr "Zoom" + +#~ msgid "Zoom level of the map" +#~ msgstr "Nível de zoom do mapa" + +#~ msgid "Default latitude" +#~ msgstr "Latitude padrão" + +#~ msgid "Latitude of default viewport" +#~ msgstr "Latitude da janela de exibição padrão" + +#~ msgid "Default longitude" +#~ msgstr "Longitude padrão" + +#~ msgid "Longitude of default viewport" +#~ msgstr "Longitude da exibição padrão" + +#~ msgid "Live render" +#~ msgstr "Live render" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" +#~ "Pontos e clusters serão atualizados à" +#~ " medida que a viewport estiver sendo" +#~ " alterada" + +#~ msgid "RGB Color" +#~ msgstr "Cor RGB" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "A cor para pontos e clusters em RGB" + +#~ msgid "Color" +#~ msgstr "Cor" + +#~ msgid "Pick a color" +#~ msgstr "Escolha uma cor" + +#~ msgid "Ranges" +#~ msgstr "Gamas" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "Gira para destacar com sombreamento" + +#~ msgid "Range labels" +#~ msgstr "Etiquetas de escala" + +#~ msgid "Labels for the ranges" +#~ msgstr "Etiquetas para os intervalos" + +#~ msgid "Markers" +#~ msgstr "Marcadores" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "Lista de valores a marcar com triângulos" + +#~ msgid "Marker labels" +#~ msgstr "Marcadores de marcador" + +#~ msgid "Labels for the markers" +#~ msgstr "Etiquetas para marcadores" + +#~ msgid "Marker lines" +#~ msgstr "Linhas de marcador" + +#~ msgid "List of values to mark with lines" +#~ msgstr "Lista de valores a marcar com linhas" + +#~ msgid "Marker line labels" +#~ msgstr "Marcadores de linha de marcador" + +#~ msgid "Labels for the marker lines" +#~ msgstr "Etiquetas para as linhas de marcação" + +#~ msgid "Slice ID" +#~ msgstr "ID da fatia" + +#~ msgid "The id of the active slice" +#~ msgstr "O id da fatia ativa" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "Tempo limite de cache (segundos)" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "O número de segundos antes de expirar o cache" + +#~ msgid "Order by entity id" +#~ msgstr "Encomendar por identificação de entidade" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" +#~ "Importante! Selecione isso se a tabela" +#~ " ainda não estiver classificada por " +#~ "entidade, caso contrário, não há " +#~ "garantia de que todos os eventos " +#~ "para cada entidade sejam devolvidos." + +#~ msgid "Minimum leaf node event count" +#~ msgstr "Contagem minima do evento do nó da folha" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" +#~ "Os nós da folha que representam " +#~ "menos do que este número de " +#~ "eventos serão inicialmente ocultos na " +#~ "visualização" + +#~ msgid "Color Scheme" +#~ msgstr "Esquema de cores" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "O esquema de cores para o gráfico de renderização" + +#~ msgid "Significance Level" +#~ msgstr "Nível de significância" + +#~ msgid "Threshold alpha level for determining significance" +#~ msgstr "Nível alfa limite para determinar o significado" + +#~ msgid "p-value precision" +#~ msgstr "precisão de valor p" + +#~ msgid "Number of decimal places with which to display p-values" +#~ msgstr "Número de casas decimais para exibir valores p" + +#~ msgid "Lift percent precision" +#~ msgstr "Precisão percentual de elevação" + +#~ msgid "Number of decimal places with which to display lift values" +#~ msgstr "Número de casas decimais com as quais exibir valores de elevação" + +#~ msgid "Time Series Columns" +#~ msgstr "Colunas das séries temporais" + +#~ msgid "Options" +#~ msgstr "Opções" + +#~ msgid "Not Time Series" +#~ msgstr "Série não temporária" + +#~ msgid "Ignore time" +#~ msgstr "Ignore o tempo" + +#~ msgid "Time Series" +#~ msgstr "Série de tempo" + +#~ msgid "Standard time series" +#~ msgstr "Série temporal" + +#~ msgid "Aggregate Mean" +#~ msgstr "Média agregada" + +#~ msgid "Mean of values over specified period" +#~ msgstr "" + +#~ msgid "Aggregate Sum" +#~ msgstr "Soma Agregada" + +#~ msgid "Sum of values over specified period" +#~ msgstr "Soma de valores ao longo do período especificado" + +#~ msgid "Difference" +#~ msgstr "Diferença" + +#~ msgid "Metric change in value from `since` to `until`" +#~ msgstr "" + +#~ msgid "Percent Change" +#~ msgstr "Mudança percentual" + +#~ msgid "Metric percent change in value from `since` to `until`" +#~ msgstr "Alteração de porcentagem métrica em valor de `desde 'para` até'" + +#~ msgid "Factor" +#~ msgstr "Fator" + +#~ msgid "Metric factor change from `since` to `until`" +#~ msgstr "" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "Use the Advanced Analytics options below" +#~ msgstr "Use as opções Advanced Analytics abaixo" + +#~ msgid "Settings for time series" +#~ msgstr "Configurações para séries temporais" + +#~ msgid "Equal Date Sizes" +#~ msgstr "" + +#~ msgid "Check to force date partitions to have the same height" +#~ msgstr "Verifique para forçar as partições da data a ter a mesma altura" + +#~ msgid "Partition Limit" +#~ msgstr "Limite de partição" + +#~ msgid "" +#~ "The maximum number of subdivisions of" +#~ " each group; lower values are pruned" +#~ " first" +#~ msgstr "" +#~ "O número máximo de subdivisões de " +#~ "cada grupo; os valores mais baixos " +#~ "são podados primeiro" + +#~ msgid "Partition Threshold" +#~ msgstr "Limite de partição" + +#~ msgid "" +#~ "Partitions whose height to parent height" +#~ " proportions are below this value are" +#~ " pruned" +#~ msgstr "" +#~ "As partições cuja altura para as " +#~ "proporções de altura dos pais estão " +#~ "abaixo desse valor são podadas" + +#~ msgid "Time" +#~ msgstr "Tempo" + +#~ msgid "Time related form attributes" +#~ msgstr "Atributos de formulário relacionados ao tempo" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "Fonte de dados e tipo de gráfico" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "Esta seção expõe maneiras de incluir trechos de SQL em sua consulta" + +#~ msgid "Annotations" +#~ msgstr "Anotações" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" +#~ "Esta seção contém opções que permitem" +#~ " o processamento analítico avançado de " +#~ "resultados de consulta" + +#~ msgid "Result Filters" +#~ msgstr "Filtros de resultados" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" +#~ "Os filtros para aplicar após pós-" +#~ "agregação. Deixe o controle de valor " +#~ "vazio para filtrar cadeias vazias ou " +#~ "nulos" + +#~ msgid "Chart Options" +#~ msgstr "Opções do gráfico" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "Gráfico de linha de eixo duplo" + +#~ msgid "Y Axis 1" +#~ msgstr "Eixo 1" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "Escolha uma métrica para o eixo esquerdo" + +#~ msgid "Left Axis Format" +#~ msgstr "Formato do eixo esquerdo" + +#~ msgid "Axes" +#~ msgstr "Eixos" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "Use esta seção se desejar uma consulta que agregue" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "NÃO GRUPADO POR" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "Use esta seção se desejar consultar linhas atômicas" + +#~ msgid "Time Series Table" +#~ msgstr "Tabela de séries temporais" + +#~ msgid "" +#~ "Templated link, it's possible to include" +#~ " {{ metric }} or other values " +#~ "coming from the controls." +#~ msgstr "" +#~ "Templated link, é possível incluir " +#~ "{{metric}} ou outros valores provenientes " +#~ "dos controles." + +#~ msgid "Pivot Options" +#~ msgstr "Opções de pivô" + +#~ msgid "Bubbles" +#~ msgstr "Bolhas" + +#~ msgid "Numeric Column" +#~ msgstr "Coluna numérica" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "Número de embalagens" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "Selecione o número de caixas para o histograma" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "A métrica primária é usada para definir o tamanho do segmento de arco" + +#~ msgid "Secondary Metric" +#~ msgstr "Métrica secundária" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" +#~ "Esta métrica secundária é usada para " +#~ "definir a cor como uma relação " +#~ "contra a métrica primária. Se as " +#~ "duas métricas se combinarem, a cor " +#~ "é grupos de nível mapeados" + +#~ msgid "Hierarchy" +#~ msgstr "Hierarquia" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "Isso define o nível da hierarquia" + +#~ msgid "Source / Target" +#~ msgstr "Fonte / alvo" + +#~ msgid "Choose a source and a target" +#~ msgstr "Escolha uma fonte e um alvo" + +#~ msgid "Chord Diagram" +#~ msgstr "Diagrama de acordes" + +#~ msgid "Choose a number format" +#~ msgstr "Escolha um formato de número" + +#~ msgid "Source" +#~ msgstr "Fonte" + +#~ msgid "Choose a source" +#~ msgstr "" + +#~ msgid "Target" +#~ msgstr "Alvo" + +#~ msgid "Choose a target" +#~ msgstr "Escolha um alvo" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "ISO 3166-2 códigos de região / província / departamento" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" +#~ "É ISO 3166-2 da sua região / " +#~ "província / departamento em sua mesa." +#~ " (ver documentação para a lista de" +#~ " ISO 3166-2)" + +#~ msgid "Country Control" +#~ msgstr "Controle nacional" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "Metric for color" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "Métrica que define a cor do país" + +#~ msgid "Bubble size" +#~ msgstr "Tamanho da bolha" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "Métrica que define o tamanho da bolha" + +#~ msgid "Filter Box" +#~ msgstr "Caixa de filtro" + +#~ msgid "Filter controls" +#~ msgstr "Controles do filtro" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" +#~ "Os controles nos quais deseja filtrar." +#~ " Observe que somente as colunas " +#~ "marcadas como \"filtráveis\" aparecerão nesta" +#~ " lista." + +#~ msgid "Heatmap Options" +#~ msgstr "Opções de Heatmap" + +#~ msgid "Value bounds" +#~ msgstr "Limites de valor" + +#~ msgid "Value Format" +#~ msgstr "Formato de valor" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "Pontos" + +#~ msgid "Labelling" +#~ msgstr "Marcação" + +#~ msgid "Visual Tweaks" +#~ msgstr "Visual Tweaks" + +#~ msgid "Viewport" +#~ msgstr "Janela de exibição" + +#~ msgid "Longitude" +#~ msgstr "Longitude" + +#~ msgid "Column containing longitude data" +#~ msgstr "Coluna contendo dados de longitude" + +#~ msgid "Latitude" +#~ msgstr "Latitude" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "Agrupador de rótulos de cluster" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" +#~ "Função agregada aplicada à lista de " +#~ "pontos em cada cluster para produzir " +#~ "o rótulo do cluster." + +#~ msgid "Tooltip" +#~ msgstr "Tooltip" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" + +#~ msgid "Event definition" +#~ msgstr "" + +#~ msgid "Additional meta data" +#~ msgstr "Metadados adicionais" + +#~ msgid "Column containing entity ids" +#~ msgstr "Identificação de entidade contendo uma coluna" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "por exemplo, uma coluna de \"ID do usuário\"" + +#~ msgid "Column containing event names" +#~ msgstr "Coluna contendo nomes de eventos" + +#~ msgid "Event count limit" +#~ msgstr "Limite de contagem de eventos" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "O número máximo de eventos a retornar, equivalente ao número de linhas" + +#~ msgid "Meta data" +#~ msgstr "Meta dados" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "Selecione qualquer colunas para a inspeção de meta-dados" + +#~ msgid "Paired t-test" +#~ msgstr "Teste t pareado" + +#~ msgid "Time Series Options" +#~ msgstr "Opções da série de tempo" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "" +#~ "O servidor não pôde ser alcançado. " +#~ "Você pode querer verificar sua conexão" +#~ " e tentar novamente." + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "Ocorreu um erro desconhecido. (Status:% s)" + +#~ msgid "Favorites" +#~ msgstr "" + +#~ msgid "Created Content" +#~ msgstr "Conteúdo criado" + +#~ msgid "Recent Activity" +#~ msgstr "Atividade recente" + +#~ msgid "Security & Access" +#~ msgstr "Segurança e Acesso" + +#~ msgid "No slices" +#~ msgstr "Sem fatias" + +#~ msgid "No dashboards" +#~ msgstr "Sem painéis" + +#~ msgid "Slices" +#~ msgstr "Fatias" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "Ainda não há fatias favoritas, clique nas estrelas!" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "Ainda não há painéis favoritos, clique nas estrelas!" + +#~ msgid "Roles" +#~ msgstr "Roles" + +#~ msgid "Databases" +#~ msgstr "Bases de dados" + +#~ msgid "Datasources" +#~ msgstr "" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "Foto do perfil fornecida por Gravatar" + +#~ msgid "joined" +#~ msgstr "" + +#~ msgid "id:" +#~ msgstr "identidade:" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "" + +#~ msgid "Select [%s]" +#~ msgstr "Selecione [% s]" + +#~ msgid "Druid Clusters" +#~ msgstr "Clusters Druidas" + +#~ msgid "Sources" +#~ msgstr "Fontes" + +#~ msgid "Associated Slices" +#~ msgstr "Fatias Associadas" + +#~ msgid "Druid Datasources" +#~ msgstr "Druid Datasources" + +#~ msgid "Scan New Datasources" +#~ msgstr "Digitalizar novas fontes de dados" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "Atualizar Metadados Druidas" + +#~ msgid "Refresh Metadata" +#~ msgstr "Atualizar Metadados" + +#~ msgid "Refresh column metadata" +#~ msgstr "Atualizar metadados de colunas" + +#~ msgid "Tables" +#~ msgstr "Tabelas" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Welcome!" +#~ msgstr "Bem vinda!" + +#~ msgid "Manage" +#~ msgstr "Gerir" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "Fonte de dados %(name)s já existe" + +#~ msgid "Delete" +#~ msgstr "Excluir" + +#~ msgid "Delete all Really?" +#~ msgstr "" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "Este ponto final requer a permissão `all_datasource_access`" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "A fonte de dados parece ter sido excluída" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "Os pedidos de acesso parecem ter sido excluídos" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "O usuário parece ter sido excluído" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "Você não tem acesso a esta fonte de dados" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" +#~ "Essa visualização requer o permissão do" +#~ " banco de dados %(name) s ou " +#~ "'all_datasource_access'" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" +#~ "Este ponto final requer a fonte de" +#~ " dados %(name)s, banco de dados ou" +#~ " permissão 'all_datasource_access'" + +#~ msgid "Import Dashboards" +#~ msgstr "Importar painéis" + +#~ msgid "Access requests" +#~ msgstr "Solicitações de acesso" + +#~ msgid "Security" +#~ msgstr "Segurança" + +#~ msgid "List Slices" +#~ msgstr "Lista de fatias" + +#~ msgid "Show Slice" +#~ msgstr "Show Slice" + +#~ msgid "Add Slice" +#~ msgstr "Adicionar fatia" + +#~ msgid "Edit Slice" +#~ msgstr "Editar fatia" + +#~ msgid "Slice" +#~ msgstr "Fatia" + +#~ msgid "Export" +#~ msgstr "Exportar" + +#~ msgid "Export dashboards?" +#~ msgstr "Exportar painéis?" + +#~ msgid "Action Log" +#~ msgstr "Registro de Ação" + +#~ msgid "Access was requested" +#~ msgstr "O acesso foi solicitado" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" +#~ "%(user)s foi concedida a função %(role)s" +#~ " que dá acesso ao %(datasource)s" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "Você não tem permissão para aprovar este pedido" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" +#~ "Pedido mal formado. Os argumentos " +#~ "slice_id ou table_name e db_name são " +#~ "esperados" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "Slice %(id)s não encontrado" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "A tabela %(t)s não foi encontrada no banco de dados %(d)s" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "Não é possível encontrar DruidCluster com cluster_name = '%(name)s'" + +#~ msgid "CSS Templates" +#~ msgstr "Modelos CSS" + +#~ msgid "SQL Lab" +#~ msgstr "Laboratório SQL" + +#~ msgid "Queries" +#~ msgstr "Consultas" + +#~ msgid "Saved Queries" +#~ msgstr "Perguntas frequentes" + +#~ msgid "Time Column" +#~ msgstr "Coluna de tempo" + +#~ msgid "second" +#~ msgstr "segundo" + +#~ msgid "minute" +#~ msgstr "minuto" + +#~ msgid "hour" +#~ msgstr "hora" + +#~ msgid "day" +#~ msgstr "dia" + +#~ msgid "week" +#~ msgstr "semana" + +#~ msgid "month" +#~ msgstr "mês" + +#~ msgid "quarter" +#~ msgstr "trimestre" + +#~ msgid "year" +#~ msgstr "ano" + +#~ msgid "week_ending_saturday" +#~ msgstr "week_ending_saturday" + +#~ msgid "week_start_sunday" +#~ msgstr "week_start_sunday" + +#~ msgid "week_start_monday" +#~ msgstr "week_start_monday" + +#~ msgid "5 minute" +#~ msgstr "5 minutos" + +#~ msgid "half hour" +#~ msgstr "meia hora" + +#~ msgid "10 minute" +#~ msgstr "10 minutos" + +#~ msgid "Table Name" +#~ msgstr "Nome da mesa" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "Base de dados" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "Esquema" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" -#: superset/connectors/druid/views.py:224 -#: superset/connectors/sqla/views.py:213 -msgid "Associated Slices" -msgstr "Fatias Associadas" +#~ msgid "Skip Blank Lines" +#~ msgstr "" -#: superset/connectors/druid/views.py:225 -msgid "Data Source" -msgstr "Fonte de dados" +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" -#: superset/connectors/druid/views.py:228 -#: superset/connectors/sqla/views.py:225 -msgid "Owner" -msgstr "Proprietário" +#~ msgid "Parse Dates" +#~ msgstr "" -#: superset/connectors/druid/views.py:229 -msgid "Is Hidden" -msgstr "Está escondido" +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" -#: superset/connectors/druid/views.py:230 -#: superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" -msgstr "Ativar seleção de filtro" +#~ msgid "Infer Datetime Format" +#~ msgstr "" -#: superset/connectors/druid/views.py:231 -#: superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" -msgstr "Ponto final padrão" +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" -#: superset/connectors/druid/views.py:232 -msgid "Time Offset" -msgstr "Time Offset" +#~ msgid "Decimal Character" +#~ msgstr "" -#: superset/connectors/druid/views.py:233 -#: superset/connectors/sqla/views.py:222 superset/views/core.py:259 -#: superset/views/core.py:379 -msgid "Cache Timeout" -msgstr "Tempo limite de cache" +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" -#: superset/connectors/druid/views.py:264 -msgid "Druid Datasources" -msgstr "Druid Datasources" +#~ msgid "Dataframe Index" +#~ msgstr "" -#: superset/connectors/druid/views.py:311 -msgid "Scan New Datasources" -msgstr "Digitalizar novas fontes de dados" +#~ msgid "Write dataframe index as a column." +#~ msgstr "" -#: superset/connectors/druid/views.py:319 -msgid "Refresh Druid Metadata" -msgstr "Atualizar Metadados Druidas" +#~ msgid "Column Label(s)" +#~ msgstr "" -#: superset/connectors/sqla/models.py:394 -msgid "" -"Datetime column not provided as part table configuration and is required by " -"this type of chart" -msgstr "" +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" -msgstr "Consulta vazia?" +#~ msgid "Viz is missing a datasource" +#~ msgstr "Viz está faltando uma fonte de dados" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" -msgstr "" +#~ msgid "From date cannot be larger than to date" +#~ msgstr "Desde a data não pode ser maior do que até a data" -#: superset/connectors/sqla/models.py:587 -msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't fetch " -"column information" -msgstr "" -"Tabela [{}] não parece existir no banco de dados especificado, não foi " -"possível buscar informações da coluna" +#~ msgid "Table View" +#~ msgstr "Vista de mesa" -#: superset/connectors/sqla/views.py:26 -msgid "List Columns" -msgstr "Colunas da Lista" +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "Escolha uma granularidade na seção Tempo ou desmarque 'Incluir hora'" -#: superset/connectors/sqla/views.py:27 -msgid "Show Column" -msgstr "Mostrar coluna" +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "" +#~ "Escolha os campos para [Agrupar por] " +#~ "e [Métricas] ou [Colunas], nem ambos" -#: superset/connectors/sqla/views.py:28 -msgid "Add Column" -msgstr "Adicionar coluna" +#~ msgid "Time Table View" +#~ msgstr "Visualização da tabela de tempo" -#: superset/connectors/sqla/views.py:29 -msgid "Edit Column" -msgstr "Editar coluna" +#~ msgid "Pick at least one metric" +#~ msgstr "Escolha pelo menos uma métrica" -#: superset/connectors/sqla/views.py:44 -msgid "" -"Whether to make this column available as a [Time Granularity] option, " -"column has to be DATETIME or DATETIME-like" -msgstr "" -"Seja para disponibilizar esta coluna como uma opção [Time Granularity], a " -"coluna deve ser DATETIME ou DATETIME" +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "Ao usar 'Group By' você está limitado a usar uma única métrica" -#: superset/connectors/sqla/views.py:51 -msgid "" -"The data type that was inferred by the database. It may be necessary to " -"input a type manually for expression-defined columns in some cases. In most " -"case users should not need to alter this." -msgstr "" -"O tipo de dados que foi inferido pelo banco de dados. Pode ser necessário " -"inserir um tipo manualmente para colunas definidas por expressões em alguns " -"casos. Na maioria dos casos, os usuários não precisam alterar isso." +#~ msgid "Pivot Table" +#~ msgstr "Pivot Table" -#: superset/connectors/sqla/views.py:89 -msgid "Expression" -msgstr "Expressão" +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" -#: superset/connectors/sqla/views.py:90 -msgid "Is temporal" -msgstr "É temporal" +#~ msgid "Please choose at least one metric" +#~ msgstr "Escolha pelo menos uma métrica" -#: superset/connectors/sqla/views.py:91 -msgid "Datetime Format" -msgstr "Formato de data e hora" +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" -#: superset/connectors/sqla/views.py:92 -msgid "Database Expression" -msgstr "Expressão de banco de dados" +#~ msgid "Markup" +#~ msgstr "Marcação" -#: superset/connectors/sqla/views.py:101 -msgid "List Metrics" -msgstr "Métricas de lista" +#~ msgid "Separator" +#~ msgstr "Separador" -#: superset/connectors/sqla/views.py:102 -msgid "Show Metric" -msgstr "Mostrar métricas" +#~ msgid "Word Cloud" +#~ msgstr "Palavra nuvem" -#: superset/connectors/sqla/views.py:103 -msgid "Add Metric" -msgstr "Adicionar métrica" +#~ msgid "Treemap" +#~ msgstr "Treemap" -#: superset/connectors/sqla/views.py:104 -msgid "Edit Metric" -msgstr "Editar métrica" +#~ msgid "Calendar Heatmap" +#~ msgstr "Calendário Heatmap" -#: superset/connectors/sqla/views.py:133 -msgid "SQL Expression" -msgstr "Expressão SQL" +#~ msgid "Box Plot" +#~ msgstr "Parcela" -#: superset/connectors/sqla/views.py:135 -msgid "D3 Format" -msgstr "Formato D3" +#~ msgid "Bubble Chart" +#~ msgstr "Gráfico de bolhas" -#: superset/connectors/sqla/views.py:136 -msgid "Is Restricted" -msgstr "É restrito" +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "Escolha uma métrica para x, y e tamanho" -#: superset/connectors/sqla/views.py:154 -msgid "List Tables" -msgstr "" +#~ msgid "Bullet Chart" +#~ msgstr "Gráfico de bala" -#: superset/connectors/sqla/views.py:155 -msgid "Show Table" -msgstr "Mostrar tabela" +#~ msgid "Pick a metric to display" +#~ msgstr "Escolha uma métrica para exibir" -#: superset/connectors/sqla/views.py:156 -msgid "Add Table" -msgstr "Adicionar tabela" +#~ msgid "Big Number with Trendline" +#~ msgstr "Número grande com Trendline" -#: superset/connectors/sqla/views.py:157 -msgid "Edit Table" -msgstr "Editar tabela" +#~ msgid "Pick a metric!" +#~ msgstr "Escolha uma métrica!" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" -msgstr "Nome da tabela que existe no banco de dados de origem" +#~ msgid "Big Number" +#~ msgstr "Número grande" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" -"Schema, usado apenas em alguns bancos de dados, como Postgres, Redshift e " -"DB2" +#~ msgid "Time Series - Line Chart" +#~ msgstr "Série de tempo - Gráfico de linhas" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." -msgstr "" +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "Escolha uma granularidade de tempo para suas séries temporais" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter " -"control component. Supports jinja template syntax. Applies only when " -"`Enable Filter Select` is on." -msgstr "" -"Predicado aplicado ao obter um valor distinto para preencher o componente " -"de controle de filtro. Suporta a sintaxe do modelo jinja. Aplica-se somente " -"quando \"Ativar seleção de filtro\" está ativado." +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" -#: superset/connectors/sqla/views.py:203 -msgid "" -"Redirects to this endpoint when clicking on the table from the table list" -msgstr "" -"Redireciona para este ponto final ao clicar na tabela da lista da tabela" +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "Série de tempo - Gráfico de linha de dois eixos" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Alterado por" +#~ msgid "Pick a metric for left axis!" +#~ msgstr "Escolha uma métrica para o eixo esquerdo!" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:255 -#: superset/views/sql_lab.py:19 superset/views/sql_lab.py:55 -msgid "Database" -msgstr "Base de dados" +#~ msgid "Pick a metric for right axis!" +#~ msgstr "Escolha uma métrica para o eixo direito!" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:257 -msgid "Last Changed" -msgstr "Modificado pela última vez" +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "Escolha diferentes métricas no eixo esquerdo e direito" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" -msgstr "Esquema" +#~ msgid "Time Series - Bar Chart" +#~ msgstr "Série de tempo - Gráfico de barras" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" -msgstr "Offset" +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "Nome da mesa" +#~ msgid "Time Series - Percent Change" +#~ msgstr "Série de tempo - Mudança de porcentagem" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" -msgstr "Preconceito de valores de busca" +#~ msgid "Time Series - Stacked" +#~ msgstr "Série de tempo - empilhadas" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" -msgstr "Coluna de data inicial principal" +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "Distribuição - NVD3 - Gráfico de torta" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database " -"connection, schema, and table name" -msgstr "" +#~ msgid "Histogram" +#~ msgstr "Histograma" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, you " -"should now click the edit button by the new table to configure it." -msgstr "" -"A tabela foi criada. Como parte deste processo de configuração de duas " -"fases, você deve agora clicar no botão Editar pela nova tabela para " -"configurá-lo." +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" -#: superset/connectors/sqla/views.py:278 -msgid "Refresh Metadata" -msgstr "Atualizar Metadados" +#~ msgid "Distribution - Bar Chart" +#~ msgstr "Distribuição - Gráfico de barras" -#: superset/connectors/sqla/views.py:279 -msgid "Refresh column metadata" -msgstr "Atualizar metadados de colunas" +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "Não pode haver sobreposição entre Series e Breakdowns" -#: superset/connectors/sqla/views.py:286 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Metadados atualizados para a seguinte tabela(s): %(tables)s" +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "Escolha pelo menos um campo para [Series]" -#: superset/connectors/sqla/views.py:293 -msgid "Tables" -msgstr "Tabelas" +#~ msgid "Sunburst" +#~ msgstr "Sunburst" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "Perfil" +#~ msgid "Sankey" +#~ msgstr "Sankey" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "Sair" +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "Escolha exatamente 2 colunas como [Origem / Alvo]" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "Login" +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" +#~ "Há um loop em seu Sankey, por " +#~ "favor, forneça uma árvore. Aqui está " +#~ "um link defeituoso: {}" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "Contagem de registros" +#~ msgid "Directed Force Layout" +#~ msgstr "Layout de Força Dirigida" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "Nenhum registro foi encontrado" +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "Escolha exatamente 2 colunas para 'Agrupar por'" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Importar" +#~ msgid "Country Map" +#~ msgstr "Mapa do País" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "Não há acesso!" +#~ msgid "World Map" +#~ msgstr "Mapa mundial" -#: superset/templates/superset/request_access.html:7 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "" +#~ msgid "Filters" +#~ msgstr "Filtros" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "" +#~ msgid "Pick at least one filter field" +#~ msgstr "Escolha pelo menos um campo de filtro" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "Bem vinda!" +#~ msgid "iFrame" +#~ msgstr "iFrame" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "Conexão de teste" +#~ msgid "Parallel Coordinates" +#~ msgstr "Coordenadas paralelas" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:285 superset/views/core.py:2401 -#: superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "Gerir" +#~ msgid "Heatmap" +#~ msgstr "Mapa de calor" -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" -msgstr "Fonte de dados %(name)s já existe" +#~ msgid "Horizon Charts" +#~ msgstr "Gráficos Horizon" -#: superset/views/base.py:221 -msgid "json isn't valid" -msgstr "json não é válido" +#~ msgid "Mapbox" +#~ msgstr "Mapbox" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "Excluir" +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "Deve ter uma coluna [Group By] para ter 'count' como [Label]" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "" +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "A escolha de [Label] deve estar presente em [Group By]" -#: superset/views/core.py:58 -msgid "This endpoint requires the `all_datasource_access` permission" -msgstr "Este ponto final requer a permissão `all_datasource_access`" +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "A escolha de [Raio do ponto] deve estar presente em [Grupo]" -#: superset/views/core.py:60 -msgid "The datasource seems to have been deleted" -msgstr "A fonte de dados parece ter sido excluída" +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "[Longitude] e as colunas [Latitude] devem estar presentes em [Group By]" -#: superset/views/core.py:61 -msgid "The access requests seem to have been deleted" -msgstr "Os pedidos de acesso parecem ter sido excluídos" +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" -#: superset/views/core.py:63 -msgid "The user seems to have been deleted" -msgstr "O usuário parece ter sido excluído" +#~ msgid "Bad spatial key" +#~ msgstr "" -#: superset/views/core.py:64 -msgid "You don't have access to this datasource" -msgstr "Você não tem acesso a esta fonte de dados" +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" -#: superset/views/core.py:68 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` " -"permission" -msgstr "" -"Essa visualização requer o permissão do banco de dados %(name) s ou " -"'all_datasource_access'" +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" -#: superset/views/core.py:73 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" -msgstr "" -"Este ponto final requer a fonte de dados %(name)s, banco de dados ou " -"permissão 'all_datasource_access'" +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" -#: superset/views/core.py:176 -msgid "List Databases" -msgstr "Listar bases de dados" +#~ msgid "Deck.gl - Paths" +#~ msgstr "" -#: superset/views/core.py:177 -msgid "Show Database" -msgstr "Mostrar banco de dados" +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" -#: superset/views/core.py:178 -msgid "Add Database" -msgstr "Adicionar banco de dados" +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" -#: superset/views/core.py:179 -msgid "Edit Database" -msgstr "Editar banco de dados" +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" -#: superset/views/core.py:218 -msgid "Expose this DB in SQL Lab" -msgstr "Expor este banco de dados no SQL Lab" +#~ msgid "Deck.gl - Arc" +#~ msgstr "" -#: superset/views/core.py:219 -msgid "" -"Allow users to run synchronous queries, this is the default and should work " -"well for queries that can be executed within a web request scope (<~1 " -"minute)" -msgstr "" -"Permitir que os usuários executem consultas síncronas, este é o padrão e " -"deve funcionar bem para consultas que podem ser executadas dentro de um " -"escopo de solicitação na web (<~ 1 minuto)" +#~ msgid "Event flow" +#~ msgstr "Fluxo de eventos" -#: superset/views/core.py:223 -msgid "" -"Allow users to run queries, against an async backend. This assumes that you " -"have a Celery worker setup as well as a results backend." -msgstr "" -"Permitir que os usuários executem consultas, contra um backend assíncrono. " -"Isso pressupõe que você tenha uma configuração do trabalhador de aipo, bem " -"como um backend de resultados." +#~ msgid "Time Series - Paired t-test" +#~ msgstr "Série temporal - teste emparelhado t" -#: superset/views/core.py:227 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" -#: superset/views/core.py:228 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in " -"SQL Lab" -msgstr "" -"Permitir que os usuários executem instruções não-SELECT (UPDATE, DELETE, " -"CREATE, ...) no SQL Lab" +#~ msgid "Partition Diagram" +#~ msgstr "Diagrama de Partição" -#: superset/views/core.py:232 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " -"table to be created in this schema" -msgstr "" -"Ao permitir a opção CREATE TABLE AS no SQL Lab, esta opção força a tabela a " -"ser criada neste esquema" +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" -#: superset/views/core.py:244 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the " -"currently logged on user who must have permission to run them.
If Hive " -"and hive.server2.enable.doAs is enabled, will run the queries as service " -"account, but impersonate the currently logged on user via hive.server2." -"proxy.user property." -msgstr "" -"Se Presto, todas as consultas no SQL Lab serão executadas como o usuário " -"atualmente conectado que deve ter permissão para executá-las.
Se hive " -"e hive.server2.enable.doAs estiver habilitado, será executado as consultas " -"como conta de serviço, mas personifique o usuário atualmente conectado " -"usando a propriedade hive.server2.proxy.user." - -#: superset/views/core.py:251 -msgid "Expose in SQL Lab" -msgstr "Exposé no SQL Lab" +#~ msgid "No data was returned." +#~ msgstr "Nenhum dado foi retornado." -#: superset/views/core.py:252 -msgid "Allow CREATE TABLE AS" -msgstr "Permitir CREATE TABLE AS" +#~ msgid "Unsupported extraction function: " +#~ msgstr "" -#: superset/views/core.py:253 -msgid "Allow DML" -msgstr "Permitir DML" +#~ msgid "List Druid Column" +#~ msgstr "List Druid Column" -#: superset/views/core.py:254 -msgid "CTAS Schema" -msgstr "Esquema CTAS" +#~ msgid "Show Druid Column" +#~ msgstr "" -#: superset/views/core.py:256 superset/views/core.py:380 -#: superset/views/core.py:493 superset/views/core.py:557 -msgid "Creator" -msgstr "O Criador" +#~ msgid "Add Druid Column" +#~ msgstr "" -#: superset/views/core.py:258 -msgid "SQLAlchemy URI" -msgstr "URI SQLAlchemy" +#~ msgid "Edit Druid Column" +#~ msgstr "Edit Druid Column" -#: superset/views/core.py:260 -msgid "Extra" -msgstr "Extra" +#~ msgid "Column" +#~ msgstr "Coluna" -#: superset/views/core.py:261 -msgid "Allow Run Sync" -msgstr "Permitir executar a sincronização" +#~ msgid "Type" +#~ msgstr "Tipo" -#: superset/views/core.py:262 -msgid "Allow Run Async" -msgstr "Permitir executar async" +#~ msgid "Datasource" +#~ msgstr "Fonte de dados" -#: superset/views/core.py:263 -msgid "Impersonate the logged on user" -msgstr "Representar o usuário conectado" +#~ msgid "Groupable" +#~ msgstr "" -#: superset/views/core.py:281 -msgid "Import Dashboards" -msgstr "Importar painéis" +#~ msgid "Filterable" +#~ msgstr "Filtravel" -#: superset/views/core.py:323 superset/views/core.py:570 -#: superset/views/sql_lab.py:18 superset/views/sql_lab.py:54 -msgid "User" -msgstr "Do utilizador" +#~ msgid "Count Distinct" +#~ msgstr "" -#: superset/views/core.py:324 -msgid "User Roles" -msgstr "Funções do usuário" +#~ msgid "Sum" +#~ msgstr "Soma" -#: superset/views/core.py:325 -msgid "Database URL" -msgstr "URL da base de dados" +#~ msgid "Min" +#~ msgstr "Min" -#: superset/views/core.py:327 -msgid "Roles to grant" -msgstr "" +#~ msgid "Max" +#~ msgstr "Max" -#: superset/views/core.py:328 -msgid "Created On" -msgstr "Criado em" +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "Se esta coluna está exposta na seção `Filtros 'da vista de exploração." -#: superset/views/core.py:334 -msgid "Access requests" -msgstr "Solicitações de acesso" +#~ msgid "List Druid Metric" +#~ msgstr "List Druid Metric" -#: superset/views/core.py:336 superset/views/core.py:581 -msgid "Security" -msgstr "Segurança" +#~ msgid "Show Druid Metric" +#~ msgstr "Show Druid Metric" -#: superset/views/core.py:343 -msgid "List Slices" -msgstr "Lista de fatias" +#~ msgid "Add Druid Metric" +#~ msgstr "Adicionar Druid Metric" -#: superset/views/core.py:344 -msgid "Show Slice" -msgstr "Show Slice" +#~ msgid "Edit Druid Metric" +#~ msgstr "Edit Druid Metric" -#: superset/views/core.py:345 -msgid "Add Slice" -msgstr "Adicionar fatia" +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" +#~ "Se o acesso a esta métrica é " +#~ "restrito a determinadas funções. Somente " +#~ "os papéis com a permissão 'acesso " +#~ "métrico em XXX (o nome desta " +#~ "métrica)' estão autorizados a acessar " +#~ "esta métrica" -#: superset/views/core.py:346 -msgid "Edit Slice" -msgstr "Editar fatia" +#~ msgid "Metric" +#~ msgstr "Métrica" -#: superset/views/core.py:368 -msgid "" -"These parameters are generated dynamically when clicking the save or " -"overwrite button in the explore view. This JSON object is exposed here for " -"reference and for power users who may want to alter specific parameters." -msgstr "" -"Esses parâmetros são gerados dinamicamente ao clicar no botão Salvar ou " -"Substituir na vista de exibição. Este objeto JSON é exposto aqui para " -"referência e para usuários avançados que desejam alterar parâmetros " -"específicos." +#~ msgid "Description" +#~ msgstr "Descrição" -#: superset/views/core.py:373 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "Duração (em segundos) do tempo limite de cache para esta fatia." +#~ msgid "Verbose Name" +#~ msgstr "" + +#~ msgid "JSON" +#~ msgstr "" + +#~ msgid "Druid Datasource" +#~ msgstr "Druid Datasource" + +#~ msgid "Warning Message" +#~ msgstr "Mensagem de aviso" + +#~ msgid "List Druid Cluster" +#~ msgstr "List Druid Cluster" + +#~ msgid "Show Druid Cluster" +#~ msgstr "Show Druid Cluster" + +#~ msgid "Add Druid Cluster" +#~ msgstr "Adicionar Druid Cluster" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "Editar Druid Cluster" + +#~ msgid "Cluster" +#~ msgstr "Grupo" + +#~ msgid "Coordinator Host" +#~ msgstr "Coordenador de Host" + +#~ msgid "Coordinator Port" +#~ msgstr "Porto Coordenador" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "Ponto final do coordenador" + +#~ msgid "Broker Host" +#~ msgstr "Host de corretor" + +#~ msgid "Broker Port" +#~ msgstr "Porto do corretor" + +#~ msgid "Broker Endpoint" +#~ msgstr "Ponto final do corretor" + +#~ msgid "List Druid Datasource" +#~ msgstr "List Druid Datasource" + +#~ msgid "Show Druid Datasource" +#~ msgstr "Mostrar Druid Datasource" + +#~ msgid "Add Druid Datasource" +#~ msgstr "" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "Edit Druid Datasource" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" +#~ "A lista de fatias associadas a " +#~ "esta tabela. Ao alterar esta fonte " +#~ "de dados, você pode alterar a " +#~ "forma como essas fatias associadas se" +#~ " comportam. Observe também que as " +#~ "fatias precisam apontar para uma fonte" +#~ " de dados, então este formulário " +#~ "falhará na poupança se removerem fatias" +#~ " de uma fonte de dados. Se " +#~ "quiser alterar a fonte de dados " +#~ "para uma fatia, substitua a fatia " +#~ "da \"exibição de explorar\"" + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "Deslocamento do fuso horário (em horas) para esta fonte de dados" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" +#~ "Expressão de tempo para usar como " +#~ "um predicado ao recuperar valores " +#~ "distintos para preencher o componente de" +#~ " filtro. Aplica-se apenas quando " +#~ "\"Ativar seleção de filtro\" estiver " +#~ "ativado. Se você inserir `7 dias " +#~ "atrás ', a lista distinta de " +#~ "valores no filtro será preenchida com" +#~ " base no valor distinto na semana " +#~ "passada" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" + +#~ msgid "Associated Charts" +#~ msgstr "" + +#~ msgid "Data Source" +#~ msgstr "Fonte de dados" + +#~ msgid "Owner" +#~ msgstr "Proprietário" + +#~ msgid "Is Hidden" +#~ msgstr "Está escondido" + +#~ msgid "Enable Filter Select" +#~ msgstr "Ativar seleção de filtro" + +#~ msgid "Default Endpoint" +#~ msgstr "Ponto final padrão" + +#~ msgid "Time Offset" +#~ msgstr "Time Offset" + +#~ msgid "Cache Timeout" +#~ msgstr "Tempo limite de cache" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" + +#~ msgid "Empty query?" +#~ msgstr "Consulta vazia?" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" +#~ "Tabela [{}] não parece existir no " +#~ "banco de dados especificado, não foi " +#~ "possível buscar informações da coluna" + +#~ msgid "List Columns" +#~ msgstr "Colunas da Lista" + +#~ msgid "Show Column" +#~ msgstr "Mostrar coluna" + +#~ msgid "Add Column" +#~ msgstr "Adicionar coluna" + +#~ msgid "Edit Column" +#~ msgstr "Editar coluna" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" +#~ "Seja para disponibilizar esta coluna " +#~ "como uma opção [Time Granularity], a " +#~ "coluna deve ser DATETIME ou DATETIME" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" +#~ "O tipo de dados que foi inferido" +#~ " pelo banco de dados. Pode ser " +#~ "necessário inserir um tipo manualmente " +#~ "para colunas definidas por expressões em" +#~ " alguns casos. Na maioria dos casos," +#~ " os usuários não precisam alterar " +#~ "isso." + +#~ msgid "Table" +#~ msgstr "Mesa" + +#~ msgid "Expression" +#~ msgstr "Expressão" + +#~ msgid "Is temporal" +#~ msgstr "É temporal" + +#~ msgid "Datetime Format" +#~ msgstr "Formato de data e hora" + +#~ msgid "Database Expression" +#~ msgstr "Expressão de banco de dados" + +#~ msgid "List Metrics" +#~ msgstr "Métricas de lista" + +#~ msgid "Show Metric" +#~ msgstr "Mostrar métricas" + +#~ msgid "Add Metric" +#~ msgstr "Adicionar métrica" + +#~ msgid "Edit Metric" +#~ msgstr "Editar métrica" + +#~ msgid "SQL Expression" +#~ msgstr "Expressão SQL" + +#~ msgid "D3 Format" +#~ msgstr "Formato D3" + +#~ msgid "Is Restricted" +#~ msgstr "É restrito" + +#~ msgid "List Tables" +#~ msgstr "" + +#~ msgid "Show Table" +#~ msgstr "Mostrar tabela" + +#~ msgid "Add Table" +#~ msgstr "Adicionar tabela" + +#~ msgid "Edit Table" +#~ msgstr "Editar tabela" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "Nome da tabela que existe no banco de dados de origem" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" +#~ "Schema, usado apenas em alguns bancos" +#~ " de dados, como Postgres, Redshift e" +#~ " DB2" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "" + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" +#~ "Predicado aplicado ao obter um valor " +#~ "distinto para preencher o componente de" +#~ " controle de filtro. Suporta a " +#~ "sintaxe do modelo jinja. Aplica-se " +#~ "somente quando \"Ativar seleção de " +#~ "filtro\" está ativado." + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" +#~ "Redireciona para este ponto final ao " +#~ "clicar na tabela da lista da " +#~ "tabela" -#: superset/views/core.py:384 -msgid "Last Modified" -msgstr "Última modificação" +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" -#: superset/views/core.py:385 superset/views/core.py:492 -msgid "Owners" -msgstr "os Proprietários" +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" -#: superset/views/core.py:386 -msgid "Parameters" -msgstr "Parâmetros" +#~ msgid "Changed By" +#~ msgstr "Alterado por" -#: superset/views/core.py:387 superset/views/core.py:433 -msgid "Slice" -msgstr "Fatia" +#~ msgid "Last Changed" +#~ msgstr "Modificado pela última vez" -#: superset/views/core.py:450 -msgid "List Dashboards" -msgstr "Lista de painéis" +#~ msgid "Offset" +#~ msgstr "Offset" -#: superset/views/core.py:451 -msgid "Show Dashboard" -msgstr "Mostrar Painel" +#~ msgid "Fetch Values Predicate" +#~ msgstr "Preconceito de valores de busca" -#: superset/views/core.py:452 -msgid "Add Dashboard" -msgstr "Adicionar painel" +#~ msgid "Main Datetime Column" +#~ msgstr "Coluna de data inicial principal" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" +#~ "A tabela foi criada. Como parte " +#~ "deste processo de configuração de duas" +#~ " fases, você deve agora clicar no " +#~ "botão Editar pela nova tabela para " +#~ "configurá-lo." + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "Metadados atualizados para a seguinte tabela(s): %(tables)s" + +#~ msgid "Profile" +#~ msgstr "Perfil" + +#~ msgid "Logout" +#~ msgstr "Sair" + +#~ msgid "Login" +#~ msgstr "Login" + +#~ msgid "Record Count" +#~ msgstr "Contagem de registros" + +#~ msgid "No records found" +#~ msgstr "Nenhum registro foi encontrado" + +#~ msgid "Add Filter" +#~ msgstr "Adicionar filtro" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Não há acesso!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "" + +#~ msgid "Request Permissions" +#~ msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Test Connection" +#~ msgstr "Conexão de teste" + +#~ msgid "json isn't valid" +#~ msgstr "json não é válido" + +#~ msgid "List Databases" +#~ msgstr "Listar bases de dados" + +#~ msgid "Show Database" +#~ msgstr "Mostrar banco de dados" + +#~ msgid "Add Database" +#~ msgstr "Adicionar banco de dados" + +#~ msgid "Edit Database" +#~ msgstr "Editar banco de dados" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "Expor este banco de dados no SQL Lab" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" +#~ "Permitir que os usuários executem " +#~ "consultas síncronas, este é o padrão " +#~ "e deve funcionar bem para consultas " +#~ "que podem ser executadas dentro de " +#~ "um escopo de solicitação na web " +#~ "(<~ 1 minuto)" + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" +#~ "Permitir que os usuários executem " +#~ "consultas, contra um backend assíncrono. " +#~ "Isso pressupõe que você tenha uma " +#~ "configuração do trabalhador de aipo, bem" +#~ " como um backend de resultados." + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "Permitir a opção CREATE TABLE AS no SQL Lab" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" +#~ "Permitir que os usuários executem " +#~ "instruções não-SELECT (UPDATE, DELETE, " +#~ "CREATE, ...) no SQL Lab" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" +#~ "Ao permitir a opção CREATE TABLE " +#~ "AS no SQL Lab, esta opção força" +#~ " a tabela a ser criada neste " +#~ "esquema" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" +#~ "Se Presto, todas as consultas no " +#~ "SQL Lab serão executadas como o " +#~ "usuário atualmente conectado que deve " +#~ "ter permissão para executá-las.
Se" +#~ " hive e hive.server2.enable.doAs estiver " +#~ "habilitado, será executado as consultas " +#~ "como conta de serviço, mas personifique" +#~ " o usuário atualmente conectado usando " +#~ "a propriedade hive.server2.proxy.user." + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "Exposé no SQL Lab" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "Permitir CREATE TABLE AS" + +#~ msgid "Allow DML" +#~ msgstr "Permitir DML" + +#~ msgid "CTAS Schema" +#~ msgstr "Esquema CTAS" + +#~ msgid "Creator" +#~ msgstr "O Criador" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "URI SQLAlchemy" + +#~ msgid "Extra" +#~ msgstr "Extra" + +#~ msgid "Allow Run Sync" +#~ msgstr "Permitir executar a sincronização" + +#~ msgid "Allow Run Async" +#~ msgstr "Permitir executar async" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "Representar o usuário conectado" + +#~ msgid "CSV to Database configuration" +#~ msgstr "" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "Do utilizador" + +#~ msgid "User Roles" +#~ msgstr "Funções do usuário" + +#~ msgid "Database URL" +#~ msgstr "URL da base de dados" + +#~ msgid "Roles to grant" +#~ msgstr "" + +#~ msgid "Created On" +#~ msgstr "Criado em" + +#~ msgid "List Charts" +#~ msgstr "" + +#~ msgid "Show Chart" +#~ msgstr "" + +#~ msgid "Add Chart" +#~ msgstr "" + +#~ msgid "Edit Chart" +#~ msgstr "" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Esses parâmetros são gerados dinamicamente " +#~ "ao clicar no botão Salvar ou " +#~ "Substituir na vista de exibição. Este" +#~ " objeto JSON é exposto aqui para " +#~ "referência e para usuários avançados que" +#~ " desejam alterar parâmetros específicos." + +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "Duração (em segundos) do tempo limite de cache para esta fatia." + +#~ msgid "Dashboards" +#~ msgstr "" -#: superset/views/core.py:453 -msgid "Edit Dashboard" -msgstr "Editar o painel de instrumentos" +#~ msgid "Last Modified" +#~ msgstr "Última modificação" -#: superset/views/core.py:465 -msgid "" -"This json object describes the positioning of the widgets in the dashboard. " -"It is dynamically generated when adjusting the widgets size and positions " -"by using drag & drop in the dashboard view" -msgstr "" +#~ msgid "Owners" +#~ msgstr "os Proprietários" -#: superset/views/core.py:470 -msgid "" -"The css for individual dashboards can be altered here, or in the dashboard " -"view where changes are immediately visible" -msgstr "" -"O css para painéis individuais pode ser alterado aqui, ou na exibição do " -"painel onde as mudanças são imediatamente visíveis" +#~ msgid "Parameters" +#~ msgstr "Parâmetros" -#: superset/views/core.py:474 -msgid "To get a readable URL for your dashboard" -msgstr "Para obter um URL legível para o painel de controle" +#~ msgid "Chart" +#~ msgstr "" -#: superset/views/core.py:475 -msgid "" -"This JSON object is generated dynamically when clicking the save or " -"overwrite button in the dashboard view. It is exposed here for reference " -"and for power users who may want to alter specific parameters." -msgstr "" -"Este objeto JSON é gerado dinamicamente ao clicar no botão salvar ou " -"substituir na exibição do painel. É exposto aqui para referência e para " -"usuários avançados que desejam alterar parâmetros específicos." +#~ msgid "Name" +#~ msgstr "Nome" -#: superset/views/core.py:480 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "" -"Os proprietários são uma lista de usuários que podem alterar o painel." +#~ msgid "Visualization Type" +#~ msgstr "Tipo de Visualização" -#: superset/views/core.py:488 superset/views/core.py:555 -msgid "Dashboard" -msgstr "painel de controle" +#~ msgid "List Dashboards" +#~ msgstr "Lista de painéis" -#: superset/views/core.py:490 -msgid "Slug" -msgstr "Slug" +#~ msgid "Show Dashboard" +#~ msgstr "Mostrar Painel" -#: superset/views/core.py:495 -msgid "Position JSON" -msgstr "Posição JSON" +#~ msgid "Add Dashboard" +#~ msgstr "Adicionar painel" -#: superset/views/core.py:497 -msgid "JSON Metadata" -msgstr "Metadados da JSON" +#~ msgid "Edit Dashboard" +#~ msgstr "Editar o painel de instrumentos" -#: superset/views/core.py:498 -msgid "Underlying Tables" -msgstr "Mesas subjacentes" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" -#: superset/views/core.py:521 -msgid "Export" -msgstr "Exportar" +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "" +#~ "O css para painéis individuais pode " +#~ "ser alterado aqui, ou na exibição " +#~ "do painel onde as mudanças são " +#~ "imediatamente visíveis" -#: superset/views/core.py:521 -msgid "Export dashboards?" -msgstr "Exportar painéis?" +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "Para obter um URL legível para o painel de controle" -#: superset/views/core.py:571 -msgid "Action" -msgstr "Açao" +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Este objeto JSON é gerado dinamicamente" +#~ " ao clicar no botão salvar ou " +#~ "substituir na exibição do painel. É " +#~ "exposto aqui para referência e para " +#~ "usuários avançados que desejam alterar " +#~ "parâmetros específicos." -#: superset/views/core.py:572 -msgid "dttm" -msgstr "DTIM" +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "Os proprietários são uma lista de usuários que podem alterar o painel." -#: superset/views/core.py:579 -msgid "Action Log" -msgstr "Registro de Ação" +#~ msgid "Dashboard" +#~ msgstr "painel de controle" -#: superset/views/core.py:810 -msgid "Access was requested" -msgstr "O acesso foi solicitado" +#~ msgid "Title" +#~ msgstr "Título" -#: superset/views/core.py:871 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the " -"%(datasource)s" -msgstr "" -"%(user)s foi concedida a função %(role)s que dá acesso ao %(datasource)s" +#~ msgid "Slug" +#~ msgstr "Slug" -#: superset/views/core.py:887 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" +#~ msgid "Charts" +#~ msgstr "" -#: superset/views/core.py:896 -msgid "You have no permission to approve this request" -msgstr "Você não tem permissão para aprovar este pedido" +#~ msgid "Modified" +#~ msgstr "Modificado" -#: superset/views/core.py:1676 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are expected" -msgstr "" -"Pedido mal formado. Os argumentos slice_id ou table_name e db_name são " -"esperados" +#~ msgid "Position JSON" +#~ msgstr "Posição JSON" -#: superset/views/core.py:1682 -#, python-format -msgid "Slice %(id)s not found" -msgstr "Slice %(id)s não encontrado" +#~ msgid "CSS" +#~ msgstr "CSS" -#: superset/views/core.py:1694 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "A tabela %(t)s não foi encontrada no banco de dados %(d)s" +#~ msgid "JSON Metadata" +#~ msgstr "Metadados da JSON" -#: superset/views/core.py:1833 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" +#~ msgid "Underlying Tables" +#~ msgstr "Mesas subjacentes" -#: superset/views/core.py:1840 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Não é possível encontrar DruidCluster com cluster_name = '%(name)s'" +#~ msgid "Action" +#~ msgstr "Açao" -#: superset/views/core.py:2101 -msgid "Query record was not created as expected." -msgstr "O registro de consulta não foi criado conforme o esperado." +#~ msgid "dttm" +#~ msgstr "DTIM" -#: superset/views/core.py:2387 -msgid "Template Name" -msgstr "Nome do modelo" +#~ msgid "You don't have the rights to " +#~ msgstr "" -#: superset/views/core.py:2398 -msgid "CSS Templates" -msgstr "Modelos CSS" +#~ msgid "alter this " +#~ msgstr "" -#: superset/views/core.py:2409 -msgid "SQL Editor" -msgstr "Editor de SQL" +#~ msgid "chart" +#~ msgstr "" -#: superset/views/core.py:2414 superset/views/core.py:2423 -msgid "SQL Lab" -msgstr "Laboratório SQL" +#~ msgid "create a " +#~ msgstr "" -#: superset/views/core.py:2418 -msgid "Query Search" -msgstr "Pesquisa de consulta" +#~ msgid "dashboard" +#~ msgstr "" -#: superset/views/sql_lab.py:20 -msgid "Status" -msgstr "Status" +#~ msgid "Query record was not created as expected." +#~ msgstr "O registro de consulta não foi criado conforme o esperado." -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "Hora de início" +#~ msgid "Template Name" +#~ msgstr "Nome do modelo" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "Fim do tempo" +#~ msgid "SQL Editor" +#~ msgstr "Editor de SQL" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "Consultas" +#~ msgid "Query Search" +#~ msgstr "Pesquisa de consulta" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "Lista de Consulta Salva" +#~ msgid "Status" +#~ msgstr "Status" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "Mostrar consulta salva" +#~ msgid "Start Time" +#~ msgstr "Hora de início" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "Adicionar consulta salva" +#~ msgid "End Time" +#~ msgstr "Fim do tempo" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "Editar consulta salva" +#~ msgid "List Saved Query" +#~ msgstr "Lista de Consulta Salva" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" -msgstr "Link Tab Tab" +#~ msgid "Show Saved Query" +#~ msgstr "Mostrar consulta salva" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "Alterado em" +#~ msgid "Add Saved Query" +#~ msgstr "Adicionar consulta salva" + +#~ msgid "Edit Saved Query" +#~ msgstr "Editar consulta salva" + +#~ msgid "Label" +#~ msgstr "Rótulo" + +#~ msgid "Pop Tab Link" +#~ msgstr "Link Tab Tab" + +#~ msgid "Changed on" +#~ msgstr "Alterado em" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "Perguntas frequentes" diff --git a/superset/translations/ru/LC_MESSAGES/messages.json b/superset/translations/ru/LC_MESSAGES/messages.json index 9610c17267b80..b508e86e11482 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.json +++ b/superset/translations/ru/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0;","lang":"ru"},"Time Column":["Столбец с датой"],"second":["секунда"],"minute":["минута"],"hour":["час"],"day":["день"],"week":["неделя"],"month":["месяц"],"quarter":["квартал"],"year":["год"],"week_start_monday":["неделя_начало_понедельник"],"week_ending_saturday":["неделя_конец_суббота"],"week_start_sunday":["неделя_начало_воскресенье"],"5 minute":["5 минут"],"half hour":["полчаса"],"10 minute":["10 минут"],"Table Name":["Имя Таблицы"],"Name of table to be created from csv data.":["Имя таблицы, которая будет сформирована из данных csv."],"CSV File":["CSV Файл"],"Select a CSV file to be uploaded to a database.":["Выберите файл CSV, который будет загружен в БД."],"CSV Files Only!":["Только CSV-файлы!"],"Delimiter":["Разделитель"],"Delimiter used by CSV file (for whitespace use \\s+).":["Разделитель, используемый CSV-файлом (для пробелов используется \\s+)."],"Table Exists":["Метод добавления"],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":["Если таблица уже существует, выполните одно из следующих действий: Fail (ничего не делать), Replace (удалить и заново создать таблицу) или Append (добавить данные)."],"Fail":[""],"Replace":[""],"Append":[""],"Schema":["Схема"],"Specify a schema (if database flavour supports this).":["Укажите схему (если это поддерживается базой данных)."],"Header Row":["Строка заголовков"],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":["Строка, содержащая заголовки для использования в качестве имен столбцов (0 - первая строка данных). Оставьте пустым, если строка заголовка отсутствует."],"Index Column":["Столбец индекса"],"Column to use as the row labels of the dataframe. Leave empty if no index column.":["Столбец для использования в качестве меток строк данных. Оставьте пустым, если столбец индекса отсутствует."],"Mangle Duplicate Columns":["Дубликаты"],"Specify duplicate columns as \"X.0, X.1\".":["Если есть столбцы с одинаковым именем, то присвоить им порядковые номера - столбец1, столбец2, … и т.д."],"Skip Initial Space":["Убрать пробелы"],"Skip spaces after delimiter.":["Пропустить пробелы после разделителя."],"Skip Rows":["Игнорировать"],"Number of rows to skip at start of file.":["Количество первых строк, которые нужно проигнорировать."],"Rows to Read":["Строки для чтения"],"Number of rows of file to read.":["Количество строк файла для чтения."],"Skip Blank Lines":["Пропустить пустые строки"],"Skip blank lines rather than interpreting them as NaN values.":["Пропустите пустые строки, а не интерпретировать их как значения NaN."],"Parse Dates":["Разбор Дат"],"Parse date values.":["Разбор значений дат."],"Infer Datetime Format":["Формат даты и времени"],"Use Pandas to interpret the datetime format automatically.":["Используйте Pandas для автоматической интерпретации формата даты и времени."],"Decimal Character":["Десятичный символ"],"Character to interpret as decimal point.":["Символ, который интерпретируется как десятичная точка."],"Dataframe Index":["Индекс"],"Write dataframe index as a column.":["Записывайте индекс данных в виде столбца."],"Column Label(s)":["Обозначения столбцов"],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":["Обозначение столбца для столбцов с индексами. Если поле пустое, а настройка [Индекс] включена, то используются имена индексов."],"[Superset] Access to the datasource %(name)s was granted":["Доступ к базе данных предоставлен для пользователя — %(name)s"],"Viz is missing a datasource":["У визуализации отсутствует источник данных"],"From date cannot be larger than to date":["Невозможно выбрать дату [from], которая позже текущего дня"],"Table View":["Табличный вид"],"Pick a granularity in the Time section or uncheck 'Include Time'":["Выберите столбец с датой и необходимый период в секции «Время» или снимите флажок «Включая дату»"],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":["Выберите срез данных в полях [Показатели] или [Столбцы], но не в обоих одновременно"],"Time Table View":[""],"Pick at least one metric":["Выберите хотя бы одно значение"],"When using 'Group By' you are limited to use a single metric":["При использовании поля [Группировка] вы не ограничены использованием одного среза"],"Pivot Table":["Сводная таблица"],"Please choose at least one 'Group by' field ":["Выберите хотя бы один срез в поле [Группировка]"],"Please choose at least one metric":["Пожалуйста, выберите хотя бы один показатель"],"Group By' and 'Columns' can't overlap":["Нельзя использовать один и тот же срез в двух полях"],"Markup":[""],"Separator":["Разделитель"],"Word Cloud":["Облако тегов"],"Treemap":["Дерево"],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":["Пузырьковая диаграмма"],"Pick a metric for x, y and size":["Выберите срез для X, Y и размер"],"Bullet Chart":[""],"Pick a metric to display":["Выберите показатель для отображения"],"Big Number with Trendline":[""],"Pick a metric!":["Выберите показатель!"],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":["Выберите период для временных рядов"],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":["Выберите значение для левой оси!"],"Pick a metric for right axis!":["Выберите значение для правой оси!"],"Please choose different metrics on left and right axis":["Пожалуйста, выберите разные срезы данных для левой и правой оси"],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":["Гистограмма"],"Must have one numeric column specified":["Должен быть указан хотя бы один числовой столбец"],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":["Срезы в полях [Столбцы данных] и [Ряды данных] должны быть разными"],"Pick at least one field for [Series]":["Выберите хотя бы одно значение для поля [Столбцы данных]"],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":["Выберите ровно два среза в поле [Источник / Назначение]"],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":["В полях [Источника] и [Назначения] есть одинаковый срез данных - {}. Срезы не должны пересекаться!"],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":["Выберите ровно два столбца в поле [Группировка]"],"Country Map":["Карта Стран"],"World Map":["Карта Мира"],"Filters":["Фильтры"],"Pick at least one filter field":["Выберите хотя бы одно значение из списка"],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":["Срез [Радиуса точки] должен присутствовать в поле [Группировка]"],"[Longitude] and [Latitude] columns must be present in [Group By]":["Столбцы [Долгота] и [Широта] должны присутствовать в поле [Группировка]"],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your query was saved":["Ваш запрос был сохранен"],"Your query could not be saved":["Ваш запрос не может быть сохранен"],"Failed at retrieving results from the results backend":["Невозможно выполнить запрос"],"Unknown error":["Неизвестная ошибка"],"Your session timed out, please refresh your page and try again.":["Время сессии истекло, пожалуйста, обновите страницу и попробуйте снова."],"Query was stopped.":["Запрос прерван."],"Failed at stopping query.":["Не получилось прервать запрос."],"Error occurred while fetching table metadata":["Произошла ошибка при получении метаданных из таблицы"],"shared query":["общий запрос"],"The query couldn't be loaded":["Запрос невозможно загрузить"],"An error occurred while creating the data source":["Произошла ошибка при создании источника данных"],"Pick a chart type!":["Выберите тип графика!"],"To use this chart type you need at least one column flagged as a date":["Для использования этого типа графика необходимо выбрать хотя бы один столбец со значением даты или времени"],"To use this chart type you need at least one dimension":["Для использования этого типа графика необходимо выбрать хотя бы один срез данных"],"To use this chart type you need at least one aggregation function":["Для использования данного типа графика выберите хотя бы один вычисляемый срез данных"],"Untitled Query":["Запрос без имени"],"Copy of %s":["Копирование %s"],"share query":["Скопировать запрос"],"copy URL to clipboard":["скопировать ссылку в буфер обмена"],"Raw SQL":["Raw SQL"],"Source SQL":["Источник SQL"],"SQL":["SQL"],"No query history yet...":["История запросов пуста…"],"It seems you don't have access to any database":["Кажется у Вас нет доступа к базе данных"],"Search Results":["Результаты поиска"],"[From]-":["[С]-"],"[To]-":["[До]-"],"[Query Status]":["[Статус запроса]"],"Search":["Поиск"],"Open in SQL Editor":["Открыть редакторе"],"view results":["посмотреть результаты"],"Data preview":["Предпросмотр данных"],"Visualize the data out of this query":["Построить график на основе запроса"],"Overwrite text in editor with a query on this table":["Перезаписать текст в редакторе с запросом к этой таблице"],"Run query in a new tab":["Выполнить запрос на новой вкладке"],"Remove query from log":["Удалить запрос из журнала"],".CSV":["Экспорт в CSV"],"Visualize":["Построить график"],"Table":["Таблица"],"was created":["создан"],"Query in a new tab":["Запрос в отдельной вкладке"],"Fetch data preview":["Получить данные для просмотра"],"Track Job":["Отслеживать работу"],"Loading...":["Идет загрузка…"],"Run Selected Query":["Выполнить выбранный запрос"],"Run Query":["Выполнить запрос"],"Run query synchronously":["Выполнить синхронный запрос"],"Run query asynchronously":["Выполнить асинхронный запрос"],"Stop":["Стоп"],"Undefined":["Не определено"],"Label":["Метка"],"Label for your query":["Метка для вашего запроса"],"Description":["Описание"],"Write a description for your query":["Заполните описание к вашему запросу"],"Save":["Сохранить"],"Cancel":["Отменить"],"Save Query":["Сохранить запрос"],"Run a query to display results here":["Выполнить запрос для отображения результатов"],"Preview for %s":["Предпросмотр %s"],"Results":["Результаты"],"Query History":["История запросов"],"Create table as with query results":["Создать таблицу на основе запроса"],"new table name":["новое название таблицы"],"Error while fetching table list":["Ошибка при получении списка таблиц"],"Error while fetching schema list":["Ошибка при получении списка схем"],"Error while fetching database list":["Ошибка при получении списка баз данных"],"Database:":["База данных:"],"Select a database":["Выберите базу данных"],"Select a schema (%s)":["Выберите схему (%s)"],"Schema:":["Схема:"],"Add a table (%s)":["Добавить таблицу (%s)"],"Type to search ...":["Введите для поиска…"],"Reset State":["Сбросить текущее состояние"],"Enter a new title for the tab":["Введите название для таблицы"],"Untitled Query %s":["Запрос без имени %s"],"close tab":["Закрыть вкладку"],"rename tab":["Переименовать вкладку"],"expand tool bar":["Показать панель инструментов"],"hide tool bar":["Скрыть панель инструментов"],"Copy partition query to clipboard":["Скопировать часть запроса в буфер обмена"],"latest partition:":["последний раздел:"],"Keys for table":["Ключевые поля таблицы"],"View keys & indexes (%s)":["Посмотреть ключи и индексы (%s)"],"Sort columns alphabetically":["Отсортировать столбцы в алфавитном порядке"],"Original table column order":["Расположение столбцов как в исходной таблице"],"Copy SELECT statement to clipboard":["Скопировать выражение SELECT в буфер обмена"],"Remove table preview":["Убрать предпросмотр таблицы"],"Template Parameters":["Параметры шаблона"],"Edit template parameters":["Изменить параметры шаблона"],"Invalid JSON":["Недопустимый формат json"],"%s is not right as a column name, please alias it (as in SELECT count(*) ":["%s неверно в качестве имени столбца, пожалуйста, используйте его например, в SELECT COUNT (*) "],"AS my_alias":["AS новое_название_столбца"],"using only alphanumeric characters and underscores":["разрешается использование только букв, цифр и знака нижнего подчеркивание"],"Creating a data source and popping a new tab":["Создание источника данных и добавление новой вкладки"],"No results available for this query":["Результаты для этого запроса недоступны"],"Chart Type":["Тип графика"],"[Chart Type]":["[Тип графика]"],"Datasource Name":["Название таблицы"],"datasource name":["название источника данных"],"Create a new slice":["Создать новый срез"],"Choose a datasource":["Выберите источник данных"],"Choose a visualization type":["Выберите тип диаграммы"],"Create new slice":["Создать новый срез"],"Updating chart was stopped":["Обновление графика остановлено"],"An error occurred while rendering the visualization: %s":["Произошла ошибка при построении графика: %s"],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":["База данных находится под высокой нагрузкой. Возможно, объём данных сильно вырос, или вы запрашиваете источник данных, который достаточно большой, чтобы обрабатывать запрос в диапазоне тайм-аута. Если это так, мы рекомендуем вам агрегировать ваши данные или оптимизировать запрос."],"Network error.":["Ошибка сети."],"Click to see difference":["Нажмите, чтобы увидеть разницу"],"Altered":["Изменения"],"Slice changes":["Изменения среза"],"Select ...":["Выбрать …"],"Loaded data cached":["Данные были загружены в кэш"],"Loaded from cache":["Загружается из кэша"],"Click to force-refresh":["Нажмите для принудительного обновления"],"Copy to clipboard":["Скопировать в буфер обмена"],"Not successful":["Неудачно"],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":["Извините, Ваш браузер не поддерживание копирование. Используйте сочетание клавиш [CTRL + C] для WIN или [CMD + C] для MAC"],"Copied!":["Копирование завершено"],"Title":["Заголовок"],"click to edit title":["нажмите для изменения заголовка"],"You don't have the rights to alter this title.":["Недостаточно прав для изменения заголовка."],"Click to favorite/unfavorite":["Отметить как избранное"],"Active Dashboard Filters":["Фильтр активного отчёта"],"Checkout this dashboard: %s":["Отладка отчёта: %s"],"Save as":["Сохранить как"],"Force Refresh":["Принудительное обновление"],"Force refresh the whole dashboard":["Принудительно обновить отчет"],"Set autorefresh":["Интервал обновления"],"Set the auto-refresh interval for this session":["Установите интервал автоматического обновления для этого сеанса"],"Save the dashboard":["Сохранить отчёт"],"Edit properties":["Редактирование свойств"],"Edit the dashboards's properties":["Редактировать свойства отчёта"],"Email":["Отправить ссылку по почте"],"Email a link to this dashboard":["Отправить ссылку на этот отчёт"],"Add Slices":["Добавить график"],"Add some slices to this dashboard":["Добавить диаграмму в отчёт"],"Edit CSS":["Редактировать CSS"],"Change the style of the dashboard using CSS code":["Измените оформление отчёта с помощью CSS-кода"],"Load a template":["Загрузить шаблон"],"Load a CSS template":["Загрузить шаблон стилей (CSS)"],"CSS":["CSS"],"Live CSS Editor":["Редактор CSS"],"You have unsaved changes.":["У вас есть несохраненные изменения."],"Unsaved changes":["Изменения не сохранены"],"Don't refresh":["Не обновлять"],"10 seconds":["10 секунд"],"30 seconds":["30 секунд"],"1 minute":["1 минута"],"5 minutes":["5 минут"],"Refresh Interval":["Интервал обновления"],"Choose the refresh frequency for this dashboard":["Выберите частоту обновления для этого отчёта"],"This dashboard was saved successfully.":["Отчёт успешно сохранен."],"Sorry, there was an error saving this dashboard: ":["К сожалению, произошла ошибка при сохранения этого отчета "],"Error":["Ошибка"],"You must pick a name for the new dashboard":["Вы должны выбрать имя для нового отчёта"],"Save Dashboard":["Сохранить отчёт"],"Overwrite Dashboard [%s]":["Перезаписать отчёт [%s]"],"Save as:":["Сохранить как:"],"[dashboard name]":["[название отчёта]"],"Sorry, there was an error fetching slices to this dashboard: ":["К сожалению, произошла ошибка при загрузке виджета:"],"Sorry, there was an error adding slices to this dashboard: ":["К сожалению, возникла ошибка при добавлении графика в отчёт: "],"Name":["Название"],"Viz":["Визуализация"],"Datasource":["Источник данных"],"Modified":["Изменено"],"Add a new slice to the dashboard":["Добавить новый график в отчёт"],"Add Slices to Dashboard":["Добавить график в отчёт"],"Served from data cached %s . Click to force refresh.":["Данные находятся в кэше %s. Нажмите кнопку для принудительного обновления."],"Force refresh data":["Принудительное обновление данных"],"Annotation layers are still loading.":["Слои аннотаций загружаются."],"One ore more annotation layers failed loading.":["Один или несколько слоев аннотации не удалось загрузить."],"Move chart":["Переместить график"],"Toggle chart description":["Переключить описание графика"],"Edit chart":["Редактировать график"],"Export CSV":["Export CSV"],"Explore chart":["Обзор графика"],"Remove chart from dashboard":["Удалить график из отчёта"],"is expected to be a number":["ожидается число"],"is expected to be an integer":["ожидается целочисленное значение (integer)"],"cannot be empty":["не может быть пустым"],"description":["описание"],"bolt":[""],"Changing this control takes effect instantly":["Изменение этого элемента применяется сразу"],"Error...":["Ошибка…"],"Query":["Запрос"],"Height":["Высота"],"Width":["Ширина"],"Export to .json":["Экспортировать в JSON формат"],"Export to .csv format":["Экспортировать в CSV формат"],"%s - untitled":["%s - без названия"],"Edit slice properties":["Редактировать свойства графика"],"Limit reached":["Достигнут предел"],"Please enter a slice name":["Введите название диаграммы"],"Please select a dashboard":["Выберите отчёт"],"Please enter a dashboard name":["Введите имя отчёта"],"Save A Slice":["Сохранить диаграмму"],"Overwrite slice %s":["Перезаписать диаграмму %s"],"[slice name]":["[название диаграммы]"],"Do not add to a dashboard":["Не добавлять в отчёт"],"Add slice to existing dashboard":["Добавить график в существующий отчёт"],"Add to new dashboard":["Добавить в новый отчёт"],"Save & go to dashboard":["Сохранить и перейти к отчёту"],"Check out this slice: %s":["Проверка диаграммы: %s"],"Add Annotation Layer":["Добавить слой аннотации"],"`Min` value should be numeric or empty":["Значение «Минимум» должно быть числовым или пустым"],"`Max` value should be numeric or empty":["Значение « Максимум» должно быть числовым или пустым"],"Min":["Минимум"],"Max":["Максимум"],"Something went wrong while fetching the datasource list":["Что-то пошло не так при получении списка источников данных"],"Select a datasource":["Выбор источника данных"],"Search / Filter":["Поиск / Фильтр"],"Click to point to another datasource":["Нажмите, чтобы указать на другой источник данных"],"Edit the datasource's configuration":["Изменение настроек таблицы"],"Show datasource configuration":["Показать конфигурацию источника данных"],"Filter value":["Значение фильтра"],"Select metric":["Выбрать показатель"],"Select column":["Выбрать столбец"],"Select operator":["Выбрать оператор"],"Add Filter":["Добавить фильтр"],"Error while fetching data":["Возникла ошибка при получение данных"],"%s option(s)":["%s параметр(ы)"],"Invalid lat/long configuration.":["Неверная конфигурация широты и долготы."],"Longitude & Latitude columns":["Долгота и Широта"],"Delimited long & lat single column":["Широта и Долгота в одном столбце с разделителем"],"Multiple formats accepted, look the geopy.points Python library for more details":["Для уточнения форматов и получения более подробной информации, посмотрите Python-библиотеку geopy.points"],"Reverse lat/long ":["Поменять местами широту и долготу"],"Geohash":[""],"textarea":["текстовая область"],"Edit":["Редактировать"],"in modal":[""],"Select a visualization type":["Выберите тип визуализации"],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":["Группировка"],"One or many controls to group by":["Выберите один или несколько срезов в поле группировки данных"],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[" source code of sandboxed parser"],"This functionality is disabled in your environment for security reasons.":["Из соображений безопасности эта функция отключена в вашей среде."],"Visualization Type":["Тип диаграммы"],"The type of visualization to display":["Выберите необходимый тип диаграммы"],"Metrics":["Показатели"],"One or many metrics to display":["Выберите один или несколько показателей для отображения"],"Percentage Metrics":["Процентные показатели"],"Metrics for which percentage of total are to be displayed":["Показатели, для которых будет отображаться процент от общего количества"],"Y Axis Bounds":["Границы Оси Y"],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":["Установить жесткие границы для оси Y. Когда границы не заданы, производится их автоматическая подстройка на основе минимальных и максимальных значениях исходных данных."],"Ordering":["Упорядоченность"],"Fixed Color":["Цвет"],"Use this to define a static color for all circles":["Используйте это цвет для заливки всех кругов одним цветом"],"Fill Color":["Цвет заливки"]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":["Установите непрозрачность на 0, если вы не хотите переопределять цвет, указанный в GeoJSON"],"Stroke Color":["Цвет обводки"],"Metric":["Показатель"],"Choose the metric":["Выберите показатель"],"Right Axis Metric":["Показатель для правой оси"],"Choose a metric for right axis":["Выберите показатель для правой оси"],"Stacked Style":["Стиль области"],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":["Цветовая Схема"],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":["Цвет будет рассчитываться на основе отношения ячейки к сумме"],"Horizon Color Scale":["Расчет цвета"],"Defines how the color are attributed.":["Определяет, как рассчитывается цвет."],"Rendering":["Рендеринг"],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":["Интевал XScale"],"Number of steps to take between ticks when displaying the X scale":["Количество шагов между делениями горизонтальной оси X"],"YScale Interval":["Интервал YScale"],"Number of steps to take between ticks when displaying the Y scale":["Количество шагов между делениями на вертикальной оси X"],"Include Time":["Включая дату"],"Whether to include the time granularity as defined in the time section":["Установить временной период, как указано в разделе «Время»"],"Auto Zoom":["Авто Масштаб"],"When checked, the map will zoom to your data after each query":["Если этот флажок установлен, карта будет масштабироваться после каждого запроса"],"Show percentage":["Показать процент"],"Whether to include the percentage in the tooltip":["Включить значение процента в всплывающую подсказку"],"Stacked Bars":["С накоплением"],"Show totals":["Показать итоги"],"Display total row/column":["Показать итоги строк / столбцов"],"Show Markers":["Показать маркеры"],"Show data points as circle markers on the lines":["Показывать на линиях точки данных в виде небольших окружностей"],"Bar Values":["Подписи"],"Show the value on top of the bar":["Добавить на график значение данных в виде подписи"],"Sort Bars":["Сортировка гистограммы"],"Sort bars by x labels.":["Сортировать гистограмму по названию столбцов."],"Combine Metrics":["Сгруппировать показатели"],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":["Сгруппировать и отобразить показатели в рамках значения одного колоночного среза. Легче один раз попробовать, чем обьяснить )"],"Extra Controls":["Доп.Элементы"],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":["Показывать дополнительные элементы управления, которые позволяют переключаться между разными видами графика - гистограмма с накоплением или с группировкой."],"Reduce X ticks":["Сжать шкалу X"],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":["Если опция включена, то график будет сжат по горизонтали, таким образом, чтобы уместиться целиком на одном виджете, при этом промежуточные подписи на оси X могут пропасть. При выключенной опции, графики с большим количеством данных отображаются с горизонтальной полосой прокрутки."],"Include Series":["Включить название"],"Include series name as an axis":["Включить название показателя в подписи оси"],"Color Metric":["Цвет показателя"],"A metric to use for color":["Показатель, используемый для расчета цвета"],"Country Name":["Страна"],"The name of country that Superset should display":["Выберите страну, которую хотите визуализировать"],"Country Field Type":["Стандарт кода страны"],"The country code standard that Superset should expect to find in the [country] column":["Выберите стандарт с помощью которого, кодируются страны в поле [Страна]"],"Frequency":["Частота"],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":["Периодичность для оси времени."],"Dimension":["Измерение"],"Select a dimension":["Выбор измерения"],"Columns":["Столбцы"],"One or many controls to pivot as columns":["Выберите один или несколько срезов для отображения показателей в столбцах сводной таблицы"],"Columns to display":["Столбцы для отображения"],"Longitude & Latitude":["Долгота и Широта"],"Point to your spatial columns":["Выберите столбцы, содержащие геоданные"],"Start Longitude & Latitude":["Долгота и Широта [Начало]"],"End Longitude & Latitude":["Долгота и Широта [Конец]"],"Longitude":["Долгота"],"Select the longitude column":["Выберите столбец долготы"],"Latitude":["Широта"],"Select the latitude column":["Выберите столбец широты"],"GeoJson Column":["Столбец GeoJson"],"Select the geojson column":["Выберите столбец geojson"],"Polygon Column":["Столбец полигонов"],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":["Выберите столбец с массивом полигонов. Каждая строка должна содержать JSON.array(N) [долгота, широта]."],"Point Radius Scale":["Точечный радиус"],"Stroke Width":["Ширина обводки"],"Origin":["Источник"],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":["Нижняя граница"],"Bottom margin, in pixels, allowing for more room for axis labels":["Высота нижней области графика в пикселах, позволяющая регулировать место под подписи данных горизонтальной оси X"],"Left Margin":["Левая область"],"Left margin, in pixels, allowing for more room for axis labels":["Ширина левой области графика в пикселах, позволяющая регулировать место под подписи данных вертикальной оси Y"],"Time Granularity":["Временной интервал"],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":["Интервал времени, в границах которого строится график. Обратите внимание, что для определения диапазона времени, вы можете использовать естественный язык. Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»"],"Domain":["Домен"],"The time unit used for the grouping of blocks":["Единица времени, используемая для группировки"],"Subdomain":["Субдомен"],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":["Единица времени для каждого блока. Должнa быть меньше временной шкалы домена."],"Link Length":["Длина связи"],"Link length in the force layout":["Устанавливает указанное расстояние между связанными узлами"],"Charge":["Сила заряда узла"],"Charge in the force layout":["Отрицательное значение силы заряда приводит к отталкиванию узлов, а положительное значение приводит к притяжению узлов. Установка силы заряда равной 0 отключает вычисление дерева квадрантов, что может заметно улучшить производительность, если вам такая функциональность не требуется."],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":["Столбец данных с датой или временем."],"Time Grain":["Период времени"],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":["Группировка по периоду времени - день, месяц, год, … и т.д"],"Resample Rule":["Resample Rule"],"Pandas resample rule":["Одна из функций (Resample) библиотеки Pandas, которая определяет период, к которому применяется функция агрегации."],"Resample How":["Resample How"],"Pandas resample how":["Одна из функций (Resample) библиотеки Pandas, которая определяет способ агрегации данных."],"Resample Fill Method":["Resample Fill"],"Pandas resample fill method":["Одна из функций (Resample) библиотеки Pandas, которая определяет метод обработки данных. "],"Since":["Начиная с"],"7 days ago":["7 дней назад"],"Until":["До"],"Max Bubble Size":["Макс. размер пузырька"],"Whisker/outlier options":["Варианты биржевого графика"],"Determines how whiskers and outliers are calculated.":["Определяет вид и параметры отображения свечного графика (японские свечи)."],"Ratio":["Соотношение"],"Target aspect ratio for treemap tiles.":["Соотношение сторон для составных прямоугольников графика."],"Number format":["Формат числа"],"Row limit":["Лимит рядов"],"Series limit":["Лимит кол-ва рядов"],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":["Ограничивает количество отображаемых временных рядов."],"Sort By":["Сортировка"],"Metric used to define the top series":["Показатель, используемый для определения какие временные ряды будут отображаться при ограничении количества выводимых рядов"],"Sort Descending":["Сортировать"],"Whether to sort descending or ascending":["Сортировка по убыванию или по возрастанию"],"Rolling":["Rolling"],"Defines a rolling window function to apply, works along with the [Periods] text box":["Одна из функций (Rolling) библиотеки Pandas, которая определяет способ агрегации данных."],"Multiplier":["Множитель"],"Factor to multiply the metric by":["Коэффициент умножения"],"Periods":["Период"],"Defines the size of the rolling window function, relative to the time granularity selected":["Одна из функций (Rolling) библиотеки Pandas, которая определяет период, к которому применяется функция агрегации."],"Grid Size":["Размер сетки"],"Defines the grid size in pixels":["Определяет размер сетки в пикселях"],"Min Periods":["HIde Periods"],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":["Скрыть необходимое количество периодов. Например, если вы делаете накопительную сумму показателя за 7 дней, но хотите скрыть нарастающий итог за первые 6 дней, то указав в данном столбце «6», вы скроете нарастание, происходящее в течение первых 6 периодов."],"Series":["Ряд данных"],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":["Группировка в ряды данных. Каждый ряд отображается в виде определенного цвета и имеет легенду."],"Entity":["Элемент"],"This defines the element to be plotted on the chart":["Элемент, который будет отражен на графике"],"X Axis":["Ось X"],"Metric assigned to the [X] axis":["Показатель, отраженный на оси X"],"Y Axis":["Ось Y"],"Metric assigned to the [Y] axis":["Показатель, отраженный на оси Y"],"Bubble Size":["Размер пузырька"],"URL":["Ссылка (URL)"],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":["URL-адрес, в который вы можете интегрировать переменные {{ width }} или {{ height }}."],"X Axis Label":["Подпись Оси X"],"Y Axis Label":["Подпись Оси Y"],"Custom WHERE clause":["Пользовательское условие WHERE"],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":["Текст в этом поле включается в секцию WHERE SQL-запроса. Вы можете включить сколь угодно сложное выражение. Главное чтобы оно поддерживалось вашей БД."],"Custom HAVING clause":["Пользовательское условие HAVING"],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":["Текст в этом поле включается в секцию HAVING SQL-запроса. Вы можете включить сколь угодно сложное выражение. Главное чтобы оно поддерживалось вашей БД."],"Comparison Period Lag":["Временной лаг"],"Based on granularity, number of time periods to compare against":["Сдвиг временного периода, с которым производится сравнение показателя. Единица периода, устанавливается в разделе [Время]."],"Comparison suffix":["Постфикс"],"Suffix to apply after the percentage display":["Текст для отображения после процента сравнения. Например - «год к году»"],"Table Timestamp Format":["Формат Даты / Времени"],"Timestamp Format":["Формат Даты / Времени"],"Series Height":["Высота ряда данных"],"Pixel height of each series":["Высота в пикселях каждого ряда данных"],"Page Length":["Длина страницы"],"Rows per page, 0 means no pagination":["Количество строк на странице. Значение 0 означает отсутствие разбиения на страницы."],"X Axis Format":["Формат Оси X"],"Y Axis Format":["Формат Оси Y"],"Right Axis Format":["Формат Правой Оси"],"Date Time Format":["Формат даты"],"Markup Type":["Тип Разметки"],"Pick your favorite markup language":["Выберите свой любимый язык разметки"],"Rotation":["Вращение"],"Rotation to apply to words in the cloud":["Тип поворота для применения к словам в облаке"],"Line Style":["Тип Линии"],"Line interpolation as defined by d3.js":["Методы интерполяции и сглаживания графиков. Linear -идентичен стандартному графику, где точки соединены линиями. Basis - образует b-сплайн с дублированием контрольных точек на концах отрезков. Cardinal-open - образует открытый cardinal-сплайн. Monotone: кубическая интерполяция. Step-before: пошаговая интерполяция между вертикальными и горизонтальными сегментами. Step-after: пошаговая интерполяция между горизонтальными и вертикальными сегментами."],"Label Type":["Тип Подписи"],"What should be shown on the label?":["Что должно быть указано в подписи?"],"Code":["Редактор"],"Put your code here":["Введите произвольный текст в формате html или markdown"],"Aggregation function":["Функция агрегации"],"Aggregate function to apply when pivoting and computing the total rows and columns":["Агрегатная функция, применяемая при вычислении итоговых строк и столбцов"],"Font Size From":["Мин. Размер Шрифта"],"Font size for the smallest value in the list":["Размер шрифта для наименьшего значения в списке"],"Font Size To":["Макс. Размер Шрифта"],"Font size for the biggest value in the list":["Размер шрифта для наибольшего значения в списке"],"Instant Filtering":["Мгновенная Фильтрация"],"Extruded":[""],"Range Filter":["Диапазон"],"Whether to display the time range interactive selector":["Отображение интерактивного слайдера для выбора на графике определенного временного диапазона."],"Date Filter":["Временной фильтр"],"Whether to include a time filter":["Включить фильтр на определенный интервал/диапазон времени"],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":["Таблица Данных"],"Whether to display the interactive data table":["Отображение интерактивной таблицы данных"],"Search Box":["Поиск"],"Whether to include a client side search box":["Включить текстовое поле для фильтрации данных в таблице"],"Table Filter":["Глобальный фильтр"],"Whether to apply filter when table cell is clicked":["Применять глобальный фильтр при выборе показателя в таблице"],"Show Bubbles":["Отображать окружность"],"Whether to display bubbles on top of countries":["Отображать окружность отдельным слоем поверх стран"],"Legend":["Легенда"],"Whether to display the legend (toggles)":["Отображение легенды"],"Show Values":["Показать значения"],"Whether to display the numerical values within the cells":["Отображать ли числовые значения в ячейках"],"X bounds":["Границы X"],"Whether to display the min and max values of the X axis":["Отображать минимальные и максимальные значения оси X"],"Y bounds":["Границы Y"],"Whether to display the min and max values of the Y axis":["Отображать минимальные и максимальные значения оси Y"],"Rich Tooltip":["Расширенная подсказка"],"The rich tooltip shows a list of all series for that point in time":["Во всплывающей подсказке отображается список всех рядов данных на выбранный момент времени"],"Y Log Scale":["Log шкала Y"],"Use a log scale for the Y axis":["Использовать логарифмическую шкалу для оси Y"],"X Log Scale":["Log шкала Х"],"Use a log scale for the X axis":["Использовать логарифмическую шкалу для оси Х"],"Log Scale":["Лог. Масштаб"],"Use a log scale":["Использовать логарифмическую шкалу"],"Donut":["Кольцевая диаграмма"],"Do you want a donut or a pie?":["Преобразовать в кольцевую диаграмму"],"Put labels outside":["Подписи снаружи"],"Put the labels outside the pie?":["Показать подписи снаружи графика"],"Contribution":["Доля"],"Compute the contribution to the total":["Вычислить вклад в общую сумму (долю). Установите формат показателя в проценты."],"Period Ratio":["Период для сравнения"],"[integer] Number of period to compare against, this is relative to the granularity selected":["Сдвиг временного периода, с которым производится сравнение показателя. Единица периода, устанавливается в разделе [Время]."],"Period Ratio Type":["Тип сравнения"],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":["«factor» означает (текущий / предыдущий)%, «growth» - (текущий / предыдущий - 1)% , «value» - (текущий-предыдущий)"],"Time Shift":["Временной сдвиг"],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":["Постфикс"],"Description text that shows up below your Big Number":["Tекст, который отображается ниже вашего числа"],"label":["Подпись"],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":["«count» это тоже самое, что и COUNT(*) если используются группы. Числовые столбцы будут агрегированы. Не числовые столбцы будут использоваться для подписи точек. Оставьте пустым, чтобы получить количество элементов в каждом кластере."],"Map Style":["Стиль Карты"],"Base layer map style":["Выбрать стиль карты"],"Clustering Radius":["Радиус Кластеризации"],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":["Радиус (в пикселях), используемый алгоритмом для группировки отдельных точек в кластера. Выберите 0, чтобы отключить кластеризацию, но помните, что большое количество точек (>1000) вызовет существенную задержку при рендеринге карты."],"Point Size":["Размер точки"],"Fixed point radius":["Радиус Точки"],"Point Radius":["Радиус Точки"],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":["Радиус отдельных точек (тех, которые не находятся в кластере). Числовой столбец или режим «авто», который масштабирует точку на основе наибольшего кластера."],"Point Radius Unit":["Единица измерения"],"The unit of measure for the specified point radius":["Единица измерения для указанной точки"],"Point Unit":[""],"Opacity":["Прозрачность"],"Opacity of all clusters, points, and labels. Between 0 and 1.":["Установить прозрачность для кластеров и точек. Значения прозрачности лежат в диапазоне [0,1]."],"Viewport":["Область просмотра"],"Parameters related to the view and perspective on the map":[""],"Zoom":["Масштаб"],"Zoom level of the map":["Уровень масштабирования карты"],"Default latitude":["Широта по умолчанию"],"Latitude of default viewport":["Широта, которая используется при первом отображении карты"],"Default longitude":["Долгота по умолчанию"],"Longitude of default viewport":["Долгота, которая используется при первом отображении карты"],"Live render":["Рендер в реальном времени"],"Points and clusters will update as viewport is being changed":["Точки и кластеры будут обновляться по мере изменения окна просмотра"],"RGB Color":["Цвет"],"The color for points and clusters in RGB":["Цвет точек и кластеров в RGB"],"Color":["Цвет"],"Pick a color":["Выберите цвет"],"Ranges":["Диапазон"],"Ranges to highlight with shading":["Диапазон для выделения с затенением"],"Range labels":["Подписи диапазона"],"Labels for the ranges":["Добавить подписи диапазона"],"Markers":["Маркеры"],"List of values to mark with triangles":["Список значений для маркировки треугольниками"],"Marker labels":["Подписи маркеров"],"Labels for the markers":["Добавить подписи к маркерам"],"Marker lines":["Линии маркеров"],"List of values to mark with lines":["Список значений для маркировки линиями"],"Marker line labels":["Подписи линий маркеров"],"Labels for the marker lines":["Метки для линий маркеров"],"Slice ID":["Slice ID"],"The id of the active slice":["Идентификатор активного среза"],"Cache Timeout (seconds)":["Тайм-аут кэша (секунды)"],"The number of seconds before expiring the cache":["Количество секунд до истечения срока действия кэша"],"Order by entity id":["Упорядочить по идентификатору элемента"],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":["Важно! Выберите этот параметр, если таблица еще не отсортирована по идентификатору, иначе нет гарантии, что будут возвращены все события для каждого элемента."],"Minimum leaf node event count":["Минимальное количество событий"],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":["Конечные узлы, представляющие меньшее количество событий, будут изначально скрыты"],"Color Scheme":["Цветовая схема"],"The color scheme for rendering chart":["Цветовая схема, применяемая для раскрашивания диаграммы"],"Significance Level":["Уровень значимости"],"Threshold alpha level for determining significance":["Пороговый уровень для определения значимости"],"p-value precision":["точность p-значения"],"Number of decimal places with which to display p-values":["Количество знаков после запятой, для отображаения p-значения"],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":["Столбцы Временных Рядов"],"Use Area Proportions":["Площадь сегмента"],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":["Диаграмма использует площадь сегмента вместо радиуса"],"Options":["Опции"],"Not Time Series":["Не временный ряд"],"Ignore time":["Игнорировать время"],"Time Series":["Временные ряды"],"Standard time series":["Стандартные временные ряды"],"Aggregate Mean":["Среднее"],"Mean of values over specified period":["Среднее значений за указанный период"],"Aggregate Sum":["Сумма"],"Sum of values over specified period":["Сумма значений за указанный период"],"Difference":["Разница"],"Metric change in value from `since` to `until`":["Разница значения"],"Percent Change":["Процентное изменение"],"Metric percent change in value from `since` to `until`":["Процент изменения значения показателя"],"Factor":["Фактор"],"Metric factor change from `since` to `until`":["Изменения фактора"],"Advanced Analytics":["Расширенный анализ"],"Use the Advanced Analytics options below":["Используйте дополнительные параметры расчета"],"Settings for time series":["Настройки временных рядов"],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":["Ограничение Разделов"],"The maximum number of subdivisions of each group; lower values are pruned first":["Максимальное число разбиений для каждой группы. Сначала убираются более низкие значения"],"Partition Threshold":["Порог размера"],"Partitions whose height to parent height proportions are below this value are pruned":["Части, размеры которых ниже этого значения, обрезаются"],"Lines column":[""],"The database columns that contains lines information":["Столбцы БД, содержащие информацию о строках"],"Lines encoding":["Кодирование строк"],"The encoding format of the lines":["Формат кодирования строк"],"Line width":["Толщина линии"],"The width of the lines":["Задать толщину линии"],"Reverse Lat & Long":["Поменять Широту и Долготу"],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":["Выбрать диаграммы"],"Error while fetching charts":["Ошибка при загрузке графики"],"Javascript data interceptor":["Перехватчик данных Javascript"],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":["Определите функцию javascript, которая получает массив данных, используемый в визуализации, и, как ожидается, возвратит измененную версию этого массива. Это может пригодиться для изменения свойств данных, фильтра или обогащения массива."],"Javascript data mutator":["Мутатор данных Javascript"],"Define a function that receives intercepts the data objects and can mutate it":["Определите функцию, которая перехватывает объекты данных для последующей мутации"],"Javascript tooltip generator":["Генератор подсказок Javascript"],"Define a function that receives the input and outputs the content for a tooltip":["Определение функции, которая получает входные данные и выводит содержимое подсказки"],"Javascript onClick href":["JavaScript onclick атрибут"],"Define a function that returns a URL to navigate to when user clicks":["Определение функции, возвращающей URL для перехода при нажатии"],"Extra data for JS":["Доп. данные для JS"],"List of extra columns made available in Javascript functions":["Список дополнительных столбцов, доступных в функциях Javascript"],"Stroked":["Штриховать"],"Whether to display the stroke":["Отображать штриховать"],"Filled":["Закраска"],"Whether to fill the objects":["Закрашивать объекты"],"Time":["Время"],"Time related form attributes":["В этом разделе можно установить параметры диаграммы, связанные с временем"],"Datasource & Chart Type":["Источник данных & Тип графика"],"This section exposes ways to include snippets of SQL in your query":["В этом разделе представлены способы включения фрагментов кода SQL в ваш запрос."],"Annotations and Layers":["Аннотация"],"This section contains options that allow for advanced analytical post processing of query results":["В этом разделе содержатся параметры, которые позволяют производить аналитическую пост-обработку результатов запроса"],"Result Filters":["Фильтр результатов"],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":["Фильтры, применяемые после агрегации."],"Chart Options":["Параметры диаграммы"],"Breakdowns":["Ряды данных (сегментировать)"],"Defines how each series is broken down":["Определяет на какие сегменты будет разбит каждый столбец данных"],"Pie Chart":["Круговая диаграмма"],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":["Линейный график с двумя осями"],"Y Axis 1":["Первая ось Y"],"Y Axis 2":["Вторая ось Y"],"Left Axis Metric":["Показатель для левой оси"],"Choose a metric for left axis":["Выбрать показатель для левой оси"],"Left Axis Format":["Формат левой оси"],"Axes":["Оси"],"Map":["Карта"],"Deck.gl - Hexagons":[""],"Advanced":["Дополнительно"],"Metric used to control height":["Показатель используемый для контроля высоты"],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":["Сетка"],"Weight":["Вес"],"Metric used as a weight for the grid's coloring":["Показатель, используемый в качестве веса для раскраски сетки"],"Deck.gl - geoJson":[""],"GeoJson Settings":["Настройки Geojson "],"Polygon Settings":["Параметры Полигона"],"Arc":["Дуга"],"Point Color":["Цвет Точки"],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":["АГРЕГАЦИЯ"],"Use this section if you want a query that aggregates":["Используйте этот раздел, если необходимо предварительно агрегировать данные"],"NOT GROUPED BY":["БЕЗ АГРЕГАЦИИ"],"Use this section if you want to query atomic rows":["Используйте этот раздел, если необходимо использовать исходные данные как есть, без предварительной агрегации"],"Time Series Table":["Таблица временных рядов"],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":["Шаблонная ссылка, можно включить {{ metric }} или другие значения, поступающие из элементов управления."],"Pivot Options":["Опции"],"Bubbles":["Пузырьки"],"Numeric Column":["Числовой столбец"],"Select the numeric column to draw the histogram":["Выберите числовой столбец, чтобы построить гистограмму"],"No of Bins":["Количество ячеек"],"Select number of bins for the histogram":["Выберите количество ячеек"],"Primary Metric":["Первый показатель"],"The primary metric is used to define the arc segment sizes":["Первый показатель используется для определения размеров сегмента дуги"],"Secondary Metric":["Второй показатель"],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":["Необязательный параметр. Используется для формирования цвета на основе отношения к первому показателю. "],"Hierarchy":["Иерархическая структура"],"This defines the level of the hierarchy":["Каждый срез определяет уровень иерархии"],"Source / Target":["Источник / Назначение"],"Choose a source and a target":["Выберите срез данных для источника и назначения"],"Chord Diagram":[""],"Choose a number format":["Выберите формат чисел"],"Source":["Источник"],"Choose a source":["Выберите срез источника"],"Target":["Назначение"],"Choose a target":["Выберите срез назначения"],"ISO 3166-2 codes of region/province/department":["Геокод по стандарту ISO 3166-2"],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":["Стандарт ISO 3166-2 — часть стандарта ISO 3166, определяющего геокоды для основных единиц первого и второго уровня деления территории всех стран."],"Country Control":["Геокод страны"],"3 letter code of the country":["Трехбуквенный код страны"],"Metric for color":["Показатель / Цвет"],"Metric that defines the color of the country":["Показатель, определяющий цвет страны"],"Bubble size":["Размер маркера"],"Metric that defines the size of the bubble":["Показатель, определяющий размер маркера (окружность)"],"Filter Box":["Фильтр"],"Filter controls":["Фильтруемые срезы"],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":["Срезы данных, на которые вы хотите включить фильтр. Обратите внимание, что в этом списке будут отображаться только столбцы, отмеченные в свойствах таблицы как «фильтруемые»."],"Heatmap Options":["Параметры тепловой карты"],"Value bounds":["Границы значения"],"Value Format":["Формат значения"],"Horizon":[""],"Points":["Точки"],"Labelling":["Маркировка"],"Visual Tweaks":["Визуальные твики"],"Column containing longitude data":["Столбец, содержащий данные долготы"],"Column containing latitude data":["Столбец, содержащий данные широты"],"Cluster label aggregator":["Агрегатор меток кластера"],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":["Агрегатная функция применяется к списку точек в каждом кластере для создания метки кластера."],"Tooltip":["Подсказка"],"Show a tooltip when hovering over points and clusters describing the label":["Показывать всплывающую подсказку при наведении курсора на точки и кластеры"],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":["Один или несколько элементов в группе. Должны присутствовать столбцы широты и долготы."],"Event definition":["Определение события"],"Additional meta data":["Дополнительные метаданные"],"Column containing entity ids":["Столбец, содержащий идентификатор"],"e.g., a \"user id\" column":["например, столбец «user id»"],"Column containing event names":["Столбец, содержащий имена событий"],"Event count limit":["Ограничение количества событий"],"The maximum number of events to return, equivalent to number of rows":["Максимальное число возвращаемых событий, эквивалентное числу строк"],"Meta data":["Метаданные"],"Select any columns for meta data inspection":["Выберите любые столбцы для проверки метаданных"],"Paired t-test":[""],"Time Series Options":[""],"Favorites":["Избранное"],"Created Content":["Созданный контент"],"Recent Activity":["Последние действия"],"Security & Access":["Безопасность и Доступ"],"No slices":["Нет срезов данных"],"No dashboards":["Нет отчётов"],"Dashboards":["Отчёты"],"Slices":["Срезы данных"],"No favorite charts yet, go click on stars!":["Нет избранных диаграмм. Нажмите звёздочку напротив названия необходимого графика, чтобы он появился в списке избранных диаграмм."],"No favorite dashboards yet, go click on stars!":["Нет избранных отчётов. Нажмите звёздочку напротив названия необходимого отчета, чтобы он появился в этом списке."],"Charts":["Графики"],"Roles":["Роли"],"Databases":["Базы данных"],"Datasources":["Источники данных"],"Profile picture provided by Gravatar":["Изображение профиля, сгенерированное сервисом Gravatar"],"joined":["присоединился"],"id:":["идентификатор:"],"Sorry, there appears to be no data":["Извините, похоже, нет данных"],"Data has no time steps":["Данные не имеют временной шкалы"],"Select starting date":["Выберите дату начала"],"Select end date":["Выберите дату окончания"],"Select [%s]":["Выбрать [%s]"],"Apply":["Применить"],"No data was returned.":["Данных не было."],"List Druid Column":["Список колонок Druid"],"Show Druid Column":["Показать колонку Druid"],"Add Druid Column":["Добавить колонку Druid"],"Edit Druid Column":["Редактировать колонку Druid"],"Column":["Колонка"],"Type":["Тип"],"Groupable":["Группируемый"],"Filterable":["Фильтрующийся"],"Count Distinct":["Count Distinct"],"Sum":["Sum"],"Whether this column is exposed in the `Filters` section of the explore view.":["Необходимо отметить, если столбец должен быть доступен в разделе «Фильтры»."],"List Druid Metric":["Список Druid Метрик"],"Show Druid Metric":["Показать Druid Метрики"],"Add Druid Metric":["Добавить Druid Метрику"],"Edit Druid Metric":["Редактировать Druid Метрику"],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":["Ограничен ли доступ к этому показателю определенными ролями. Только роли с разрешением «metric access on [название этой метрики]» могут получить доступ к этому показателю."],"Verbose Name":["Полное имя"],"JSON":["JSON"],"Druid Datasource":["Druid - Источники Данных"],"Warning Message":["Предупреждающее сообщение"],"List Druid Cluster":["Список Кластеров Druid"],"Show Druid Cluster":["Показать Кластер Druid"],"Add Druid Cluster":["Добавить Кластер Druid"],"Edit Druid Cluster":["Редактировать Кластер Druid"],"Cluster":["Кластер"],"Coordinator Host":["Координатор Хост"],"Coordinator Port":["Координатор Порт"],"Coordinator Endpoint":["Координатор Конечная Точка"],"Broker Host":["Брокер-Хост"],"Broker Port":["Брокер-Порт"],"Broker Endpoint":["Брокер-Конечная Точка"],"Druid Clusters":["Список Кластеров Druid"],"Sources":["Источники"],"List Druid Datasource":["Список Источников Данных Druid"],"Show Druid Datasource":["Показать Источники Данных Druid"],"Add Druid Datasource":["Добавить Источник Данных Druid"],"Edit Druid Datasource":["Редактировать Источник Данных Druid"],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":["Список графиков, связанных с этой таблицей. Изменяя этот источник данных, можно изменить поведение связанных с ним графиков. Также обратите внимание, что графики должны указывать на источник данных, поэтому эта форма не будет сохранена при удалении срезов из источника данных. Если вы хотите изменить источник данных для среза, сделайте это в свойствах самого графика."],"Timezone offset (in hours) for this datasource":["Смещение часового пояса (в часах) для этого источника данных"],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":["Выражение времени для использования в качестве предиката при получении различных значений для заполнения компонента фильтра. Применяется только в том случае, если включен параметр «включить выбор фильтра». Если Вы введете «7 дней назад», то список различных значений в фильтре будет заполнен на основе определенного значения за последнюю неделю"],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":["Получение списка фильтруемых значений, выполняя онлайн-запрос к серверу"],"Redirects to this endpoint when clicking on the datasource from the datasource list":["Перенаправление на эту конечную точку при нажатии на источник данных из списка источников данных"],"Associated Charts":["Связанные диаграммы"],"Data Source":["Источник данных"],"Owner":["Владелец"],"Is Hidden":["Скрыто"],"Enable Filter Select":["Включить Онлайн Фильтр"],"Default Endpoint":["Конечная точка по умолчанию"],"Time Offset":["Смещение Времени"],"Cache Timeout":["Тайм-аут Кэша"],"Druid Datasources":["Источники Данных Druid"],"Scan New Datasources":["Сканирование Новых Источников"],"Refresh Druid Metadata":["Обновить Метаданные Druid"],"Datetime column not provided as part table configuration and is required by this type of chart":["Для данной диаграммы необходим временной ряд. Укажите столбец с датой в соответствующем поле раздела [Время]"],"Empty query?":["Пустой запрос?"],"Metric '{}' is not valid":["Показатель ‘{}’ не является допустимым"],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":["Таблица [{}], похоже, не существует в указанной базе данных. Не удается получить сведения о столбце."],"List Columns":["Список столбцов"],"Show Column":["Показать столбец"],"Add Column":["Добавить столбец"],"Edit Column":["Редактировать столбец"],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":["Сделать этот столбец доступным в разделе [Время]. Столбец должен быть в формате DATETIME"],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":["Задать тип данных. В некоторых случаях может потребоваться ввести тип вручную для столбцов, которые формируются специальными запросами. В большинстве случаев изменять содержимое этого поля не обязательно."],"Expression":["Выражение SQL"],"Is temporal":["Содержит дату /время"],"Datetime Format":["Формат Datetime"],"Database Expression":["Database Expression"],"List Metrics":["Список показателей"],"Show Metric":["Показать показатель"],"Add Metric":["Добавить показатель"],"Edit Metric":["Редактировать показатель"],"SQL Expression":["Выражение SQL"],"D3 Format":["Формат D3"],"Is Restricted":["Ограничено"],"List Tables":["Список таблиц"],"Show Table":["Показать таблицу"],"Add Table":["Добавить таблицу"],"Edit Table":["Редактировать таблицу"],"Name of the table that exists in the source database":["Имя таблицы, которая существует в исходной базе данных"],"Schema, as used only in some databases like Postgres, Redshift and DB2":["Схема, используется только в некоторых базах данных, таких как Postgres, Redshift и DB2"],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":["Это поле будет выполнять запрос в качестве подзапроса."],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":["Предикат применяется при получении значений для компонента - «Фильтр». Поддерживает синтаксис jinja. Применяется только в том случае, если включен параметр «Включить Онлайн Фильтр»."],"Redirects to this endpoint when clicking on the table from the table list":["Перенаправление на эту конечную точку при нажатии на таблицу в общем списке"],"Changed By":["Изменено"],"Database":["БД"],"Last Changed":["Последнее изменение"],"Offset":["Смещение"],"Fetch Values Predicate":["Извлечь Значения Предиката"],"Main Datetime Column":["Основной столбец с датой"],"Table [{}] could not be found, please double check your database connection, schema, and table name":["Не удалось найти таблицу [{}]. Проверьте подключение к базе данных, схему и имя таблицы."],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":["Таблица была создана. Нажмите на кнопку редактирования напротив новой таблицы, чтобы настроить её."],"Refresh Metadata":["Обновить метаданные"],"Refresh column metadata":["Обновить метаданные столбцов"],"Metadata refreshed for the following table(s): %(tables)s":["Метаданные обновлены для следующих таблиц: %(tables)s"],"Tables":["Таблицы"],"Profile":["Профиль"],"Logout":["Выход из системы"],"Login":["Вход в систему"],"Record Count":["Количество записей"],"No records found":["Записи не найдены"],"Import":["Импорт"],"No Access!":["Нет доступа!"],"You do not have permissions to access the datasource(s): %(name)s.":["У вас нет разрешений на доступ к источнику данных: %(name)s."],"Request Permissions":["Запросить права доступа"],"Test Connection":["Тестовое соединение"],"Annotation Layers":["Слои аннотаций"],"Manage":["Управление"],"Annotations":["Аннотации"],"Datasource %(name)s already exists":["Источник данных %(name)s уже существует"],"json isn't valid":["json не валиден"],"Export to YAML":["Экспорт в YAML"],"Export to YAML?":["Экспорт в YAML?"],"Delete":["Удалить"],"Delete all Really?":["Удалить все?"],"This endpoint requires the `all_datasource_access` permission":["Эта конечная точка требует разрешения «all_datasource_access»"],"The datasource seems to have been deleted":["Источник данных, похоже, был удален"],"The access requests seem to have been deleted":["Запросы доступа, похоже, были удалены"],"The user seems to have been deleted":["Пользователь, кажется, был удален"],"You don't have access to this datasource. (Gain access)":["У вас нет доступа к этому источнику данных. (Gain access)"],"You don't have access to this datasource":["У вас нет доступа к этому источнику данных"],"This view requires the database %(name)s or `all_datasource_access` permission":["Для просмотра базы данных %(name)s необходимо иметь соответствующий доступ или разрешение «all_datasource_access»"],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":["Для этой конечной точки %(name)s необходимо иметь соответствующий доступ или разрешение «all_datasource_access»"],"List Databases":["Список БД"],"Show Database":["Показать Базу Данных"],"Add Database":["Добавить Базу Данных"],"Edit Database":["Редактировать Базу Данных"],"Expose this DB in SQL Lab":["Показать базу данных в SQL Редакторе"],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":["Разрешить пользователям выполнять синхронные запросы. Это значение установлено по умолчанию и должно хорошо работать для запросов, которые могут быть выполнены в пределах одной минуты."],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":["Разрешить пользователям выполнять асинхронные запросы к серверной части. Это предполагает, что у вас настроена очередь запросов Celery Worker."],"Allow CREATE TABLE AS option in SQL Lab":["Разрешить выполнять инструкцию CREATE TABLE AS в редакторе SQL"],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":["Позволяет пользователям запускать инструкции (UPDATE, DELETE, CREATE, …) без SELECT в редакторе SQL"],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":["При разрешении опции CREATE TABLE AS в редакторе SQL эта опция создаст таблицу в выбранной схеме"],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":["Если вы используете Presto, все запросы в SQL-Редакторе будут выполняться от авторизованного пользователя, который должен иметь разрешение на их выполнение.
Если включен Hive, то запросы будут выполняться через техническую учетную запись, но ассоциировать зарегистрированного пользователя можно через свойство hive.server2.proxy.user."],"Expose in SQL Lab":["Открыть в SQL редакторе"],"Allow CREATE TABLE AS":["Разрешить CREATE TABLE AS"],"Allow DML":["Allow DML"],"CTAS Schema":["Схема по умолчанию"],"Creator":["Автор"],"SQLAlchemy URI":["SQLAlchemy URI"],"Extra":["Дополнительные параметры"],"Allow Run Sync":["Allow Run Sync"],"Allow Run Async":["Allow Run Async"],"Impersonate the logged on user":["Ассоциировать пользователя"],"Import Dashboards":["Импорт Отчетов"],"CSV to Database configuration":["Настройка CSV для БД"],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":["CSV-файл \"{0}\" загружен в таблицу \"{1}\" базы данных \"{2}\""],"User":["Пользователь"],"User Roles":["Роли пользователей"],"Database URL":["URL базы данных"],"Roles to grant":["Роли для предоставления"],"Created On":["Дата создания"],"Access requests":["Запросы доступа"],"Security":["Безопасность"],"List Charts":["Список диаграмм"],"Show Chart":["Показать диаграмму"],"Add Chart":["Добавить диаграмму"],"Edit Chart":["Редактировать диаграмму"],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":["Эти параметры генерируются автоматически при нажатии кнопки сохранения. Опытные пользователи могут изменить определенные объекты в формате JSON."],"Duration (in seconds) of the caching timeout for this slice.":["Продолжительность (в секундах) таймаута кэширования для этого графика."],"Last Modified":["Изменено"],"Owners":["Владельцы"],"Parameters":["Параметры"],"Chart":["График"],"List Dashboards":["Список Отчётов"],"Show Dashboard":["Показать Отчёт"],"Add Dashboard":["Добавить Отчёт"],"Edit Dashboard":["Редактировать Отчёт"],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":["Этот объект JSON описывает расположение виджетa в отчёте. Он автоматически генерируется при настройке размера и позиций виджета на листе отчёта."],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":["В этом поле можно задать индивидуальный стиль для отчёта с помощью CSS"],"To get a readable URL for your dashboard":["Получить читаемый URL-адрес для отчёта"],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":["Параметры отчёта в формате JSON."],"Owners is a list of users who can alter the dashboard.":["Владельцы - это список пользователей, которые могут изменять отчёт."],"Dashboard":["Отчёт"],"Slug":["Читаемый URL"],"Position JSON":["Позиция JSON"],"JSON Metadata":["Параметры JSON"],"Underlying Tables":["Базовые таблицы"],"Export":["Экспорт"],"Export dashboards?":["Экспортировать отчет?"],"Action":["Действия"],"dttm":["Время"],"Action Log":["Журнал Действий"],"Access was requested":["Запрошен доступ"],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":["%(user)s была предоставлена роль %(role)s, которая дает доступ к ресурсам %(datasource)s"],"Role %(r)s was extended to provide the access to the datasource %(ds)s":["Роль %(r) s была расширена для обеспечения доступа к источнику данных %(ds)s"],"You have no permission to approve this request":["У вас нет разрешения на утверждение этого запроса"],"You don't have the rights to ":["У вас нет прав на "],"alter this ":["изменить этот "],"chart":["график"],"create a ":["создать "],"dashboard":["отчёт"],"Malformed request. slice_id or table_name and db_name arguments are expected":["Неправильный запрос. Ожидаются аргументы slice_id или table_name и db_name"],"Slice %(id)s not found":["Отчёт %(id)s не найден"],"Table %(t)s wasn't found in the database %(d)s":["Таблица %(t)s не найдена в базе данных %(d)s"],"Can't find User '%(name)s', please ask your admin to create one.":["Не удалось найти пользователя ‘%(name)s’. Обратитесь к администратору, чтобы создать его."],"Can't find DruidCluster with cluster_name = '%(name)s'":["Не удалось найти DruidCluster с именем cluster_name = ‘%(name)s’"],"Query record was not created as expected.":["Запись запроса не была создана должным образом."],"Template Name":["Имя Шаблона"],"CSS Templates":["Шаблоны CSS"],"SQL Editor":["Редактор SQL"],"SQL Lab":["Лаборатория"],"Query Search":["Поиск запросов"],"Upload a CSV":["Загрузить CSV"],"Status":["Статус"],"Start Time":["Время начала"],"End Time":["Время окончания"],"Queries":["Запросы"],"List Saved Query":["Список сохраненных запросов"],"Show Saved Query":["Показать сохраненный запрос"],"Add Saved Query":["Добавить сохраненный запрос"],"Edit Saved Query":["Изменить сохраненный запрос"],"Pop Tab Link":["Открыть"],"Changed on":["Изменено"],"Saved Queries":["Сохраненные запросы"]}}} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0","lang":"ru"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/ru/LC_MESSAGES/messages.mo b/superset/translations/ru/LC_MESSAGES/messages.mo index b1c962b27b223..5bc526e74c0f4 100644 Binary files a/superset/translations/ru/LC_MESSAGES/messages.mo and b/superset/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/ru/LC_MESSAGES/messages.po b/superset/translations/ru/LC_MESSAGES/messages.po index 79e5713a445a8..206c9f23a8075 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.po +++ b/superset/translations/ru/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-03-09 00:15+0100\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2018-03-09 22:26+0200\n" "Last-Translator: Vladimir Gladkov \n" "Language: ru\n" @@ -16,4836 +16,8816 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.5.3\n" -#: superset/assets/javascripts/explore/stores/controls.jsx:744 -#: superset/db_engine_specs.py:291 superset/db_engine_specs.py:350 -#: superset/db_engine_specs.py:370 superset/db_engine_specs.py:414 -#: superset/db_engine_specs.py:464 superset/db_engine_specs.py:520 -#: superset/db_engine_specs.py:1067 superset/db_engine_specs.py:1099 -#: superset/db_engine_specs.py:1145 superset/db_engine_specs.py:1182 -#: superset/db_engine_specs.py:1214 +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "Столбец с датой" +msgstr "" -#: superset/db_engine_specs.py:292 superset/db_engine_specs.py:371 -#: superset/db_engine_specs.py:465 superset/db_engine_specs.py:521 -#: superset/db_engine_specs.py:1068 superset/db_engine_specs.py:1100 -#: superset/db_engine_specs.py:1183 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "секунда" +msgstr "" -#: superset/db_engine_specs.py:294 superset/db_engine_specs.py:351 -#: superset/db_engine_specs.py:374 superset/db_engine_specs.py:468 -#: superset/db_engine_specs.py:523 superset/db_engine_specs.py:1070 -#: superset/db_engine_specs.py:1102 superset/db_engine_specs.py:1146 -#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1215 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "минута" - -#: superset/db_engine_specs.py:296 superset/db_engine_specs.py:352 -#: superset/db_engine_specs.py:378 superset/db_engine_specs.py:415 -#: superset/db_engine_specs.py:470 superset/db_engine_specs.py:525 -#: superset/db_engine_specs.py:1076 superset/db_engine_specs.py:1104 -#: superset/db_engine_specs.py:1152 superset/db_engine_specs.py:1185 -#: superset/db_engine_specs.py:1216 +msgstr "" + +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "час" - -#: superset/db_engine_specs.py:298 superset/db_engine_specs.py:353 -#: superset/db_engine_specs.py:383 superset/db_engine_specs.py:417 -#: superset/db_engine_specs.py:472 superset/db_engine_specs.py:527 -#: superset/db_engine_specs.py:1078 superset/db_engine_specs.py:1106 -#: superset/db_engine_specs.py:1154 superset/db_engine_specs.py:1186 -#: superset/db_engine_specs.py:1217 +msgstr "" + +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "день" +msgstr "" -#: superset/db_engine_specs.py:300 superset/db_engine_specs.py:354 -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:418 -#: superset/db_engine_specs.py:473 superset/db_engine_specs.py:529 -#: superset/db_engine_specs.py:1080 superset/db_engine_specs.py:1108 -#: superset/db_engine_specs.py:1187 superset/db_engine_specs.py:1218 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "неделя" - -#: superset/db_engine_specs.py:302 superset/db_engine_specs.py:355 -#: superset/db_engine_specs.py:391 superset/db_engine_specs.py:420 -#: superset/db_engine_specs.py:475 superset/db_engine_specs.py:531 -#: superset/db_engine_specs.py:1082 superset/db_engine_specs.py:1110 -#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1188 -#: superset/db_engine_specs.py:1219 +msgstr "" + +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "месяц" +msgstr "" -#: superset/db_engine_specs.py:304 superset/db_engine_specs.py:356 -#: superset/db_engine_specs.py:393 superset/db_engine_specs.py:477 -#: superset/db_engine_specs.py:533 superset/db_engine_specs.py:1084 -#: superset/db_engine_specs.py:1112 superset/db_engine_specs.py:1158 -#: superset/db_engine_specs.py:1189 superset/db_engine_specs.py:1220 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "квартал" +msgstr "" -#: superset/db_engine_specs.py:306 superset/db_engine_specs.py:357 -#: superset/db_engine_specs.py:397 superset/db_engine_specs.py:479 -#: superset/db_engine_specs.py:1086 superset/db_engine_specs.py:1160 -#: superset/db_engine_specs.py:1190 superset/db_engine_specs.py:1221 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "год" - -#: superset/db_engine_specs.py:481 -msgid "week_start_monday" -msgstr "неделя_начало_понедельник" +msgstr "" -#: superset/db_engine_specs.py:535 superset/db_engine_specs.py:1114 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "неделя_конец_суббота" +msgstr "" -#: superset/db_engine_specs.py:538 superset/db_engine_specs.py:1117 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "неделя_начало_воскресенье" +msgstr "" -#: superset/db_engine_specs.py:1072 superset/db_engine_specs.py:1148 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 минут" +msgstr "" -#: superset/db_engine_specs.py:1074 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "полчаса" +msgstr "" -#: superset/db_engine_specs.py:1150 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 минут" +msgstr "" -#: superset/connectors/sqla/views.py:223 superset/forms.py:28 +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 msgid "Table Name" -msgstr "Имя Таблицы" +msgstr "" -#: superset/forms.py:29 +#: superset/forms.py:57 msgid "Name of table to be created from csv data." -msgstr "Имя таблицы, которая будет сформирована из данных csv." +msgstr "" -#: superset/forms.py:33 +#: superset/forms.py:61 msgid "CSV File" -msgstr "CSV Файл" +msgstr "" -#: superset/forms.py:34 +#: superset/forms.py:62 msgid "Select a CSV file to be uploaded to a database." -msgstr "Выберите файл CSV, который будет загружен в БД." +msgstr "" -#: superset/forms.py:36 +#: superset/forms.py:64 msgid "CSV Files Only!" -msgstr "Только CSV-файлы!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" -#: superset/forms.py:41 +#: superset/forms.py:70 msgid "Delimiter" -msgstr "Разделитель" +msgstr "" -#: superset/forms.py:42 +#: superset/forms.py:71 msgid "Delimiter used by CSV file (for whitespace use \\s+)." -msgstr "Разделитель, используемый CSV-файлом (для пробелов используется \\s+)." +msgstr "" -#: superset/forms.py:46 +#: superset/forms.py:75 msgid "Table Exists" -msgstr "Метод добавления" +msgstr "" -#: superset/forms.py:47 +#: superset/forms.py:76 msgid "" -"If table exists do one of the following: Fail (do nothing), Replace (drop and " -"recreate table) or Append (insert data)." +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." msgstr "" -"Если таблица уже существует, выполните одно из следующих действий: Fail (ничего " -"не делать), Replace (удалить и заново создать таблицу) или Append (добавить " -"данные)." -#: superset/forms.py:52 +#: superset/forms.py:81 msgid "Fail" msgstr "" -#: superset/forms.py:52 +#: superset/forms.py:81 msgid "Replace" msgstr "" -#: superset/forms.py:53 +#: superset/forms.py:82 msgid "Append" msgstr "" -#: superset/connectors/sqla/views.py:219 superset/forms.py:56 +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 msgid "Schema" -msgstr "Схема" +msgstr "" -#: superset/forms.py:57 +#: superset/forms.py:86 msgid "Specify a schema (if database flavour supports this)." -msgstr "Укажите схему (если это поддерживается базой данных)." +msgstr "" -#: superset/forms.py:62 +#: superset/forms.py:91 msgid "Header Row" -msgstr "Строка заголовков" +msgstr "" -#: superset/forms.py:63 +#: superset/forms.py:92 msgid "" -"Row containing the headers to use as column names (0 is first line of data). " -"Leave empty if there is no header row." +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." msgstr "" -"Строка, содержащая заголовки для использования в качестве имен столбцов (0 - " -"первая строка данных). Оставьте пустым, если строка заголовка отсутствует." -#: superset/forms.py:71 +#: superset/forms.py:100 msgid "Index Column" -msgstr "Столбец индекса" +msgstr "" -#: superset/forms.py:72 +#: superset/forms.py:101 msgid "" -"Column to use as the row labels of the dataframe. Leave empty if no index " -"column." +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." msgstr "" -"Столбец для использования в качестве меток строк данных. Оставьте пустым, если " -"столбец индекса отсутствует." -#: superset/forms.py:79 +#: superset/forms.py:108 msgid "Mangle Duplicate Columns" -msgstr "Дубликаты" +msgstr "" -#: superset/forms.py:80 +#: superset/forms.py:109 msgid "Specify duplicate columns as \"X.0, X.1\"." msgstr "" -"Если есть столбцы с одинаковым именем, то присвоить им порядковые номера - " -"столбец1, столбец2, … и т.д." -#: superset/forms.py:82 +#: superset/forms.py:111 msgid "Skip Initial Space" -msgstr "Убрать пробелы" +msgstr "" -#: superset/forms.py:83 +#: superset/forms.py:112 msgid "Skip spaces after delimiter." -msgstr "Пропустить пробелы после разделителя." +msgstr "" -#: superset/forms.py:85 +#: superset/forms.py:114 msgid "Skip Rows" -msgstr "Игнорировать" +msgstr "" -#: superset/forms.py:86 +#: superset/forms.py:115 msgid "Number of rows to skip at start of file." -msgstr "Количество первых строк, которые нужно проигнорировать." +msgstr "" -#: superset/forms.py:91 +#: superset/forms.py:120 msgid "Rows to Read" -msgstr "Строки для чтения" +msgstr "" -#: superset/forms.py:92 +#: superset/forms.py:121 msgid "Number of rows of file to read." -msgstr "Количество строк файла для чтения." +msgstr "" -#: superset/forms.py:97 +#: superset/forms.py:126 msgid "Skip Blank Lines" -msgstr "Пропустить пустые строки" +msgstr "" -#: superset/forms.py:98 +#: superset/forms.py:127 msgid "Skip blank lines rather than interpreting them as NaN values." -msgstr "Пропустите пустые строки, а не интерпретировать их как значения NaN." +msgstr "" -#: superset/forms.py:102 +#: superset/forms.py:131 msgid "Parse Dates" -msgstr "Разбор Дат" +msgstr "" -#: superset/forms.py:103 -msgid "Parse date values." -msgstr "Разбор значений дат." +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" -#: superset/forms.py:105 +#: superset/forms.py:137 msgid "Infer Datetime Format" -msgstr "Формат даты и времени" +msgstr "" -#: superset/forms.py:106 +#: superset/forms.py:138 msgid "Use Pandas to interpret the datetime format automatically." msgstr "" -"Используйте Pandas для автоматической интерпретации формата даты и времени." -#: superset/forms.py:110 +#: superset/forms.py:142 msgid "Decimal Character" -msgstr "Десятичный символ" +msgstr "" -#: superset/forms.py:111 +#: superset/forms.py:143 msgid "Character to interpret as decimal point." -msgstr "Символ, который интерпретируется как десятичная точка." +msgstr "" -#: superset/forms.py:116 +#: superset/forms.py:148 msgid "Dataframe Index" -msgstr "Индекс" +msgstr "" -#: superset/forms.py:117 +#: superset/forms.py:149 msgid "Write dataframe index as a column." -msgstr "Записывайте индекс данных в виде столбца." +msgstr "" -#: superset/forms.py:119 +#: superset/forms.py:151 msgid "Column Label(s)" -msgstr "Обозначения столбцов" +msgstr "" -#: superset/forms.py:120 +#: superset/forms.py:152 msgid "" -"Column label for index column(s). If None is given and Dataframe Index is True, " -"Index Names are used." +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." msgstr "" -"Обозначение столбца для столбцов с индексами. Если поле пустое, а настройка " -"[Индекс] включена, то используются имена индексов." -#: superset/utils.py:607 +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "Доступ к базе данных предоставлен для пользователя — %(name)s" +msgstr "" -#: superset/viz.py:56 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "У визуализации отсутствует источник данных" +msgstr "" -#: superset/viz.py:220 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "Невозможно выбрать дату [from], которая позже текущего дня" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:720 superset/viz.py:417 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "Табличный вид" +msgstr "" -#: superset/viz.py:429 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" msgstr "" -"Выберите столбец с датой и необходимый период в секции «Время» или снимите " -"флажок «Включая дату»" -#: superset/viz.py:439 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" msgstr "" -"Выберите срез данных в полях [Показатели] или [Столбцы], но не в обоих " -"одновременно" -#: superset/viz.py:513 +#: superset/viz.py:596 msgid "Time Table View" msgstr "" -#: superset/viz.py:522 superset/viz.py:1354 +#: superset/viz.py:605 superset/viz.py:1464 msgid "Pick at least one metric" -msgstr "Выберите хотя бы одно значение" +msgstr "" -#: superset/viz.py:525 +#: superset/viz.py:608 msgid "When using 'Group By' you are limited to use a single metric" msgstr "" -"При использовании поля [Группировка] вы не ограничены использованием одного " -"среза" -#: superset/assets/javascripts/explore/stores/visTypes.js:801 superset/viz.py:554 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "Сводная таблица" +msgstr "" -#: superset/viz.py:568 +#: superset/viz.py:651 msgid "Please choose at least one 'Group by' field " -msgstr "Выберите хотя бы один срез в поле [Группировка]" +msgstr "" -#: superset/viz.py:570 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "Пожалуйста, выберите хотя бы один показатель" +msgstr "" -#: superset/viz.py:574 +#: superset/viz.py:657 msgid "Group By' and 'Columns' can't overlap" -msgstr "Нельзя использовать один и тот же срез в двух полях" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:787 superset/viz.py:607 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:826 superset/viz.py:629 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "Разделитель" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:848 superset/viz.py:641 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "Облако тегов" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:870 superset/viz.py:664 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "Дерево" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 superset/viz.py:690 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:918 superset/viz.py:748 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:939 superset/viz.py:837 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "Пузырьковая диаграмма" +msgstr "" -#: superset/viz.py:861 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "Выберите срез для X, Y и размер" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:990 superset/viz.py:887 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" msgstr "" -#: superset/viz.py:913 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "Выберите показатель для отображения" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1013 superset/viz.py:936 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" msgstr "" -#: superset/viz.py:944 superset/viz.py:973 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "Выберите показатель!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 superset/viz.py:965 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:158 superset/viz.py:992 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" msgstr "" -#: superset/viz.py:1049 superset/viz.py:1214 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" -msgstr "Выберите период для временных рядов" +msgstr "" -#: superset/viz.py:1128 +#: superset/viz.py:1222 msgid "" -"`Since` and `Until` time bounds should be specified when using the `Time Shift` " -"feature." +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." msgstr "" -#: superset/viz.py:1157 +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" msgstr "" -#: superset/viz.py:1167 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" -msgstr "Выберите значение для левой оси!" +msgstr "" -#: superset/viz.py:1169 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" -msgstr "Выберите значение для правой оси!" +msgstr "" -#: superset/viz.py:1171 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" -msgstr "Пожалуйста, выберите разные срезы данных для левой и правой оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:283 superset/viz.py:1232 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" msgstr "" -#: superset/viz.py:1241 +#: superset/viz.py:1335 msgid "Time Series - Period Pivot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:319 superset/viz.py:1281 +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:683 superset/viz.py:1289 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" msgstr "" -#: superset/viz.py:1298 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1063 -#: superset/viz.py:1316 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "Гистограмма" +msgstr "" -#: superset/viz.py:1326 -msgid "Must have one numeric column specified" -msgstr "Должен быть указан хотя бы один числовой столбец" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 superset/viz.py:1341 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" msgstr "" -#: superset/viz.py:1352 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" -msgstr "Срезы в полях [Столбцы данных] и [Ряды данных] должны быть разными" +msgstr "" -#: superset/viz.py:1356 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" -msgstr "Выберите хотя бы одно значение для поля [Столбцы данных]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -#: superset/viz.py:1409 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1133 -#: superset/viz.py:1440 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" msgstr "" -#: superset/viz.py:1447 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "Выберите ровно два среза в поле [Источник / Назначение]" +msgstr "" -#: superset/viz.py:1478 +#: superset/viz.py:1588 msgid "" -"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" msgstr "" -"В полях [Источника] и [Назначения] есть одинаковый срез данных - {}. Срезы не " -"должны пересекаться!" -#: superset/assets/javascripts/explore/stores/visTypes.js:1160 -#: superset/viz.py:1489 superset/viz.py:1510 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" msgstr "" -#: superset/viz.py:1496 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" -msgstr "Выберите ровно два столбца в поле [Группировка]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1225 -#: superset/viz.py:1543 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "Карта Стран" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1259 -#: superset/viz.py:1571 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "Карта Мира" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 superset/viz.py:1621 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "Фильтры" +msgstr "" -#: superset/viz.py:1642 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "Выберите хотя бы одно значение из списка" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1324 -#: superset/viz.py:1667 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1336 -#: superset/viz.py:1687 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1358 -#: superset/viz.py:1712 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" msgstr "" -#: superset/viz.py:1771 +#: superset/viz.py:1878 msgid "Horizon Charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1418 -#: superset/viz.py:1782 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" msgstr "" -#: superset/viz.py:1797 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" msgstr "" -#: superset/viz.py:1810 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" msgstr "" -#: superset/viz.py:1815 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "Срез [Радиуса точки] должен присутствовать в поле [Группировка]" +msgstr "" -#: superset/viz.py:1820 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" -msgstr "Столбцы [Долгота] и [Широта] должны присутствовать в поле [Группировка]" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:342 superset/viz.py:1889 +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 msgid "Deck.gl - Multiple Layers" msgstr "" -#: superset/viz.py:1925 superset/viz.py:1938 +#: superset/viz.py:2032 superset/viz.py:2045 msgid "Bad spatial key" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:628 superset/viz.py:2019 +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 msgid "Deck.gl - Scatter plot" msgstr "" -#: superset/viz.py:2060 +#: superset/viz.py:2170 msgid "Deck.gl - Screen Grid" msgstr "" -#: superset/viz.py:2075 +#: superset/viz.py:2192 msgid "Deck.gl - 3D Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:434 superset/viz.py:2090 +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 msgid "Deck.gl - Paths" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:550 superset/viz.py:2123 +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 msgid "Deck.gl - Polygon" msgstr "" -#: superset/viz.py:2131 +#: superset/viz.py:2248 msgid "Deck.gl - 3D HEX" msgstr "" -#: superset/viz.py:2146 +#: superset/viz.py:2263 msgid "Deck.gl - GeoJSON" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:590 superset/viz.py:2165 +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 msgid "Deck.gl - Arc" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1488 -#: superset/viz.py:2189 +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1533 -#: superset/viz.py:2220 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1551 -#: superset/viz.py:2278 +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 msgid "Time Series - Nightingale Rose Chart" msgstr "" -#: superset/viz.py:2308 +#: superset/viz.py:2425 msgid "Partition Diagram" msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" + +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "Ваш запрос был сохранен" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:59 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "Ваш запрос не может быть сохранен" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:112 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" -msgstr "Невозможно выполнить запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 +#: superset/assets/src/SqlLab/actions.js:163 msgid "Unknown error" -msgstr "Неизвестная ошибка" - -#: superset/assets/javascripts/SqlLab/actions.js:166 -msgid "Your session timed out, please refresh your page and try again." -msgstr "Время сессии истекло, пожалуйста, обновите страницу и попробуйте снова." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:185 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." -msgstr "Запрос прерван." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:188 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." -msgstr "Не получилось прервать запрос." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:305 -#: superset/assets/javascripts/SqlLab/actions.js:318 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" -msgstr "Произошла ошибка при получении метаданных из таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" -msgstr "общий запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:380 -#: superset/assets/javascripts/SqlLab/actions.js:400 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" -msgstr "Запрос невозможно загрузить" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:434 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" -msgstr "Произошла ошибка при создании источника данных" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" -msgstr "Выберите тип графика!" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" msgstr "" -"Для использования этого типа графика необходимо выбрать хотя бы один столбец со " -"значением даты или времени" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" msgstr "" -"Для использования этого типа графика необходимо выбрать хотя бы один срез данных" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" msgstr "" -"Для использования данного типа графика выберите хотя бы один вычисляемый срез " -"данных" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" -msgstr "Запрос без имени" +msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" -msgstr "Копирование %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "Скопировать запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "скопировать ссылку в буфер обмена" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" -msgstr "Raw SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" -msgstr "Источник SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" -msgstr "SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." -msgstr "История запросов пуста…" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" -msgstr "Кажется у Вас нет доступа к базе данных" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "Результаты поиска" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" -msgstr "[С]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" -msgstr "[До]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" -msgstr "[Статус запроса]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "Поиск" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "Открыть редакторе" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "посмотреть результаты" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" -msgstr "Предпросмотр данных" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" -msgstr "Построить график на основе запроса" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" -msgstr "Перезаписать текст в редакторе с запросом к этой таблице" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" -msgstr "Выполнить запрос на новой вкладке" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" -msgstr "Удалить запрос из журнала" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" -msgstr "Экспорт в CSV" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:243 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:282 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "Построить график" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:163 -#: superset/connectors/sqla/views.py:81 superset/connectors/sqla/views.py:133 -#: superset/connectors/sqla/views.py:214 superset/views/core.py:455 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "Таблица" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:163 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" -msgstr "создан" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:170 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "Запрос в отдельной вкладке" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:211 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" -msgstr "Получить данные для просмотра" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:231 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" -msgstr "Отслеживать работу" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:237 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." -msgstr "Идет загрузка…" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" -msgstr "Выполнить выбранный запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" -msgstr "Выполнить запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:34 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 msgid "Run query synchronously" -msgstr "Выполнить синхронный запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:45 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" -msgstr "Выполнить асинхронный запрос" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:56 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "Стоп" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:18 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" -msgstr "Не определено" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:67 -#: superset/views/sql_lab.py:52 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" -msgstr "Метка" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:72 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" -msgstr "Метка для вашего запроса" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:82 -#: superset/connectors/druid/views.py:127 superset/connectors/druid/views.py:251 -#: superset/connectors/sqla/views.py:78 superset/connectors/sqla/views.py:129 -#: superset/connectors/sqla/views.py:227 superset/views/core.py:449 -#: superset/views/sql_lab.py:55 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" -msgstr "Описание" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:86 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" -msgstr "Заполните описание к вашему запросу" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:100 -#: superset/assets/javascripts/dashboard/components/Controls.jsx:125 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:151 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:220 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" -msgstr "Сохранить" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:103 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "Отменить" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:115 -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:119 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" -msgstr "Сохранить запрос" +msgstr "" + +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" -msgstr "Выполнить запрос для отображения результатов" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" -msgstr "Предпросмотр %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" -msgstr "Результаты" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" -msgstr "История запросов" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:133 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" -msgstr "Создать таблицу на основе запроса" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:141 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" -msgstr "новое название таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" -msgstr "Ошибка при получении списка таблиц" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" -msgstr "Ошибка при получении списка схем" +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" -msgstr "Ошибка при получении списка баз данных" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" -msgstr "База данных:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" -msgstr "Выберите базу данных" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" -msgstr "Выберите схему (%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" -msgstr "Схема:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" -msgstr "Добавить таблицу (%s)" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "Введите для поиска…" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" -msgstr "Сбросить текущее состояние" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" -msgstr "Введите название для таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" -msgstr "Запрос без имени %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" -msgstr "Закрыть вкладку" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" -msgstr "Переименовать вкладку" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" -msgstr "Показать панель инструментов" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" -msgstr "Скрыть панель инструментов" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" -msgstr "Скопировать часть запроса в буфер обмена" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" -msgstr "последний раздел:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" -msgstr "Ключевые поля таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" -msgstr "Посмотреть ключи и индексы (%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" -msgstr "Отсортировать столбцы в алфавитном порядке" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" -msgstr "Расположение столбцов как в исходной таблице" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" -msgstr "Скопировать выражение SELECT в буфер обмена" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" -msgstr "Убрать предпросмотр таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:102 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 msgid "Template Parameters" -msgstr "Параметры шаблона" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:106 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 msgid "Edit template parameters" -msgstr "Изменить параметры шаблона" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TemplateParamsEditor.jsx:116 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 msgid "Invalid JSON" -msgstr "Недопустимый формат json" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " msgstr "" -"%s неверно в качестве имени столбца, пожалуйста, используйте его например, в " -"SELECT COUNT (*) " -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" -msgstr "AS новое_название_столбца" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" -msgstr "разрешается использование только букв, цифр и знака нижнего подчеркивание" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:167 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" -msgstr "Создание источника данных и добавление новой вкладки" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:198 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" -msgstr "Результаты для этого запроса недоступны" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:250 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" -msgstr "Тип графика" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:253 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" -msgstr "[Тип графика]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:261 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" -msgstr "Название таблицы" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:265 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" -msgstr "название источника данных" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:54 -msgid "Create a new slice" -msgstr "Создать новый срез" +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:59 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:65 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 msgid "Choose a datasource" -msgstr "Выберите источник данных" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:71 -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:77 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 msgid "Choose a visualization type" -msgstr "Выберите тип диаграммы" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" -#: superset/assets/javascripts/addSlice/AddSliceContainer.jsx:87 -msgid "Create new slice" -msgstr "Создать новый срез" +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:55 +#: superset/assets/src/chart/chartReducer.js:55 msgid "Updating chart was stopped" -msgstr "Обновление графика остановлено" +msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:66 +#: superset/assets/src/chart/chartReducer.js:66 #, python-format msgid "An error occurred while rendering the visualization: %s" -msgstr "Произошла ошибка при построении графика: %s" +msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:74 +#: superset/assets/src/chart/chartReducer.js:74 msgid "visualization queries are set to timeout at ${action.timeout} seconds. " msgstr "" -#: superset/assets/javascripts/chart/chartReducer.js:75 +#: superset/assets/src/chart/chartReducer.js:75 msgid "" -"Perhaps your data has grown, your database is under unusual load, or you are " -"simply querying a data source that is too large to be processed within the " -"timeout range. If that is the case, we recommend that you summarize your data " -"further." -msgstr "" -"База данных находится под высокой нагрузкой. Возможно, объём данных сильно " -"вырос, или вы запрашиваете источник данных, который достаточно большой, чтобы " -"обрабатывать запрос в диапазоне тайм-аута. Если это так, мы рекомендуем вам " -"агрегировать ваши данные или оптимизировать запрос." - -#: superset/assets/javascripts/chart/chartReducer.js:84 -#: superset/assets/javascripts/chart/chartReducer.js:134 +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 msgid "Network error." -msgstr "Ошибка сети." +msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:113 +#: superset/assets/src/components/AlteredSliceTag.jsx:113 msgid "Click to see difference" -msgstr "Нажмите, чтобы увидеть разницу" +msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:119 +#: superset/assets/src/components/AlteredSliceTag.jsx:119 msgid "Altered" -msgstr "Изменения" +msgstr "" -#: superset/assets/javascripts/components/AlteredSliceTag.jsx:137 -msgid "Slice changes" -msgstr "Изменения среза" +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." -msgstr "Выбрать …" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" -msgstr "Данные были загружены в кэш" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" -msgstr "Загружается из кэша" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" -msgstr "Нажмите для принудительного обновления" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:68 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:38 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" -msgstr "Скопировать в буфер обмена" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:72 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" -msgstr "Неудачно" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:75 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" msgstr "" -"Извините, Ваш браузер не поддерживание копирование. Используйте сочетание " -"клавиш [CTRL + C] для WIN или [CMD + C] для MAC" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:91 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" -msgstr "Копирование завершено" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:14 -#: superset/views/core.py:559 superset/views/core.py:629 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "Заголовок" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:105 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" -msgstr "нажмите для изменения заголовка" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:106 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." -msgstr "Недостаточно прав для изменения заголовка." +msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" -msgstr "Отметить как избранное" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" +msgstr "" + +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 msgid "Active Dashboard Filters" -msgstr "Фильтр активного отчёта" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:120 +#: superset/assets/src/dashboard/components/Controls.jsx:120 #, python-format msgid "Checkout this dashboard: %s" -msgstr "Отладка отчёта: %s" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:123 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:162 +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 msgid "Save as" -msgstr "Сохранить как" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:131 +#: superset/assets/src/dashboard/components/Controls.jsx:131 msgid "Force Refresh" -msgstr "Принудительное обновление" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:132 +#: superset/assets/src/dashboard/components/Controls.jsx:132 msgid "Force refresh the whole dashboard" -msgstr "Принудительно обновить отчет" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:140 +#: superset/assets/src/dashboard/components/Controls.jsx:140 msgid "Set autorefresh" -msgstr "Интервал обновления" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:141 +#: superset/assets/src/dashboard/components/Controls.jsx:141 msgid "Set the auto-refresh interval for this session" -msgstr "Установите интервал автоматического обновления для этого сеанса" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:155 +#: superset/assets/src/dashboard/components/Controls.jsx:156 msgid "Save the dashboard" -msgstr "Сохранить отчёт" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:162 +#: superset/assets/src/dashboard/components/Controls.jsx:164 msgid "Edit properties" -msgstr "Редактирование свойств" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:163 +#: superset/assets/src/dashboard/components/Controls.jsx:165 msgid "Edit the dashboards's properties" -msgstr "Редактировать свойства отчёта" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:170 +#: superset/assets/src/dashboard/components/Controls.jsx:172 msgid "Email" -msgstr "Отправить ссылку по почте" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:171 +#: superset/assets/src/dashboard/components/Controls.jsx:173 msgid "Email a link to this dashboard" -msgstr "Отправить ссылку на этот отчёт" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:183 -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:196 -msgid "Add Slices" -msgstr "Добавить график" +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:184 -msgid "Add some slices to this dashboard" -msgstr "Добавить диаграмму в отчёт" +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:195 +#: superset/assets/src/dashboard/components/Controls.jsx:197 msgid "Edit CSS" -msgstr "Редактировать CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:196 +#: superset/assets/src/dashboard/components/Controls.jsx:198 msgid "Change the style of the dashboard using CSS code" -msgstr "Измените оформление отчёта с помощью CSS-кода" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:45 +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" -msgstr "Загрузить шаблон" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:48 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" -msgstr "Загрузить шаблон стилей (CSS)" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:60 -#: superset/views/core.py:566 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" -msgstr "CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:66 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" -msgstr "Редактор CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Dashboard.jsx:157 +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 msgid "You have unsaved changes." -msgstr "У вас есть несохраненные изменения." +msgstr "" -#: superset/assets/javascripts/dashboard/components/Header.jsx:49 +#: superset/assets/src/dashboard/components/Header.jsx:49 msgid "Unsaved changes" -msgstr "Изменения не сохранены" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" -msgstr "Не обновлять" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" -msgstr "10 секунд" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" -msgstr "30 секунд" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" -msgstr "1 минута" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" -msgstr "5 минут" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" -msgstr "Интервал обновления" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" -msgstr "Выберите частоту обновления для этого отчёта" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:66 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." -msgstr "Отчёт успешно сохранен." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:72 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " -msgstr "К сожалению, произошла ошибка при сохранения этого отчета " +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:95 +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 msgid "Error" -msgstr "Ошибка" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:96 +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" -msgstr "Вы должны выбрать имя для нового отчёта" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:111 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" -msgstr "Сохранить отчёт" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:119 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" -msgstr "Перезаписать отчёт [%s]" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:127 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" -msgstr "Сохранить как:" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:208 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" -msgstr "[название отчёта]" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:73 -msgid "Sorry, there was an error fetching slices to this dashboard: " -msgstr "К сожалению, произошла ошибка при загрузке виджета:" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:93 -msgid "Sorry, there was an error adding slices to this dashboard: " -msgstr "К сожалению, возникла ошибка при добавлении графика в отчёт: " +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:163 -#: superset/views/core.py:454 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" -msgstr "Название" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:169 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" -msgstr "Визуализация" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:177 -#: superset/assets/javascripts/explore/stores/controls.jsx:111 -#: superset/connectors/druid/views.py:45 superset/views/core.py:392 -#: superset/views/core.py:416 superset/views/core.py:448 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 msgid "Datasource" -msgstr "Источник данных" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:186 -#: superset/views/core.py:564 superset/views/core.py:631 -#: superset/views/sql_lab.py:56 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 msgid "Modified" -msgstr "Изменено" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:205 -msgid "Add a new slice to the dashboard" -msgstr "Добавить новый график в отчёт" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:211 -msgid "Add Slices to Dashboard" -msgstr "Добавить график в отчёт" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 #, python-format msgid "Served from data cached %s . Click to force refresh." msgstr "" -"Данные находятся в кэше %s. Нажмите кнопку для принудительного обновления." -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:63 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" -msgstr "Принудительное обновление данных" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:64 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 msgid "Annotation layers are still loading." -msgstr "Слои аннотаций загружаются." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:65 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 msgid "One ore more annotation layers failed loading." -msgstr "Один или несколько слоев аннотации не удалось загрузить." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:103 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 msgid "Move chart" -msgstr "Переместить график" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:123 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" -msgstr "Переключить описание графика" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:133 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" -msgstr "Редактировать график" - -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:142 -msgid "Export CSV" -msgstr "Export CSV" - -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:151 -msgid "Explore chart" -msgstr "Обзор графика" - -#: superset/assets/javascripts/dashboard/components/SliceHeader.jsx:161 -msgid "Remove chart from dashboard" -msgstr "Удалить график из отчёта" - -#: superset/assets/javascripts/explore/validators.js:11 -msgid "is expected to be a number" -msgstr "ожидается число" - -#: superset/assets/javascripts/explore/validators.js:18 -msgid "is expected to be an integer" -msgstr "ожидается целочисленное значение (integer)" - -#: superset/assets/javascripts/explore/validators.js:30 -msgid "cannot be empty" -msgstr "не может быть пустым" - -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:34 -msgid "description" -msgstr "описание" - -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:45 -msgid "bolt" msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:46 -msgid "Changing this control takes effect instantly" -msgstr "Изменение этого элемента применяется сразу" - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:75 -msgid "Error..." -msgstr "Ошибка…" - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:126 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:138 -#: superset/assets/javascripts/explore/stores/visTypes.js:204 -#: superset/assets/javascripts/explore/stores/visTypes.js:361 -#: superset/assets/javascripts/explore/stores/visTypes.js:399 -#: superset/assets/javascripts/explore/stores/visTypes.js:438 -#: superset/assets/javascripts/explore/stores/visTypes.js:471 -#: superset/assets/javascripts/explore/stores/visTypes.js:515 -#: superset/assets/javascripts/explore/stores/visTypes.js:554 -#: superset/assets/javascripts/explore/stores/visTypes.js:594 -#: superset/assets/javascripts/explore/stores/visTypes.js:632 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -#: superset/assets/javascripts/explore/stores/visTypes.js:804 -#: superset/assets/javascripts/explore/stores/visTypes.js:851 -#: superset/assets/javascripts/explore/stores/visTypes.js:873 -#: superset/assets/javascripts/explore/stores/visTypes.js:901 -#: superset/assets/javascripts/explore/stores/visTypes.js:921 -#: superset/assets/javascripts/explore/stores/visTypes.js:942 -#: superset/assets/javascripts/explore/stores/visTypes.js:994 -#: superset/assets/javascripts/explore/stores/visTypes.js:1016 -#: superset/assets/javascripts/explore/stores/visTypes.js:1041 -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -#: superset/assets/javascripts/explore/stores/visTypes.js:1098 -#: superset/assets/javascripts/explore/stores/visTypes.js:1136 -#: superset/assets/javascripts/explore/stores/visTypes.js:1163 -#: superset/assets/javascripts/explore/stores/visTypes.js:1190 -#: superset/assets/javascripts/explore/stores/visTypes.js:1228 -#: superset/assets/javascripts/explore/stores/visTypes.js:1262 -#: superset/assets/javascripts/explore/stores/visTypes.js:1299 -#: superset/assets/javascripts/explore/stores/visTypes.js:1339 -#: superset/assets/javascripts/explore/stores/visTypes.js:1361 -#: superset/assets/javascripts/explore/stores/visTypes.js:1421 -msgid "Query" -msgstr "Запрос" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:77 -#: superset/assets/javascripts/explore/stores/visTypes.js:388 -#: superset/assets/javascripts/explore/stores/visTypes.js:426 -msgid "Height" -msgstr "Высота" - -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:91 -msgid "Width" -msgstr "Ширина" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:37 -msgid "Export to .json" -msgstr "Экспортировать в JSON формат" - -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:47 -msgid "Export to .csv format" -msgstr "Экспортировать в CSV формат" - -#: superset/assets/javascripts/explore/components/ExploreChartHeader.jsx:64 -#, python-format -msgid "%s - untitled" -msgstr "%s - без названия" - -#: superset/assets/javascripts/explore/components/ExploreChartHeader.jsx:100 -msgid "Edit slice properties" -msgstr "Редактировать свойства графика" - -#: superset/assets/javascripts/explore/components/RowCountLabel.jsx:25 -msgid "Limit reached" -msgstr "Достигнут предел" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:73 -msgid "Please enter a slice name" -msgstr "Введите название диаграммы" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:88 -msgid "Please select a dashboard" -msgstr "Выберите отчёт" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:96 -msgid "Please enter a dashboard name" -msgstr "Введите имя отчёта" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:132 -msgid "Save A Slice" -msgstr "Сохранить диаграмму" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:153 -#, python-format -msgid "Overwrite slice %s" -msgstr "Перезаписать диаграмму %s" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:166 -msgid "[slice name]" -msgstr "[название диаграммы]" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:179 -msgid "Do not add to a dashboard" -msgstr "Не добавлять в отчёт" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:187 -msgid "Add slice to existing dashboard" -msgstr "Добавить график в существующий отчёт" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:203 -msgid "Add to new dashboard" -msgstr "Добавить в новый отчёт" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:229 -msgid "Save & go to dashboard" -msgstr "Сохранить и перейти к отчёту" - -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:33 -#, python-format -msgid "Check out this slice: %s" -msgstr "Проверка диаграммы: %s" - -#: superset/assets/javascripts/explore/components/controls/AnnotationLayerControl.jsx:147 -msgid "Add Annotation Layer" -msgstr "Добавить слой аннотации" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:50 -msgid "`Min` value should be numeric or empty" -msgstr "Значение «Минимум» должно быть числовым или пустым" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:53 -msgid "`Max` value should be numeric or empty" -msgstr "Значение « Максимум» должно быть числовым или пустым" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:70 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:84 -msgid "Min" -msgstr "Минимум" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:78 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:85 -msgid "Max" -msgstr "Максимум" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:79 -msgid "Something went wrong while fetching the datasource list" -msgstr "Что-то пошло не так при получении списка источников данных" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:110 -msgid "Select a datasource" -msgstr "Выбор источника данных" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:120 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "Поиск / Фильтр" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:180 -msgid "Click to point to another datasource" -msgstr "Нажмите, чтобы указать на другой источник данных" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:191 -msgid "Edit the datasource's configuration" -msgstr "Изменение настроек таблицы" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:203 -msgid "Show datasource configuration" -msgstr "Показать конфигурацию источника данных" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "Значение фильтра" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "Выбрать показатель" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "Выбрать столбец" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "Выбрать оператор" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:145 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "Добавить фильтр" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "Возникла ошибка при получение данных" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:109 -#, python-format -msgid "%s option(s)" -msgstr "%s параметр(ы)" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:62 -msgid "Invalid lat/long configuration." -msgstr "Неверная конфигурация широты и долготы." - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:128 -msgid "Longitude & Latitude columns" -msgstr "Долгота и Широта" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:144 -msgid "Delimited long & lat single column" -msgstr "Широта и Долгота в одном столбце с разделителем" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:145 -msgid "" -"Multiple formats accepted, look the geopy.points Python library for more details" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 +msgid "Export CSV" msgstr "" -"Для уточнения форматов и получения более подробной информации, посмотрите " -"Python-библиотеку geopy.points" - -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:157 -msgid "Reverse lat/long " -msgstr "Поменять местами широту и долготу" -#: superset/assets/javascripts/explore/components/controls/SpatialControl.jsx:163 -msgid "Geohash" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 +msgid "Explore chart" msgstr "" -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:70 -msgid "textarea" -msgstr "текстовая область" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:98 -msgid "Edit" -msgstr "Редактировать" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:98 -msgid "in modal" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 +msgid "Remove chart from dashboard" msgstr "" -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "Выберите тип визуализации" - -#: superset/assets/javascripts/explore/stores/controls.jsx:41 +#: superset/assets/src/explore/controls.jsx:86 msgid "A reference to the [Time] configuration, taking granularity into account" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:55 +#: superset/assets/src/explore/controls.jsx:100 msgid "Group by" -msgstr "Группировка" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:58 +#: superset/assets/src/explore/controls.jsx:103 msgid "One or many controls to group by" -msgstr "Выберите один или несколько срезов в поле группировки данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:79 +#: superset/assets/src/explore/controls.jsx:124 msgid "" "For more information about objects are in context in the scope of this " "function, refer to the" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:81 +#: superset/assets/src/explore/controls.jsx:126 msgid " source code of Superset's sandboxed parser" -msgstr " source code of sandboxed parser" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:102 +#: superset/assets/src/explore/controls.jsx:148 msgid "This functionality is disabled in your environment for security reasons." -msgstr "Из соображений безопасности эта функция отключена в вашей среде." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:121 -#: superset/views/core.py:456 +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 msgid "Visualization Type" -msgstr "Тип диаграммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:123 +#: superset/assets/src/explore/controls.jsx:169 msgid "The type of visualization to display" -msgstr "Выберите необходимый тип диаграммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:129 +#: superset/assets/src/explore/controls.jsx:175 msgid "Metrics" -msgstr "Показатели" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:138 -#: superset/assets/javascripts/explore/stores/controls.jsx:170 +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 msgid "One or many metrics to display" -msgstr "Выберите один или несколько показателей для отображения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:144 +#: superset/assets/src/explore/controls.jsx:195 msgid "Percentage Metrics" -msgstr "Процентные показатели" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:151 +#: superset/assets/src/explore/controls.jsx:202 msgid "Metrics for which percentage of total are to be displayed" -msgstr "Показатели, для которых будет отображаться процент от общего количества" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:207 msgid "Y Axis Bounds" -msgstr "Границы Оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:159 +#: superset/assets/src/explore/controls.jsx:210 msgid "" -"Bounds for the Y axis. When left empty, the bounds are dynamically defined " -"based on the min/max of the data. Note that this feature will only expand the " -"axis range. It won't narrow the data's extent." +"Bounds for the Y axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." msgstr "" -"Установить жесткие границы для оси Y. Когда границы не заданы, производится их " -"автоматическая подстройка на основе минимальных и максимальных значениях " -"исходных данных." -#: superset/assets/javascripts/explore/stores/controls.jsx:168 +#: superset/assets/src/explore/controls.jsx:219 msgid "Ordering" -msgstr "Упорядоченность" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:176 +#: superset/assets/src/explore/controls.jsx:227 msgid "Fixed Color" -msgstr "Цвет" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:177 +#: superset/assets/src/explore/controls.jsx:228 msgid "Use this to define a static color for all circles" -msgstr "Используйте это цвет для заливки всех кругов одним цветом" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:184 +#: superset/assets/src/explore/controls.jsx:250 msgid "Fill Color" -msgstr "Цвет заливки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:185 -#: superset/assets/javascripts/explore/stores/controls.jsx:193 +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 msgid "" -" Set the opacity to 0 if you do not want to override the color specified in the " -"GeoJSON" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"Установите непрозрачность на 0, если вы не хотите переопределять цвет, " -"указанный в GeoJSON" -#: superset/assets/javascripts/explore/stores/controls.jsx:192 +#: superset/assets/src/explore/controls.jsx:258 msgid "Stroke Color" -msgstr "Цвет обводки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:201 -#: superset/assets/javascripts/explore/stores/visTypes.js:1250 -#: superset/connectors/druid/views.py:126 superset/connectors/sqla/views.py:128 +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 msgid "Metric" -msgstr "Показатель" - -#: superset/assets/javascripts/explore/stores/controls.jsx:203 -msgid "Choose the metric" -msgstr "Выберите показатель" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" -msgstr "Показатель для правой оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:220 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" -msgstr "Выберите показатель для правой оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:231 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" -msgstr "Стиль области" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:243 +#: superset/assets/src/explore/controls.jsx:309 msgid "Sort X Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:317 msgid "Sort Y Axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:259 +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" -msgstr "Цветовая Схема" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:278 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:285 +#: superset/assets/src/explore/controls.jsx:357 msgid "" -"Color will be rendered based on a ratio of the cell against the sum of across " -"this criteria" -msgstr "Цвет будет рассчитываться на основе отношения ячейки к сумме" +"Color will be rendered based on a ratio of the cell against the sum of " +"across this criteria" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:292 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" -msgstr "Расчет цвета" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." -msgstr "Определяет, как рассчитывается цвет." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" -msgstr "Рендеринг" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:311 +#: superset/assets/src/explore/controls.jsx:383 msgid "" -"image-rendering CSS attribute of the canvas object that defines how the browser " -"scales up the image" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:317 +#: superset/assets/src/explore/controls.jsx:389 msgid "XScale Interval" -msgstr "Интевал XScale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" -msgstr "Количество шагов между делениями горизонтальной оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:326 +#: superset/assets/src/explore/controls.jsx:400 msgid "YScale Interval" -msgstr "Интервал YScale" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" -msgstr "Количество шагов между делениями на вертикальной оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" -msgstr "Включая дату" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:336 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" -msgstr "Установить временной период, как указано в разделе «Время»" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:342 +#: superset/assets/src/explore/controls.jsx:418 msgid "Auto Zoom" -msgstr "Авто Масштаб" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:421 msgid "When checked, the map will zoom to your data after each query" msgstr "" -"Если этот флажок установлен, карта будет масштабироваться после каждого запроса" -#: superset/assets/javascripts/explore/stores/controls.jsx:350 +#: superset/assets/src/explore/controls.jsx:426 msgid "Show percentage" -msgstr "Показать процент" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:352 +#: superset/assets/src/explore/controls.jsx:428 msgid "Whether to include the percentage in the tooltip" -msgstr "Включить значение процента в всплывающую подсказку" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:358 +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" -msgstr "С накоплением" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:366 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" -msgstr "Показать итоги" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:369 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" -msgstr "Показать итоги строк / столбцов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" -msgstr "Показать маркеры" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:377 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" -msgstr "Показывать на линиях точки данных в виде небольших окружностей" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:382 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" -msgstr "Подписи" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:385 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" -msgstr "Добавить на график значение данных в виде подписи" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:390 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" -msgstr "Сортировка гистограммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:392 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." -msgstr "Сортировать гистограмму по названию столбцов." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" -msgstr "Сгруппировать показатели" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:399 +#: superset/assets/src/explore/controls.jsx:476 msgid "" -"Display metrics side by side within each column, as opposed to each column " -"being displayed side by side for each metric." +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." msgstr "" -"Сгруппировать и отобразить показатели в рамках значения одного колоночного " -"среза. Легче один раз попробовать, чем обьяснить )" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" -msgstr "Доп.Элементы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:408 +#: superset/assets/src/explore/controls.jsx:485 msgid "" -"Whether to show extra controls or not. Extra controls include things like " -"making mulitBar charts stacked or side by side." +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." msgstr "" -"Показывать дополнительные элементы управления, которые позволяют переключаться " -"между разными видами графика - гистограмма с накоплением или с группировкой." -#: superset/assets/javascripts/explore/stores/controls.jsx:415 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" -msgstr "Сжать шкалу X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:418 +#: superset/assets/src/explore/controls.jsx:495 msgid "" -"Reduces the number of X axis ticks to be rendered. If true, the x axis wont " -"overflow and labels may be missing. If false, a minimum width will be applied " -"to columns and the width may overflow into an horizontal scroll." +"Reduces the number of X axis ticks to be rendered. If true, the x axis " +"wont overflow and labels may be missing. If false, a minimum width will " +"be applied to columns and the width may overflow into an horizontal " +"scroll." msgstr "" -"Если опция включена, то график будет сжат по горизонтали, таким образом, чтобы " -"уместиться целиком на одном виджете, при этом промежуточные подписи на оси X " -"могут пропасть. При выключенной опции, графики с большим количеством данных " -"отображаются с горизонтальной полосой прокрутки." -#: superset/assets/javascripts/explore/stores/controls.jsx:427 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" -msgstr "Включить название" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:430 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" -msgstr "Включить название показателя в подписи оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:435 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" -msgstr "Цвет показателя" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:437 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" -msgstr "Показатель, используемый для расчета цвета" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:444 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" -msgstr "Страна" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" -msgstr "Выберите страну, которую хотите визуализировать" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" -msgstr "Стандарт кода страны" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:475 +#: superset/assets/src/explore/controls.jsx:553 msgid "" -"The country code standard that Superset should expect to find in the [country] " -"column" -msgstr "Выберите стандарт с помощью которого, кодируются страны в поле [Страна]" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:481 +#: superset/assets/src/explore/controls.jsx:559 msgid "Frequency" -msgstr "Частота" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:493 +#: superset/assets/src/explore/controls.jsx:571 msgid "" "The periodicity over which to pivot time. Users can provide\n" " \"Pandas\" offset alias.\n" " Click on the info bubble for more details on accepted \"freq\" " "expressions." -msgstr "Периодичность для оси времени." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:506 +#: superset/assets/src/explore/controls.jsx:584 msgid "Dimension" -msgstr "Измерение" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:585 msgid "Select a dimension" -msgstr "Выбор измерения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:513 -#: superset/assets/javascripts/explore/stores/controls.jsx:520 +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" -msgstr "Столбцы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:514 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" msgstr "" -"Выберите один или несколько срезов для отображения показателей в столбцах " -"сводной таблицы" -#: superset/assets/javascripts/explore/stores/controls.jsx:522 -#: superset/assets/javascripts/explore/stores/controls.jsx:622 -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" -msgstr "Столбцы для отображения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:530 +#: superset/assets/src/explore/controls.jsx:611 msgid "Longitude & Latitude" -msgstr "Долгота и Широта" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:532 -#: superset/assets/javascripts/explore/stores/controls.jsx:542 -#: superset/assets/javascripts/explore/stores/controls.jsx:552 +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 msgid "Point to your spatial columns" -msgstr "Выберите столбцы, содержащие геоданные" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:540 +#: superset/assets/src/explore/controls.jsx:621 msgid "Start Longitude & Latitude" -msgstr "Долгота и Широта [Начало]" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:550 +#: superset/assets/src/explore/controls.jsx:631 msgid "End Longitude & Latitude" -msgstr "Долгота и Широта [Конец]" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:560 -#: superset/assets/javascripts/explore/stores/visTypes.js:1463 +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 msgid "Longitude" -msgstr "Долгота" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:563 +#: superset/assets/src/explore/controls.jsx:644 msgid "Select the longitude column" -msgstr "Выберите столбец долготы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:571 -#: superset/assets/javascripts/explore/stores/visTypes.js:1467 +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 msgid "Latitude" -msgstr "Широта" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:574 +#: superset/assets/src/explore/controls.jsx:655 msgid "Select the latitude column" -msgstr "Выберите столбец широты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:582 +#: superset/assets/src/explore/controls.jsx:663 msgid "GeoJson Column" -msgstr "Столбец GeoJson" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:584 +#: superset/assets/src/explore/controls.jsx:665 msgid "Select the geojson column" -msgstr "Выберите столбец geojson" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:673 msgid "Polygon Column" -msgstr "Столбец полигонов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:594 +#: superset/assets/src/explore/controls.jsx:675 msgid "" -"Select the polygon column. Each row should contain JSON.array(N) of [longitude, " -"latitude] points" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" msgstr "" -"Выберите столбец с массивом полигонов. Каждая строка должна содержать JSON." -"array(N) [долгота, широта]." -#: superset/assets/javascripts/explore/stores/controls.jsx:603 +#: superset/assets/src/explore/controls.jsx:684 msgid "Point Radius Scale" -msgstr "Точечный радиус" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:612 +#: superset/assets/src/explore/controls.jsx:693 msgid "Stroke Width" -msgstr "Ширина обводки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:641 +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" -msgstr "Источник" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:647 +#: superset/assets/src/explore/controls.jsx:728 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in `now`, " -"`sunday` or `1970-01-01`" +"Defines the origin where time buckets start, accepts natural dates as in " +"`now`, `sunday` or `1970-01-01`" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" -msgstr "Нижняя граница" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:658 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" msgstr "" -"Высота нижней области графика в пикселах, позволяющая регулировать место под " -"подписи данных горизонтальной оси X" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" -msgstr "Левая область" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:668 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" msgstr "" -"Ширина левой области графика в пикселах, позволяющая регулировать место под " -"подписи данных вертикальной оси Y" -#: superset/assets/javascripts/explore/stores/controls.jsx:674 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" -msgstr "Временной интервал" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:691 +#: superset/assets/src/explore/controls.jsx:785 msgid "" -"The time granularity for the visualization. Note that you can type and use " -"simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" msgstr "" -"Интервал времени, в границах которого строится график. Обратите внимание, что " -"для определения диапазона времени, вы можете использовать естественный язык. " -"Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»" -#: superset/assets/javascripts/explore/stores/controls.jsx:698 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" -msgstr "Домен" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:701 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" -msgstr "Единица времени, используемая для группировки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" -msgstr "Субдомен" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:709 +#: superset/assets/src/explore/controls.jsx:803 msgid "" -"The time unit for each block. Should be a smaller unit than domain_granularity. " -"Should be larger or equal to Time Grain" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" msgstr "" -"Единица времени для каждого блока. Должнa быть меньше временной шкалы домена." -#: superset/assets/javascripts/explore/stores/controls.jsx:716 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" -msgstr "Длина связи" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:719 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" -msgstr "Устанавливает указанное расстояние между связанными узлами" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" -msgstr "Сила заряда узла" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:739 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" msgstr "" -"Отрицательное значение силы заряда приводит к отталкиванию узлов, а " -"положительное значение приводит к притяжению узлов. Установка силы заряда " -"равной 0 отключает вычисление дерева квадрантов, что может заметно улучшить " -"производительность, если вам такая функциональность не требуется." -#: superset/assets/javascripts/explore/stores/controls.jsx:745 +#: superset/assets/src/explore/controls.jsx:839 msgid "" -"The time column for the visualization. Note that you can define arbitrary " -"expression that return a DATETIME column in the table. Also note that the " -"filter below is applied against this column or expression" -msgstr "Столбец данных с датой или временем." +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:771 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" -msgstr "Период времени" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:773 +#: superset/assets/src/explore/controls.jsx:867 msgid "" -"The time granularity for the visualization. This applies a date transformation " -"to alter your time column and defines a new time granularity. The options here " -"are defined on a per database engine basis in the Superset source code." -msgstr "Группировка по периоду времени - день, месяц, год, … и т.д" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:786 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" -msgstr "Resample Rule" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" msgstr "" -"Одна из функций (Resample) библиотеки Pandas, которая определяет период, к " -"которому применяется функция агрегации." -#: superset/assets/javascripts/explore/stores/controls.jsx:795 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" -msgstr "Resample How" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:798 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" msgstr "" -"Одна из функций (Resample) библиотеки Pandas, которая определяет способ " -"агрегации данных." -#: superset/assets/javascripts/explore/stores/controls.jsx:804 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" -msgstr "Resample Fill" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:807 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" msgstr "" -"Одна из функций (Resample) библиотеки Pandas, которая определяет метод " -"обработки данных. " -#: superset/assets/javascripts/explore/stores/controls.jsx:813 -#: superset/assets/visualizations/filter_box.jsx:114 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "Начиная с" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:814 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" -msgstr "7 дней назад" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:820 -#: superset/assets/visualizations/filter_box.jsx:123 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "До" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:827 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" -msgstr "Макс. размер пузырька" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:835 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" -msgstr "Варианты биржевого графика" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:837 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." -msgstr "Определяет вид и параметры отображения свечного графика (японские свечи)." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:848 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" -msgstr "Соотношение" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:851 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." -msgstr "Соотношение сторон для составных прямоугольников графика." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:857 -#: superset/assets/javascripts/explore/stores/visTypes.js:1032 -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -#: superset/assets/javascripts/explore/stores/visTypes.js:1207 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" -msgstr "Формат числа" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:867 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" -msgstr "Лимит рядов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:876 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" -msgstr "Лимит кол-ва рядов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:879 +#: superset/assets/src/explore/controls.jsx:974 msgid "" -"Limits the number of time series that get displayed. A sub query (or an extra " -"phase where sub queries are not supported) is applied to limit the number of " -"time series that get fetched and displayed. This feature is useful when " -"grouping by high cardinality dimension(s)." -msgstr "Ограничивает количество отображаемых временных рядов." +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:888 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" -msgstr "Сортировка" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:890 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" msgstr "" -"Показатель, используемый для определения какие временные ряды будут " -"отображаться при ограничении количества выводимых рядов" -#: superset/assets/javascripts/explore/stores/controls.jsx:898 +#: superset/assets/src/explore/controls.jsx:993 msgid "Sort Descending" -msgstr "Сортировать" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:900 +#: superset/assets/src/explore/controls.jsx:995 msgid "Whether to sort descending or ascending" -msgstr "Сортировка по убыванию или по возрастанию" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:905 +#: superset/assets/src/explore/controls.jsx:1000 msgid "Rolling" -msgstr "Rolling" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:908 +#: superset/assets/src/explore/controls.jsx:1003 msgid "" -"Defines a rolling window function to apply, works along with the [Periods] text " -"box" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" msgstr "" -"Одна из функций (Rolling) библиотеки Pandas, которая определяет способ " -"агрегации данных." -#: superset/assets/javascripts/explore/stores/controls.jsx:914 +#: superset/assets/src/explore/controls.jsx:1009 msgid "Multiplier" -msgstr "Множитель" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:918 +#: superset/assets/src/explore/controls.jsx:1013 msgid "Factor to multiply the metric by" -msgstr "Коэффициент умножения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:923 +#: superset/assets/src/explore/controls.jsx:1018 msgid "Periods" -msgstr "Период" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" "Defines the size of the rolling window function, relative to the time " "granularity selected" msgstr "" -"Одна из функций (Rolling) библиотеки Pandas, которая определяет период, к " -"которому применяется функция агрегации." -#: superset/assets/javascripts/explore/stores/controls.jsx:931 +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1066 msgid "Grid Size" -msgstr "Размер сетки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1070 msgid "Defines the grid size in pixels" -msgstr "Определяет размер сетки в пикселях" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1075 msgid "Min Periods" -msgstr "HIde Periods" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:942 +#: superset/assets/src/explore/controls.jsx:1077 msgid "" -"The minimum number of rolling periods required to show a value. For instance if " -"you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so " -"that all data points shown are the total of 7 periods. This will hide the " -"\"ramp up\" taking place over the first 7 periods" -msgstr "" -"Скрыть необходимое количество периодов. Например, если вы делаете накопительную " -"сумму показателя за 7 дней, но хотите скрыть нарастающий итог за первые 6 дней, " -"то указав в данном столбце «6», вы скроете нарастание, происходящее в течение " -"первых 6 периодов." - -#: superset/assets/javascripts/explore/stores/controls.jsx:951 -#: superset/assets/javascripts/explore/stores/visTypes.js:124 +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 msgid "Series" -msgstr "Ряд данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:953 +#: superset/assets/src/explore/controls.jsx:1088 msgid "" -"Defines the grouping of entities. Each series is shown as a specific color on " -"the chart and has a legend toggle" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" msgstr "" -"Группировка в ряды данных. Каждый ряд отображается в виде определенного цвета и " -"имеет легенду." -#: superset/assets/javascripts/explore/stores/controls.jsx:963 +#: superset/assets/src/explore/controls.jsx:1098 msgid "Entity" -msgstr "Элемент" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:966 +#: superset/assets/src/explore/controls.jsx:1101 msgid "This defines the element to be plotted on the chart" -msgstr "Элемент, который будет отражен на графике" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:974 -#: superset/assets/javascripts/explore/stores/visTypes.js:173 -#: superset/assets/javascripts/explore/stores/visTypes.js:219 -#: superset/assets/javascripts/explore/stores/visTypes.js:963 +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 msgid "X Axis" -msgstr "Ось X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:975 +#: superset/assets/src/explore/controls.jsx:1110 msgid "Metric assigned to the [X] axis" -msgstr "Показатель, отраженный на оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:988 -#: superset/assets/javascripts/explore/stores/visTypes.js:180 -#: superset/assets/javascripts/explore/stores/visTypes.js:226 -#: superset/assets/javascripts/explore/stores/visTypes.js:971 +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 msgid "Y Axis" -msgstr "Ось Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1126 msgid "Metric assigned to the [Y] axis" -msgstr "Показатель, отраженный на оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1002 +#: superset/assets/src/explore/controls.jsx:1137 msgid "Bubble Size" -msgstr "Размер пузырька" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1015 +#: superset/assets/src/explore/controls.jsx:1150 msgid "URL" -msgstr "Ссылка (URL)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1016 +#: superset/assets/src/explore/controls.jsx:1151 msgid "" -"The URL, this control is templated, so you can integrate {{ width }} and/or " -"{{ height }} in your URL string." +"The URL, this control is templated, so you can integrate {{ width }} " +"and/or {{ height }} in your URL string." msgstr "" -"URL-адрес, в который вы можете интегрировать переменные {{ width }} или " -"{{ height }}." -#: superset/assets/javascripts/explore/stores/controls.jsx:1023 +#: superset/assets/src/explore/controls.jsx:1158 msgid "X Axis Label" -msgstr "Подпись Оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1030 +#: superset/assets/src/explore/controls.jsx:1165 msgid "Y Axis Label" -msgstr "Подпись Оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1037 +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" -msgstr "Пользовательское условие WHERE" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1043 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" -"The text in this box gets included in your query's WHERE clause, as an AND to " -"other criteria. You can include complex expression, parenthesis and anything " -"else supported by the backend it is directed towards." +"The text in this box gets included in your query's WHERE clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"Текст в этом поле включается в секцию WHERE SQL-запроса. Вы можете включить " -"сколь угодно сложное выражение. Главное чтобы оно поддерживалось вашей БД." -#: superset/assets/javascripts/explore/stores/controls.jsx:1051 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" -msgstr "Пользовательское условие HAVING" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" -"The text in this box gets included in your query's HAVING clause, as an AND to " -"other criteria. You can include complex expression, parenthesis and anything " -"else supported by the backend it is directed towards." +"The text in this box gets included in your query's HAVING clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"Текст в этом поле включается в секцию HAVING SQL-запроса. Вы можете включить " -"сколь угодно сложное выражение. Главное чтобы оно поддерживалось вашей БД." -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" -msgstr "Временной лаг" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1067 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" msgstr "" -"Сдвиг временного периода, с которым производится сравнение показателя. Единица " -"периода, устанавливается в разделе [Время]." -#: superset/assets/javascripts/explore/stores/controls.jsx:1072 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" -msgstr "Постфикс" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" -msgstr "Текст для отображения после процента сравнения. Например - «год к году»" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1079 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" -msgstr "Формат Даты / Времени" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1084 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" -msgstr "Формат Даты / Времени" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" -msgstr "Высота ряда данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1093 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" -msgstr "Высота в пикселях каждого ряда данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1099 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" -msgstr "Длина страницы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1102 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" msgstr "" -"Количество строк на странице. Значение 0 означает отсутствие разбиения на " -"страницы." -#: superset/assets/javascripts/explore/stores/controls.jsx:1108 -#: superset/assets/javascripts/explore/stores/controls.jsx:1118 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" -msgstr "Формат Оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1128 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" -msgstr "Формат Оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" -msgstr "Формат Правой Оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1147 +#: superset/assets/src/explore/controls.jsx:1295 msgid "Date Time Format" -msgstr "Формат даты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1156 +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" -msgstr "Тип Разметки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" -msgstr "Выберите свой любимый язык разметки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1166 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" -msgstr "Вращение" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1169 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" -msgstr "Тип поворота для применения к словам в облаке" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" -msgstr "Тип Линии" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1179 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" msgstr "" -"Методы интерполяции и сглаживания графиков. Linear -идентичен стандартному " -"графику, где точки соединены линиями. Basis - образует b-сплайн с дублированием " -"контрольных точек на концах отрезков. Cardinal-open - образует открытый " -"cardinal-сплайн. Monotone: кубическая интерполяция. Step-before: пошаговая " -"интерполяция между вертикальными и горизонтальными сегментами. Step-after: " -"пошаговая интерполяция между горизонтальными и вертикальными сегментами." -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" -msgstr "Тип Подписи" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1193 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" -msgstr "Что должно быть указано в подписи?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1198 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 -#: superset/assets/javascripts/explore/stores/visTypes.js:829 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" -msgstr "Редактор" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1199 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" -msgstr "Введите произвольный текст в формате html или markdown" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1208 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" -msgstr "Функция агрегации" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1220 +#: superset/assets/src/explore/controls.jsx:1369 msgid "" -"Aggregate function to apply when pivoting and computing the total rows and " -"columns" -msgstr "Агрегатная функция, применяемая при вычислении итоговых строк и столбцов" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1227 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" -msgstr "Мин. Размер Шрифта" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1229 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" -msgstr "Размер шрифта для наименьшего значения в списке" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1235 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" -msgstr "Макс. Размер Шрифта" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1237 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" -msgstr "Размер шрифта для наибольшего значения в списке" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" -msgstr "Мгновенная Фильтрация" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1253 +#: superset/assets/src/explore/controls.jsx:1402 msgid "Extruded" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1261 -msgid "Range Filter" -msgstr "Диапазон" +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1264 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" msgstr "" -"Отображение интерактивного слайдера для выбора на графике определенного " -"временного диапазона." -#: superset/assets/javascripts/explore/stores/controls.jsx:1269 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" -msgstr "Временной фильтр" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1271 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" -msgstr "Включить фильтр на определенный интервал/диапазон времени" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1276 +#: superset/assets/src/explore/controls.jsx:1431 msgid "Show SQL Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1278 +#: superset/assets/src/explore/controls.jsx:1433 msgid "Check to include SQL Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1283 +#: superset/assets/src/explore/controls.jsx:1438 msgid "Show SQL Time Column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1285 +#: superset/assets/src/explore/controls.jsx:1440 msgid "Check to include Time Column dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1290 +#: superset/assets/src/explore/controls.jsx:1445 msgid "Show Druid Granularity Dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1292 +#: superset/assets/src/explore/controls.jsx:1447 msgid "Check to include Druid Granularity dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1297 +#: superset/assets/src/explore/controls.jsx:1452 msgid "Show Druid Time Origin" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1299 +#: superset/assets/src/explore/controls.jsx:1454 msgid "Check to include Time Origin dropdown" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1304 +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" -msgstr "Таблица Данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1306 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" -msgstr "Отображение интерактивной таблицы данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1311 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" -msgstr "Поиск" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1314 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" -msgstr "Включить текстовое поле для фильтрации данных в таблице" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" -msgstr "Глобальный фильтр" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1321 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" -msgstr "Применять глобальный фильтр при выборе показателя в таблице" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" -msgstr "Отображать окружность" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1329 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" -msgstr "Отображать окружность отдельным слоем поверх стран" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1334 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" -msgstr "Легенда" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1337 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" -msgstr "Отображение легенды" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1342 +#: superset/assets/src/explore/controls.jsx:1514 msgid "Show Values" -msgstr "Показать значения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1345 +#: superset/assets/src/explore/controls.jsx:1517 msgid "Whether to display the numerical values within the cells" -msgstr "Отображать ли числовые значения в ячейках" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1350 +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" -msgstr "Границы X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" -msgstr "Отображать минимальные и максимальные значения оси X" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1358 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" -msgstr "Границы Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1361 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" -msgstr "Отображать минимальные и максимальные значения оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1366 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" -msgstr "Расширенная подсказка" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1369 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -"Во всплывающей подсказке отображается список всех рядов данных на выбранный " -"момент времени" -#: superset/assets/javascripts/explore/stores/controls.jsx:1375 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" -msgstr "Log шкала Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1378 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" -msgstr "Использовать логарифмическую шкалу для оси Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1383 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" -msgstr "Log шкала Х" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1386 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" -msgstr "Использовать логарифмическую шкалу для оси Х" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1391 +#: superset/assets/src/explore/controls.jsx:1571 msgid "Log Scale" -msgstr "Лог. Масштаб" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1394 +#: superset/assets/src/explore/controls.jsx:1574 msgid "Use a log scale" -msgstr "Использовать логарифмическую шкалу" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1399 +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" -msgstr "Кольцевая диаграмма" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1402 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" -msgstr "Преобразовать в кольцевую диаграмму" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1407 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" -msgstr "Подписи снаружи" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1410 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" -msgstr "Показать подписи снаружи графика" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1415 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" -msgstr "Доля" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1417 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -"Вычислить вклад в общую сумму (долю). Установите формат показателя в проценты." -#: superset/assets/javascripts/explore/stores/controls.jsx:1422 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" -msgstr "Период для сравнения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1425 +#: superset/assets/src/explore/controls.jsx:1605 msgid "" "[integer] Number of period to compare against, this is relative to the " "granularity selected" msgstr "" -"Сдвиг временного периода, с которым производится сравнение показателя. Единица " -"периода, устанавливается в разделе [Время]." -#: superset/assets/javascripts/explore/stores/controls.jsx:1431 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" -msgstr "Тип сравнения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1434 +#: superset/assets/src/explore/controls.jsx:1614 msgid "" -"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is " -"(new-previous)" +"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " +"is (new-previous)" msgstr "" -"«factor» означает (текущий / предыдущий)%, «growth» - (текущий / предыдущий - " -"1)% , «value» - (текущий-предыдущий)" -#: superset/assets/javascripts/explore/stores/controls.jsx:1440 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" -msgstr "Временной сдвиг" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1442 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" -"Overlay a timeseries from a relative time period. Expects relative time delta " -"in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)" +"Overlay a timeseries from a relative time period. Expects relative time " +"delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " +"days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1450 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" -msgstr "Постфикс" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1451 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" -msgstr "Tекст, который отображается ниже вашего числа" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1457 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" -msgstr "Подпись" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1459 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" -"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated " -"with the aggregator. Non-numerical columns will be used to label points. Leave " -"empty to get a count of points in each cluster." +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." msgstr "" -"«count» это тоже самое, что и COUNT(*) если используются группы. Числовые " -"столбцы будут агрегированы. Не числовые столбцы будут использоваться для " -"подписи точек. Оставьте пустым, чтобы получить количество элементов в каждом " -"кластере." -#: superset/assets/javascripts/explore/stores/controls.jsx:1470 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" -msgstr "Стиль Карты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1482 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" -msgstr "Выбрать стиль карты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1488 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" -msgstr "Радиус Кластеризации" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1501 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn " -"off clustering, but beware that a large number of points (>1000) will cause lag." +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." msgstr "" -"Радиус (в пикселях), используемый алгоритмом для группировки отдельных точек в " -"кластера. Выберите 0, чтобы отключить кластеризацию, но помните, что большое " -"количество точек (>1000) вызовет существенную задержку при рендеринге карты." -#: superset/assets/javascripts/explore/stores/controls.jsx:1508 -#: superset/assets/javascripts/explore/stores/visTypes.js:648 +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 msgid "Point Size" -msgstr "Размер точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1510 +#: superset/assets/src/explore/controls.jsx:1690 msgid "Fixed point radius" -msgstr "Радиус Точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1518 +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" -msgstr "Радиус Точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1520 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" -"The radius of individual points (ones that are not in a cluster). Either a " -"numerical column or `Auto`, which scales the point based on the largest cluster" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" msgstr "" -"Радиус отдельных точек (тех, которые не находятся в кластере). Числовой столбец " -"или режим «авто», который масштабирует точку на основе наибольшего кластера." -#: superset/assets/javascripts/explore/stores/controls.jsx:1530 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" -msgstr "Единица измерения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1533 -#: superset/assets/javascripts/explore/stores/controls.jsx:1549 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" -msgstr "Единица измерения для указанной точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1538 +#: superset/assets/src/explore/controls.jsx:1718 msgid "Point Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1554 +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" -msgstr "Прозрачность" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1557 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -"Установить прозрачность для кластеров и точек. Значения прозрачности лежат в " -"диапазоне [0,1]." -#: superset/assets/javascripts/explore/stores/controls.jsx:1563 -#: superset/assets/javascripts/explore/stores/visTypes.js:1454 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 msgid "Viewport" -msgstr "Область просмотра" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1565 +#: superset/assets/src/explore/controls.jsx:1745 msgid "Parameters related to the view and perspective on the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1572 +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" -msgstr "Масштаб" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1575 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" -msgstr "Уровень масштабирования карты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1581 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" -msgstr "Широта по умолчанию" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1584 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" -msgstr "Широта, которая используется при первом отображении карты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1590 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" -msgstr "Долгота по умолчанию" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1593 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" -msgstr "Долгота, которая используется при первом отображении карты" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1599 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" -msgstr "Рендер в реальном времени" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1601 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" -msgstr "Точки и кластеры будут обновляться по мере изменения окна просмотра" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1607 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" -msgstr "Цвет" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1617 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" -msgstr "Цвет точек и кластеров в RGB" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1622 +#: superset/assets/src/explore/controls.jsx:1804 msgid "Color" -msgstr "Цвет" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1624 +#: superset/assets/src/explore/controls.jsx:1806 msgid "Pick a color" -msgstr "Выберите цвет" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1629 +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" -msgstr "Диапазон" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1631 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" -msgstr "Диапазон для выделения с затенением" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1636 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" -msgstr "Подписи диапазона" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1638 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" -msgstr "Добавить подписи диапазона" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1643 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" -msgstr "Маркеры" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1645 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" -msgstr "Список значений для маркировки треугольниками" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1650 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" -msgstr "Подписи маркеров" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1652 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" -msgstr "Добавить подписи к маркерам" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1657 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" -msgstr "Линии маркеров" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1659 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" -msgstr "Список значений для маркировки линиями" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1664 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" -msgstr "Подписи линий маркеров" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1666 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" -msgstr "Метки для линий маркеров" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1701 -msgid "Slice ID" -msgstr "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1703 -msgid "The id of the active slice" -msgstr "Идентификатор активного среза" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1708 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" -msgstr "Тайм-аут кэша (секунды)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1710 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" -msgstr "Количество секунд до истечения срока действия кэша" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1715 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" -msgstr "Упорядочить по идентификатору элемента" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1716 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" -"Important! Select this if the table is not already sorted by entity id, else " -"there is no guarantee that all events for each entity are returned." +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." msgstr "" -"Важно! Выберите этот параметр, если таблица еще не отсортирована по " -"идентификатору, иначе нет гарантии, что будут возвращены все события для " -"каждого элемента." -#: superset/assets/javascripts/explore/stores/controls.jsx:1724 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" -msgstr "Минимальное количество событий" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1727 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" -"Leaf nodes that represent fewer than this number of events will be initially " -"hidden in the visualization" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" msgstr "" -"Конечные узлы, представляющие меньшее количество событий, будут изначально " -"скрыты" -#: superset/assets/javascripts/explore/stores/controls.jsx:1733 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" -msgstr "Цветовая схема" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1737 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" -msgstr "Цветовая схема, применяемая для раскрашивания диаграммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1743 +#: superset/assets/src/explore/controls.jsx:1939 msgid "Significance Level" -msgstr "Уровень значимости" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1745 +#: superset/assets/src/explore/controls.jsx:1941 msgid "Threshold alpha level for determining significance" -msgstr "Пороговый уровень для определения значимости" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1750 +#: superset/assets/src/explore/controls.jsx:1946 msgid "p-value precision" -msgstr "точность p-значения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1752 +#: superset/assets/src/explore/controls.jsx:1948 msgid "Number of decimal places with which to display p-values" -msgstr "Количество знаков после запятой, для отображаения p-значения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1757 +#: superset/assets/src/explore/controls.jsx:1953 msgid "Lift percent precision" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1759 +#: superset/assets/src/explore/controls.jsx:1955 msgid "Number of decimal places with which to display lift values" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1764 +#: superset/assets/src/explore/controls.jsx:1960 msgid "Time Series Columns" -msgstr "Столбцы Временных Рядов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1771 +#: superset/assets/src/explore/controls.jsx:1967 msgid "Use Area Proportions" -msgstr "Площадь сегмента" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1772 +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"Check if the Rose Chart should use segment area instead of segment radius for " -"proportioning" -msgstr "Диаграмма использует площадь сегмента вместо радиуса" - -#: superset/assets/javascripts/explore/stores/controls.jsx:1782 -#: superset/assets/javascripts/explore/stores/visTypes.js:742 -#: superset/assets/javascripts/explore/stores/visTypes.js:859 -#: superset/assets/javascripts/explore/stores/visTypes.js:908 -#: superset/assets/javascripts/explore/stores/visTypes.js:1172 -#: superset/assets/javascripts/explore/stores/visTypes.js:1236 -#: superset/assets/javascripts/explore/stores/visTypes.js:1327 -#: superset/assets/javascripts/explore/stores/visTypes.js:1349 +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 msgid "Options" -msgstr "Опции" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1788 +#: superset/assets/src/explore/controls.jsx:1984 msgid "Not Time Series" -msgstr "Не временный ряд" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1790 +#: superset/assets/src/explore/controls.jsx:1986 msgid "Ignore time" -msgstr "Игнорировать время" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1793 +#: superset/assets/src/explore/controls.jsx:1989 msgid "Time Series" -msgstr "Временные ряды" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1795 +#: superset/assets/src/explore/controls.jsx:1991 msgid "Standard time series" -msgstr "Стандартные временные ряды" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1798 +#: superset/assets/src/explore/controls.jsx:1994 msgid "Aggregate Mean" -msgstr "Среднее" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1800 +#: superset/assets/src/explore/controls.jsx:1996 msgid "Mean of values over specified period" -msgstr "Среднее значений за указанный период" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1803 +#: superset/assets/src/explore/controls.jsx:1999 msgid "Aggregate Sum" -msgstr "Сумма" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1805 +#: superset/assets/src/explore/controls.jsx:2001 msgid "Sum of values over specified period" -msgstr "Сумма значений за указанный период" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1808 +#: superset/assets/src/explore/controls.jsx:2004 msgid "Difference" -msgstr "Разница" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1810 +#: superset/assets/src/explore/controls.jsx:2006 msgid "Metric change in value from `since` to `until`" -msgstr "Разница значения" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1813 +#: superset/assets/src/explore/controls.jsx:2009 msgid "Percent Change" -msgstr "Процентное изменение" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1815 +#: superset/assets/src/explore/controls.jsx:2011 msgid "Metric percent change in value from `since` to `until`" -msgstr "Процент изменения значения показателя" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1818 +#: superset/assets/src/explore/controls.jsx:2014 msgid "Factor" -msgstr "Фактор" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1820 +#: superset/assets/src/explore/controls.jsx:2016 msgid "Metric factor change from `since` to `until`" -msgstr "Изменения фактора" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1823 -#: superset/assets/javascripts/explore/stores/visTypes.js:66 +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 msgid "Advanced Analytics" -msgstr "Расширенный анализ" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1825 +#: superset/assets/src/explore/controls.jsx:2021 msgid "Use the Advanced Analytics options below" -msgstr "Используйте дополнительные параметры расчета" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1830 +#: superset/assets/src/explore/controls.jsx:2026 msgid "Settings for time series" -msgstr "Настройки временных рядов" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1835 +#: superset/assets/src/explore/controls.jsx:2031 msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1838 +#: superset/assets/src/explore/controls.jsx:2034 msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1843 +#: superset/assets/src/explore/controls.jsx:2039 msgid "Partition Limit" -msgstr "Ограничение Разделов" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2055 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1847 +#: superset/assets/src/explore/controls.jsx:2067 msgid "" -"The maximum number of subdivisions of each group; lower values are pruned first" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -"Максимальное число разбиений для каждой группы. Сначала убираются более низкие " -"значения" -#: superset/assets/javascripts/explore/stores/controls.jsx:1853 +#: superset/assets/src/explore/controls.jsx:2073 msgid "Partition Threshold" -msgstr "Порог размера" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1857 +#: superset/assets/src/explore/controls.jsx:2077 msgid "" -"Partitions whose height to parent height proportions are below this value are " -"pruned" -msgstr "Части, размеры которых ниже этого значения, обрезаются" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1863 +#: superset/assets/src/explore/controls.jsx:2083 msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1865 +#: superset/assets/src/explore/controls.jsx:2085 msgid "The database columns that contains lines information" -msgstr "Столбцы БД, содержащие информацию о строках" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1873 +#: superset/assets/src/explore/controls.jsx:2093 msgid "Lines encoding" -msgstr "Кодирование строк" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1876 +#: superset/assets/src/explore/controls.jsx:2096 msgid "The encoding format of the lines" -msgstr "Формат кодирования строк" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1885 +#: superset/assets/src/explore/controls.jsx:2105 msgid "Line width" -msgstr "Толщина линии" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1889 +#: superset/assets/src/explore/controls.jsx:2109 msgid "The width of the lines" -msgstr "Задать толщину линии" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1894 +#: superset/assets/src/explore/controls.jsx:2114 msgid "Reverse Lat & Long" -msgstr "Поменять Широту и Долготу" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1901 +#: superset/assets/src/explore/controls.jsx:2121 msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1904 +#: superset/assets/src/explore/controls.jsx:2124 msgid "Pick a set of deck.gl charts to layer on top of one another" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1906 +#: superset/assets/src/explore/controls.jsx:2126 msgid "Select charts" -msgstr "Выбрать диаграммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1907 +#: superset/assets/src/explore/controls.jsx:2127 msgid "Error while fetching charts" -msgstr "Ошибка при загрузке графики" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1917 +#: superset/assets/src/explore/controls.jsx:2137 msgid "Javascript data interceptor" -msgstr "Перехватчик данных Javascript" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1918 +#: superset/assets/src/explore/controls.jsx:2138 msgid "" "Define a javascript function that receives the data array used in the " -"visualization and is expected to return a modified version of that array. This " -"can be used to alter properties of the data, filter, or enrich the array." +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -"Определите функцию javascript, которая получает массив данных, используемый в " -"визуализации, и, как ожидается, возвратит измененную версию этого массива. Это " -"может пригодиться для изменения свойств данных, фильтра или обогащения массива." -#: superset/assets/javascripts/explore/stores/controls.jsx:1924 +#: superset/assets/src/explore/controls.jsx:2144 msgid "Javascript data mutator" -msgstr "Мутатор данных Javascript" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1925 +#: superset/assets/src/explore/controls.jsx:2145 msgid "" -"Define a function that receives intercepts the data objects and can mutate it" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -"Определите функцию, которая перехватывает объекты данных для последующей мутации" -#: superset/assets/javascripts/explore/stores/controls.jsx:1929 +#: superset/assets/src/explore/controls.jsx:2149 msgid "Javascript tooltip generator" -msgstr "Генератор подсказок Javascript" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1930 +#: superset/assets/src/explore/controls.jsx:2150 msgid "" -"Define a function that receives the input and outputs the content for a tooltip" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -"Определение функции, которая получает входные данные и выводит содержимое " -"подсказки" -#: superset/assets/javascripts/explore/stores/controls.jsx:1934 +#: superset/assets/src/explore/controls.jsx:2154 msgid "Javascript onClick href" -msgstr "JavaScript onclick атрибут" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1935 +#: superset/assets/src/explore/controls.jsx:2155 msgid "Define a function that returns a URL to navigate to when user clicks" -msgstr "Определение функции, возвращающей URL для перехода при нажатии" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1940 +#: superset/assets/src/explore/controls.jsx:2160 msgid "Extra data for JS" -msgstr "Доп. данные для JS" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1942 +#: superset/assets/src/explore/controls.jsx:2162 msgid "List of extra columns made available in Javascript functions" -msgstr "Список дополнительных столбцов, доступных в функциях Javascript" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1947 +#: superset/assets/src/explore/controls.jsx:2167 msgid "Stroked" -msgstr "Штриховать" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1949 +#: superset/assets/src/explore/controls.jsx:2169 msgid "Whether to display the stroke" -msgstr "Отображать штриховать" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1955 +#: superset/assets/src/explore/controls.jsx:2175 msgid "Filled" -msgstr "Закраска" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1957 +#: superset/assets/src/explore/controls.jsx:2177 msgid "Whether to fill the objects" -msgstr "Закрашивать объекты" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" +msgstr "" + +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 msgid "Time" -msgstr "Время" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 msgid "Time related form attributes" -msgstr "В этом разделе можно установить параметры диаграммы, связанные с временем" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 +#: superset/assets/src/explore/visTypes.js:20 msgid "Datasource & Chart Type" -msgstr "Источник данных & Тип графика" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 +#: superset/assets/src/explore/visTypes.js:49 msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -"В этом разделе представлены способы включения фрагментов кода SQL в ваш запрос." -#: superset/assets/javascripts/explore/stores/visTypes.js:48 +#: superset/assets/src/explore/visTypes.js:52 msgid "Annotations and Layers" -msgstr "Аннотация" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/visTypes.js:72 msgid "" "This section contains options that allow for advanced analytical post " "processing of query results" msgstr "" -"В этом разделе содержатся параметры, которые позволяют производить " -"аналитическую пост-обработку результатов запроса" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 +#: superset/assets/src/explore/visTypes.js:90 msgid "Result Filters" -msgstr "Фильтр результатов" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 +#: superset/assets/src/explore/visTypes.js:92 msgid "" -"The filters to apply after post-aggregation.Leave the value control empty to " -"filter empty strings or nulls" -msgstr "Фильтры, применяемые после агрегации." - -#: superset/assets/javascripts/explore/stores/visTypes.js:110 -#: superset/assets/javascripts/explore/stores/visTypes.js:146 -#: superset/assets/javascripts/explore/stores/visTypes.js:164 -#: superset/assets/javascripts/explore/stores/visTypes.js:211 -#: superset/assets/javascripts/explore/stores/visTypes.js:247 -#: superset/assets/javascripts/explore/stores/visTypes.js:289 -#: superset/assets/javascripts/explore/stores/visTypes.js:324 -#: superset/assets/javascripts/explore/stores/visTypes.js:688 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:929 -#: superset/assets/javascripts/explore/stores/visTypes.js:950 -#: superset/assets/javascripts/explore/stores/visTypes.js:1001 -#: superset/assets/javascripts/explore/stores/visTypes.js:1023 -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -#: superset/assets/javascripts/explore/stores/visTypes.js:1074 -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -#: superset/assets/javascripts/explore/stores/visTypes.js:1145 -#: superset/assets/javascripts/explore/stores/visTypes.js:1198 -#: superset/assets/javascripts/explore/stores/visTypes.js:1409 -#: superset/assets/javascripts/explore/stores/visTypes.js:1557 -#: superset/assets/javascripts/explore/stores/visTypes.js:1582 +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 msgid "Chart Options" -msgstr "Параметры диаграммы" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 +#: superset/assets/src/explore/visTypes.js:150 msgid "Breakdowns" -msgstr "Ряды данных (сегментировать)" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:128 +#: superset/assets/src/explore/visTypes.js:151 msgid "Defines how each series is broken down" -msgstr "Определяет на какие сегменты будет разбит каждый столбец данных" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:134 +#: superset/assets/src/explore/visTypes.js:157 msgid "Pie Chart" -msgstr "Круговая диаграмма" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:199 +#: superset/assets/src/explore/visTypes.js:229 msgid "Time Series - Periodicity Pivot" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:243 +#: superset/assets/src/explore/visTypes.js:275 msgid "Dual Axis Line Chart" -msgstr "Линейный график с двумя осями" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 +#: superset/assets/src/explore/visTypes.js:287 msgid "Y Axis 1" -msgstr "Первая ось Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:260 +#: superset/assets/src/explore/visTypes.js:294 msgid "Y Axis 2" -msgstr "Вторая ось Y" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:269 +#: superset/assets/src/explore/visTypes.js:304 msgid "Left Axis Metric" -msgstr "Показатель для левой оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:270 +#: superset/assets/src/explore/visTypes.js:305 msgid "Choose a metric for left axis" -msgstr "Выбрать показатель для левой оси" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:273 +#: superset/assets/src/explore/visTypes.js:308 msgid "Left Axis Format" -msgstr "Формат левой оси" - -#: superset/assets/javascripts/explore/stores/visTypes.js:299 -#: superset/assets/javascripts/explore/stores/visTypes.js:698 -msgid "Axes" -msgstr "Оси" - -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -#: superset/assets/javascripts/explore/stores/visTypes.js:369 -#: superset/assets/javascripts/explore/stores/visTypes.js:407 -#: superset/assets/javascripts/explore/stores/visTypes.js:446 -#: superset/assets/javascripts/explore/stores/visTypes.js:479 -#: superset/assets/javascripts/explore/stores/visTypes.js:522 -#: superset/assets/javascripts/explore/stores/visTypes.js:562 -#: superset/assets/javascripts/explore/stores/visTypes.js:602 -#: superset/assets/javascripts/explore/stores/visTypes.js:640 -msgid "Map" -msgstr "Карта" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:357 +#: superset/assets/src/explore/visTypes.js:420 msgid "Deck.gl - Hexagons" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:377 -#: superset/assets/javascripts/explore/stores/visTypes.js:415 -#: superset/assets/javascripts/explore/stores/visTypes.js:455 -#: superset/assets/javascripts/explore/stores/visTypes.js:492 -#: superset/assets/javascripts/explore/stores/visTypes.js:538 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:662 +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 msgid "Advanced" -msgstr "Дополнительно" +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:427 +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 msgid "Metric used to control height" -msgstr "Показатель используемый для контроля высоты" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:395 +#: superset/assets/src/explore/visTypes.js:458 msgid "Deck.gl - Grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:467 +#: superset/assets/src/explore/visTypes.js:530 msgid "Deck.gl - Screen grid" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:486 +#: superset/assets/src/explore/visTypes.js:549 msgid "Grid" -msgstr "Сетка" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:503 +#: superset/assets/src/explore/visTypes.js:566 msgid "Weight" -msgstr "Вес" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:504 +#: superset/assets/src/explore/visTypes.js:567 msgid "Metric used as a weight for the grid's coloring" -msgstr "Показатель, используемый в качестве веса для раскраски сетки" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:511 -msgid "Deck.gl - geoJson" +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:529 +#: superset/assets/src/explore/visTypes.js:593 msgid "GeoJson Settings" -msgstr "Настройки Geojson " +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:569 +#: superset/assets/src/explore/visTypes.js:633 msgid "Polygon Settings" -msgstr "Параметры Полигона" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:609 +#: superset/assets/src/explore/visTypes.js:673 msgid "Arc" -msgstr "Дуга" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:655 +#: superset/assets/src/explore/visTypes.js:730 msgid "Point Color" -msgstr "Цвет Точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:673 +#: superset/assets/src/explore/visTypes.js:748 msgid "Categorical Color" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:674 +#: superset/assets/src/explore/visTypes.js:749 msgid "Pick a dimension from which categorical colors are defined" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:723 +#: superset/assets/src/explore/visTypes.js:808 msgid "GROUP BY" -msgstr "АГРЕГАЦИЯ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:724 +#: superset/assets/src/explore/visTypes.js:809 msgid "Use this section if you want a query that aggregates" msgstr "" -"Используйте этот раздел, если необходимо предварительно агрегировать данные" -#: superset/assets/javascripts/explore/stores/visTypes.js:734 +#: superset/assets/src/explore/visTypes.js:820 msgid "NOT GROUPED BY" -msgstr "БЕЗ АГРЕГАЦИИ" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:735 +#: superset/assets/src/explore/visTypes.js:821 msgid "Use this section if you want to query atomic rows" msgstr "" -"Используйте этот раздел, если необходимо использовать исходные данные как есть, " -"без предварительной агрегации" -#: superset/assets/javascripts/explore/stores/visTypes.js:761 +#: superset/assets/src/explore/visTypes.js:850 msgid "Time Series Table" -msgstr "Таблица временных рядов" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:779 +#: superset/assets/src/explore/visTypes.js:868 msgid "" -"Templated link, it's possible to include {{ metric }} or other values coming " -"from the controls." +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." msgstr "" -"Шаблонная ссылка, можно включить {{ metric }} или другие значения, поступающие " -"из элементов управления." -#: superset/assets/javascripts/explore/stores/visTypes.js:812 +#: superset/assets/src/explore/visTypes.js:902 msgid "Pivot Options" -msgstr "Опции" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:957 -#: superset/assets/javascripts/explore/stores/visTypes.js:1271 -msgid "Bubbles" -msgstr "Пузырьки" +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1083 -msgid "Numeric Column" -msgstr "Числовой столбец" +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1084 -msgid "Select the numeric column to draw the histogram" -msgstr "Выберите числовой столбец, чтобы построить гистограмму" +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 +#: superset/assets/src/explore/visTypes.js:1206 msgid "No of Bins" -msgstr "Количество ячеек" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1088 +#: superset/assets/src/explore/visTypes.js:1207 msgid "Select number of bins for the histogram" -msgstr "Выберите количество ячеек" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1115 +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1239 msgid "Primary Metric" -msgstr "Первый показатель" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1116 +#: superset/assets/src/explore/visTypes.js:1240 msgid "The primary metric is used to define the arc segment sizes" -msgstr "Первый показатель используется для определения размеров сегмента дуги" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1119 +#: superset/assets/src/explore/visTypes.js:1243 msgid "Secondary Metric" -msgstr "Второй показатель" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1121 +#: superset/assets/src/explore/visTypes.js:1245 msgid "" -"[optional] this secondary metric is used to define the color as a ratio against " -"the primary metric. When omitted, the color is categorical and based on labels" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" msgstr "" -"Необязательный параметр. Используется для формирования цвета на основе " -"отношения к первому показателю. " -#: superset/assets/javascripts/explore/stores/visTypes.js:1126 +#: superset/assets/src/explore/visTypes.js:1250 msgid "Hierarchy" -msgstr "Иерархическая структура" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1127 +#: superset/assets/src/explore/visTypes.js:1251 msgid "This defines the level of the hierarchy" -msgstr "Каждый срез определяет уровень иерархии" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1153 -#: superset/assets/javascripts/explore/stores/visTypes.js:1181 +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 msgid "Source / Target" -msgstr "Источник / Назначение" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1154 -#: superset/assets/javascripts/explore/stores/visTypes.js:1182 +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 msgid "Choose a source and a target" -msgstr "Выберите срез данных для источника и назначения" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1187 +#: superset/assets/src/explore/visTypes.js:1312 msgid "Chord Diagram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1208 +#: superset/assets/src/explore/visTypes.js:1334 msgid "Choose a number format" -msgstr "Выберите формат чисел" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1211 +#: superset/assets/src/explore/visTypes.js:1337 msgid "Source" -msgstr "Источник" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1214 +#: superset/assets/src/explore/visTypes.js:1340 msgid "Choose a source" -msgstr "Выберите срез источника" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1217 +#: superset/assets/src/explore/visTypes.js:1343 msgid "Target" -msgstr "Назначение" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1220 +#: superset/assets/src/explore/visTypes.js:1346 msgid "Choose a target" -msgstr "Выберите срез назначения" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1246 +#: superset/assets/src/explore/visTypes.js:1372 msgid "ISO 3166-2 codes of region/province/department" -msgstr "Геокод по стандарту ISO 3166-2" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1247 +#: superset/assets/src/explore/visTypes.js:1373 msgid "" "It's ISO 3166-2 of your region/province/department in your table. (see " "documentation for list of ISO 3166-2)" msgstr "" -"Стандарт ISO 3166-2 — часть стандарта ISO 3166, определяющего геокоды для " -"основных единиц первого и второго уровня деления территории всех стран." -#: superset/assets/javascripts/explore/stores/visTypes.js:1281 +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1407 msgid "Country Control" -msgstr "Геокод страны" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1282 +#: superset/assets/src/explore/visTypes.js:1408 msgid "3 letter code of the country" -msgstr "Трехбуквенный код страны" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1285 +#: superset/assets/src/explore/visTypes.js:1411 msgid "Metric for color" -msgstr "Показатель / Цвет" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1286 +#: superset/assets/src/explore/visTypes.js:1412 msgid "Metric that defines the color of the country" -msgstr "Показатель, определяющий цвет страны" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1289 +#: superset/assets/src/explore/visTypes.js:1415 msgid "Bubble size" -msgstr "Размер маркера" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1290 +#: superset/assets/src/explore/visTypes.js:1416 msgid "Metric that defines the size of the bubble" -msgstr "Показатель, определяющий размер маркера (окружность)" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1296 +#: superset/assets/src/explore/visTypes.js:1422 msgid "Filter Box" -msgstr "Фильтр" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1312 +#: superset/assets/src/explore/visTypes.js:1438 msgid "Filter controls" -msgstr "Фильтруемые срезы" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1313 +#: superset/assets/src/explore/visTypes.js:1439 msgid "" "The controls you want to filter on. Note that only columns checked as " "\"filterable\" will show up on this list." msgstr "" -"Срезы данных, на которые вы хотите включить фильтр. Обратите внимание, что в " -"этом списке будут отображаться только столбцы, отмеченные в свойствах таблицы " -"как «фильтруемые»." -#: superset/assets/javascripts/explore/stores/visTypes.js:1369 +#: superset/assets/src/explore/visTypes.js:1495 msgid "Heatmap Options" -msgstr "Параметры тепловой карты" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1390 +#: superset/assets/src/explore/visTypes.js:1518 msgid "Value bounds" -msgstr "Границы значения" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1399 +#: superset/assets/src/explore/visTypes.js:1525 msgid "Value Format" -msgstr "Формат значения" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1405 +#: superset/assets/src/explore/visTypes.js:1531 msgid "Horizon" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1431 +#: superset/assets/src/explore/visTypes.js:1558 msgid "Points" -msgstr "Точки" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1438 +#: superset/assets/src/explore/visTypes.js:1565 msgid "Labelling" -msgstr "Маркировка" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1445 +#: superset/assets/src/explore/visTypes.js:1572 msgid "Visual Tweaks" -msgstr "Визуальные твики" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1464 +#: superset/assets/src/explore/visTypes.js:1591 msgid "Column containing longitude data" -msgstr "Столбец, содержащий данные долготы" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1468 +#: superset/assets/src/explore/visTypes.js:1595 msgid "Column containing latitude data" -msgstr "Столбец, содержащий данные широты" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1471 +#: superset/assets/src/explore/visTypes.js:1598 msgid "Cluster label aggregator" -msgstr "Агрегатор меток кластера" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1472 +#: superset/assets/src/explore/visTypes.js:1599 msgid "" -"Aggregate function applied to the list of points in each cluster to produce the " -"cluster label." +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." msgstr "" -"Агрегатная функция применяется к списку точек в каждом кластере для создания " -"метки кластера." -#: superset/assets/javascripts/explore/stores/visTypes.js:1476 +#: superset/assets/src/explore/visTypes.js:1603 msgid "Tooltip" -msgstr "Подсказка" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1477 +#: superset/assets/src/explore/visTypes.js:1604 msgid "Show a tooltip when hovering over points and clusters describing the label" msgstr "" -"Показывать всплывающую подсказку при наведении курсора на точки и кластеры" -#: superset/assets/javascripts/explore/stores/visTypes.js:1481 +#: superset/assets/src/explore/visTypes.js:1608 msgid "" -"One or many controls to group by. If grouping, latitude and longitude columns " -"must be present." +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." msgstr "" -"Один или несколько элементов в группе. Должны присутствовать столбцы широты и " -"долготы." -#: superset/assets/javascripts/explore/stores/visTypes.js:1492 +#: superset/assets/src/explore/visTypes.js:1619 msgid "Event definition" -msgstr "Определение события" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1502 +#: superset/assets/src/explore/visTypes.js:1629 msgid "Additional meta data" -msgstr "Дополнительные метаданные" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1510 +#: superset/assets/src/explore/visTypes.js:1637 msgid "Column containing entity ids" -msgstr "Столбец, содержащий идентификатор" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1511 +#: superset/assets/src/explore/visTypes.js:1638 msgid "e.g., a \"user id\" column" -msgstr "например, столбец «user id»" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1514 +#: superset/assets/src/explore/visTypes.js:1641 msgid "Column containing event names" -msgstr "Столбец, содержащий имена событий" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1522 +#: superset/assets/src/explore/visTypes.js:1649 msgid "Event count limit" -msgstr "Ограничение количества событий" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1523 +#: superset/assets/src/explore/visTypes.js:1650 msgid "The maximum number of events to return, equivalent to number of rows" -msgstr "Максимальное число возвращаемых событий, эквивалентное числу строк" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1526 +#: superset/assets/src/explore/visTypes.js:1653 msgid "Meta data" -msgstr "Метаданные" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1527 +#: superset/assets/src/explore/visTypes.js:1654 msgid "Select any columns for meta data inspection" -msgstr "Выберите любые столбцы для проверки метаданных" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1539 +#: superset/assets/src/explore/visTypes.js:1666 msgid "Paired t-test" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1575 +#: superset/assets/src/explore/visTypes.js:1702 msgid "Time Series Options" msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" -msgstr "Избранное" - -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" -msgstr "Созданный контент" - -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "Последние действия" - -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "Безопасность и Доступ" - -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" -msgstr "Нет срезов данных" - -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" -msgstr "Нет отчётов" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/views/core.py:447 superset/views/core.py:616 -msgid "Dashboards" -msgstr "Отчёты" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -msgid "Slices" -msgstr "Срезы данных" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite charts yet, go click on stars!" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." msgstr "" -"Нет избранных диаграмм. Нажмите звёздочку напротив названия необходимого " -"графика, чтобы он появился в списке избранных диаграмм." -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" msgstr "" -"Нет избранных отчётов. Нажмите звёздочку напротив названия необходимого отчета, " -"чтобы он появился в этом списке." -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 -#: superset/views/core.py:488 superset/views/core.py:561 -msgid "Charts" -msgstr "Графики" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" -msgstr "Роли" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:23 -#: superset/views/core.py:303 -msgid "Databases" -msgstr "Базы данных" +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" -msgstr "Источники данных" +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:19 -msgid "Profile picture provided by Gravatar" -msgstr "Изображение профиля, сгенерированное сервисом Gravatar" +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:34 -msgid "joined" -msgstr "присоединился" +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:44 -msgid "id:" -msgstr "идентификатор:" +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" -msgstr "Извините, похоже, нет данных" +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" -#: superset/assets/visualizations/PlaySlider.jsx:99 -msgid "Data has no time steps" -msgstr "Данные не имеют временной шкалы" +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:115 -msgid "Select starting date" -msgstr "Выберите дату начала" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:124 -msgid "Select end date" -msgstr "Выберите дату окончания" +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:193 +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 #, python-format -msgid "Select [%s]" -msgstr "Выбрать [%s]" +msgid "%s - untitled" +msgstr "" -#: superset/assets/visualizations/filter_box.jsx:230 -msgid "Apply" -msgstr "Применить" +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" -#: superset/connectors/druid/models.py:1230 -msgid "No data was returned." -msgstr "Данных не было." +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" -#: superset/connectors/druid/views.py:26 -msgid "List Druid Column" -msgstr "Список колонок Druid" +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" -#: superset/connectors/druid/views.py:27 -msgid "Show Druid Column" -msgstr "Показать колонку Druid" +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" -#: superset/connectors/druid/views.py:28 -msgid "Add Druid Column" -msgstr "Добавить колонку Druid" +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" -#: superset/connectors/druid/views.py:29 -msgid "Edit Druid Column" -msgstr "Редактировать колонку Druid" +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:76 -msgid "Column" -msgstr "Колонка" +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:129 -#: superset/connectors/sqla/views.py:90 superset/connectors/sqla/views.py:131 -msgid "Type" -msgstr "Тип" +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:79 -msgid "Groupable" -msgstr "Группируемый" +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:80 -msgid "Filterable" -msgstr "Фильтрующийся" +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:82 -msgid "Count Distinct" -msgstr "Count Distinct" +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:83 -msgid "Sum" -msgstr "Sum" +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:45 -msgid "" -"Whether this column is exposed in the `Filters` section of the explore view." +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" msgstr "" -"Необходимо отметить, если столбец должен быть доступен в разделе «Фильтры»." -#: superset/connectors/druid/views.py:100 -msgid "List Druid Metric" -msgstr "Список Druid Метрик" +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" -#: superset/connectors/druid/views.py:101 -msgid "Show Druid Metric" -msgstr "Показать Druid Метрики" +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" -#: superset/connectors/druid/views.py:102 -msgid "Add Druid Metric" -msgstr "Добавить Druid Метрику" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" -#: superset/connectors/druid/views.py:103 -msgid "Edit Druid Metric" -msgstr "Редактировать Druid Метрику" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" -#: superset/connectors/druid/views.py:120 superset/connectors/sqla/views.py:113 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only roles " -"with the permission 'metric access on XXX (the name of this metric)' are " -"allowed to access this metric" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" msgstr "" -"Ограничен ли доступ к этому показателю определенными ролями. Только роли с " -"разрешением «metric access on [название этой метрики]» могут получить доступ к " -"этому показателю." -#: superset/connectors/druid/views.py:128 superset/connectors/sqla/views.py:77 -#: superset/connectors/sqla/views.py:130 -msgid "Verbose Name" -msgstr "Полное имя" +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" -#: superset/connectors/druid/views.py:130 superset/views/core.py:658 -msgid "JSON" -msgstr "JSON" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" -#: superset/connectors/druid/views.py:131 -msgid "Druid Datasource" -msgstr "Druid - Источники Данных" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" -#: superset/connectors/druid/views.py:132 superset/connectors/sqla/views.py:136 -msgid "Warning Message" -msgstr "Предупреждающее сообщение" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" -#: superset/connectors/druid/views.py:150 -msgid "List Druid Cluster" -msgstr "Список Кластеров Druid" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" -#: superset/connectors/druid/views.py:151 -msgid "Show Druid Cluster" -msgstr "Показать Кластер Druid" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" -#: superset/connectors/druid/views.py:152 -msgid "Add Druid Cluster" -msgstr "Добавить Кластер Druid" +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" -#: superset/connectors/druid/views.py:153 -msgid "Edit Druid Cluster" -msgstr "Редактировать Кластер Druid" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" -#: superset/connectors/druid/views.py:164 superset/connectors/druid/views.py:250 -msgid "Cluster" -msgstr "Кластер" +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" -#: superset/connectors/druid/views.py:165 -msgid "Coordinator Host" -msgstr "Координатор Хост" +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" -#: superset/connectors/druid/views.py:166 -msgid "Coordinator Port" -msgstr "Координатор Порт" +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" -#: superset/connectors/druid/views.py:167 -msgid "Coordinator Endpoint" -msgstr "Координатор Конечная Точка" +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" -#: superset/connectors/druid/views.py:168 -msgid "Broker Host" -msgstr "Брокер-Хост" +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" -#: superset/connectors/druid/views.py:169 -msgid "Broker Port" -msgstr "Брокер-Порт" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" -#: superset/connectors/druid/views.py:170 -msgid "Broker Endpoint" -msgstr "Брокер-Конечная Точка" +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" -#: superset/connectors/druid/views.py:186 -msgid "Druid Clusters" -msgstr "Список Кластеров Druid" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" -#: superset/connectors/druid/views.py:189 superset/connectors/druid/views.py:291 -#: superset/connectors/druid/views.py:340 superset/connectors/druid/views.py:348 -#: superset/connectors/sqla/views.py:298 superset/views/core.py:306 -#: superset/views/core.py:2693 -msgid "Sources" -msgstr "Источники" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" -#: superset/connectors/druid/views.py:197 -msgid "List Druid Datasource" -msgstr "Список Источников Данных Druid" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" -#: superset/connectors/druid/views.py:198 -msgid "Show Druid Datasource" -msgstr "Показать Источники Данных Druid" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" -#: superset/connectors/druid/views.py:199 -msgid "Add Druid Datasource" -msgstr "Добавить Источник Данных Druid" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" -#: superset/connectors/druid/views.py:200 -msgid "Edit Druid Datasource" -msgstr "Редактировать Источник Данных Druid" +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" -#: superset/connectors/druid/views.py:219 superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this datasource, you " -"may change how these associated slices behave. Also note that slices need to " -"point to a datasource, so this form will fail at saving if removing slices from " -"a datasource. If you want to change the datasource for a slice, overwrite the " -"slice from the 'explore view'" -msgstr "" -"Список графиков, связанных с этой таблицей. Изменяя этот источник данных, можно " -"изменить поведение связанных с ним графиков. Также обратите внимание, что " -"графики должны указывать на источник данных, поэтому эта форма не будет " -"сохранена при удалении срезов из источника данных. Если вы хотите изменить " -"источник данных для среза, сделайте это в свойствах самого графика." - -#: superset/connectors/druid/views.py:227 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" -msgstr "Смещение часового пояса (в часах) для этого источника данных" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" -#: superset/connectors/druid/views.py:231 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to " -"populate the filter component. Only applies when `Enable Filter Select` is on. " -"If you enter `7 days ago`, the distinct list of values in the filter will be " -"populated based on the distinct value over the past week" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" msgstr "" -"Выражение времени для использования в качестве предиката при получении " -"различных значений для заполнения компонента фильтра. Применяется только в том " -"случае, если включен параметр «включить выбор фильтра». Если Вы введете «7 дней " -"назад», то список различных значений в фильтре будет заполнен на основе " -"определенного значения за последнюю неделю" -#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:206 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter section " -"with a list of distinct values fetched from the backend on the fly" -msgstr "Получение списка фильтруемых значений, выполняя онлайн-запрос к серверу" +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" -#: superset/connectors/druid/views.py:242 -msgid "" -"Redirects to this endpoint when clicking on the datasource from the datasource " -"list" +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" msgstr "" -"Перенаправление на эту конечную точку при нажатии на источник данных из списка " -"источников данных" -#: superset/connectors/druid/views.py:248 superset/connectors/sqla/views.py:213 -msgid "Associated Charts" -msgstr "Связанные диаграммы" +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" +msgstr "" -#: superset/connectors/druid/views.py:249 +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" + +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" + +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" +msgstr "" + +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" + +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" +msgstr "" + +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" +msgstr "" + +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" + +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" + +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" + +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" +msgstr "" + +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" + +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" + +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" + +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" + +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 msgid "Data Source" -msgstr "Источник данных" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "Parse date values." +#~ msgstr "Разбор значений дат." + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "Доступ к базе данных предоставлен для пользователя — %(name)s" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "Должен быть указан хотя бы один числовой столбец" + +#~ msgid "Your query was saved" +#~ msgstr "Ваш запрос был сохранен" + +#~ msgid "Your query could not be saved" +#~ msgstr "Ваш запрос не может быть сохранен" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "Невозможно выполнить запрос" + +#~ msgid "Unknown error" +#~ msgstr "Неизвестная ошибка" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "Время сессии истекло, пожалуйста, обновите страницу и попробуйте снова." + +#~ msgid "Query was stopped." +#~ msgstr "Запрос прерван." + +#~ msgid "Failed at stopping query." +#~ msgstr "Не получилось прервать запрос." + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "Произошла ошибка при получении метаданных из таблицы" + +#~ msgid "shared query" +#~ msgstr "общий запрос" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "Запрос невозможно загрузить" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "Произошла ошибка при создании источника данных" + +#~ msgid "Pick a chart type!" +#~ msgstr "Выберите тип графика!" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "" +#~ "Для использования этого типа графика " +#~ "необходимо выбрать хотя бы один столбец" +#~ " со значением даты или времени" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "" +#~ "Для использования этого типа графика " +#~ "необходимо выбрать хотя бы один срез " +#~ "данных" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "" +#~ "Для использования данного типа графика " +#~ "выберите хотя бы один вычисляемый срез" +#~ " данных" + +#~ msgid "Untitled Query" +#~ msgstr "Запрос без имени" + +#~ msgid "Copy of %s" +#~ msgstr "Копирование %s" + +#~ msgid "share query" +#~ msgstr "Скопировать запрос" + +#~ msgid "copy URL to clipboard" +#~ msgstr "скопировать ссылку в буфер обмена" + +#~ msgid "Raw SQL" +#~ msgstr "Raw SQL" + +#~ msgid "Source SQL" +#~ msgstr "Источник SQL" + +#~ msgid "SQL" +#~ msgstr "SQL" + +#~ msgid "No query history yet..." +#~ msgstr "История запросов пуста…" + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "Кажется у Вас нет доступа к базе данных" + +#~ msgid "Search Results" +#~ msgstr "Результаты поиска" + +#~ msgid "[From]-" +#~ msgstr "[С]-" + +#~ msgid "[To]-" +#~ msgstr "[До]-" + +#~ msgid "[Query Status]" +#~ msgstr "[Статус запроса]" + +#~ msgid "Search" +#~ msgstr "Поиск" + +#~ msgid "Open in SQL Editor" +#~ msgstr "Открыть редакторе" + +#~ msgid "view results" +#~ msgstr "посмотреть результаты" + +#~ msgid "Data preview" +#~ msgstr "Предпросмотр данных" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "Построить график на основе запроса" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "Перезаписать текст в редакторе с запросом к этой таблице" + +#~ msgid "Run query in a new tab" +#~ msgstr "Выполнить запрос на новой вкладке" + +#~ msgid "Remove query from log" +#~ msgstr "Удалить запрос из журнала" + +#~ msgid ".CSV" +#~ msgstr "Экспорт в CSV" + +#~ msgid "Visualize" +#~ msgstr "Построить график" + +#~ msgid "was created" +#~ msgstr "создан" + +#~ msgid "Query in a new tab" +#~ msgstr "Запрос в отдельной вкладке" + +#~ msgid "Fetch data preview" +#~ msgstr "Получить данные для просмотра" + +#~ msgid "Track Job" +#~ msgstr "Отслеживать работу" + +#~ msgid "Loading..." +#~ msgstr "Идет загрузка…" + +#~ msgid "Run Selected Query" +#~ msgstr "Выполнить выбранный запрос" + +#~ msgid "Run Query" +#~ msgstr "Выполнить запрос" + +#~ msgid "Run query synchronously" +#~ msgstr "Выполнить синхронный запрос" + +#~ msgid "Run query asynchronously" +#~ msgstr "Выполнить асинхронный запрос" + +#~ msgid "Stop" +#~ msgstr "Стоп" + +#~ msgid "Undefined" +#~ msgstr "Не определено" + +#~ msgid "Label for your query" +#~ msgstr "Метка для вашего запроса" + +#~ msgid "Write a description for your query" +#~ msgstr "Заполните описание к вашему запросу" + +#~ msgid "Save" +#~ msgstr "Сохранить" + +#~ msgid "Save Query" +#~ msgstr "Сохранить запрос" + +#~ msgid "Run a query to display results here" +#~ msgstr "Выполнить запрос для отображения результатов" + +#~ msgid "Preview for %s" +#~ msgstr "Предпросмотр %s" + +#~ msgid "Results" +#~ msgstr "Результаты" + +#~ msgid "Query History" +#~ msgstr "История запросов" + +#~ msgid "Create table as with query results" +#~ msgstr "Создать таблицу на основе запроса" + +#~ msgid "new table name" +#~ msgstr "новое название таблицы" + +#~ msgid "Error while fetching table list" +#~ msgstr "Ошибка при получении списка таблиц" + +#~ msgid "Error while fetching schema list" +#~ msgstr "Ошибка при получении списка схем" + +#~ msgid "Error while fetching database list" +#~ msgstr "Ошибка при получении списка баз данных" + +#~ msgid "Database:" +#~ msgstr "База данных:" + +#~ msgid "Select a database" +#~ msgstr "Выберите базу данных" + +#~ msgid "Select a schema (%s)" +#~ msgstr "Выберите схему (%s)" + +#~ msgid "Schema:" +#~ msgstr "Схема:" + +#~ msgid "Add a table (%s)" +#~ msgstr "Добавить таблицу (%s)" + +#~ msgid "Type to search ..." +#~ msgstr "Введите для поиска…" + +#~ msgid "Reset State" +#~ msgstr "Сбросить текущее состояние" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "Введите название для таблицы" + +#~ msgid "Untitled Query %s" +#~ msgstr "Запрос без имени %s" + +#~ msgid "close tab" +#~ msgstr "Закрыть вкладку" + +#~ msgid "rename tab" +#~ msgstr "Переименовать вкладку" + +#~ msgid "expand tool bar" +#~ msgstr "Показать панель инструментов" + +#~ msgid "hide tool bar" +#~ msgstr "Скрыть панель инструментов" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "Скопировать часть запроса в буфер обмена" + +#~ msgid "latest partition:" +#~ msgstr "последний раздел:" + +#~ msgid "Keys for table" +#~ msgstr "Ключевые поля таблицы" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "Посмотреть ключи и индексы (%s)" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "Отсортировать столбцы в алфавитном порядке" + +#~ msgid "Original table column order" +#~ msgstr "Расположение столбцов как в исходной таблице" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "Скопировать выражение SELECT в буфер обмена" + +#~ msgid "Remove table preview" +#~ msgstr "Убрать предпросмотр таблицы" + +#~ msgid "Template Parameters" +#~ msgstr "Параметры шаблона" + +#~ msgid "Edit template parameters" +#~ msgstr "Изменить параметры шаблона" + +#~ msgid "Invalid JSON" +#~ msgstr "Недопустимый формат json" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*) " +#~ msgstr "" +#~ "%s неверно в качестве имени столбца, " +#~ "пожалуйста, используйте его например, в " +#~ "SELECT COUNT (*) " + +#~ msgid "AS my_alias" +#~ msgstr "AS новое_название_столбца" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "" +#~ "разрешается использование только букв, цифр" +#~ " и знака нижнего подчеркивание" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "Создание источника данных и добавление новой вкладки" + +#~ msgid "No results available for this query" +#~ msgstr "Результаты для этого запроса недоступны" + +#~ msgid "Chart Type" +#~ msgstr "Тип графика" + +#~ msgid "[Chart Type]" +#~ msgstr "[Тип графика]" + +#~ msgid "Datasource Name" +#~ msgstr "Название таблицы" + +#~ msgid "datasource name" +#~ msgstr "название источника данных" + +#~ msgid "Create a new slice" +#~ msgstr "Создать новый срез" + +#~ msgid "Choose a datasource" +#~ msgstr "Выберите источник данных" + +#~ msgid "Choose a visualization type" +#~ msgstr "Выберите тип диаграммы" + +#~ msgid "Create new slice" +#~ msgstr "Создать новый срез" + +#~ msgid "Updating chart was stopped" +#~ msgstr "Обновление графика остановлено" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "Произошла ошибка при построении графика: %s" + +#~ msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +#~ msgstr "" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is too large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "" +#~ "База данных находится под высокой " +#~ "нагрузкой. Возможно, объём данных сильно " +#~ "вырос, или вы запрашиваете источник " +#~ "данных, который достаточно большой, чтобы " +#~ "обрабатывать запрос в диапазоне тайм-аута. " +#~ "Если это так, мы рекомендуем вам " +#~ "агрегировать ваши данные или оптимизировать" +#~ " запрос." + +#~ msgid "Network error." +#~ msgstr "Ошибка сети." + +#~ msgid "Click to see difference" +#~ msgstr "Нажмите, чтобы увидеть разницу" + +#~ msgid "Altered" +#~ msgstr "Изменения" + +#~ msgid "Slice changes" +#~ msgstr "Изменения среза" + +#~ msgid "Select ..." +#~ msgstr "Выбрать …" + +#~ msgid "Loaded data cached" +#~ msgstr "Данные были загружены в кэш" + +#~ msgid "Loaded from cache" +#~ msgstr "Загружается из кэша" + +#~ msgid "Click to force-refresh" +#~ msgstr "Нажмите для принудительного обновления" + +#~ msgid "Copy to clipboard" +#~ msgstr "Скопировать в буфер обмена" + +#~ msgid "Not successful" +#~ msgstr "Неудачно" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "" +#~ "Извините, Ваш браузер не поддерживание " +#~ "копирование. Используйте сочетание клавиш " +#~ "[CTRL + C] для WIN или [CMD " +#~ "+ C] для MAC" + +#~ msgid "Copied!" +#~ msgstr "Копирование завершено" + +#~ msgid "click to edit title" +#~ msgstr "нажмите для изменения заголовка" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "Недостаточно прав для изменения заголовка." + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "Отметить как избранное" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "Фильтр активного отчёта" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "Отладка отчёта: %s" + +#~ msgid "Save as" +#~ msgstr "Сохранить как" + +#~ msgid "Force Refresh" +#~ msgstr "Принудительное обновление" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "Принудительно обновить отчет" + +#~ msgid "Set autorefresh" +#~ msgstr "Интервал обновления" + +#~ msgid "Set the auto-refresh interval for this session" +#~ msgstr "Установите интервал автоматического обновления для этого сеанса" + +#~ msgid "Save the dashboard" +#~ msgstr "Сохранить отчёт" + +#~ msgid "Edit properties" +#~ msgstr "Редактирование свойств" + +#~ msgid "Edit the dashboards's properties" +#~ msgstr "Редактировать свойства отчёта" + +#~ msgid "Email" +#~ msgstr "Отправить ссылку по почте" + +#~ msgid "Email a link to this dashboard" +#~ msgstr "Отправить ссылку на этот отчёт" + +#~ msgid "Add Slices" +#~ msgstr "Добавить график" + +#~ msgid "Add some slices to this dashboard" +#~ msgstr "Добавить диаграмму в отчёт" + +#~ msgid "Edit CSS" +#~ msgstr "Редактировать CSS" + +#~ msgid "Change the style of the dashboard using CSS code" +#~ msgstr "Измените оформление отчёта с помощью CSS-кода" + +#~ msgid "Load a template" +#~ msgstr "Загрузить шаблон" + +#~ msgid "Load a CSS template" +#~ msgstr "Загрузить шаблон стилей (CSS)" + +#~ msgid "Live CSS Editor" +#~ msgstr "Редактор CSS" + +#~ msgid "You have unsaved changes." +#~ msgstr "У вас есть несохраненные изменения." + +#~ msgid "Unsaved changes" +#~ msgstr "Изменения не сохранены" + +#~ msgid "Don't refresh" +#~ msgstr "Не обновлять" + +#~ msgid "10 seconds" +#~ msgstr "10 секунд" + +#~ msgid "30 seconds" +#~ msgstr "30 секунд" + +#~ msgid "1 minute" +#~ msgstr "1 минута" + +#~ msgid "5 minutes" +#~ msgstr "5 минут" + +#~ msgid "Refresh Interval" +#~ msgstr "Интервал обновления" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "Выберите частоту обновления для этого отчёта" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "Отчёт успешно сохранен." + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "К сожалению, произошла ошибка при сохранения этого отчета " + +#~ msgid "Error" +#~ msgstr "Ошибка" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "Вы должны выбрать имя для нового отчёта" + +#~ msgid "Save Dashboard" +#~ msgstr "Сохранить отчёт" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "Перезаписать отчёт [%s]" + +#~ msgid "Save as:" +#~ msgstr "Сохранить как:" + +#~ msgid "[dashboard name]" +#~ msgstr "[название отчёта]" + +#~ msgid "Sorry, there was an error fetching slices to this dashboard: " +#~ msgstr "К сожалению, произошла ошибка при загрузке виджета:" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: " +#~ msgstr "К сожалению, возникла ошибка при добавлении графика в отчёт: " + +#~ msgid "Viz" +#~ msgstr "Визуализация" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "Добавить новый график в отчёт" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "Добавить график в отчёт" + +#~ msgid "Served from data cached %s . Click to force refresh." +#~ msgstr "" +#~ "Данные находятся в кэше %s. Нажмите " +#~ "кнопку для принудительного обновления." + +#~ msgid "Force refresh data" +#~ msgstr "Принудительное обновление данных" + +#~ msgid "Annotation layers are still loading." +#~ msgstr "Слои аннотаций загружаются." + +#~ msgid "One ore more annotation layers failed loading." +#~ msgstr "Один или несколько слоев аннотации не удалось загрузить." + +#~ msgid "Move chart" +#~ msgstr "Переместить график" + +#~ msgid "Toggle chart description" +#~ msgstr "Переключить описание графика" + +#~ msgid "Edit chart" +#~ msgstr "Редактировать график" + +#~ msgid "Export CSV" +#~ msgstr "Export CSV" + +#~ msgid "Explore chart" +#~ msgstr "Обзор графика" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "Удалить график из отчёта" + +#~ msgid "is expected to be a number" +#~ msgstr "ожидается число" + +#~ msgid "is expected to be an integer" +#~ msgstr "ожидается целочисленное значение (integer)" + +#~ msgid "cannot be empty" +#~ msgstr "не может быть пустым" + +#~ msgid "description" +#~ msgstr "описание" + +#~ msgid "bolt" +#~ msgstr "" + +#~ msgid "Changing this control takes effect instantly" +#~ msgstr "Изменение этого элемента применяется сразу" + +#~ msgid "Error..." +#~ msgstr "Ошибка…" + +#~ msgid "Query" +#~ msgstr "Запрос" + +#~ msgid "Height" +#~ msgstr "Высота" + +#~ msgid "Width" +#~ msgstr "Ширина" + +#~ msgid "Export to .json" +#~ msgstr "Экспортировать в JSON формат" + +#~ msgid "Export to .csv format" +#~ msgstr "Экспортировать в CSV формат" + +#~ msgid "%s - untitled" +#~ msgstr "%s - без названия" + +#~ msgid "Edit slice properties" +#~ msgstr "Редактировать свойства графика" + +#~ msgid "Limit reached" +#~ msgstr "Достигнут предел" + +#~ msgid "Please enter a slice name" +#~ msgstr "Введите название диаграммы" + +#~ msgid "Please select a dashboard" +#~ msgstr "Выберите отчёт" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "Введите имя отчёта" + +#~ msgid "Save A Slice" +#~ msgstr "Сохранить диаграмму" + +#~ msgid "Overwrite slice %s" +#~ msgstr "Перезаписать диаграмму %s" + +#~ msgid "[slice name]" +#~ msgstr "[название диаграммы]" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "Не добавлять в отчёт" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "Добавить график в существующий отчёт" + +#~ msgid "Add to new dashboard" +#~ msgstr "Добавить в новый отчёт" + +#~ msgid "Save & go to dashboard" +#~ msgstr "Сохранить и перейти к отчёту" + +#~ msgid "Check out this slice: %s" +#~ msgstr "Проверка диаграммы: %s" + +#~ msgid "Add Annotation Layer" +#~ msgstr "Добавить слой аннотации" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "Значение «Минимум» должно быть числовым или пустым" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "Значение « Максимум» должно быть числовым или пустым" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "Что-то пошло не так при получении списка источников данных" + +#~ msgid "Select a datasource" +#~ msgstr "Выбор источника данных" + +#~ msgid "Search / Filter" +#~ msgstr "Поиск / Фильтр" + +#~ msgid "Click to point to another datasource" +#~ msgstr "Нажмите, чтобы указать на другой источник данных" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "Изменение настроек таблицы" + +#~ msgid "Show datasource configuration" +#~ msgstr "Показать конфигурацию источника данных" + +#~ msgid "Filter value" +#~ msgstr "Значение фильтра" + +#~ msgid "Select metric" +#~ msgstr "Выбрать показатель" + +#~ msgid "Select column" +#~ msgstr "Выбрать столбец" + +#~ msgid "Select operator" +#~ msgstr "Выбрать оператор" + +#~ msgid "Error while fetching data" +#~ msgstr "Возникла ошибка при получение данных" + +#~ msgid "%s option(s)" +#~ msgstr "%s параметр(ы)" + +#~ msgid "Invalid lat/long configuration." +#~ msgstr "Неверная конфигурация широты и долготы." + +#~ msgid "Longitude & Latitude columns" +#~ msgstr "Долгота и Широта" + +#~ msgid "Delimited long & lat single column" +#~ msgstr "Широта и Долгота в одном столбце с разделителем" + +#~ msgid "" +#~ "Multiple formats accepted, look the " +#~ "geopy.points Python library for more " +#~ "details" +#~ msgstr "" +#~ "Для уточнения форматов и получения более" +#~ " подробной информации, посмотрите " +#~ "Python-библиотеку geopy.points" + +#~ msgid "Reverse lat/long " +#~ msgstr "Поменять местами широту и долготу" + +#~ msgid "Geohash" +#~ msgstr "" + +#~ msgid "textarea" +#~ msgstr "текстовая область" + +#~ msgid "Edit" +#~ msgstr "Редактировать" + +#~ msgid "in modal" +#~ msgstr "" + +#~ msgid "Select a visualization type" +#~ msgstr "Выберите тип визуализации" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "" + +#~ msgid "Group by" +#~ msgstr "Группировка" + +#~ msgid "One or many controls to group by" +#~ msgstr "Выберите один или несколько срезов в поле группировки данных" + +#~ msgid "" +#~ "For more information about objects are" +#~ " in context in the scope of " +#~ "this function, refer to the" +#~ msgstr "" + +#~ msgid " source code of Superset's sandboxed parser" +#~ msgstr " source code of sandboxed parser" + +#~ msgid "" +#~ "This functionality is disabled in your" +#~ " environment for security reasons." +#~ msgstr "Из соображений безопасности эта функция отключена в вашей среде." + +#~ msgid "The type of visualization to display" +#~ msgstr "Выберите необходимый тип диаграммы" + +#~ msgid "Metrics" +#~ msgstr "Показатели" + +#~ msgid "One or many metrics to display" +#~ msgstr "Выберите один или несколько показателей для отображения" + +#~ msgid "Percentage Metrics" +#~ msgstr "Процентные показатели" + +#~ msgid "Metrics for which percentage of total are to be displayed" +#~ msgstr "Показатели, для которых будет отображаться процент от общего количества" + +#~ msgid "Y Axis Bounds" +#~ msgstr "Границы Оси Y" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "" +#~ "Установить жесткие границы для оси Y." +#~ " Когда границы не заданы, производится " +#~ "их автоматическая подстройка на основе " +#~ "минимальных и максимальных значениях исходных" +#~ " данных." + +#~ msgid "Ordering" +#~ msgstr "Упорядоченность" + +#~ msgid "Fixed Color" +#~ msgstr "Цвет" + +#~ msgid "Use this to define a static color for all circles" +#~ msgstr "Используйте это цвет для заливки всех кругов одним цветом" + +#~ msgid "Fill Color" +#~ msgstr "Цвет заливки" + +#~ msgid "" +#~ " Set the opacity to 0 if you" +#~ " do not want to override the " +#~ "color specified in the GeoJSON" +#~ msgstr "" +#~ "Установите непрозрачность на 0, если вы" +#~ " не хотите переопределять цвет, указанный" +#~ " в GeoJSON" + +#~ msgid "Stroke Color" +#~ msgstr "Цвет обводки" + +#~ msgid "Choose the metric" +#~ msgstr "Выберите показатель" + +#~ msgid "Right Axis Metric" +#~ msgstr "Показатель для правой оси" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "Выберите показатель для правой оси" + +#~ msgid "Stacked Style" +#~ msgstr "Стиль области" + +#~ msgid "Sort X Axis" +#~ msgstr "" + +#~ msgid "Sort Y Axis" +#~ msgstr "" + +#~ msgid "Linear Color Scheme" +#~ msgstr "Цветовая Схема" + +#~ msgid "Normalize Across" +#~ msgstr "" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "Цвет будет рассчитываться на основе отношения ячейки к сумме" + +#~ msgid "Horizon Color Scale" +#~ msgstr "Расчет цвета" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "Определяет, как рассчитывается цвет." + +#~ msgid "Rendering" +#~ msgstr "Рендеринг" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "" + +#~ msgid "XScale Interval" +#~ msgstr "Интевал XScale" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "Количество шагов между делениями горизонтальной оси X" + +#~ msgid "YScale Interval" +#~ msgstr "Интервал YScale" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "Количество шагов между делениями на вертикальной оси X" + +#~ msgid "Include Time" +#~ msgstr "Включая дату" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "Установить временной период, как указано в разделе «Время»" + +#~ msgid "Auto Zoom" +#~ msgstr "Авто Масштаб" + +#~ msgid "When checked, the map will zoom to your data after each query" +#~ msgstr "" +#~ "Если этот флажок установлен, карта будет" +#~ " масштабироваться после каждого запроса" + +#~ msgid "Show percentage" +#~ msgstr "Показать процент" + +#~ msgid "Whether to include the percentage in the tooltip" +#~ msgstr "Включить значение процента в всплывающую подсказку" + +#~ msgid "Stacked Bars" +#~ msgstr "С накоплением" + +#~ msgid "Show totals" +#~ msgstr "Показать итоги" + +#~ msgid "Display total row/column" +#~ msgstr "Показать итоги строк / столбцов" + +#~ msgid "Show Markers" +#~ msgstr "Показать маркеры" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "Показывать на линиях точки данных в виде небольших окружностей" + +#~ msgid "Bar Values" +#~ msgstr "Подписи" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "Добавить на график значение данных в виде подписи" + +#~ msgid "Sort Bars" +#~ msgstr "Сортировка гистограммы" + +#~ msgid "Sort bars by x labels." +#~ msgstr "Сортировать гистограмму по названию столбцов." + +#~ msgid "Combine Metrics" +#~ msgstr "Сгруппировать показатели" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "" +#~ "Сгруппировать и отобразить показатели в " +#~ "рамках значения одного колоночного среза. " +#~ "Легче один раз попробовать, чем " +#~ "обьяснить )" + +#~ msgid "Extra Controls" +#~ msgstr "Доп.Элементы" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making mulitBar charts stacked or " +#~ "side by side." +#~ msgstr "" +#~ "Показывать дополнительные элементы управления, " +#~ "которые позволяют переключаться между разными" +#~ " видами графика - гистограмма с " +#~ "накоплением или с группировкой." + +#~ msgid "Reduce X ticks" +#~ msgstr "Сжать шкалу X" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" +#~ "Если опция включена, то график будет " +#~ "сжат по горизонтали, таким образом, " +#~ "чтобы уместиться целиком на одном " +#~ "виджете, при этом промежуточные подписи " +#~ "на оси X могут пропасть. При " +#~ "выключенной опции, графики с большим " +#~ "количеством данных отображаются с " +#~ "горизонтальной полосой прокрутки." + +#~ msgid "Include Series" +#~ msgstr "Включить название" + +#~ msgid "Include series name as an axis" +#~ msgstr "Включить название показателя в подписи оси" + +#~ msgid "Color Metric" +#~ msgstr "Цвет показателя" + +#~ msgid "A metric to use for color" +#~ msgstr "Показатель, используемый для расчета цвета" + +#~ msgid "Country Name" +#~ msgstr "Страна" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "Выберите страну, которую хотите визуализировать" + +#~ msgid "Country Field Type" +#~ msgstr "Стандарт кода страны" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "Выберите стандарт с помощью которого, кодируются страны в поле [Страна]" + +#~ msgid "Frequency" +#~ msgstr "Частота" + +#~ msgid "" +#~ "The periodicity over which to pivot time. Users can provide\n" +#~ " \"Pandas\" offset alias.\n" +#~ " Click on the info bubble for" +#~ " more details on accepted \"freq\" " +#~ "expressions." +#~ msgstr "Периодичность для оси времени." + +#~ msgid "Dimension" +#~ msgstr "Измерение" + +#~ msgid "Select a dimension" +#~ msgstr "Выбор измерения" + +#~ msgid "Columns" +#~ msgstr "Столбцы" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "" +#~ "Выберите один или несколько срезов для" +#~ " отображения показателей в столбцах сводной" +#~ " таблицы" + +#~ msgid "Columns to display" +#~ msgstr "Столбцы для отображения" + +#~ msgid "Longitude & Latitude" +#~ msgstr "Долгота и Широта" + +#~ msgid "Point to your spatial columns" +#~ msgstr "Выберите столбцы, содержащие геоданные" + +#~ msgid "Start Longitude & Latitude" +#~ msgstr "Долгота и Широта [Начало]" + +#~ msgid "End Longitude & Latitude" +#~ msgstr "Долгота и Широта [Конец]" + +#~ msgid "Longitude" +#~ msgstr "Долгота" + +#~ msgid "Select the longitude column" +#~ msgstr "Выберите столбец долготы" + +#~ msgid "Latitude" +#~ msgstr "Широта" + +#~ msgid "Select the latitude column" +#~ msgstr "Выберите столбец широты" + +#~ msgid "GeoJson Column" +#~ msgstr "Столбец GeoJson" + +#~ msgid "Select the geojson column" +#~ msgstr "Выберите столбец geojson" + +#~ msgid "Polygon Column" +#~ msgstr "Столбец полигонов" + +#~ msgid "" +#~ "Select the polygon column. Each row " +#~ "should contain JSON.array(N) of [longitude," +#~ " latitude] points" +#~ msgstr "" +#~ "Выберите столбец с массивом полигонов. " +#~ "Каждая строка должна содержать JSON.array(N)" +#~ " [долгота, широта]." + +#~ msgid "Point Radius Scale" +#~ msgstr "Точечный радиус" + +#~ msgid "Stroke Width" +#~ msgstr "Ширина обводки" + +#~ msgid "Origin" +#~ msgstr "Источник" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "" + +#~ msgid "Bottom Margin" +#~ msgstr "Нижняя граница" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" +#~ "Высота нижней области графика в " +#~ "пикселах, позволяющая регулировать место под" +#~ " подписи данных горизонтальной оси X" + +#~ msgid "Left Margin" +#~ msgstr "Левая область" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "" +#~ "Ширина левой области графика в пикселах," +#~ " позволяющая регулировать место под подписи" +#~ " данных вертикальной оси Y" + +#~ msgid "Time Granularity" +#~ msgstr "Временной интервал" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "" +#~ "Интервал времени, в границах которого " +#~ "строится график. Обратите внимание, что " +#~ "для определения диапазона времени, вы " +#~ "можете использовать естественный язык. " +#~ "Например, можно указать словосочетания - " +#~ "«10 seconds», «1 day» или «56 " +#~ "weeks»" + +#~ msgid "Domain" +#~ msgstr "Домен" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "Единица времени, используемая для группировки" + +#~ msgid "Subdomain" +#~ msgstr "Субдомен" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "" +#~ "Единица времени для каждого блока. " +#~ "Должнa быть меньше временной шкалы " +#~ "домена." + +#~ msgid "Link Length" +#~ msgstr "Длина связи" + +#~ msgid "Link length in the force layout" +#~ msgstr "Устанавливает указанное расстояние между связанными узлами" + +#~ msgid "Charge" +#~ msgstr "Сила заряда узла" + +#~ msgid "Charge in the force layout" +#~ msgstr "" +#~ "Отрицательное значение силы заряда приводит" +#~ " к отталкиванию узлов, а положительное " +#~ "значение приводит к притяжению узлов. " +#~ "Установка силы заряда равной 0 отключает" +#~ " вычисление дерева квадрантов, что может" +#~ " заметно улучшить производительность, если " +#~ "вам такая функциональность не требуется." + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table. Also note " +#~ "that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "Столбец данных с датой или временем." + +#~ msgid "Time Grain" +#~ msgstr "Период времени" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "Группировка по периоду времени - день, месяц, год, … и т.д" + +#~ msgid "Resample Rule" +#~ msgstr "Resample Rule" + +#~ msgid "Pandas resample rule" +#~ msgstr "" +#~ "Одна из функций (Resample) библиотеки " +#~ "Pandas, которая определяет период, к " +#~ "которому применяется функция агрегации." + +#~ msgid "Resample How" +#~ msgstr "Resample How" + +#~ msgid "Pandas resample how" +#~ msgstr "" +#~ "Одна из функций (Resample) библиотеки " +#~ "Pandas, которая определяет способ агрегации" +#~ " данных." + +#~ msgid "Resample Fill Method" +#~ msgstr "Resample Fill" + +#~ msgid "Pandas resample fill method" +#~ msgstr "" +#~ "Одна из функций (Resample) библиотеки " +#~ "Pandas, которая определяет метод обработки " +#~ "данных. " + +#~ msgid "Since" +#~ msgstr "Начиная с" + +#~ msgid "7 days ago" +#~ msgstr "7 дней назад" + +#~ msgid "Until" +#~ msgstr "До" + +#~ msgid "Max Bubble Size" +#~ msgstr "Макс. размер пузырька" + +#~ msgid "Whisker/outlier options" +#~ msgstr "Варианты биржевого графика" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "" +#~ "Определяет вид и параметры отображения " +#~ "свечного графика (японские свечи)." + +#~ msgid "Ratio" +#~ msgstr "Соотношение" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "Соотношение сторон для составных прямоугольников графика." + +#~ msgid "Number format" +#~ msgstr "Формат числа" + +#~ msgid "Row limit" +#~ msgstr "Лимит рядов" + +#~ msgid "Series limit" +#~ msgstr "Лимит кол-ва рядов" + +#~ msgid "" +#~ "Limits the number of time series " +#~ "that get displayed. A sub query " +#~ "(or an extra phase where sub " +#~ "queries are not supported) is applied" +#~ " to limit the number of time " +#~ "series that get fetched and displayed." +#~ " This feature is useful when grouping" +#~ " by high cardinality dimension(s)." +#~ msgstr "Ограничивает количество отображаемых временных рядов." + +#~ msgid "Sort By" +#~ msgstr "Сортировка" + +#~ msgid "Metric used to define the top series" +#~ msgstr "" +#~ "Показатель, используемый для определения какие" +#~ " временные ряды будут отображаться при " +#~ "ограничении количества выводимых рядов" + +#~ msgid "Sort Descending" +#~ msgstr "Сортировать" + +#~ msgid "Whether to sort descending or ascending" +#~ msgstr "Сортировка по убыванию или по возрастанию" + +#~ msgid "Rolling" +#~ msgstr "Rolling" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "" +#~ "Одна из функций (Rolling) библиотеки " +#~ "Pandas, которая определяет способ агрегации" +#~ " данных." + +#~ msgid "Multiplier" +#~ msgstr "Множитель" + +#~ msgid "Factor to multiply the metric by" +#~ msgstr "Коэффициент умножения" + +#~ msgid "Periods" +#~ msgstr "Период" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "" +#~ "Одна из функций (Rolling) библиотеки " +#~ "Pandas, которая определяет период, к " +#~ "которому применяется функция агрегации." + +#~ msgid "Grid Size" +#~ msgstr "Размер сетки" + +#~ msgid "Defines the grid size in pixels" +#~ msgstr "Определяет размер сетки в пикселях" + +#~ msgid "Min Periods" +#~ msgstr "HIde Periods" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" +#~ "Скрыть необходимое количество периодов. " +#~ "Например, если вы делаете накопительную " +#~ "сумму показателя за 7 дней, но " +#~ "хотите скрыть нарастающий итог за первые" +#~ " 6 дней, то указав в данном " +#~ "столбце «6», вы скроете нарастание, " +#~ "происходящее в течение первых 6 " +#~ "периодов." + +#~ msgid "Series" +#~ msgstr "Ряд данных" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "" +#~ "Группировка в ряды данных. Каждый ряд" +#~ " отображается в виде определенного цвета" +#~ " и имеет легенду." + +#~ msgid "Entity" +#~ msgstr "Элемент" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "Элемент, который будет отражен на графике" + +#~ msgid "X Axis" +#~ msgstr "Ось X" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "Показатель, отраженный на оси X" + +#~ msgid "Y Axis" +#~ msgstr "Ось Y" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "Показатель, отраженный на оси Y" + +#~ msgid "Bubble Size" +#~ msgstr "Размер пузырька" + +#~ msgid "URL" +#~ msgstr "Ссылка (URL)" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "" +#~ "URL-адрес, в который вы можете " +#~ "интегрировать переменные {{ width }} или" +#~ " {{ height }}." + +#~ msgid "X Axis Label" +#~ msgstr "Подпись Оси X" + +#~ msgid "Y Axis Label" +#~ msgstr "Подпись Оси Y" + +#~ msgid "Custom WHERE clause" +#~ msgstr "Пользовательское условие WHERE" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "" +#~ "Текст в этом поле включается в " +#~ "секцию WHERE SQL-запроса. Вы можете " +#~ "включить сколь угодно сложное выражение. " +#~ "Главное чтобы оно поддерживалось вашей " +#~ "БД." + +#~ msgid "Custom HAVING clause" +#~ msgstr "Пользовательское условие HAVING" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "" +#~ "Текст в этом поле включается в " +#~ "секцию HAVING SQL-запроса. Вы можете " +#~ "включить сколь угодно сложное выражение. " +#~ "Главное чтобы оно поддерживалось вашей " +#~ "БД." + +#~ msgid "Comparison Period Lag" +#~ msgstr "Временной лаг" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "" +#~ "Сдвиг временного периода, с которым " +#~ "производится сравнение показателя. Единица " +#~ "периода, устанавливается в разделе [Время]." + +#~ msgid "Comparison suffix" +#~ msgstr "Постфикс" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "Текст для отображения после процента сравнения. Например - «год к году»" + +#~ msgid "Table Timestamp Format" +#~ msgstr "Формат Даты / Времени" + +#~ msgid "Timestamp Format" +#~ msgstr "Формат Даты / Времени" + +#~ msgid "Series Height" +#~ msgstr "Высота ряда данных" + +#~ msgid "Pixel height of each series" +#~ msgstr "Высота в пикселях каждого ряда данных" + +#~ msgid "Page Length" +#~ msgstr "Длина страницы" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "" +#~ "Количество строк на странице. Значение 0" +#~ " означает отсутствие разбиения на страницы." + +#~ msgid "X Axis Format" +#~ msgstr "Формат Оси X" + +#~ msgid "Y Axis Format" +#~ msgstr "Формат Оси Y" + +#~ msgid "Right Axis Format" +#~ msgstr "Формат Правой Оси" + +#~ msgid "Date Time Format" +#~ msgstr "Формат даты" + +#~ msgid "Markup Type" +#~ msgstr "Тип Разметки" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "Выберите свой любимый язык разметки" + +#~ msgid "Rotation" +#~ msgstr "Вращение" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "Тип поворота для применения к словам в облаке" + +#~ msgid "Line Style" +#~ msgstr "Тип Линии" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "" +#~ "Методы интерполяции и сглаживания графиков." +#~ " Linear -идентичен стандартному графику, " +#~ "где точки соединены линиями. Basis - " +#~ "образует b-сплайн с дублированием контрольных" +#~ " точек на концах отрезков. Cardinal-" +#~ "open - образует открытый cardinal-сплайн. " +#~ "Monotone: кубическая интерполяция. Step-" +#~ "before: пошаговая интерполяция между " +#~ "вертикальными и горизонтальными сегментами. " +#~ "Step-after: пошаговая интерполяция между " +#~ "горизонтальными и вертикальными сегментами." + +#~ msgid "Label Type" +#~ msgstr "Тип Подписи" + +#~ msgid "What should be shown on the label?" +#~ msgstr "Что должно быть указано в подписи?" + +#~ msgid "Code" +#~ msgstr "Редактор" + +#~ msgid "Put your code here" +#~ msgstr "Введите произвольный текст в формате html или markdown" + +#~ msgid "Aggregation function" +#~ msgstr "Функция агрегации" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "" +#~ "Агрегатная функция, применяемая при вычислении" +#~ " итоговых строк и столбцов" + +#~ msgid "Font Size From" +#~ msgstr "Мин. Размер Шрифта" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "Размер шрифта для наименьшего значения в списке" + +#~ msgid "Font Size To" +#~ msgstr "Макс. Размер Шрифта" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "Размер шрифта для наибольшего значения в списке" + +#~ msgid "Instant Filtering" +#~ msgstr "Мгновенная Фильтрация" + +#~ msgid "Extruded" +#~ msgstr "" + +#~ msgid "Range Filter" +#~ msgstr "Диапазон" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "" +#~ "Отображение интерактивного слайдера для выбора" +#~ " на графике определенного временного " +#~ "диапазона." + +#~ msgid "Date Filter" +#~ msgstr "Временной фильтр" + +#~ msgid "Whether to include a time filter" +#~ msgstr "Включить фильтр на определенный интервал/диапазон времени" + +#~ msgid "Show SQL Granularity Dropdown" +#~ msgstr "" + +#~ msgid "Check to include SQL Granularity dropdown" +#~ msgstr "" + +#~ msgid "Show SQL Time Column" +#~ msgstr "" + +#~ msgid "Check to include Time Column dropdown" +#~ msgstr "" + +#~ msgid "Show Druid Granularity Dropdown" +#~ msgstr "" + +#~ msgid "Check to include Druid Granularity dropdown" +#~ msgstr "" + +#~ msgid "Show Druid Time Origin" +#~ msgstr "" + +#~ msgid "Check to include Time Origin dropdown" +#~ msgstr "" + +#~ msgid "Data Table" +#~ msgstr "Таблица Данных" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "Отображение интерактивной таблицы данных" + +#~ msgid "Search Box" +#~ msgstr "Поиск" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "Включить текстовое поле для фильтрации данных в таблице" + +#~ msgid "Table Filter" +#~ msgstr "Глобальный фильтр" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "Применять глобальный фильтр при выборе показателя в таблице" + +#~ msgid "Show Bubbles" +#~ msgstr "Отображать окружность" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "Отображать окружность отдельным слоем поверх стран" + +#~ msgid "Legend" +#~ msgstr "Легенда" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "Отображение легенды" + +#~ msgid "Show Values" +#~ msgstr "Показать значения" + +#~ msgid "Whether to display the numerical values within the cells" +#~ msgstr "Отображать ли числовые значения в ячейках" + +#~ msgid "X bounds" +#~ msgstr "Границы X" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "Отображать минимальные и максимальные значения оси X" + +#~ msgid "Y bounds" +#~ msgstr "Границы Y" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "Отображать минимальные и максимальные значения оси Y" + +#~ msgid "Rich Tooltip" +#~ msgstr "Расширенная подсказка" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" +#~ "Во всплывающей подсказке отображается список" +#~ " всех рядов данных на выбранный " +#~ "момент времени" + +#~ msgid "Y Log Scale" +#~ msgstr "Log шкала Y" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "Использовать логарифмическую шкалу для оси Y" + +#~ msgid "X Log Scale" +#~ msgstr "Log шкала Х" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "Использовать логарифмическую шкалу для оси Х" + +#~ msgid "Log Scale" +#~ msgstr "Лог. Масштаб" + +#~ msgid "Use a log scale" +#~ msgstr "Использовать логарифмическую шкалу" + +#~ msgid "Donut" +#~ msgstr "Кольцевая диаграмма" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "Преобразовать в кольцевую диаграмму" + +#~ msgid "Put labels outside" +#~ msgstr "Подписи снаружи" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "Показать подписи снаружи графика" + +#~ msgid "Contribution" +#~ msgstr "Доля" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" +#~ "Вычислить вклад в общую сумму (долю)." +#~ " Установите формат показателя в проценты." + +#~ msgid "Period Ratio" +#~ msgstr "Период для сравнения" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" +#~ "Сдвиг временного периода, с которым " +#~ "производится сравнение показателя. Единица " +#~ "периода, устанавливается в разделе [Время]." + +#~ msgid "Period Ratio Type" +#~ msgstr "Тип сравнения" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" +#~ "«factor» означает (текущий / предыдущий)%, " +#~ "«growth» - (текущий / предыдущий - " +#~ "1)% , «value» - (текущий-предыдущий)" + +#~ msgid "Time Shift" +#~ msgstr "Временной сдвиг" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "Постфикс" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "Tекст, который отображается ниже вашего числа" + +#~ msgid "label" +#~ msgstr "Подпись" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" +#~ "«count» это тоже самое, что и " +#~ "COUNT(*) если используются группы. Числовые" +#~ " столбцы будут агрегированы. Не числовые" +#~ " столбцы будут использоваться для подписи" +#~ " точек. Оставьте пустым, чтобы получить " +#~ "количество элементов в каждом кластере." + +#~ msgid "Map Style" +#~ msgstr "Стиль Карты" + +#~ msgid "Base layer map style" +#~ msgstr "Выбрать стиль карты" + +#~ msgid "Clustering Radius" +#~ msgstr "Радиус Кластеризации" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" +#~ "Радиус (в пикселях), используемый алгоритмом" +#~ " для группировки отдельных точек в " +#~ "кластера. Выберите 0, чтобы отключить " +#~ "кластеризацию, но помните, что большое " +#~ "количество точек (>1000) вызовет существенную" +#~ " задержку при рендеринге карты." + +#~ msgid "Point Size" +#~ msgstr "Размер точки" + +#~ msgid "Fixed point radius" +#~ msgstr "Радиус Точки" + +#~ msgid "Point Radius" +#~ msgstr "Радиус Точки" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" +#~ "Радиус отдельных точек (тех, которые не" +#~ " находятся в кластере). Числовой столбец" +#~ " или режим «авто», который масштабирует " +#~ "точку на основе наибольшего кластера." + +#~ msgid "Point Radius Unit" +#~ msgstr "Единица измерения" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "Единица измерения для указанной точки" + +#~ msgid "Point Unit" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "Прозрачность" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" +#~ "Установить прозрачность для кластеров и " +#~ "точек. Значения прозрачности лежат в " +#~ "диапазоне [0,1]." + +#~ msgid "Viewport" +#~ msgstr "Область просмотра" + +#~ msgid "Parameters related to the view and perspective on the map" +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "Масштаб" + +#~ msgid "Zoom level of the map" +#~ msgstr "Уровень масштабирования карты" + +#~ msgid "Default latitude" +#~ msgstr "Широта по умолчанию" + +#~ msgid "Latitude of default viewport" +#~ msgstr "Широта, которая используется при первом отображении карты" + +#~ msgid "Default longitude" +#~ msgstr "Долгота по умолчанию" + +#~ msgid "Longitude of default viewport" +#~ msgstr "Долгота, которая используется при первом отображении карты" + +#~ msgid "Live render" +#~ msgstr "Рендер в реальном времени" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "Точки и кластеры будут обновляться по мере изменения окна просмотра" + +#~ msgid "RGB Color" +#~ msgstr "Цвет" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "Цвет точек и кластеров в RGB" + +#~ msgid "Color" +#~ msgstr "Цвет" + +#~ msgid "Pick a color" +#~ msgstr "Выберите цвет" + +#~ msgid "Ranges" +#~ msgstr "Диапазон" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "Диапазон для выделения с затенением" + +#~ msgid "Range labels" +#~ msgstr "Подписи диапазона" + +#~ msgid "Labels for the ranges" +#~ msgstr "Добавить подписи диапазона" + +#~ msgid "Markers" +#~ msgstr "Маркеры" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "Список значений для маркировки треугольниками" + +#~ msgid "Marker labels" +#~ msgstr "Подписи маркеров" + +#~ msgid "Labels for the markers" +#~ msgstr "Добавить подписи к маркерам" + +#~ msgid "Marker lines" +#~ msgstr "Линии маркеров" + +#~ msgid "List of values to mark with lines" +#~ msgstr "Список значений для маркировки линиями" + +#~ msgid "Marker line labels" +#~ msgstr "Подписи линий маркеров" + +#~ msgid "Labels for the marker lines" +#~ msgstr "Метки для линий маркеров" + +#~ msgid "Slice ID" +#~ msgstr "Slice ID" + +#~ msgid "The id of the active slice" +#~ msgstr "Идентификатор активного среза" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "Тайм-аут кэша (секунды)" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "Количество секунд до истечения срока действия кэша" + +#~ msgid "Order by entity id" +#~ msgstr "Упорядочить по идентификатору элемента" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" +#~ "Важно! Выберите этот параметр, если " +#~ "таблица еще не отсортирована по " +#~ "идентификатору, иначе нет гарантии, что " +#~ "будут возвращены все события для каждого" +#~ " элемента." + +#~ msgid "Minimum leaf node event count" +#~ msgstr "Минимальное количество событий" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" +#~ "Конечные узлы, представляющие меньшее " +#~ "количество событий, будут изначально скрыты" + +#~ msgid "Color Scheme" +#~ msgstr "Цветовая схема" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "Цветовая схема, применяемая для раскрашивания диаграммы" + +#~ msgid "Significance Level" +#~ msgstr "Уровень значимости" + +#~ msgid "Threshold alpha level for determining significance" +#~ msgstr "Пороговый уровень для определения значимости" + +#~ msgid "p-value precision" +#~ msgstr "точность p-значения" + +#~ msgid "Number of decimal places with which to display p-values" +#~ msgstr "Количество знаков после запятой, для отображаения p-значения" + +#~ msgid "Lift percent precision" +#~ msgstr "" + +#~ msgid "Number of decimal places with which to display lift values" +#~ msgstr "" + +#~ msgid "Time Series Columns" +#~ msgstr "Столбцы Временных Рядов" + +#~ msgid "Use Area Proportions" +#~ msgstr "Площадь сегмента" + +#~ msgid "" +#~ "Check if the Rose Chart should use" +#~ " segment area instead of segment " +#~ "radius for proportioning" +#~ msgstr "Диаграмма использует площадь сегмента вместо радиуса" + +#~ msgid "Options" +#~ msgstr "Опции" + +#~ msgid "Not Time Series" +#~ msgstr "Не временный ряд" + +#~ msgid "Ignore time" +#~ msgstr "Игнорировать время" + +#~ msgid "Time Series" +#~ msgstr "Временные ряды" + +#~ msgid "Standard time series" +#~ msgstr "Стандартные временные ряды" + +#~ msgid "Aggregate Mean" +#~ msgstr "Среднее" + +#~ msgid "Mean of values over specified period" +#~ msgstr "Среднее значений за указанный период" + +#~ msgid "Aggregate Sum" +#~ msgstr "Сумма" + +#~ msgid "Sum of values over specified period" +#~ msgstr "Сумма значений за указанный период" + +#~ msgid "Difference" +#~ msgstr "Разница" + +#~ msgid "Metric change in value from `since` to `until`" +#~ msgstr "Разница значения" + +#~ msgid "Percent Change" +#~ msgstr "Процентное изменение" + +#~ msgid "Metric percent change in value from `since` to `until`" +#~ msgstr "Процент изменения значения показателя" + +#~ msgid "Factor" +#~ msgstr "Фактор" + +#~ msgid "Metric factor change from `since` to `until`" +#~ msgstr "Изменения фактора" + +#~ msgid "Advanced Analytics" +#~ msgstr "Расширенный анализ" + +#~ msgid "Use the Advanced Analytics options below" +#~ msgstr "Используйте дополнительные параметры расчета" + +#~ msgid "Settings for time series" +#~ msgstr "Настройки временных рядов" + +#~ msgid "Equal Date Sizes" +#~ msgstr "" + +#~ msgid "Check to force date partitions to have the same height" +#~ msgstr "" + +#~ msgid "Partition Limit" +#~ msgstr "Ограничение Разделов" + +#~ msgid "" +#~ "The maximum number of subdivisions of" +#~ " each group; lower values are pruned" +#~ " first" +#~ msgstr "" +#~ "Максимальное число разбиений для каждой " +#~ "группы. Сначала убираются более низкие " +#~ "значения" + +#~ msgid "Partition Threshold" +#~ msgstr "Порог размера" + +#~ msgid "" +#~ "Partitions whose height to parent height" +#~ " proportions are below this value are" +#~ " pruned" +#~ msgstr "Части, размеры которых ниже этого значения, обрезаются" + +#~ msgid "Lines column" +#~ msgstr "" + +#~ msgid "The database columns that contains lines information" +#~ msgstr "Столбцы БД, содержащие информацию о строках" + +#~ msgid "Lines encoding" +#~ msgstr "Кодирование строк" + +#~ msgid "The encoding format of the lines" +#~ msgstr "Формат кодирования строк" + +#~ msgid "Line width" +#~ msgstr "Толщина линии" + +#~ msgid "The width of the lines" +#~ msgstr "Задать толщину линии" + +#~ msgid "Reverse Lat & Long" +#~ msgstr "Поменять Широту и Долготу" + +#~ msgid "deck.gl charts" +#~ msgstr "" + +#~ msgid "Pick a set of deck.gl charts to layer on top of one another" +#~ msgstr "" + +#~ msgid "Select charts" +#~ msgstr "Выбрать диаграммы" + +#~ msgid "Error while fetching charts" +#~ msgstr "Ошибка при загрузке графики" + +#~ msgid "Javascript data interceptor" +#~ msgstr "Перехватчик данных Javascript" + +#~ msgid "" +#~ "Define a javascript function that " +#~ "receives the data array used in " +#~ "the visualization and is expected to " +#~ "return a modified version of that " +#~ "array. This can be used to alter" +#~ " properties of the data, filter, or" +#~ " enrich the array." +#~ msgstr "" +#~ "Определите функцию javascript, которая " +#~ "получает массив данных, используемый в " +#~ "визуализации, и, как ожидается, возвратит " +#~ "измененную версию этого массива. Это " +#~ "может пригодиться для изменения свойств " +#~ "данных, фильтра или обогащения массива." + +#~ msgid "Javascript data mutator" +#~ msgstr "Мутатор данных Javascript" + +#~ msgid "" +#~ "Define a function that receives " +#~ "intercepts the data objects and can " +#~ "mutate it" +#~ msgstr "" +#~ "Определите функцию, которая перехватывает " +#~ "объекты данных для последующей мутации" + +#~ msgid "Javascript tooltip generator" +#~ msgstr "Генератор подсказок Javascript" + +#~ msgid "" +#~ "Define a function that receives the " +#~ "input and outputs the content for " +#~ "a tooltip" +#~ msgstr "" +#~ "Определение функции, которая получает входные" +#~ " данные и выводит содержимое подсказки" + +#~ msgid "Javascript onClick href" +#~ msgstr "JavaScript onclick атрибут" + +#~ msgid "Define a function that returns a URL to navigate to when user clicks" +#~ msgstr "Определение функции, возвращающей URL для перехода при нажатии" + +#~ msgid "Extra data for JS" +#~ msgstr "Доп. данные для JS" + +#~ msgid "List of extra columns made available in Javascript functions" +#~ msgstr "Список дополнительных столбцов, доступных в функциях Javascript" + +#~ msgid "Stroked" +#~ msgstr "Штриховать" + +#~ msgid "Whether to display the stroke" +#~ msgstr "Отображать штриховать" + +#~ msgid "Filled" +#~ msgstr "Закраска" + +#~ msgid "Whether to fill the objects" +#~ msgstr "Закрашивать объекты" + +#~ msgid "Time" +#~ msgstr "Время" + +#~ msgid "Time related form attributes" +#~ msgstr "" +#~ "В этом разделе можно установить " +#~ "параметры диаграммы, связанные с временем" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "Источник данных & Тип графика" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" +#~ "В этом разделе представлены способы " +#~ "включения фрагментов кода SQL в ваш " +#~ "запрос." + +#~ msgid "Annotations and Layers" +#~ msgstr "Аннотация" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" +#~ "В этом разделе содержатся параметры, " +#~ "которые позволяют производить аналитическую " +#~ "пост-обработку результатов запроса" + +#~ msgid "Result Filters" +#~ msgstr "Фильтр результатов" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "Фильтры, применяемые после агрегации." + +#~ msgid "Chart Options" +#~ msgstr "Параметры диаграммы" + +#~ msgid "Breakdowns" +#~ msgstr "Ряды данных (сегментировать)" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "Определяет на какие сегменты будет разбит каждый столбец данных" + +#~ msgid "Pie Chart" +#~ msgstr "Круговая диаграмма" + +#~ msgid "Time Series - Periodicity Pivot" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "Линейный график с двумя осями" + +#~ msgid "Y Axis 1" +#~ msgstr "Первая ось Y" + +#~ msgid "Y Axis 2" +#~ msgstr "Вторая ось Y" + +#~ msgid "Left Axis Metric" +#~ msgstr "Показатель для левой оси" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "Выбрать показатель для левой оси" + +#~ msgid "Left Axis Format" +#~ msgstr "Формат левой оси" + +#~ msgid "Axes" +#~ msgstr "Оси" + +#~ msgid "Map" +#~ msgstr "Карта" + +#~ msgid "Deck.gl - Hexagons" +#~ msgstr "" + +#~ msgid "Advanced" +#~ msgstr "Дополнительно" + +#~ msgid "Metric used to control height" +#~ msgstr "Показатель используемый для контроля высоты" + +#~ msgid "Deck.gl - Grid" +#~ msgstr "" + +#~ msgid "Deck.gl - Screen grid" +#~ msgstr "" + +#~ msgid "Grid" +#~ msgstr "Сетка" + +#~ msgid "Weight" +#~ msgstr "Вес" + +#~ msgid "Metric used as a weight for the grid's coloring" +#~ msgstr "Показатель, используемый в качестве веса для раскраски сетки" + +#~ msgid "Deck.gl - geoJson" +#~ msgstr "" + +#~ msgid "GeoJson Settings" +#~ msgstr "Настройки Geojson " + +#~ msgid "Polygon Settings" +#~ msgstr "Параметры Полигона" + +#~ msgid "Arc" +#~ msgstr "Дуга" + +#~ msgid "Point Color" +#~ msgstr "Цвет Точки" + +#~ msgid "Categorical Color" +#~ msgstr "" + +#~ msgid "Pick a dimension from which categorical colors are defined" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "АГРЕГАЦИЯ" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" +#~ "Используйте этот раздел, если необходимо " +#~ "предварительно агрегировать данные" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "БЕЗ АГРЕГАЦИИ" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" +#~ "Используйте этот раздел, если необходимо " +#~ "использовать исходные данные как есть, " +#~ "без предварительной агрегации" + +#~ msgid "Time Series Table" +#~ msgstr "Таблица временных рядов" + +#~ msgid "" +#~ "Templated link, it's possible to include" +#~ " {{ metric }} or other values " +#~ "coming from the controls." +#~ msgstr "" +#~ "Шаблонная ссылка, можно включить {{ " +#~ "metric }} или другие значения, " +#~ "поступающие из элементов управления." + +#~ msgid "Pivot Options" +#~ msgstr "Опции" + +#~ msgid "Bubbles" +#~ msgstr "Пузырьки" + +#~ msgid "Numeric Column" +#~ msgstr "Числовой столбец" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "Выберите числовой столбец, чтобы построить гистограмму" + +#~ msgid "No of Bins" +#~ msgstr "Количество ячеек" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "Выберите количество ячеек" + +#~ msgid "Primary Metric" +#~ msgstr "Первый показатель" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "Первый показатель используется для определения размеров сегмента дуги" + +#~ msgid "Secondary Metric" +#~ msgstr "Второй показатель" + +#~ msgid "" +#~ "[optional] this secondary metric is used" +#~ " to define the color as a ratio" +#~ " against the primary metric. When " +#~ "omitted, the color is categorical and" +#~ " based on labels" +#~ msgstr "" +#~ "Необязательный параметр. Используется для " +#~ "формирования цвета на основе отношения к" +#~ " первому показателю. " + +#~ msgid "Hierarchy" +#~ msgstr "Иерархическая структура" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "Каждый срез определяет уровень иерархии" + +#~ msgid "Source / Target" +#~ msgstr "Источник / Назначение" + +#~ msgid "Choose a source and a target" +#~ msgstr "Выберите срез данных для источника и назначения" + +#~ msgid "Chord Diagram" +#~ msgstr "" + +#~ msgid "Choose a number format" +#~ msgstr "Выберите формат чисел" + +#~ msgid "Source" +#~ msgstr "Источник" + +#~ msgid "Choose a source" +#~ msgstr "Выберите срез источника" + +#~ msgid "Target" +#~ msgstr "Назначение" + +#~ msgid "Choose a target" +#~ msgstr "Выберите срез назначения" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "Геокод по стандарту ISO 3166-2" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" +#~ "Стандарт ISO 3166-2 — часть стандарта" +#~ " ISO 3166, определяющего геокоды для " +#~ "основных единиц первого и второго уровня" +#~ " деления территории всех стран." + +#~ msgid "Country Control" +#~ msgstr "Геокод страны" + +#~ msgid "3 letter code of the country" +#~ msgstr "Трехбуквенный код страны" + +#~ msgid "Metric for color" +#~ msgstr "Показатель / Цвет" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "Показатель, определяющий цвет страны" + +#~ msgid "Bubble size" +#~ msgstr "Размер маркера" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "Показатель, определяющий размер маркера (окружность)" + +#~ msgid "Filter Box" +#~ msgstr "Фильтр" + +#~ msgid "Filter controls" +#~ msgstr "Фильтруемые срезы" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" +#~ "Срезы данных, на которые вы хотите " +#~ "включить фильтр. Обратите внимание, что " +#~ "в этом списке будут отображаться только" +#~ " столбцы, отмеченные в свойствах таблицы" +#~ " как «фильтруемые»." + +#~ msgid "Heatmap Options" +#~ msgstr "Параметры тепловой карты" + +#~ msgid "Value bounds" +#~ msgstr "Границы значения" + +#~ msgid "Value Format" +#~ msgstr "Формат значения" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "Точки" + +#~ msgid "Labelling" +#~ msgstr "Маркировка" + +#~ msgid "Visual Tweaks" +#~ msgstr "Визуальные твики" + +#~ msgid "Column containing longitude data" +#~ msgstr "Столбец, содержащий данные долготы" + +#~ msgid "Column containing latitude data" +#~ msgstr "Столбец, содержащий данные широты" + +#~ msgid "Cluster label aggregator" +#~ msgstr "Агрегатор меток кластера" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" +#~ "Агрегатная функция применяется к списку " +#~ "точек в каждом кластере для создания " +#~ "метки кластера." + +#~ msgid "Tooltip" +#~ msgstr "Подсказка" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "" +#~ "Показывать всплывающую подсказку при наведении" +#~ " курсора на точки и кластеры" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "" +#~ "Один или несколько элементов в группе." +#~ " Должны присутствовать столбцы широты и " +#~ "долготы." + +#~ msgid "Event definition" +#~ msgstr "Определение события" + +#~ msgid "Additional meta data" +#~ msgstr "Дополнительные метаданные" + +#~ msgid "Column containing entity ids" +#~ msgstr "Столбец, содержащий идентификатор" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "например, столбец «user id»" + +#~ msgid "Column containing event names" +#~ msgstr "Столбец, содержащий имена событий" + +#~ msgid "Event count limit" +#~ msgstr "Ограничение количества событий" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "Максимальное число возвращаемых событий, эквивалентное числу строк" + +#~ msgid "Meta data" +#~ msgstr "Метаданные" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "Выберите любые столбцы для проверки метаданных" + +#~ msgid "Paired t-test" +#~ msgstr "" + +#~ msgid "Time Series Options" +#~ msgstr "" + +#~ msgid "Favorites" +#~ msgstr "Избранное" + +#~ msgid "Created Content" +#~ msgstr "Созданный контент" + +#~ msgid "Recent Activity" +#~ msgstr "Последние действия" + +#~ msgid "Security & Access" +#~ msgstr "Безопасность и Доступ" + +#~ msgid "No slices" +#~ msgstr "Нет срезов данных" + +#~ msgid "No dashboards" +#~ msgstr "Нет отчётов" + +#~ msgid "Slices" +#~ msgstr "Срезы данных" + +#~ msgid "No favorite charts yet, go click on stars!" +#~ msgstr "" +#~ "Нет избранных диаграмм. Нажмите звёздочку " +#~ "напротив названия необходимого графика, чтобы" +#~ " он появился в списке избранных " +#~ "диаграмм." + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "" +#~ "Нет избранных отчётов. Нажмите звёздочку " +#~ "напротив названия необходимого отчета, чтобы" +#~ " он появился в этом списке." + +#~ msgid "Roles" +#~ msgstr "Роли" + +#~ msgid "Databases" +#~ msgstr "Базы данных" + +#~ msgid "Datasources" +#~ msgstr "Источники данных" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "Изображение профиля, сгенерированное сервисом Gravatar" + +#~ msgid "joined" +#~ msgstr "присоединился" + +#~ msgid "id:" +#~ msgstr "идентификатор:" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "Извините, похоже, нет данных" + +#~ msgid "Data has no time steps" +#~ msgstr "Данные не имеют временной шкалы" + +#~ msgid "Select starting date" +#~ msgstr "Выберите дату начала" + +#~ msgid "Select end date" +#~ msgstr "Выберите дату окончания" + +#~ msgid "Select [%s]" +#~ msgstr "Выбрать [%s]" + +#~ msgid "Apply" +#~ msgstr "Применить" + +#~ msgid "Druid Clusters" +#~ msgstr "Список Кластеров Druid" + +#~ msgid "Sources" +#~ msgstr "Источники" + +#~ msgid "Druid Datasources" +#~ msgstr "Источники Данных Druid" + +#~ msgid "Scan New Datasources" +#~ msgstr "Сканирование Новых Источников" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "Обновить Метаданные Druid" + +#~ msgid "Refresh Metadata" +#~ msgstr "Обновить метаданные" + +#~ msgid "Refresh column metadata" +#~ msgstr "Обновить метаданные столбцов" + +#~ msgid "Tables" +#~ msgstr "Таблицы" + +#~ msgid "Import" +#~ msgstr "Импорт" + +#~ msgid "Annotation Layers" +#~ msgstr "Слои аннотаций" + +#~ msgid "Manage" +#~ msgstr "Управление" + +#~ msgid "Annotations" +#~ msgstr "Аннотации" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "Источник данных %(name)s уже существует" + +#~ msgid "Export to YAML" +#~ msgstr "Экспорт в YAML" + +#~ msgid "Export to YAML?" +#~ msgstr "Экспорт в YAML?" + +#~ msgid "Delete" +#~ msgstr "Удалить" + +#~ msgid "Delete all Really?" +#~ msgstr "Удалить все?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "Эта конечная точка требует разрешения «all_datasource_access»" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "Источник данных, похоже, был удален" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "Запросы доступа, похоже, были удалены" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "Пользователь, кажется, был удален" + +#~ msgid "" +#~ "You don't have access to this " +#~ "datasource. (Gain access)" +#~ msgstr "" +#~ "У вас нет доступа к этому " +#~ "источнику данных. (Gain " +#~ "access)" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "У вас нет доступа к этому источнику данных" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "" +#~ "Для просмотра базы данных %(name)s " +#~ "необходимо иметь соответствующий доступ или" +#~ " разрешение «all_datasource_access»" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "" +#~ "Для этой конечной точки %(name)s " +#~ "необходимо иметь соответствующий доступ или" +#~ " разрешение «all_datasource_access»" + +#~ msgid "Import Dashboards" +#~ msgstr "Импорт Отчетов" + +#~ msgid "Access requests" +#~ msgstr "Запросы доступа" + +#~ msgid "Security" +#~ msgstr "Безопасность" + +#~ msgid "Export" +#~ msgstr "Экспорт" + +#~ msgid "Export dashboards?" +#~ msgstr "Экспортировать отчет?" + +#~ msgid "Action Log" +#~ msgstr "Журнал Действий" + +#~ msgid "Access was requested" +#~ msgstr "Запрошен доступ" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "" +#~ "%(user)s была предоставлена роль %(role)s, " +#~ "которая дает доступ к ресурсам " +#~ "%(datasource)s" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "" +#~ "Роль %(r) s была расширена для " +#~ "обеспечения доступа к источнику данных " +#~ "%(ds)s" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "У вас нет разрешения на утверждение этого запроса" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "" +#~ "Неправильный запрос. Ожидаются аргументы " +#~ "slice_id или table_name и db_name" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "Отчёт %(id)s не найден" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "Таблица %(t)s не найдена в базе данных %(d)s" + +#~ msgid "Can't find User '%(name)s', please ask your admin to create one." +#~ msgstr "" +#~ "Не удалось найти пользователя ‘%(name)s’. " +#~ "Обратитесь к администратору, чтобы создать " +#~ "его." + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "Не удалось найти DruidCluster с именем cluster_name = ‘%(name)s’" + +#~ msgid "CSS Templates" +#~ msgstr "Шаблоны CSS" + +#~ msgid "SQL Lab" +#~ msgstr "Лаборатория" + +#~ msgid "Upload a CSV" +#~ msgstr "Загрузить CSV" + +#~ msgid "Queries" +#~ msgstr "Запросы" + +#~ msgid "Saved Queries" +#~ msgstr "Сохраненные запросы" + +#~ msgid "Time Column" +#~ msgstr "Столбец с датой" + +#~ msgid "second" +#~ msgstr "секунда" + +#~ msgid "minute" +#~ msgstr "минута" + +#~ msgid "hour" +#~ msgstr "час" + +#~ msgid "day" +#~ msgstr "день" + +#~ msgid "week" +#~ msgstr "неделя" + +#~ msgid "month" +#~ msgstr "месяц" + +#~ msgid "quarter" +#~ msgstr "квартал" + +#~ msgid "year" +#~ msgstr "год" + +#~ msgid "week_ending_saturday" +#~ msgstr "неделя_конец_суббота" + +#~ msgid "week_start_sunday" +#~ msgstr "неделя_начало_воскресенье" + +#~ msgid "week_start_monday" +#~ msgstr "неделя_начало_понедельник" + +#~ msgid "5 minute" +#~ msgstr "5 минут" + +#~ msgid "half hour" +#~ msgstr "полчаса" + +#~ msgid "10 minute" +#~ msgstr "10 минут" + +#~ msgid "Table Name" +#~ msgstr "Имя Таблицы" -#: superset/connectors/druid/views.py:252 superset/connectors/sqla/views.py:225 -msgid "Owner" -msgstr "Владелец" +#~ msgid "Name of table to be created from csv data." +#~ msgstr "Имя таблицы, которая будет сформирована из данных csv." -#: superset/connectors/druid/views.py:253 -msgid "Is Hidden" -msgstr "Скрыто" +#~ msgid "CSV File" +#~ msgstr "CSV Файл" -#: superset/connectors/druid/views.py:254 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" -msgstr "Включить Онлайн Фильтр" +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "Выберите файл CSV, который будет загружен в БД." -#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" -msgstr "Конечная точка по умолчанию" +#~ msgid "CSV Files Only!" +#~ msgstr "Только CSV-файлы!" -#: superset/connectors/druid/views.py:256 -msgid "Time Offset" -msgstr "Смещение Времени" +#~ msgid "Database" +#~ msgstr "БД" -#: superset/connectors/druid/views.py:257 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:269 superset/views/core.py:445 -msgid "Cache Timeout" -msgstr "Тайм-аут Кэша" +#~ msgid "Delimiter" +#~ msgstr "Разделитель" -#: superset/connectors/druid/views.py:289 -msgid "Druid Datasources" -msgstr "Источники Данных Druid" +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "Разделитель, используемый CSV-файлом (для пробелов используется \\s+)." -#: superset/connectors/druid/views.py:337 -msgid "Scan New Datasources" -msgstr "Сканирование Новых Источников" +#~ msgid "Table Exists" +#~ msgstr "Метод добавления" -#: superset/connectors/druid/views.py:345 -msgid "Refresh Druid Metadata" -msgstr "Обновить Метаданные Druid" +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" +#~ "Если таблица уже существует, выполните " +#~ "одно из следующих действий: Fail (ничего" +#~ " не делать), Replace (удалить и " +#~ "заново создать таблицу) или Append " +#~ "(добавить данные)." -#: superset/connectors/sqla/models.py:478 -msgid "" -"Datetime column not provided as part table configuration and is required by " -"this type of chart" -msgstr "" -"Для данной диаграммы необходим временной ряд. Укажите столбец с датой в " -"соответствующем поле раздела [Время]" +#~ msgid "Fail" +#~ msgstr "" -#: superset/connectors/sqla/models.py:482 -msgid "Empty query?" -msgstr "Пустой запрос?" +#~ msgid "Replace" +#~ msgstr "" -#: superset/connectors/sqla/models.py:485 -msgid "Metric '{}' is not valid" -msgstr "Показатель ‘{}’ не является допустимым" +#~ msgid "Append" +#~ msgstr "" -#: superset/connectors/sqla/models.py:712 -msgid "" -"Table [{}] doesn't seem to exist in the specified database, couldn't fetch " -"column information" -msgstr "" -"Таблица [{}], похоже, не существует в указанной базе данных. Не удается " -"получить сведения о столбце." +#~ msgid "Schema" +#~ msgstr "Схема" -#: superset/connectors/sqla/views.py:23 -msgid "List Columns" -msgstr "Список столбцов" +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "Укажите схему (если это поддерживается базой данных)." -#: superset/connectors/sqla/views.py:24 -msgid "Show Column" -msgstr "Показать столбец" +#~ msgid "Header Row" +#~ msgstr "Строка заголовков" -#: superset/connectors/sqla/views.py:25 -msgid "Add Column" -msgstr "Добавить столбец" +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" +#~ "Строка, содержащая заголовки для использования" +#~ " в качестве имен столбцов (0 - " +#~ "первая строка данных). Оставьте пустым, " +#~ "если строка заголовка отсутствует." -#: superset/connectors/sqla/views.py:26 -msgid "Edit Column" -msgstr "Редактировать столбец" +#~ msgid "Index Column" +#~ msgstr "Столбец индекса" -#: superset/connectors/sqla/views.py:41 -msgid "" -"Whether to make this column available as a [Time Granularity] option, column " -"has to be DATETIME or DATETIME-like" -msgstr "" -"Сделать этот столбец доступным в разделе [Время]. Столбец должен быть в формате " -"DATETIME" +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" +#~ "Столбец для использования в качестве " +#~ "меток строк данных. Оставьте пустым, " +#~ "если столбец индекса отсутствует." -#: superset/connectors/sqla/views.py:48 -msgid "" -"The data type that was inferred by the database. It may be necessary to input a " -"type manually for expression-defined columns in some cases. In most case users " -"should not need to alter this." -msgstr "" -"Задать тип данных. В некоторых случаях может потребоваться ввести тип вручную " -"для столбцов, которые формируются специальными запросами. В большинстве случаев " -"изменять содержимое этого поля не обязательно." +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "Дубликаты" -#: superset/connectors/sqla/views.py:86 -msgid "Expression" -msgstr "Выражение SQL" +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" +#~ "Если есть столбцы с одинаковым именем," +#~ " то присвоить им порядковые номера -" +#~ " столбец1, столбец2, … и т.д." -#: superset/connectors/sqla/views.py:87 -msgid "Is temporal" -msgstr "Содержит дату /время" +#~ msgid "Skip Initial Space" +#~ msgstr "Убрать пробелы" -#: superset/connectors/sqla/views.py:88 -msgid "Datetime Format" -msgstr "Формат Datetime" +#~ msgid "Skip spaces after delimiter." +#~ msgstr "Пропустить пробелы после разделителя." -#: superset/connectors/sqla/views.py:89 -msgid "Database Expression" -msgstr "Database Expression" +#~ msgid "Skip Rows" +#~ msgstr "Игнорировать" -#: superset/connectors/sqla/views.py:100 -msgid "List Metrics" -msgstr "Список показателей" +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "Количество первых строк, которые нужно проигнорировать." -#: superset/connectors/sqla/views.py:101 -msgid "Show Metric" -msgstr "Показать показатель" +#~ msgid "Rows to Read" +#~ msgstr "Строки для чтения" -#: superset/connectors/sqla/views.py:102 -msgid "Add Metric" -msgstr "Добавить показатель" +#~ msgid "Number of rows of file to read." +#~ msgstr "Количество строк файла для чтения." -#: superset/connectors/sqla/views.py:103 -msgid "Edit Metric" -msgstr "Редактировать показатель" +#~ msgid "Skip Blank Lines" +#~ msgstr "Пропустить пустые строки" -#: superset/connectors/sqla/views.py:132 -msgid "SQL Expression" -msgstr "Выражение SQL" +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "Пропустите пустые строки, а не интерпретировать их как значения NaN." -#: superset/connectors/sqla/views.py:134 -msgid "D3 Format" -msgstr "Формат D3" +#~ msgid "Parse Dates" +#~ msgstr "Разбор Дат" -#: superset/connectors/sqla/views.py:135 -msgid "Is Restricted" -msgstr "Ограничено" +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" -#: superset/connectors/sqla/views.py:154 -msgid "List Tables" -msgstr "Список таблиц" +#~ msgid "Infer Datetime Format" +#~ msgstr "Формат даты и времени" -#: superset/connectors/sqla/views.py:155 -msgid "Show Table" -msgstr "Показать таблицу" +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" +#~ "Используйте Pandas для автоматической " +#~ "интерпретации формата даты и времени." -#: superset/connectors/sqla/views.py:156 -msgid "Add Table" -msgstr "Добавить таблицу" +#~ msgid "Decimal Character" +#~ msgstr "Десятичный символ" -#: superset/connectors/sqla/views.py:157 -msgid "Edit Table" -msgstr "Редактировать таблицу" +#~ msgid "Character to interpret as decimal point." +#~ msgstr "Символ, который интерпретируется как десятичная точка." -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" -msgstr "Имя таблицы, которая существует в исходной базе данных" +#~ msgid "Dataframe Index" +#~ msgstr "Индекс" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "" -"Схема, используется только в некоторых базах данных, таких как Postgres, " -"Redshift и DB2" +#~ msgid "Write dataframe index as a column." +#~ msgstr "Записывайте индекс данных в виде столбца." -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query " -"against this string as a subquery." -msgstr "Это поле будет выполнять запрос в качестве подзапроса." +#~ msgid "Column Label(s)" +#~ msgstr "Обозначения столбцов" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter control " -"component. Supports jinja template syntax. Applies only when `Enable Filter " -"Select` is on." -msgstr "" -"Предикат применяется при получении значений для компонента - «Фильтр». " -"Поддерживает синтаксис jinja. Применяется только в том случае, если включен " -"параметр «Включить Онлайн Фильтр»." +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" +#~ "Обозначение столбца для столбцов с " +#~ "индексами. Если поле пустое, а настройка" +#~ " [Индекс] включена, то используются имена" +#~ " индексов." -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "" -"Перенаправление на эту конечную точку при нажатии на таблицу в общем списке" +#~ msgid "Viz is missing a datasource" +#~ msgstr "У визуализации отсутствует источник данных" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "Изменено" +#~ msgid "From date cannot be larger than to date" +#~ msgstr "Невозможно выбрать дату [from], которая позже текущего дня" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:265 -#: superset/views/sql_lab.py:17 superset/views/sql_lab.py:54 -msgid "Database" -msgstr "БД" +#~ msgid "Table View" +#~ msgstr "Табличный вид" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:267 -msgid "Last Changed" -msgstr "Последнее изменение" +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "" +#~ "Выберите столбец с датой и необходимый" +#~ " период в секции «Время» или снимите" +#~ " флажок «Включая дату»" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" -msgstr "Смещение" +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "" +#~ "Выберите срез данных в полях " +#~ "[Показатели] или [Столбцы], но не в " +#~ "обоих одновременно" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" -msgstr "Извлечь Значения Предиката" +#~ msgid "Time Table View" +#~ msgstr "" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" -msgstr "Основной столбец с датой" +#~ msgid "Pick at least one metric" +#~ msgstr "Выберите хотя бы одно значение" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database connection, " -"schema, and table name" -msgstr "" -"Не удалось найти таблицу [{}]. Проверьте подключение к базе данных, схему и имя " -"таблицы." +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" +#~ "При использовании поля [Группировка] вы " +#~ "не ограничены использованием одного среза" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, you " -"should now click the edit button by the new table to configure it." -msgstr "" -"Таблица была создана. Нажмите на кнопку редактирования напротив новой таблицы, " -"чтобы настроить её." +#~ msgid "Pivot Table" +#~ msgstr "Сводная таблица" -#: superset/connectors/sqla/views.py:278 -msgid "Refresh Metadata" -msgstr "Обновить метаданные" +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "Выберите хотя бы один срез в поле [Группировка]" -#: superset/connectors/sqla/views.py:279 -msgid "Refresh column metadata" -msgstr "Обновить метаданные столбцов" +#~ msgid "Please choose at least one metric" +#~ msgstr "Пожалуйста, выберите хотя бы один показатель" -#: superset/connectors/sqla/views.py:288 -#, python-format -msgid "Metadata refreshed for the following table(s): %(tables)s" -msgstr "Метаданные обновлены для следующих таблиц: %(tables)s" +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "Нельзя использовать один и тот же срез в двух полях" -#: superset/connectors/sqla/views.py:296 -msgid "Tables" -msgstr "Таблицы" +#~ msgid "Markup" +#~ msgstr "" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "Профиль" +#~ msgid "Separator" +#~ msgstr "Разделитель" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "Выход из системы" +#~ msgid "Word Cloud" +#~ msgstr "Облако тегов" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "Вход в систему" +#~ msgid "Treemap" +#~ msgstr "Дерево" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "Количество записей" +#~ msgid "Calendar Heatmap" +#~ msgstr "" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "Записи не найдены" +#~ msgid "Box Plot" +#~ msgstr "" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "Импорт" +#~ msgid "Bubble Chart" +#~ msgstr "Пузырьковая диаграмма" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "Нет доступа!" +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "Выберите срез для X, Y и размер" -#: superset/templates/superset/request_access.html:7 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "У вас нет разрешений на доступ к источнику данных: %(name)s." +#~ msgid "Bullet Chart" +#~ msgstr "" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "Запросить права доступа" +#~ msgid "Pick a metric to display" +#~ msgstr "Выберите показатель для отображения" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "Тестовое соединение" +#~ msgid "Big Number with Trendline" +#~ msgstr "" -#: superset/views/annotations.py:47 -msgid "Annotation Layers" -msgstr "Слои аннотаций" +#~ msgid "Pick a metric!" +#~ msgstr "Выберите показатель!" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 -#: superset/views/core.py:296 superset/views/core.py:2661 -#: superset/views/sql_lab.py:29 -msgid "Manage" -msgstr "Управление" +#~ msgid "Big Number" +#~ msgstr "" -#: superset/views/annotations.py:55 -msgid "Annotations" -msgstr "Аннотации" +#~ msgid "Time Series - Line Chart" +#~ msgstr "" -#: superset/views/base.py:74 -#, python-format -msgid "Datasource %(name)s already exists" -msgstr "Источник данных %(name)s уже существует" +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "Выберите период для временных рядов" -#: superset/views/base.py:233 -msgid "json isn't valid" -msgstr "json не валиден" +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" -#: superset/views/base.py:237 -msgid "Export to YAML" -msgstr "Экспорт в YAML" +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "" -#: superset/views/base.py:237 -msgid "Export to YAML?" -msgstr "Экспорт в YAML?" +#~ msgid "Pick a metric for left axis!" +#~ msgstr "Выберите значение для левой оси!" -#: superset/views/base.py:297 -msgid "Delete" -msgstr "Удалить" +#~ msgid "Pick a metric for right axis!" +#~ msgstr "Выберите значение для правой оси!" -#: superset/views/base.py:298 -msgid "Delete all Really?" -msgstr "Удалить все?" +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "Пожалуйста, выберите разные срезы данных для левой и правой оси" -#: superset/views/core.py:61 -msgid "This endpoint requires the `all_datasource_access` permission" -msgstr "Эта конечная точка требует разрешения «all_datasource_access»" +#~ msgid "Time Series - Bar Chart" +#~ msgstr "" -#: superset/views/core.py:63 -msgid "The datasource seems to have been deleted" -msgstr "Источник данных, похоже, был удален" +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" -#: superset/views/core.py:64 -msgid "The access requests seem to have been deleted" -msgstr "Запросы доступа, похоже, были удалены" +#~ msgid "Time Series - Percent Change" +#~ msgstr "" -#: superset/views/core.py:66 -msgid "The user seems to have been deleted" -msgstr "Пользователь, кажется, был удален" +#~ msgid "Time Series - Stacked" +#~ msgstr "" -#: superset/views/core.py:71 -msgid "You don't have access to this datasource. (Gain access)" -msgstr "" -"У вас нет доступа к этому источнику данных. (Gain access)" +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "" -#: superset/views/core.py:74 -msgid "You don't have access to this datasource" -msgstr "У вас нет доступа к этому источнику данных" +#~ msgid "Histogram" +#~ msgstr "Гистограмма" -#: superset/views/core.py:86 -#, python-format -msgid "" -"This view requires the database %(name)s or `all_datasource_access` permission" -msgstr "" -"Для просмотра базы данных %(name)s необходимо иметь соответствующий доступ или " -"разрешение «all_datasource_access»" +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" -#: superset/views/core.py:91 -#, python-format -msgid "" -"This endpoint requires the datasource %(name)s, database or " -"`all_datasource_access` permission" -msgstr "" -"Для этой конечной точки %(name)s необходимо иметь соответствующий доступ или " -"разрешение «all_datasource_access»" +#~ msgid "Distribution - Bar Chart" +#~ msgstr "" -#: superset/views/core.py:185 -msgid "List Databases" -msgstr "Список БД" +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "Срезы в полях [Столбцы данных] и [Ряды данных] должны быть разными" -#: superset/views/core.py:186 -msgid "Show Database" -msgstr "Показать Базу Данных" +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "Выберите хотя бы одно значение для поля [Столбцы данных]" -#: superset/views/core.py:187 -msgid "Add Database" -msgstr "Добавить Базу Данных" +#~ msgid "Sunburst" +#~ msgstr "" -#: superset/views/core.py:188 -msgid "Edit Database" -msgstr "Редактировать Базу Данных" +#~ msgid "Sankey" +#~ msgstr "" -#: superset/views/core.py:227 -msgid "Expose this DB in SQL Lab" -msgstr "Показать базу данных в SQL Редакторе" +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "Выберите ровно два среза в поле [Источник / Назначение]" -#: superset/views/core.py:228 -msgid "" -"Allow users to run synchronous queries, this is the default and should work " -"well for queries that can be executed within a web request scope (<~1 minute)" -msgstr "" -"Разрешить пользователям выполнять синхронные запросы. Это значение установлено " -"по умолчанию и должно хорошо работать для запросов, которые могут быть " -"выполнены в пределах одной минуты." +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "" +#~ "В полях [Источника] и [Назначения] есть" +#~ " одинаковый срез данных - {}. Срезы" +#~ " не должны пересекаться!" -#: superset/views/core.py:232 -msgid "" -"Allow users to run queries, against an async backend. This assumes that you " -"have a Celery worker setup as well as a results backend." -msgstr "" -"Разрешить пользователям выполнять асинхронные запросы к серверной части. Это " -"предполагает, что у вас настроена очередь запросов Celery Worker." +#~ msgid "Directed Force Layout" +#~ msgstr "" -#: superset/views/core.py:236 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "Разрешить выполнять инструкцию CREATE TABLE AS в редакторе SQL" +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "Выберите ровно два столбца в поле [Группировка]" -#: superset/views/core.py:237 -msgid "" -"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL " -"Lab" -msgstr "" -"Позволяет пользователям запускать инструкции (UPDATE, DELETE, CREATE, …) без " -"SELECT в редакторе SQL" +#~ msgid "Country Map" +#~ msgstr "Карта Стран" -#: superset/views/core.py:241 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table " -"to be created in this schema" -msgstr "" -"При разрешении опции CREATE TABLE AS в редакторе SQL эта опция создаст таблицу " -"в выбранной схеме" +#~ msgid "World Map" +#~ msgstr "Карта Мира" -#: superset/views/core.py:253 -msgid "" -"If Presto, all the queries in SQL Lab are going to be executed as the currently " -"logged on user who must have permission to run them.
If Hive and hive." -"server2.enable.doAs is enabled, will run the queries as service account, but " -"impersonate the currently logged on user via hive.server2.proxy.user property." -msgstr "" -"Если вы используете Presto, все запросы в SQL-Редакторе будут выполняться от " -"авторизованного пользователя, который должен иметь разрешение на их выполнение. " -"
Если включен Hive, то запросы будут выполняться через техническую учетную " -"запись, но ассоциировать зарегистрированного пользователя можно через свойство " -"hive.server2.proxy.user." - -#: superset/views/core.py:261 -msgid "Expose in SQL Lab" -msgstr "Открыть в SQL редакторе" +#~ msgid "Filters" +#~ msgstr "Фильтры" -#: superset/views/core.py:262 -msgid "Allow CREATE TABLE AS" -msgstr "Разрешить CREATE TABLE AS" +#~ msgid "Pick at least one filter field" +#~ msgstr "Выберите хотя бы одно значение из списка" -#: superset/views/core.py:263 -msgid "Allow DML" -msgstr "Allow DML" +#~ msgid "iFrame" +#~ msgstr "" -#: superset/views/core.py:264 -msgid "CTAS Schema" -msgstr "Схема по умолчанию" +#~ msgid "Parallel Coordinates" +#~ msgstr "" -#: superset/views/core.py:266 superset/views/core.py:446 -#: superset/views/core.py:563 superset/views/core.py:630 -msgid "Creator" -msgstr "Автор" +#~ msgid "Heatmap" +#~ msgstr "" -#: superset/views/core.py:268 -msgid "SQLAlchemy URI" -msgstr "SQLAlchemy URI" +#~ msgid "Horizon Charts" +#~ msgstr "" -#: superset/views/core.py:270 -msgid "Extra" -msgstr "Дополнительные параметры" +#~ msgid "Mapbox" +#~ msgstr "" -#: superset/views/core.py:271 -msgid "Allow Run Sync" -msgstr "Allow Run Sync" +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "" -#: superset/views/core.py:272 -msgid "Allow Run Async" -msgstr "Allow Run Async" +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "" -#: superset/views/core.py:273 -msgid "Impersonate the logged on user" -msgstr "Ассоциировать пользователя" +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "Срез [Радиуса точки] должен присутствовать в поле [Группировка]" -#: superset/views/core.py:292 -msgid "Import Dashboards" -msgstr "Импорт Отчетов" +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "Столбцы [Долгота] и [Широта] должны присутствовать в поле [Группировка]" -#: superset/views/core.py:323 -msgid "CSV to Database configuration" -msgstr "Настройка CSV для БД" +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" -#: superset/views/core.py:363 -msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" -msgstr "CSV-файл \"{0}\" загружен в таблицу \"{1}\" базы данных \"{2}\"" +#~ msgid "Bad spatial key" +#~ msgstr "" -#: superset/views/core.py:389 superset/views/core.py:655 -#: superset/views/sql_lab.py:16 superset/views/sql_lab.py:53 -msgid "User" -msgstr "Пользователь" +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" -#: superset/views/core.py:390 -msgid "User Roles" -msgstr "Роли пользователей" +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" -#: superset/views/core.py:391 -msgid "Database URL" -msgstr "URL базы данных" +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" -#: superset/views/core.py:393 -msgid "Roles to grant" -msgstr "Роли для предоставления" +#~ msgid "Deck.gl - Paths" +#~ msgstr "" -#: superset/views/core.py:394 -msgid "Created On" -msgstr "Дата создания" +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" -#: superset/views/core.py:400 -msgid "Access requests" -msgstr "Запросы доступа" +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" -#: superset/views/core.py:402 superset/views/core.py:667 -msgid "Security" -msgstr "Безопасность" +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" -#: superset/views/core.py:409 -msgid "List Charts" -msgstr "Список диаграмм" +#~ msgid "Deck.gl - Arc" +#~ msgstr "" -#: superset/views/core.py:410 -msgid "Show Chart" -msgstr "Показать диаграмму" +#~ msgid "Event flow" +#~ msgstr "" -#: superset/views/core.py:411 -msgid "Add Chart" -msgstr "Добавить диаграмму" +#~ msgid "Time Series - Paired t-test" +#~ msgstr "" -#: superset/views/core.py:412 -msgid "Edit Chart" -msgstr "Редактировать диаграмму" +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" -#: superset/views/core.py:434 -msgid "" -"These parameters are generated dynamically when clicking the save or overwrite " -"button in the explore view. This JSON object is exposed here for reference and " -"for power users who may want to alter specific parameters." -msgstr "" -"Эти параметры генерируются автоматически при нажатии кнопки сохранения. Опытные " -"пользователи могут изменить определенные объекты в формате JSON." +#~ msgid "Partition Diagram" +#~ msgstr "" -#: superset/views/core.py:440 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "Продолжительность (в секундах) таймаута кэширования для этого графика." +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" -#: superset/views/core.py:450 -msgid "Last Modified" -msgstr "Изменено" +#~ msgid "No data was returned." +#~ msgstr "Данных не было." -#: superset/views/core.py:451 superset/views/core.py:562 -msgid "Owners" -msgstr "Владельцы" +#~ msgid "Unsupported extraction function: " +#~ msgstr "" -#: superset/views/core.py:452 -msgid "Parameters" -msgstr "Параметры" +#~ msgid "List Druid Column" +#~ msgstr "Список колонок Druid" -#: superset/views/core.py:453 superset/views/core.py:500 -msgid "Chart" -msgstr "График" +#~ msgid "Show Druid Column" +#~ msgstr "Показать колонку Druid" -#: superset/views/core.py:520 -msgid "List Dashboards" -msgstr "Список Отчётов" +#~ msgid "Add Druid Column" +#~ msgstr "Добавить колонку Druid" -#: superset/views/core.py:521 -msgid "Show Dashboard" -msgstr "Показать Отчёт" +#~ msgid "Edit Druid Column" +#~ msgstr "Редактировать колонку Druid" -#: superset/views/core.py:522 -msgid "Add Dashboard" -msgstr "Добавить Отчёт" +#~ msgid "Column" +#~ msgstr "Колонка" -#: superset/views/core.py:523 -msgid "Edit Dashboard" -msgstr "Редактировать Отчёт" +#~ msgid "Type" +#~ msgstr "Тип" -#: superset/views/core.py:535 -msgid "" -"This json object describes the positioning of the widgets in the dashboard. It " -"is dynamically generated when adjusting the widgets size and positions by using " -"drag & drop in the dashboard view" -msgstr "" -"Этот объект JSON описывает расположение виджетa в отчёте. Он автоматически " -"генерируется при настройке размера и позиций виджета на листе отчёта." +#~ msgid "Datasource" +#~ msgstr "Источник данных" -#: superset/views/core.py:540 -msgid "" -"The css for individual dashboards can be altered here, or in the dashboard view " -"where changes are immediately visible" -msgstr "В этом поле можно задать индивидуальный стиль для отчёта с помощью CSS" +#~ msgid "Groupable" +#~ msgstr "Группируемый" -#: superset/views/core.py:544 -msgid "To get a readable URL for your dashboard" -msgstr "Получить читаемый URL-адрес для отчёта" +#~ msgid "Filterable" +#~ msgstr "Фильтрующийся" -#: superset/views/core.py:545 -msgid "" -"This JSON object is generated dynamically when clicking the save or overwrite " -"button in the dashboard view. It is exposed here for reference and for power " -"users who may want to alter specific parameters." -msgstr "Параметры отчёта в формате JSON." +#~ msgid "Count Distinct" +#~ msgstr "Count Distinct" -#: superset/views/core.py:550 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "Владельцы - это список пользователей, которые могут изменять отчёт." +#~ msgid "Sum" +#~ msgstr "Sum" -#: superset/views/core.py:558 superset/views/core.py:628 -msgid "Dashboard" -msgstr "Отчёт" +#~ msgid "Min" +#~ msgstr "Минимум" -#: superset/views/core.py:560 -msgid "Slug" -msgstr "Читаемый URL" +#~ msgid "Max" +#~ msgstr "Максимум" -#: superset/views/core.py:565 -msgid "Position JSON" -msgstr "Позиция JSON" +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "" +#~ "Необходимо отметить, если столбец должен " +#~ "быть доступен в разделе «Фильтры»." -#: superset/views/core.py:567 -msgid "JSON Metadata" -msgstr "Параметры JSON" +#~ msgid "List Druid Metric" +#~ msgstr "Список Druid Метрик" -#: superset/views/core.py:568 -msgid "Underlying Tables" -msgstr "Базовые таблицы" +#~ msgid "Show Druid Metric" +#~ msgstr "Показать Druid Метрики" -#: superset/views/core.py:591 -msgid "Export" -msgstr "Экспорт" +#~ msgid "Add Druid Metric" +#~ msgstr "Добавить Druid Метрику" -#: superset/views/core.py:591 -msgid "Export dashboards?" -msgstr "Экспортировать отчет?" +#~ msgid "Edit Druid Metric" +#~ msgstr "Редактировать Druid Метрику" -#: superset/views/core.py:656 -msgid "Action" -msgstr "Действия" +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" +#~ "Ограничен ли доступ к этому показателю" +#~ " определенными ролями. Только роли с " +#~ "разрешением «metric access on [название " +#~ "этой метрики]» могут получить доступ к" +#~ " этому показателю." -#: superset/views/core.py:657 -msgid "dttm" -msgstr "Время" +#~ msgid "Metric" +#~ msgstr "Показатель" -#: superset/views/core.py:665 -msgid "Action Log" -msgstr "Журнал Действий" +#~ msgid "Description" +#~ msgstr "Описание" -#: superset/views/core.py:852 -msgid "Access was requested" -msgstr "Запрошен доступ" +#~ msgid "Verbose Name" +#~ msgstr "Полное имя" + +#~ msgid "JSON" +#~ msgstr "JSON" + +#~ msgid "Druid Datasource" +#~ msgstr "Druid - Источники Данных" + +#~ msgid "Warning Message" +#~ msgstr "Предупреждающее сообщение" + +#~ msgid "List Druid Cluster" +#~ msgstr "Список Кластеров Druid" + +#~ msgid "Show Druid Cluster" +#~ msgstr "Показать Кластер Druid" + +#~ msgid "Add Druid Cluster" +#~ msgstr "Добавить Кластер Druid" + +#~ msgid "Edit Druid Cluster" +#~ msgstr "Редактировать Кластер Druid" + +#~ msgid "Cluster" +#~ msgstr "Кластер" + +#~ msgid "Coordinator Host" +#~ msgstr "Координатор Хост" + +#~ msgid "Coordinator Port" +#~ msgstr "Координатор Порт" + +#~ msgid "Coordinator Endpoint" +#~ msgstr "Координатор Конечная Точка" + +#~ msgid "Broker Host" +#~ msgstr "Брокер-Хост" + +#~ msgid "Broker Port" +#~ msgstr "Брокер-Порт" + +#~ msgid "Broker Endpoint" +#~ msgstr "Брокер-Конечная Точка" + +#~ msgid "List Druid Datasource" +#~ msgstr "Список Источников Данных Druid" + +#~ msgid "Show Druid Datasource" +#~ msgstr "Показать Источники Данных Druid" + +#~ msgid "Add Druid Datasource" +#~ msgstr "Добавить Источник Данных Druid" + +#~ msgid "Edit Druid Datasource" +#~ msgstr "Редактировать Источник Данных Druid" + +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "" +#~ "Список графиков, связанных с этой " +#~ "таблицей. Изменяя этот источник данных, " +#~ "можно изменить поведение связанных с ним" +#~ " графиков. Также обратите внимание, что " +#~ "графики должны указывать на источник " +#~ "данных, поэтому эта форма не будет " +#~ "сохранена при удалении срезов из " +#~ "источника данных. Если вы хотите " +#~ "изменить источник данных для среза, " +#~ "сделайте это в свойствах самого графика." + +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "Смещение часового пояса (в часах) для этого источника данных" + +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "" +#~ "Выражение времени для использования в " +#~ "качестве предиката при получении различных " +#~ "значений для заполнения компонента фильтра." +#~ " Применяется только в том случае, " +#~ "если включен параметр «включить выбор " +#~ "фильтра». Если Вы введете «7 дней " +#~ "назад», то список различных значений в" +#~ " фильтре будет заполнен на основе " +#~ "определенного значения за последнюю неделю" + +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "Получение списка фильтруемых значений, выполняя онлайн-запрос к серверу" + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "" +#~ "Перенаправление на эту конечную точку " +#~ "при нажатии на источник данных из " +#~ "списка источников данных" + +#~ msgid "Associated Charts" +#~ msgstr "Связанные диаграммы" + +#~ msgid "Data Source" +#~ msgstr "Источник данных" + +#~ msgid "Owner" +#~ msgstr "Владелец" + +#~ msgid "Is Hidden" +#~ msgstr "Скрыто" + +#~ msgid "Enable Filter Select" +#~ msgstr "Включить Онлайн Фильтр" + +#~ msgid "Default Endpoint" +#~ msgstr "Конечная точка по умолчанию" + +#~ msgid "Time Offset" +#~ msgstr "Смещение Времени" + +#~ msgid "Cache Timeout" +#~ msgstr "Тайм-аут Кэша" + +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "" +#~ "Для данной диаграммы необходим временной " +#~ "ряд. Укажите столбец с датой в " +#~ "соответствующем поле раздела [Время]" + +#~ msgid "Empty query?" +#~ msgstr "Пустой запрос?" + +#~ msgid "Metric '{}' is not valid" +#~ msgstr "Показатель ‘{}’ не является допустимым" + +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "" +#~ "Таблица [{}], похоже, не существует в" +#~ " указанной базе данных. Не удается " +#~ "получить сведения о столбце." + +#~ msgid "List Columns" +#~ msgstr "Список столбцов" + +#~ msgid "Show Column" +#~ msgstr "Показать столбец" + +#~ msgid "Add Column" +#~ msgstr "Добавить столбец" + +#~ msgid "Edit Column" +#~ msgstr "Редактировать столбец" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "" +#~ "Сделать этот столбец доступным в разделе" +#~ " [Время]. Столбец должен быть в " +#~ "формате DATETIME" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "" +#~ "Задать тип данных. В некоторых случаях" +#~ " может потребоваться ввести тип вручную " +#~ "для столбцов, которые формируются специальными" +#~ " запросами. В большинстве случаев изменять" +#~ " содержимое этого поля не обязательно." + +#~ msgid "Table" +#~ msgstr "Таблица" + +#~ msgid "Expression" +#~ msgstr "Выражение SQL" + +#~ msgid "Is temporal" +#~ msgstr "Содержит дату /время" + +#~ msgid "Datetime Format" +#~ msgstr "Формат Datetime" + +#~ msgid "Database Expression" +#~ msgstr "Database Expression" + +#~ msgid "List Metrics" +#~ msgstr "Список показателей" + +#~ msgid "Show Metric" +#~ msgstr "Показать показатель" + +#~ msgid "Add Metric" +#~ msgstr "Добавить показатель" + +#~ msgid "Edit Metric" +#~ msgstr "Редактировать показатель" + +#~ msgid "SQL Expression" +#~ msgstr "Выражение SQL" + +#~ msgid "D3 Format" +#~ msgstr "Формат D3" + +#~ msgid "Is Restricted" +#~ msgstr "Ограничено" + +#~ msgid "List Tables" +#~ msgstr "Список таблиц" + +#~ msgid "Show Table" +#~ msgstr "Показать таблицу" + +#~ msgid "Add Table" +#~ msgstr "Добавить таблицу" + +#~ msgid "Edit Table" +#~ msgstr "Редактировать таблицу" + +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "Имя таблицы, которая существует в исходной базе данных" + +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "" +#~ "Схема, используется только в некоторых " +#~ "базах данных, таких как Postgres, " +#~ "Redshift и DB2" + +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "Это поле будет выполнять запрос в качестве подзапроса." + +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "" +#~ "Предикат применяется при получении значений" +#~ " для компонента - «Фильтр». Поддерживает" +#~ " синтаксис jinja. Применяется только в " +#~ "том случае, если включен параметр " +#~ "«Включить Онлайн Фильтр»." + +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "" +#~ "Перенаправление на эту конечную точку " +#~ "при нажатии на таблицу в общем " +#~ "списке" -#: superset/views/core.py:913 -#, python-format -msgid "" -"%(user)s was granted the role %(role)s that gives access to the %(datasource)s" -msgstr "" -"%(user)s была предоставлена роль %(role)s, которая дает доступ к ресурсам " -"%(datasource)s" +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" -#: superset/views/core.py:929 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "" -"Роль %(r) s была расширена для обеспечения доступа к источнику данных %(ds)s" +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" -#: superset/views/core.py:938 -msgid "You have no permission to approve this request" -msgstr "У вас нет разрешения на утверждение этого запроса" +#~ msgid "Changed By" +#~ msgstr "Изменено" -#: superset/views/core.py:1230 superset/views/core.py:1235 -#: superset/views/core.py:1343 superset/views/core.py:1357 -msgid "You don't have the rights to " -msgstr "У вас нет прав на " +#~ msgid "Last Changed" +#~ msgstr "Последнее изменение" -#: superset/views/core.py:1230 superset/views/core.py:1343 -msgid "alter this " -msgstr "изменить этот " +#~ msgid "Offset" +#~ msgstr "Смещение" -#: superset/views/core.py:1230 superset/views/core.py:1235 -msgid "chart" -msgstr "график" +#~ msgid "Fetch Values Predicate" +#~ msgstr "Извлечь Значения Предиката" -#: superset/views/core.py:1235 superset/views/core.py:1357 -msgid "create a " -msgstr "создать " +#~ msgid "Main Datetime Column" +#~ msgstr "Основной столбец с датой" + +#~ msgid "SQL Lab View" +#~ msgstr "" + +#~ msgid "Template parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "" +#~ "Не удалось найти таблицу [{}]. Проверьте" +#~ " подключение к базе данных, схему и" +#~ " имя таблицы." + +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "" +#~ "Таблица была создана. Нажмите на кнопку" +#~ " редактирования напротив новой таблицы, " +#~ "чтобы настроить её." + +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "Метаданные обновлены для следующих таблиц: %(tables)s" + +#~ msgid "Profile" +#~ msgstr "Профиль" + +#~ msgid "Logout" +#~ msgstr "Выход из системы" + +#~ msgid "Login" +#~ msgstr "Вход в систему" + +#~ msgid "Record Count" +#~ msgstr "Количество записей" + +#~ msgid "No records found" +#~ msgstr "Записи не найдены" + +#~ msgid "Add Filter" +#~ msgstr "Добавить фильтр" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "Нет доступа!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "У вас нет разрешений на доступ к источнику данных: %(name)s." + +#~ msgid "Request Permissions" +#~ msgstr "Запросить права доступа" + +#~ msgid "Cancel" +#~ msgstr "Отменить" + +#~ msgid "Test Connection" +#~ msgstr "Тестовое соединение" + +#~ msgid "json isn't valid" +#~ msgstr "json не валиден" + +#~ msgid "List Databases" +#~ msgstr "Список БД" + +#~ msgid "Show Database" +#~ msgstr "Показать Базу Данных" + +#~ msgid "Add Database" +#~ msgstr "Добавить Базу Данных" + +#~ msgid "Edit Database" +#~ msgstr "Редактировать Базу Данных" + +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "Показать базу данных в SQL Редакторе" + +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "" +#~ "Разрешить пользователям выполнять синхронные " +#~ "запросы. Это значение установлено по " +#~ "умолчанию и должно хорошо работать для" +#~ " запросов, которые могут быть выполнены " +#~ "в пределах одной минуты." + +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "" +#~ "Разрешить пользователям выполнять асинхронные " +#~ "запросы к серверной части. Это " +#~ "предполагает, что у вас настроена " +#~ "очередь запросов Celery Worker." + +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "Разрешить выполнять инструкцию CREATE TABLE AS в редакторе SQL" + +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "" +#~ "Позволяет пользователям запускать инструкции " +#~ "(UPDATE, DELETE, CREATE, …) без SELECT" +#~ " в редакторе SQL" + +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "" +#~ "При разрешении опции CREATE TABLE AS " +#~ "в редакторе SQL эта опция создаст " +#~ "таблицу в выбранной схеме" + +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" +#~ "Если вы используете Presto, все запросы" +#~ " в SQL-Редакторе будут выполняться от " +#~ "авторизованного пользователя, который должен " +#~ "иметь разрешение на их выполнение.
" +#~ " Если включен Hive, то запросы будут" +#~ " выполняться через техническую учетную " +#~ "запись, но ассоциировать зарегистрированного " +#~ "пользователя можно через свойство " +#~ "hive.server2.proxy.user." + +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" + +#~ msgid "Expose in SQL Lab" +#~ msgstr "Открыть в SQL редакторе" + +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "Разрешить CREATE TABLE AS" + +#~ msgid "Allow DML" +#~ msgstr "Allow DML" + +#~ msgid "CTAS Schema" +#~ msgstr "Схема по умолчанию" + +#~ msgid "Creator" +#~ msgstr "Автор" + +#~ msgid "SQLAlchemy URI" +#~ msgstr "SQLAlchemy URI" + +#~ msgid "Extra" +#~ msgstr "Дополнительные параметры" + +#~ msgid "Allow Run Sync" +#~ msgstr "Allow Run Sync" + +#~ msgid "Allow Run Async" +#~ msgstr "Allow Run Async" + +#~ msgid "Impersonate the logged on user" +#~ msgstr "Ассоциировать пользователя" + +#~ msgid "CSV to Database configuration" +#~ msgstr "Настройка CSV для БД" + +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "CSV-файл \"{0}\" загружен в таблицу \"{1}\" базы данных \"{2}\"" + +#~ msgid "User" +#~ msgstr "Пользователь" + +#~ msgid "User Roles" +#~ msgstr "Роли пользователей" + +#~ msgid "Database URL" +#~ msgstr "URL базы данных" + +#~ msgid "Roles to grant" +#~ msgstr "Роли для предоставления" + +#~ msgid "Created On" +#~ msgstr "Дата создания" + +#~ msgid "List Charts" +#~ msgstr "Список диаграмм" + +#~ msgid "Show Chart" +#~ msgstr "Показать диаграмму" + +#~ msgid "Add Chart" +#~ msgstr "Добавить диаграмму" + +#~ msgid "Edit Chart" +#~ msgstr "Редактировать диаграмму" + +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "" +#~ "Эти параметры генерируются автоматически при" +#~ " нажатии кнопки сохранения. Опытные " +#~ "пользователи могут изменить определенные " +#~ "объекты в формате JSON." -#: superset/views/core.py:1344 superset/views/core.py:1357 -msgid "dashboard" -msgstr "отчёт" +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "Продолжительность (в секундах) таймаута кэширования для этого графика." -#: superset/views/core.py:1904 -msgid "" -"Malformed request. slice_id or table_name and db_name arguments are expected" -msgstr "" -"Неправильный запрос. Ожидаются аргументы slice_id или table_name и db_name" +#~ msgid "Dashboards" +#~ msgstr "Отчёты" -#: superset/views/core.py:1910 -#, python-format -msgid "Slice %(id)s not found" -msgstr "Отчёт %(id)s не найден" +#~ msgid "Last Modified" +#~ msgstr "Изменено" -#: superset/views/core.py:1922 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "Таблица %(t)s не найдена в базе данных %(d)s" +#~ msgid "Owners" +#~ msgstr "Владельцы" -#: superset/views/core.py:2071 -#, python-format -msgid "Can't find User '%(name)s', please ask your admin to create one." -msgstr "" -"Не удалось найти пользователя ‘%(name)s’. Обратитесь к администратору, чтобы " -"создать его." +#~ msgid "Parameters" +#~ msgstr "Параметры" -#: superset/views/core.py:2078 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "Не удалось найти DruidCluster с именем cluster_name = ‘%(name)s’" +#~ msgid "Chart" +#~ msgstr "График" -#: superset/views/core.py:2350 -msgid "Query record was not created as expected." -msgstr "Запись запроса не была создана должным образом." +#~ msgid "Name" +#~ msgstr "Название" -#: superset/views/core.py:2646 -msgid "Template Name" -msgstr "Имя Шаблона" +#~ msgid "Visualization Type" +#~ msgstr "Тип диаграммы" -#: superset/views/core.py:2658 -msgid "CSS Templates" -msgstr "Шаблоны CSS" +#~ msgid "List Dashboards" +#~ msgstr "Список Отчётов" -#: superset/views/core.py:2669 -msgid "SQL Editor" -msgstr "Редактор SQL" +#~ msgid "Show Dashboard" +#~ msgstr "Показать Отчёт" -#: superset/views/core.py:2674 superset/views/core.py:2684 -msgid "SQL Lab" -msgstr "Лаборатория" +#~ msgid "Add Dashboard" +#~ msgstr "Добавить Отчёт" -#: superset/views/core.py:2679 -msgid "Query Search" -msgstr "Поиск запросов" +#~ msgid "Edit Dashboard" +#~ msgstr "Редактировать Отчёт" -#: superset/views/core.py:2689 -msgid "Upload a CSV" -msgstr "Загрузить CSV" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" +#~ "Этот объект JSON описывает расположение " +#~ "виджетa в отчёте. Он автоматически " +#~ "генерируется при настройке размера и " +#~ "позиций виджета на листе отчёта." -#: superset/views/sql_lab.py:18 -msgid "Status" -msgstr "Статус" +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "В этом поле можно задать индивидуальный стиль для отчёта с помощью CSS" -#: superset/views/sql_lab.py:19 -msgid "Start Time" -msgstr "Время начала" +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "Получить читаемый URL-адрес для отчёта" -#: superset/views/sql_lab.py:20 superset/views/sql_lab.py:57 -msgid "End Time" -msgstr "Время окончания" +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "Параметры отчёта в формате JSON." -#: superset/views/sql_lab.py:27 -msgid "Queries" -msgstr "Запросы" +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "Владельцы - это список пользователей, которые могут изменять отчёт." -#: superset/views/sql_lab.py:36 -msgid "List Saved Query" -msgstr "Список сохраненных запросов" +#~ msgid "Dashboard" +#~ msgstr "Отчёт" -#: superset/views/sql_lab.py:37 -msgid "Show Saved Query" -msgstr "Показать сохраненный запрос" +#~ msgid "Title" +#~ msgstr "Заголовок" -#: superset/views/sql_lab.py:38 -msgid "Add Saved Query" -msgstr "Добавить сохраненный запрос" +#~ msgid "Slug" +#~ msgstr "Читаемый URL" -#: superset/views/sql_lab.py:39 -msgid "Edit Saved Query" -msgstr "Изменить сохраненный запрос" +#~ msgid "Charts" +#~ msgstr "Графики" -#: superset/views/sql_lab.py:58 -msgid "Pop Tab Link" -msgstr "Открыть" +#~ msgid "Modified" +#~ msgstr "Изменено" -#: superset/views/sql_lab.py:59 -msgid "Changed on" -msgstr "Изменено" +#~ msgid "Position JSON" +#~ msgstr "Позиция JSON" + +#~ msgid "CSS" +#~ msgstr "CSS" + +#~ msgid "JSON Metadata" +#~ msgstr "Параметры JSON" + +#~ msgid "Underlying Tables" +#~ msgstr "Базовые таблицы" + +#~ msgid "Action" +#~ msgstr "Действия" + +#~ msgid "dttm" +#~ msgstr "Время" + +#~ msgid "You don't have the rights to " +#~ msgstr "У вас нет прав на " + +#~ msgid "alter this " +#~ msgstr "изменить этот " + +#~ msgid "chart" +#~ msgstr "график" + +#~ msgid "create a " +#~ msgstr "создать " + +#~ msgid "dashboard" +#~ msgstr "отчёт" + +#~ msgid "Query record was not created as expected." +#~ msgstr "Запись запроса не была создана должным образом." + +#~ msgid "Template Name" +#~ msgstr "Имя Шаблона" + +#~ msgid "SQL Editor" +#~ msgstr "Редактор SQL" + +#~ msgid "Query Search" +#~ msgstr "Поиск запросов" + +#~ msgid "Status" +#~ msgstr "Статус" + +#~ msgid "Start Time" +#~ msgstr "Время начала" + +#~ msgid "End Time" +#~ msgstr "Время окончания" + +#~ msgid "List Saved Query" +#~ msgstr "Список сохраненных запросов" + +#~ msgid "Show Saved Query" +#~ msgstr "Показать сохраненный запрос" + +#~ msgid "Add Saved Query" +#~ msgstr "Добавить сохраненный запрос" + +#~ msgid "Edit Saved Query" +#~ msgstr "Изменить сохраненный запрос" + +#~ msgid "Label" +#~ msgstr "Метка" + +#~ msgid "Pop Tab Link" +#~ msgstr "Открыть" + +#~ msgid "Changed on" +#~ msgstr "Изменено" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "Сохраненные запросы" diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index 258edbdaf31c8..6ec821430e5a9 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -1 +1 @@ -{"":{"project-id-version":"Apache Superset 0.22.1","report-msgid-bugs-to":"benedictjin2016@gmail.com","pot-creation-date":"2017-10-04 10:12-0700","po-revision-date":"2018-01-08 17:47+0800","language":"zh","language-team":"zh ","plural-forms":"nplurals=1; plural=0;","mime-version":"1.0","content-type":"text/plain; charset=UTF-8","content-transfer-encoding":"8bit","generated-by":"Babel 2.4.0","last-translator":"","x-generator":"Poedit 2.0.1"},"Time Column":[null,"时间字段"],"second":[null,"秒"],"minute":[null,"分"],"hour":[null,"小时"],"day":[null,"天"],"week":[null,"周"],"month":[null,"月"],"quarter":[null,"季度"],"year":[null,"年"],"week_start_monday":[null,"周一为一周开始"],"week_ending_saturday":[null,"周日为一周开始"],"week_start_sunday":[null,"周日为一周结束"],"5 minute":[null,"5 分钟"],"half hour":[null,"半小时"],"10 minute":[null,"10 分钟"],"[Superset] Access to the datasource %(name)s was granted":[null,"[Superset] 允许访问数据源 %(name)s"],"Viz is missing a datasource":[null,"Viz 缺少一个数据源"],"From date cannot be larger than to date":[null,"起始时间不可以大于当前时间"],"Table View":[null,"表视图"],"Pick a granularity in the Time section or uncheck 'Include Time'":[null,"在“时间”部分选择一个粒度,或取消选中“包括时间”"],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[null,"为[分组]和[指标]或[列]选择任何的字段,或者两个都不选"],"Pivot Table":[null,"透视表"],"Please choose at least one \"Group by\" field":[null,"请至少选择一个“分组”字段"],"Please choose at least one metric":[null,"请至少选择一个指标"],"'Group By' and 'Columns' can't overlap":[null,"“分组”和“列”不能重叠"],"Markup":[null,"标记"],"Separator":[null,"分隔符"],"Word Cloud":[null,"词汇云"],"Treemap":[null,"树状图"],"Calendar Heatmap":[null,"时间热力图"],"Box Plot":[null,"箱线图"],"Bubble Chart":[null,"气泡图"],"Pick a metric for x, y and size":[null,"为 x 轴,y 轴和大小选择一个指标"],"Bullet Chart":[null,"子弹图"],"Pick a metric to display":[null,"选择一个指标来显示"],"Big Number with Trendline":[null,"数字和趋势线"],"Pick a metric!":[null,"选择一个指标!"],"Big Number":[null,"数字"],"Time Series - Line Chart":[null,"时间序列-折线图"],"Pick a time granularity for your time series":[null,"为您的时间序列选择一个时间粒度"],"Time Series - Dual Axis Line Chart":[null,"时间序列-双轴线图"],"Pick a metric for left axis!":[null,"为左轴选择一个指标!"],"Pick a metric for right axis!":[null,"为右轴选择一个指标!"],"Please choose different metrics on left and right axis":[null,"请在左右轴上选择不同的指标"],"Time Series - Bar Chart":[null,"时间序列 - 柱状图"],"Time Series - Percent Change":[null,"时间序列 - 百分比变化"],"Time Series - Stacked":[null,"时间序列 - 堆积图"],"Distribution - NVD3 - Pie Chart":[null,"分布 - NVD3 - 饼图"],"Histogram":[null,"直方图"],"Must have one numeric column specified":[null,"必须指定一个数字列"],"Distribution - Bar Chart":[null,"分布 - 柱状图"],"Can't have overlap between Series and Breakdowns":[null,"Series 和 Breakdown 之间不能有重叠"],"Pick at least one metric":[null,"选择至少一个指标"],"Pick at least one field for [Series]":[null,"为 [序列] 选择至少一个字段"],"Sunburst":[null,"环状层次图"],"Sankey":[null,"蛇形图"],"Pick exactly 2 columns as [Source / Target]":[null,"为 [来源 / 目标] 选择两个列"],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[null,"桑基图里面有一个循环,请提供一棵树。这是一个错误的链接:{}"],"Directed Force Layout":[null,"有向图"],"Pick exactly 2 columns to 'Group By'":[null,"为 “Group By” 选择两个列"],"Country Map":[null,"国家地图"],"World Map":[null,"世界地图"],"Filters":[null,"过滤"],"Pick at least one filter field":[null,"选择至少一个过滤字段"],"iFrame":[null,"内嵌框架"],"Parallel Coordinates":[null,"平行坐标"],"Heatmap":[null,"热力图"],"Horizon Charts":[null,"水平图"],"Mapbox":[null,"箱图"],"Must have a [Group By] column to have 'count' as the [Label]":[null,"[Group By] 列必须要有 ‘count’字段作为 [标签]"],"Choice of [Label] must be present in [Group By]":[null,"[标签] 的选择项必须出现在 [Group By]"],"Choice of [Point Radius] must be present in [Group By]":[null,"[点半径] 的选择项必须出现在 [Group By]"],"[Longitude] and [Latitude] columns must be present in [Group By]":[null,"[经度] 和 [纬度] 的选择项必须出现在 [Group By]"],"Event flow":[null,"事件流"],"Time Series - Paired t-test":[null,"时间序列 - 配对t检验"],"Your query was saved":[null,"您的查询已保存"],"Your query could not be saved":[null,"您的查询无法保存"],"Failed at retrieving results from the results backend":[null,"无法从结果后端检索到"],"Could not connect to server":[null,"无法连接服务器"],"Your session timed out, please refresh your page and try again.":[null,"您的会话已超时,请刷新页面后,再重试。"],"Query was stopped.":[null,"查询被终止。"],"Failed at stopping query.":[null,"无法终止查询。"],"Error occurred while fetching table metadata":[null,"获取表格元数据时发生错误"],"shared query":[null,"已分享的查询"],"The query couldn't be loaded":[null,"这个查询无法被加载"],"An error occurred while creating the data source":[null,"创建数据源时发生错误"],"Pick a chart type!":[null,"选择一个图表类型!"],"To use this chart type you need at least one column flagged as a date":[null,"要使用此图表类型,您至少需要一个标记为日期格式的列"],"To use this chart type you need at least one dimension":[null,"要使用此图表类型,您至少需要一个维度"],"To use this chart type you need at least one aggregation function":[null,"要使用这种图表类型,您至少需要一个聚合函数"],"Untitled Query":[null,"未命名的查询"],"Copy of %s":[null,"%s 的副本"],"share query":[null,"分享查询"],"copy URL to clipboard":[null,"拷贝 URL 到剪切板"],"Raw SQL":[null,"行 SQL"],"Source SQL":[null,"源 SQL"],"SQL":[null,"SQL"],"No query history yet...":[null,"暂无历史查询..."],"It seems you don't have access to any database":[null,"貌似您没有访问到任何数据库"],"Search Results":[null,"搜索结果"],"[From]-":[null,"[From]-"],"[To]-":[null,"[To]-"],"[Query Status]":[null,"[查询状态]"],"Search":[null,"搜索"],"Open in SQL Editor":[null,"在 SQL 编辑器中打开"],"view results":[null,"展示结果"],"Data preview":[null,"数据预览"],"Visualize the data out of this query":[null,"从这个查询中可视化数据"],"Overwrite text in editor with a query on this table":[null,"使用该表上的查询覆盖编辑器中的文本"],"Run query in a new tab":[null,"在新标签中运行查询"],"Remove query from log":[null,"从日志中删除查询"],".CSV":[null,".CSV"],"Visualize":[null,"可视化"],"Table":[null,"表"],"was created":[null,"已创建"],"Query in a new tab":[null,"在新标签中查询"],"Fetch data preview":[null,"获取数据预览"],"Track Job":[null,"跟踪任务"],"Loading...":[null,"加载中..."],"Run Selected Query":[null,"运行选定的查询"],"Run Query":[null,"运行查询"],"Run query asynchronously":[null,"异步运行查询"],"Stop":[null,"停止"],"Undefined":[null,"未命名"],"Label":[null,"标签"],"Label for your query":[null,"为您的查询设置标签"],"Description":[null,"描述"],"Write a description for your query":[null,"为您的查询写一段描述"],"Save":[null,"保存"],"Cancel":[null,"取消"],"Save Query":[null,"保存查询"],"Run a query to display results here":[null,"运行一个查询,以在此显示结果"],"Preview for %s":[null,"预览 %s"],"Results":[null,"结果"],"Query History":[null,"历史查询"],"Create table as with query results":[null,"与查询结果一样创建表"],"new table name":[null,"新表名称"],"Error while fetching table list":[null,"获取表列表时出错"],"Error while fetching schema list":[null,"获取模式列表时出错"],"Error while fetching database list":[null,"获取数据库列表时出错"],"Database:":[null,"数据库:"],"Select a database":[null,"选择一个数据库"],"Select a schema (%s)":[null,"选择一个模式(%s)"],"Schema:":[null,"模式:"],"Add a table (%s)":[null,"增加一张表(%s)"],"Type to search ...":[null,"键入搜索 ..."],"Reset State":[null,"状态重置"],"Enter a new title for the tab":[null,"输入标签的新标题"],"Untitled Query %s":[null,"未命名的查询 %s"],"close tab":[null,"关闭标签"],"rename tab":[null,"重命名标签"],"expand tool bar":[null,"展开工具栏"],"hide tool bar":[null,"隐藏工具栏"],"Copy partition query to clipboard":[null,"将分区查询复制到剪贴板"],"latest partition:":[null,"最新分区:"],"Keys for table":[null,"表的键"],"View keys & indexes (%s)":[null,"查看键和索引(%s)"],"Sort columns alphabetically":[null,"对列按字母顺序进行排列"],"Original table column order":[null,"原始表列顺序"],"Copy SELECT statement to clipboard":[null,"将 SELECT 语句复制到剪贴板"],"Remove table preview":[null,"删除表格预览"],"%s is not right as a column name, please alias it (as in SELECT count(*))":[null,"%s 不适合作为列名,请对其进行别名(如 SELECT count(*))"],"AS my_alias":[null,"作为 my_alias"],"using only alphanumeric characters and underscores":[null,"只使用字母、数字、字符和下划线"],"Creating a data source and popping a new tab":[null,"创建数据源,并弹出一个新的标签页"],"No results available for this query":[null,"没有可用于此查询的结果"],"Chart Type":[null,"图表类型"],"[Chart Type]":[null,"[图表类型]"],"Datasource Name":[null,"数据库名称"],"datasource name":[null,"数据库名称"],"Select ...":[null,"选择 ..."],"Loaded data cached":[null,"数据缓存已加载"],"Loaded from cache":[null,"从缓存中加载"],"Click to force-refresh":[null,"点击强制刷新"],"Copy to clipboard":[null,"复制到剪贴板"],"Not successful":[null,"未成功"],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[null,"抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!"],"Copied!":[null,"复制成功!"],"Title":[null,"标题"],"click to edit title":[null,"点击编辑标题"],"You don't have the rights to alter this title.":[null,"你没有权利改变这个标题。"],"Click to favorite/unfavorite":[null,"点击 收藏/取消收藏"],"You have unsaved changes.":[null,"您有一些未保存的修改。"],"Click the":[null,"点击"],"button on the top right to save your changes.":[null,"请点击右上角的按钮,以保存您的更改。"],"Served from data cached %s, click to force refresh.":[null,"来自数据缓存 %s,点击强制刷新。"],"Click to force refresh":[null,"点击强制刷新"],"Error":[null,"异常"],"Sorry, there was an error adding slices to this dashboard: %s":[null,"对不起,在此仪表板中添加切片时出错:%s"],"Active Dashboard Filters":[null,"活跃的仪表板过滤器"],"Checkout this dashboard: %s":[null,"查看这个仪表板:%s"],"Force refresh the whole dashboard":[null,"强制刷新整个仪表板"],"Edit this dashboard's properties":[null,"编辑这个仪表板的属性"],"Load a template":[null,"加载一个模板"],"Load a CSS template":[null,"加载一个 CSS 模板"],"CSS":[null,"CSS"],"Live CSS Editor":[null,"现场 CSS 编辑器"],"Don't refresh":[null,"不要刷新"],"10 seconds":[null,"10秒钟"],"30 seconds":[null,"30秒钟"],"1 minute":[null,"1分钟"],"5 minutes":[null,"5分钟"],"Refresh Interval":[null,"刷新间隔"],"Choose the refresh frequency for this dashboard":[null,"选择此仪表板的刷新频率"],"This dashboard was saved successfully.":[null,"该仪表板已成功保存。"],"Sorry, there was an error saving this dashboard: ":[null,"抱歉,保存此信息中心时发生错误:"],"You must pick a name for the new dashboard":[null,"您必须为新的仪表板选择一个名称"],"Save Dashboard":[null,"保存仪表板"],"Overwrite Dashboard [%s]":[null,"覆盖仪表板 [%s]"],"Save as:":[null,"另存为:"],"[dashboard name]":[null,"[看板名称]"],"Name":[null,"名字"],"Viz":[null,"Viz"],"Modified":[null,"已修改"],"Add Slices":[null,"添加切片"],"Add a new slice to the dashboard":[null,"向仪表板添加新的切片"],"Add Slices to Dashboard":[null,"将切片添加到仪表板"],"Move chart":[null,"移动图表"],"Force refresh data":[null,"强制刷新数据"],"Toggle chart description":[null,"切换图表说明"],"Edit chart":[null,"编辑图表"],"Export CSV":[null,"导出 CSV"],"Explore chart":[null,"探索图表"],"Remove chart from dashboard":[null,"从仪表板中删除图表"],"%s - untitled":[null,"%s - 无标题"],"Edit slice properties":[null,"编辑切片属性"],"description":[null,"描述"],"bolt":[null,"螺栓"],"Error...":[null,"错误 ..."],"Query":[null,"查询"],"Height":[null,"高度"],"Width":[null,"宽度"],"Export to .json":[null,"导出到 .json"],"Export to .csv format":[null,"导出为 .csv 格式"],"Please enter a slice name":[null,"请输入切片名称"],"Please select a dashboard":[null,"请选择一个仪表板"],"Please enter a dashboard name":[null,"请输入仪表板名称"],"Save A Slice":[null,"保存一个切片"],"Overwrite slice %s":[null,"覆盖切片 %s"],"Save as":[null,"另存为"],"[slice name]":[null,"[切片名称]"],"Do not add to a dashboard":[null,"不要添加到仪表板"],"Add slice to existing dashboard":[null,"将切片添加到现有仪表板"],"Add to new dashboard":[null,"添加到新的仪表板"],"Save & go to dashboard":[null,"保存并转到仪表板"],"Check out this slice: %s":[null,"查看切片:%s"],"`Min` value should be numeric or empty":[null,"最小值应该是数字或空的"],"`Max` value should be numeric or empty":[null,"最大值应该是数字或空的"],"Min":[null,"最小值"],"Max":[null,"最大值"],"Something went wrong while fetching the datasource list":[null,"提取数据源列表时出错"],"Click to point to another datasource":[null,"点击指向另一个数据源"],"Edit the datasource's configuration":[null,"编辑数据源的配置"],"Select a datasource":[null,"选择一个数据源"],"Search / Filter":[null,"搜索 / 过滤"],"Filter value":[null,"过滤值"],"Select metric":[null,"选择指标"],"Select column":[null,"选择列"],"Select operator":[null,"选择运算符"],"Add Filter":[null,"增加过滤条件"],"Error while fetching data":[null,"获取数据时出错"],"Select %s":[null,"选择 %s"],"textarea":[null,"文本区域"],"Edit":[null,"编辑"],"in modal":[null,"在模态中"],"Select a visualization type":[null,"选择一个可视化类型"],"Updating chart was stopped":[null,"更新图表已停止"],"An error occurred while rendering the visualization: %s":[null,"渲染可视化时发生错误:%s"],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[null,"也许你的数据增长了,你的数据库处于非正常的负载下,或者你只是查询一个大的数据源在超时范围内处理。如果是这种情况,我们建议您进一步探查您的数据特征。"],"Network error.":[null,"网络异常。"],"A reference to the [Time] configuration, taking granularity into account":[null,"参考 [时间] 配置,考虑粒度"],"Group by":[null,"分组"],"One or many controls to group by":[null,"一个或多个控件来分组"],"Datasource":[null,"数据源"],"Visualization Type":[null,"图表类型"],"The type of visualization to display":[null,"要显示的可视化类型"],"Metrics":[null,"指标"],"One or many metrics to display":[null,"一个或多个指标显示"],"Y Axis Bounds":[null,"Y 轴界限"],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[null,"Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。"],"Ordering":[null,"订购"],"Annotation Layers":[null,"注解层"],"Annotation layers to overlay on the visualization":[null,"注释图层重叠在可视化上"],"Select a annotation layer":[null,"选择一个注释图层"],"Error while fetching annotation layers":[null,"获取注释图层时出错"],"Metric":[null,"指标"],"Choose the metric":[null,"选择一个指标"],"Right Axis Metric":[null,"右轴指标"],"Choose a metric for right axis":[null,"为右轴选择一个指标"],"Stacked Style":[null,"堆积的样式"],"Linear Color Scheme":[null,"线性颜色方案"],"Normalize Across":[null,"标准化通过"],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[null,"颜色将根据单元格与整个标准之和的比率来展示"],"Horizon Color Scale":[null,"地平线颜色比例"],"Defines how the color are attributed.":[null,"定义如何分配颜色。"],"Rendering":[null,"渲染"],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[null,"图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像"],"X Scale Interval":[null,"X 比例间隔"],"Number of steps to take between ticks when displaying the X scale":[null,"显示 X 刻度时,在刻度之间表示的步骤数"],"Y Scale Interval":[null,"Y 比例间隔"],"Number of steps to take between ticks when displaying the Y scale":[null,"显示 Y 刻度时,在刻度之间表示的步骤数"],"Include Time":[null,"包括时间"],"Whether to include the time granularity as defined in the time section":[null,"是否包含时间段中定义的时间粒度"],"Stacked Bars":[null,"堆叠条形图"],"Show totals":[null,"显示总计"],"Display total row/column":[null,"显示总行 / 列"],"Show Markers":[null,"显示标记"],"Show data points as circle markers on the lines":[null,"将数据点显示为线条上的圆形标记"],"Bar Values":[null,"条形栏的值"],"Show the value on top of the bar":[null,"显示栏上的值"],"Sort Bars":[null,"排序条形栏"],"Sort bars by x labels.":[null,"按 x 标签排序。"],"Combine Metrics":[null,"整合指标"],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[null,"在每个列中并排显示指标,而不是每个指标并排显示每个列。"],"Extra Controls":[null,"额外的控制"],"Whether to show extra controls or not. Extra controls include things like making multiBar charts stacked or side by side.":[null,"是否显示额外的控制。额外的控制包括,制作堆叠或并排的多条形图。"],"Reduce X ticks":[null,"减少 X 轴的刻度"],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[null,"减少要渲染的 X 轴刻度的数量。如果为 true,则 X 轴不会溢出,标签可能会丢失。如果为 false,则最小宽度将应用于列,并且宽度可能会溢出,并以水平滚动条展示。"],"Include Series":[null,"包括序列"],"Include series name as an axis":[null,"包含序列名称作为一个轴"],"Color Metric":[null,"颜色指标"],"A metric to use for color":[null,"用于颜色的指标"],"Country Name":[null,"国家的名字"],"The name of country that Superset should display":[null,"Superset 应显示的国家名称"],"Country Field Type":[null,"国家字段的类型"],"The country code standard that Superset should expect to find in the [country] column":[null,"Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码"],"Columns":[null,"列"],"One or many controls to pivot as columns":[null,"一个或多个控件作为主列"],"Columns to display":[null,"要显示的列"],"Origin":[null,"起点"],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[null,"定义时间桶的起点,接受 `now`,`sunday` 或 `1970-01-01` 的自然日期"],"Bottom Margin":[null,"底部边距"],"Bottom margin, in pixels, allowing for more room for axis labels":[null,"底部边距,以像素为单位,为轴标签留出更多空间"],"Left Margin":[null,"左边距"],"Left margin, in pixels, allowing for more room for axis labels":[null,"左边距,以像素为单位,为轴标签留出更多空间"],"Time Granularity":[null,"可视化的时间粒度"],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[null,"可视化的时间粒度。请注意,您可以输入和使用简单的自然语言,如 `10 秒`,`1 天` 或 `56 周`"],"Domain":[null,"域"],"The time unit used for the grouping of blocks":[null,"用于块分组的时间单位"],"Subdomain":[null,"子域"],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[null,"每个块的时间单位。应该是比 domain_granularity 更小的单位。应该大于或等于 Time Grain"],"Link Length":[null,"链接长度"],"Link length in the force layout":[null,"在力布局中的链接长度"],"Charge":[null,"充电"],"Charge in the force layout":[null,"在力布局中充电"],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression":[null,"可视化的时间列。请注意,您可以定义在表中返回 DATETIME 列的任意表达式。另请注意,下面的过滤器应用于此列或表达式"],"Time Grain":[null,"时间的粒度"],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[null,"可视化的时间粒度。这将应用日期转换来更改时间列,并定义新的时间粒度。这里的选项是在 Superset 源代码中的每个数据库引擎基础上定义的。"],"Resample Rule":[null,"重新取样规则"],"Pandas resample rule":[null,"Pandas 重新采样的规则"],"Resample How":[null,"如何重新采样"],"Pandas resample how":[null,"Pandas 如何重新采样的规则"],"Resample Fill Method":[null,"重新采样的填充方法"],"Pandas resample fill method":[null,"Pandas 重新采样的填充方法"],"Since":[null,"以来"],"7 days ago":[null,"7 天前"],"Until":[null,"直到"],"Max Bubble Size":[null,"最大泡泡的尺寸"],"Whisker/outlier options":[null,"(箱须图的)须 / 异常值选项"],"Determines how whiskers and outliers are calculated.":[null,"确定如何计算(箱须图的)胡须和异常值。"],"Ratio":[null,"比率"],"Target aspect ratio for treemap tiles.":[null,"树形图中瓦片的目标高宽比。"],"Number format":[null,"数字格式"],"Row limit":[null,"行限制"],"Series limit":[null,"序列限制"],"Limits the number of time series that get displayed":[null,"限制显示的时间序列的数量"],"Sort By":[null,"Sort By(以什么排序)"],"Metric used to define the top series":[null,"用于定义顶级序列的指标"],"Rolling":[null,"滚动"],"Defines a rolling window function to apply, works along with the [Periods] text box":[null,"定义要应用的滚动窗口函数,与 [Periods] 文本框一起使用"],"Periods":[null,"期限"],"Defines the size of the rolling window function, relative to the time granularity selected":[null,"定义滚动窗口函数的大小,相对于所选的时间粒度"],"Min Periods":[null,"最小的期限"],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[null,"显示值所需的滚动周期的最小数量。例如,如果您想累积 7 天的总额,您可能希望您的“最短期限”为 7,以便显示的所有数据点都是 7 个期间的总和。这将隐藏掉前 7 个阶段的“加速”效果"],"Series":[null,"序列"],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[null,"定义实体的分组。每个系列在图表上显示为特定颜色,并有一个可切换的图例"],"Entity":[null,"实体"],"This defines the element to be plotted on the chart":[null,"这定义了要在图表上绘制的元素"],"X Axis":[null,"X 轴"],"Metric assigned to the [X] axis":[null,"分配给 [X] 轴的指标"],"Y Axis":[null,"Y 轴"],"Metric assigned to the [Y] axis":[null,"分配给 [Y] 轴的指标"],"Bubble Size":[null,"泡泡大小"],"URL":[null,"URL 地址"],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[null,"URL 网址,此控件是模板化的,所以您可以在您的网址字符串中整合 {{ width }} 和 / 或 {{ height }}。"],"X Axis Label":[null,"X 轴标签"],"Y Axis Label":[null,"Y 轴标签"],"Custom WHERE clause":[null,"自定义 WHERE 子句"],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[null,"此框中的文本被包含在查询的 WHERE 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和任何后端支持的其他东西。"],"Custom HAVING clause":[null,"自定义 HAVING 子句"],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[null,"此框中的文本被包含在查询的 HAVING 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和任何后端支持的其他东西。"],"Comparison Period Lag":[null,"比较期延迟"],"Based on granularity, number of time periods to compare against":[null,"根据粒度,比较的时间段数量"],"Comparison suffix":[null,"比较后缀"],"Suffix to apply after the percentage display":[null,"在显示百分比后应用后缀"],"Table Timestamp Format":[null,"表时间戳格式"],"Timestamp Format":[null,"时间戳格式"],"Series Height":[null,"序列高度"],"Pixel height of each series":[null,"每个序列的像素高度"],"Page Length":[null,"页面长度"],"Rows per page, 0 means no pagination":[null,"每页行数,0 表示没有分页"],"X Axis Format":[null,"X 轴格式"],"Y Axis Format":[null,"Y 轴格式"],"Right Axis Format":[null,"右轴格式"],"Markup Type":[null,"Markup 格式"],"Pick your favorite markup language":[null,"选择您最爱的 Markup 语言"],"Rotation":[null,"反转"],"Rotation to apply to words in the cloud":[null,"旋转适用于云中的单词"],"Line Style":[null,"线条样式"],"Line interpolation as defined by d3.js":[null,"由 d3.js 定义的线插值"],"Label Type":[null,"标签类型"],"What should be shown on the label?":[null,"什么应该被显示在标签上?"],"Code":[null,"代码"],"Put your code here":[null,"把您的代码放在这里"],"Aggregation function":[null,"聚合功能"],"Aggregate function to apply when pivoting and computing the total rows and columns":[null,"在旋转和计算总的行和列时,应用聚合函数"],"Font Size From":[null,"字型大小从"],"Font size for the smallest value in the list":[null,"列表中最小值的字体大小"],"Font Size To":[null,"字型大小到"],"Font size for the biggest value in the list":[null,"列表中最大值的字体大小"],"Instant Filtering":[null,"即时过滤"],"Range Filter":[null,"范围过滤"],"Whether to display the time range interactive selector":[null,"是否显示时间范围交互选择器"],"Date Filter":[null,"日期过滤器"],"Whether to include a time filter":[null,"是否包含时间过滤器"],"Data Table":[null,"数据表"],"Whether to display the interactive data table":[null,"是否显示交互式数据表"],"Search Box":[null,"搜索框"],"Whether to include a client side search box":[null,"是否包含客户端搜索框"],"Table Filter":[null,"表格过滤器"],"Whether to apply filter when table cell is clicked":[null,""],"Show Bubbles":[null,""],"Whether to display bubbles on top of countries":[null,""],"Legend":[null,""],"Whether to display the legend (toggles)":[null,""],"X bounds":[null,""],"Whether to display the min and max values of the X axis":[null,""],"Y bounds":[null,""],"Whether to display the min and max values of the Y axis":[null,""],"Rich Tooltip":[null,""],"The rich tooltip shows a list of all series for that point in time":[null,""],"Y Log Scale":[null,""],"Use a log scale for the Y axis":[null,""],"X Log Scale":[null,""],"Use a log scale for the X axis":[null,""],"Donut":[null,""],"Do you want a donut or a pie?":[null,""],"Put labels outside":[null,""],"Put the labels outside the pie?":[null,""],"Contribution":[null,"贡献"],"Compute the contribution to the total":[null,""],"Period Ratio":[null,""],"[integer] Number of period to compare against, this is relative to the granularity selected":[null,""],"Period Ratio Type":[null,""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[null,""],"Time Shift":[null,""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[null,""],"Subheader":[null,""],"Description text that shows up below your Big Number":[null,""],"label":[null,"标签"],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[null,""],"Map Style":[null,""],"Base layer map style":[null,""],"Clustering Radius":[null,""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[null,""],"Point Radius":[null,""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[null,""],"Point Radius Unit":[null,""],"The unit of measure for the specified point radius":[null,""],"Opacity":[null,""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[null,""],"Zoom":[null,""],"Zoom level of the map":[null,""],"Default latitude":[null,""],"Latitude of default viewport":[null,""],"Default longitude":[null,""],"Longitude of default viewport":[null,""],"Live render":[null,""],"Points and clusters will update as viewport is being changed":[null,""],"RGB Color":[null,""],"The color for points and clusters in RGB":[null,""],"Ranges":[null,""],"Ranges to highlight with shading":[null,""],"Range labels":[null,""],"Labels for the ranges":[null,""],"Markers":[null,""],"List of values to mark with triangles":[null,""],"Marker labels":[null,""],"Labels for the markers":[null,""],"Marker lines":[null,""],"List of values to mark with lines":[null,""],"Marker line labels":[null,""],"Labels for the marker lines":[null,""],"Slice ID":[null,""],"The id of the active slice":[null,""],"Cache Timeout (seconds)":[null,"缓存超时(秒)"],"The number of seconds before expiring the cache":[null,""],"Order by entity id":[null,""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[null,""],"Minimum leaf node event count":[null,""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[null,""],"Color Scheme":[null,""],"The color scheme for rendering chart":[null,""],"Time":[null,""],"Time related form attributes":[null,""],"Datasource & Chart Type":[null,"数据源 & 图表类型"],"This section exposes ways to include snippets of SQL in your query":[null,""],"Annotations":[null,"注解"],"Advanced Analytics":[null,""],"This section contains options that allow for advanced analytical post processing of query results":[null,""],"Result Filters":[null,""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[null,""],"Chart Options":[null,"图表选项"],"Breakdowns":[null,""],"Defines how each series is broken down":[null,""],"Pie Chart":[null,""],"Dual Axis Line Chart":[null,""],"Y Axis 1":[null,""],"Y Axis 2":[null,""],"Left Axis Metric":[null,""],"Choose a metric for left axis":[null,""],"Left Axis Format":[null,""],"Axes":[null,""],"GROUP BY":[null,""],"Use this section if you want a query that aggregates":[null,""],"NOT GROUPED BY":[null,""],"Use this section if you want to query atomic rows":[null,""],"Options":[null,""],"Bubbles":[null,""],"Numeric Column":[null,""],"Select the numeric column to draw the histogram":[null,""],"No of Bins":[null,""],"Select number of bins for the histogram":[null,""],"Primary Metric":[null,""],"The primary metric is used to define the arc segment sizes":[null,""],"Secondary Metric":[null,""],"This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups":[null,""],"Hierarchy":[null,""],"This defines the level of the hierarchy":[null,""],"Source / Target":[null,""],"Choose a source and a target":[null,""],"Chord Diagram":[null,""],"Choose a number format":[null,""],"Source":[null,""],"Choose a source":[null,""],"Target":[null,""],"Choose a target":[null,""],"ISO 3166-2 codes of region/province/department":[null,""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[null,""],"Country Control":[null,""],"3 letter code of the country":[null,""],"Metric for color":[null,""],"Metric that defines the color of the country":[null,""],"Bubble size":[null,""],"Metric that defines the size of the bubble":[null,""],"Filter Box":[null,""],"Filter controls":[null,""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[null,""],"Heatmap Options":[null,""],"Horizon":[null,""],"Points":[null,""],"Labelling":[null,""],"Visual Tweaks":[null,""],"Viewport":[null,""],"Longitude":[null,""],"Column containing longitude data":[null,""],"Latitude":[null,""],"Column containing latitude data":[null,""],"Cluster label aggregator":[null,""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[null,""],"Tooltip":[null,"提示"],"Show a tooltip when hovering over points and clusters describing the label":[null,"鼠标悬停在描述标签的点和簇上时,可以显示对应的提示"],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[null,"使用一个或多个控件来分组。一旦分组,则纬度和经度列必须存在。"],"Event definition":[null,"事件定义"],"Additional meta data":[null,"额外的元数据"],"Column containing entity ids":[null,"包含实体标识的列"],"e.g., a \"user id\" column":[null,"包含事件名称的列"],"Column containing event names":[null,"包含事件名称的列"],"Event count limit":[null,"事件计数限制"],"The maximum number of events to return, equivalent to number of rows":[null,"要返回的最大事件数量,相当于行数"],"Meta data":[null,"元数据"],"Select any columns for meta data inspection":[null,"选择任何列用来对元数据进行探查"],"The server could not be reached. You may want to verify your connection and try again.":[null,"服务器不可达。您可能需要验证连接并重试。"],"An unknown error occurred. (Status: %s )":[null,"出现未知错误。(状态:%s)"],"Favorites":[null,"收藏"],"Created Content":[null,"创建内容"],"Recent Activity":[null,"近期活动"],"Security & Access":[null,"安全 & 访问"],"No slices":[null,"没有切片"],"No dashboards":[null,"没有看板"],"Dashboards":[null,"看板"],"Slices":[null,"切片"],"No favorite slices yet, go click on stars!":[null,"暂无收藏的切片,去点击星星吧!"],"No favorite dashboards yet, go click on stars!":[null,"暂无收藏的看板,去点击星星吧!"],"Roles":[null,"角色"],"Databases":[null,"数据库"],"Datasources":[null,"数据源"],"Profile picture provided by Gravatar":[null,"资料图片由 Gravatar 提供"],"joined":[null,"joined"],"id:":[null,"id:"],"Sorry, there appears to be no data":[null,"对不起,似乎没有数据"],"Select [%s]":[null,"选择 [%s]"],"No data was returned.":[null,"没有返回任何数据。"],"List Druid Column":[null,"Druid 列的列表"],"Show Druid Column":[null,"显示 Druid 列"],"Add Druid Column":[null,"添加 Druid 列"],"Edit Druid Column":[null,"编辑 Druid 列"],"Column":[null,"列"],"Type":[null,"类型"],"Groupable":[null,"可分组"],"Filterable":[null,"可过滤"],"Count Distinct":[null,"计数"],"Sum":[null,"求和"],"Whether this column is exposed in the `Filters` section of the explore view.":[null,"该列是否在浏览视图的`过滤器`部分显示。"],"List Druid Metric":[null,"Druid 指标列表"],"Show Druid Metric":[null,"显示 Druid 指标"],"Add Druid Metric":[null,"添加 Druid 指标"],"Edit Druid Metric":[null,"编辑 Druid 指标"],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric.":[null,"是否访问受限。只有有权限的用户才能访问。"],"Verbose Name":[null,"全称"],"JSON":[null,"JSON"],"Druid Datasource":[null,"Druid 数据源"],"Warning Message":[null,"告警信息"],"List Druid Cluster":[null,"Druid 集群列表"],"Show Druid Cluster":[null,"显示 Druid 集群"],"Add Druid Cluster":[null,"添加 Druid 集群"],"Edit Druid Cluster":[null,"编辑 Druid 集群"],"Cluster":[null,"集群"],"Coordinator Host":[null,"协调器主机"],"Coordinator Port":[null,"协调器端口"],"Coordinator Endpoint":[null,"协调器端点"],"Broker Host":[null,"代理主机"],"Broker Port":[null,"代理端口"],"Broker Endpoint":[null,"代理端点"],"Druid Clusters":[null,"Druid 集群"],"Sources":[null,"数据源"],"List Druid Datasource":[null,"Druid 数据源列表"],"Show Druid Datasource":[null,"显示 Druid 数据源"],"Add Druid Datasource":[null,"添加 Druid 数据源"],"Edit Druid Datasource":[null,"编辑 Druid 数据源"],"The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'":[null,"与此表关联的切片列表。通过更改此数据源,您可以更改相关的切片。还要注意,切片需要指向数据源,因此如果从数据源中删除切片,则此形式将无法保存。如果要更改切片的数据源,请从`浏览视图`覆盖切片,"],"Timezone offset (in hours) for this datasource":[null,"数据源的时差(单位:小时)"],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[null,"当检索不同的值以填充过滤器组件时,时间表达式用作条件。只适用于`启用过滤器选择`。如果您输入`7天前`,将根据过去一周的不同值来填充ilter中不同的值列表"],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[null,"是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表"],"Redirects to this endpoint when clicking on the datasource from the datasource list":[null,"在数据源列表中点击数据源将重定向到此端点"],"Associated Slices":[null,"相关切片"],"Data Source":[null,"数据源"],"Owner":[null,"所有者"],"Is Hidden":[null,"隐藏"],"Enable Filter Select":[null,"启用过滤器选择"],"Default Endpoint":[null,"默认端点"],"Time Offset":[null,"时间偏移"],"Cache Timeout":[null,"缓存时间"],"Druid Datasources":[null,"Druid 数据源"],"Scan New Datasources":[null,"扫描新的数据源"],"Refresh Druid Metadata":[null,"刷新 Druid 元数据"],"Datetime column not provided as part table configuration and is required by this type of chart":[null,"缺少时间字段"],"Empty query?":[null,"查询为空?"],"Metric '{}' is not valid":[null,"'{}'是无效的"],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[null,"指定的数据库中似乎不存在 [{}] 表,无法获取列信息"],"List Columns":[null,"列列表"],"Show Column":[null,"显示列"],"Add Column":[null,"添加列"],"Edit Column":[null,"编辑列"],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[null,"是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME"],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[null,"由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。"],"Expression":[null,"表达式"],"Is temporal":[null,"表示时间"],"Datetime Format":[null,"时间格式"],"Database Expression":[null,"数据库表达式"],"List Metrics":[null,"指标列"],"Show Metric":[null,"显示指标"],"Add Metric":[null,"添加指标"],"Edit Metric":[null,"编辑指标"],"SQL Expression":[null,"SQL表达式"],"D3 Format":[null,"D3 格式"],"Is Restricted":[null,"受限的"],"List Tables":[null,"表列表"],"Show Table":[null,"显示表"],"Add Table":[null,"添加表"],"Edit Table":[null,"编辑表"],"Name of the table that exists in the source database":[null,"源数据库中存在的表的名称"],"Schema, as used only in some databases like Postgres, Redshift and DB2":[null,"模式,只在一些数据库中使用,比如Postgres、Redshift和DB2"],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[null,"这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。"],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[null,"当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。"],"Redirects to this endpoint when clicking on the table from the table list":[null,"点击表列表中的表时将重定向到此端点"],"Changed By":[null,"修改人"],"Database":[null,"数据库"],"Last Changed":[null,"更新时间"],"Schema":[null,"模式"],"Offset":[null,"偏移"],"Table Name":[null,"表名"],"Fetch Values Predicate":[null,"取值谓词"],"Main Datetime Column":[null,"主日期列"],"Table [{}] could not be found, please double check your database connection, schema, and table name":[null,"找不到 [{}] 表,请仔细检查您的数据库连接、Schema 和 表名"],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[null,"表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。"],"Tables":[null,"数据表"],"Profile":[null,"用户信息"],"Logout":[null,"退出"],"Login":[null,"登录"],"Record Count":[null,"记录数"],"No records found":[null,"没有找到任何记录"],"Import":[null,"导入"],"No Access!":[null,"不能访问!"],"You do not have permissions to access the datasource(s): %(name)s.":[null,"您没有权限访问数据源(s): %(name)s。"],"Request Permissions":[null,"请求权限"],"Welcome!":[null,"欢迎!"],"Test Connection":[null,"测试连接"],"Manage":[null,"管理"],"Datasource %(name)s already exists":[null,"数据源%(name)s 已存在"],"json isn't valid":[null,"无效 JSON"],"Delete":[null,"删除"],"Delete all Really?":[null,"确定删除全部?"],"This endpoint requires the `all_datasource_access` permission":[null,"这个端点需要“all_datasource_access”的权限"],"The datasource seems to have been deleted":[null,"数据源已经被删除"],"The access requests seem to have been deleted":[null,"访问请求已被删除"],"The user seems to have been deleted":[null,"用户已经被删除"],"You don't have access to this datasource":[null,"你不能访问这个数据源"],"This view requires the database %(name)s or `all_datasource_access` permission":[null,"此视图需要数据库 %(name)s或“all_datasource_access”权限"],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[null,"此端点需要数据源 %(name)s、数据库或“all_datasource_access”权限"],"List Databases":[null,"数据库列表"],"Show Database":[null,"显示数据库"],"Add Database":[null,"添加数据库"],"Edit Database":[null,"编辑数据库"],"Expose this DB in SQL Lab":[null,"在 SQL 工具箱中公开这个数据库"],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[null,"允许用户运行同步查询,这是默认值,可以很好地处理在web请求范围内执行的查询(<~ 1 分钟)"],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[null,"允许用户对异步后端运行查询。 假设您有一个 Celery 工作者设置以及后端结果。"],"Allow CREATE TABLE AS option in SQL Lab":[null,"在 SQL 编辑器中允许 CREATE TABLE AS 选项"],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[null,"允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)"],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[null,"当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表"],"All the queries in Sql Lab are going to be executed on behalf of currently authorized user.":[null,"SQL Lab 中所有的查询都将被当前授权用户执行。"],"Expose in SQL Lab":[null,"在 SQL 工具箱中公开"],"Allow CREATE TABLE AS":[null,"允许 CREATE TABLE AS"],"Allow DML":[null,"允许 DML"],"CTAS Schema":[null,"CTAS 模式"],"Creator":[null,"作者"],"SQLAlchemy URI":[null,"SQLAlchemy URI"],"Extra":[null,"扩展"],"Allow Run Sync":[null,"允许同步运行"],"Allow Run Async":[null,"允许异步运行"],"Impersonate queries to the database":[null,"模拟对数据库的查询"],"Import Dashboards":[null,"导入仪表盘"],"User":[null,"用户"],"User Roles":[null,"用户角色"],"Database URL":[null,"数据库URL"],"Roles to grant":[null,"角色授权"],"Created On":[null,"创建日期"],"Access requests":[null,"访问请求"],"Security":[null,"安全"],"List Slices":[null,"切片列表"],"Show Slice":[null,"显示切片"],"Add Slice":[null,"添加切片"],"Edit Slice":[null,"编辑切片"],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[null,"当单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。"],"Duration (in seconds) of the caching timeout for this slice.":[null,"切片数据过期时间(秒)"],"Last Modified":[null,"最后修改"],"Owners":[null,"所有者"],"Parameters":[null,"参数"],"Slice":[null,"切片"],"List Dashboards":[null,"仪表盘列表"],"Show Dashboard":[null,"显示仪表盘"],"Add Dashboard":[null,"添加仪表盘"],"Edit Dashboard":[null,"编辑仪表盘"],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view.":[null,"这个 JSON 对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置。"],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[null,"可以在这里或者在看板视图修改单个看板的CSS样式"],"To get a readable URL for your dashboard":[null,"为看板生成一个可读的 URL"],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[null,"当在看板视图中单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。"],"Owners is a list of users who can alter the dashboard.":[null,"“所有者”是一组可以修改看板的用户列表。"],"Dashboard":[null,"看板"],"Slug":[null,"Slug"],"Position JSON":[null,"位置参数"],"JSON Metadata":[null,"JSON 模板"],"Underlying Tables":[null,"底层表"],"Export":[null,"导出"],"Export dashboards?":[null,"导出仪表盘?"],"Action":[null,"操作"],"dttm":[null,"DTTM"],"Action Log":[null,"操作日志"],"Access was requested":[null,"请求访问"],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[null,"授予 %(user)s %(role)s 角色来访问 %(datasource)s 数据库"],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[null,"扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问"],"You have no permission to approve this request":[null,"您没有权限批准此请求"],"Malformed request. slice_id or table_name and db_name arguments are expected":[null,"格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数"],"Slice %(id)s not found":[null,"切片 %(id)s 没有找到"],"Table %(t)s wasn't found in the database %(d)s":[null,"在数据库 %(d)s 中找不到表 %(t)s"],"Cannot find User %(name)s, please ask your admin to create one.":[null,"找不到用户 %(name)s,请您让管理员创建一个。"],"Can't find DruidCluster with cluster_name = '%(name)s'":[null,"不能找到具有 cluster_name = '%(name)s' 的 Druid 集群"],"Query record was not created as expected.":[null,"查询记录没有按预期创建。"],"Template Name":[null,"模板名称"],"CSS Templates":[null,"CSS 模板"],"SQL Editor":[null,"SQL 编辑器"],"SQL Lab":[null,"SQL 工具箱"],"Query Search":[null,"查询搜索"],"Status":[null,"状态"],"Start Time":[null,"开始时间"],"End Time":[null,"结束时间"],"Queries":[null,"查询"],"List Saved Query":[null,"保存的查询列表"],"Show Saved Query":[null,"显示保存的查询"],"Add Saved Query":[null,"添加保存的查询"],"Edit Saved Query":[null,"编辑保存的查询"],"Pop Tab Link":[null,"流行标签链接"],"Changed on":[null,"改变为"],"Saved Queries":[null,"已保存查询"]} \ No newline at end of file +{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=1; plural=0","lang":"zh"},"Time Column":[""],"second":[""],"minute":[""],"hour":[""],"day":[""],"week":[""],"month":[""],"quarter":[""],"year":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"week_start_monday":[""],"5 minute":[""],"half hour":[""],"10 minute":[""],"Table Name":[""],"Name of table to be created from csv data.":[""],"CSV File":[""],"Select a CSV file to be uploaded to a database.":[""],"CSV Files Only!":[""],"Database":[""],"Delimiter":[""],"Delimiter used by CSV file (for whitespace use \\s+).":[""],"Table Exists":[""],"If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).":[""],"Fail":[""],"Replace":[""],"Append":[""],"Schema":[""],"Specify a schema (if database flavour supports this).":[""],"Header Row":[""],"Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.":[""],"Index Column":[""],"Column to use as the row labels of the dataframe. Leave empty if no index column.":[""],"Mangle Duplicate Columns":[""],"Specify duplicate columns as \"X.0, X.1\".":[""],"Skip Initial Space":[""],"Skip spaces after delimiter.":[""],"Skip Rows":[""],"Number of rows to skip at start of file.":[""],"Rows to Read":[""],"Number of rows of file to read.":[""],"Skip Blank Lines":[""],"Skip blank lines rather than interpreting them as NaN values.":[""],"Parse Dates":[""],"A comma separated list of columns that should be parsed as dates.":[""],"Infer Datetime Format":[""],"Use Pandas to interpret the datetime format automatically.":[""],"Decimal Character":[""],"Character to interpret as decimal point.":[""],"Dataframe Index":[""],"Write dataframe index as a column.":[""],"Column Label(s)":[""],"Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.":[""],"[Superset] Access to the datasource %(name)s was granted":[""],"Viz is missing a datasource":[""],"From date cannot be larger than to date":[""],"Table View":[""],"Pick a granularity in the Time section or uncheck 'Include Time'":[""],"Choose either fields to [Group By] and [Metrics] or [Columns], not both":[""],"Time Table View":[""],"Pick at least one metric":[""],"When using 'Group By' you are limited to use a single metric":[""],"Pivot Table":[""],"Please choose at least one 'Group by' field ":[""],"Please choose at least one metric":[""],"Group By' and 'Columns' can't overlap":[""],"Markup":[""],"Separator":[""],"Word Cloud":[""],"Treemap":[""],"Calendar Heatmap":[""],"Box Plot":[""],"Bubble Chart":[""],"Pick a metric for x, y and size":[""],"Bullet Chart":[""],"Pick a metric to display":[""],"Big Number with Trendline":[""],"Pick a metric!":[""],"Big Number":[""],"Time Series - Line Chart":[""],"Pick a time granularity for your time series":[""],"`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.":[""],"Time Series - Dual Axis Line Chart":[""],"Pick a metric for left axis!":[""],"Pick a metric for right axis!":[""],"Please choose different metrics on left and right axis":[""],"Time Series - Bar Chart":[""],"Time Series - Period Pivot":[""],"Time Series - Percent Change":[""],"Time Series - Stacked":[""],"Distribution - NVD3 - Pie Chart":[""],"Histogram":[""],"Must have at least one numeric column specified":[""],"Distribution - Bar Chart":[""],"Can't have overlap between Series and Breakdowns":[""],"Pick at least one field for [Series]":[""],"Sunburst":[""],"Sankey":[""],"Pick exactly 2 columns as [Source / Target]":[""],"There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}":[""],"Directed Force Layout":[""],"Pick exactly 2 columns to 'Group By'":[""],"Country Map":[""],"World Map":[""],"Filters":[""],"Pick at least one filter field":[""],"iFrame":[""],"Parallel Coordinates":[""],"Heatmap":[""],"Horizon Charts":[""],"Mapbox":[""],"Must have a [Group By] column to have 'count' as the [Label]":[""],"Choice of [Label] must be present in [Group By]":[""],"Choice of [Point Radius] must be present in [Group By]":[""],"[Longitude] and [Latitude] columns must be present in [Group By]":[""],"Deck.gl - Multiple Layers":[""],"Bad spatial key":[""],"Deck.gl - Scatter plot":[""],"Deck.gl - Screen Grid":[""],"Deck.gl - 3D Grid":[""],"Deck.gl - Paths":[""],"Deck.gl - Polygon":[""],"Deck.gl - 3D HEX":[""],"Deck.gl - GeoJSON":[""],"Deck.gl - Arc":[""],"Event flow":[""],"Time Series - Paired t-test":[""],"Time Series - Nightingale Rose Chart":[""],"Partition Diagram":[""],"Your session timed out, please refresh your page and try again.":[""],"Your query was saved":[""],"Your query could not be saved":[""],"Failed at retrieving results from the results backend":[""],"Unknown error":[""],"Query was stopped.":[""],"Failed at stopping query.":[""],"Error occurred while fetching table metadata":[""],"shared query":[""],"The query couldn't be loaded":[""],"An error occurred while creating the data source":[""],"Pick a chart type!":[""],"To use this chart type you need at least one column flagged as a date":[""],"To use this chart type you need at least one dimension":[""],"To use this chart type you need at least one aggregation function":[""],"Untitled Query":[""],"Copy of %s":[""],"share query":[""],"copy URL to clipboard":[""],"Raw SQL":[""],"Source SQL":[""],"SQL":[""],"No query history yet...":[""],"It seems you don't have access to any database":[""],"Search Results":[""],"[From]-":[""],"[To]-":[""],"[Query Status]":[""],"Search":[""],"Open in SQL Editor":[""],"view results":[""],"Data preview":[""],"Visualize the data out of this query":[""],"Overwrite text in editor with a query on this table":[""],"Run query in a new tab":[""],"Remove query from log":[""],".CSV":[""],"Visualize":[""],"Table":[""],"was created":[""],"Query in a new tab":[""],"Fetch data preview":[""],"Track Job":[""],"Loading...":[""],"Run Selected Query":[""],"Run Query":[""],"Run query synchronously":[""],"Run query asynchronously":[""],"Stop":[""],"Undefined":[""],"Label":[""],"Label for your query":[""],"Description":[""],"Write a description for your query":[""],"Save":[""],"Cancel":[""],"Save Query":[""],"Share Query":[""],"Run a query to display results here":[""],"Preview for %s":[""],"Results":[""],"Query History":[""],"Create table as with query results":[""],"new table name":[""],"Error while fetching table list":[""],"Error while fetching schema list":[""],"Type to search ...":[""],"Select table ":[""],"Error while fetching database list":[""],"Database:":[""],"Select a database":[""],"Select a schema (%s)":[""],"Schema:":[""],"Add a table (%s)":[""],"Reset State":[""],"Enter a new title for the tab":[""],"Untitled Query %s":[""],"close tab":[""],"rename tab":[""],"expand tool bar":[""],"hide tool bar":[""],"Copy partition query to clipboard":[""],"latest partition:":[""],"Keys for table":[""],"View keys & indexes (%s)":[""],"Sort columns alphabetically":[""],"Original table column order":[""],"Copy SELECT statement to clipboard":[""],"Remove table preview":[""],"Template Parameters":[""],"Edit template parameters":[""],"Invalid JSON":[""],"%s is not right as a column name, please alias it (as in SELECT count(*) ":[""],"AS my_alias":[""],"using only alphanumeric characters and underscores":[""],"Creating a data source and popping a new tab":[""],"No results available for this query":[""],"Chart Type":[""],"[Chart Type]":[""],"Datasource Name":[""],"datasource name":[""],"Create a new chart":[""],"Choose a datasource":[""],"If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ":[""],"Superset tutorial":[""],"Choose a visualization type":[""],"Create new chart":[""],"Unexpected error: ":[""],"Unexpected error.":[""],"Updating chart was stopped":[""],"An error occurred while rendering the visualization: %s":[""],"visualization queries are set to timeout at ${action.timeout} seconds. ":[""],"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.":[""],"Network error.":[""],"Click to see difference":[""],"Altered":[""],"Chart changes":[""],"Select ...":[""],"Loaded data cached":[""],"Loaded from cache":[""],"Click to force-refresh":[""],"Copy to clipboard":[""],"Not successful":[""],"Sorry, your browser does not support copying. Use Ctrl / Cmd + C!":[""],"Copied!":[""],"Title":[""],"click to edit title":[""],"You don't have the rights to alter this title.":[""],"Click to favorite/unfavorite":[""],"Dismiss":[""],"Active Dashboard Filters":[""],"Checkout this dashboard: %s":[""],"Save as":[""],"Force Refresh":[""],"Force refresh the whole dashboard":[""],"Set autorefresh":[""],"Set the auto-refresh interval for this session":[""],"Save the dashboard":[""],"Edit properties":[""],"Edit the dashboards's properties":[""],"Email":[""],"Email a link to this dashboard":[""],"Add Charts":[""],"Add some charts to this dashboard":[""],"Edit CSS":[""],"Change the style of the dashboard using CSS code":[""],"Load a template":[""],"Load a CSS template":[""],"CSS":[""],"Live CSS Editor":[""],"You have unsaved changes.":[""],"Unsaved changes":[""],"Don't refresh":[""],"10 seconds":[""],"30 seconds":[""],"1 minute":[""],"5 minutes":[""],"Refresh Interval":[""],"Choose the refresh frequency for this dashboard":[""],"This dashboard was saved successfully.":[""],"Sorry, there was an error saving this dashboard: ":[""],"Error":[""],"You must pick a name for the new dashboard":[""],"Save Dashboard":[""],"Overwrite Dashboard [%s]":[""],"Save as:":[""],"[dashboard name]":[""],"Sorry, there was an error fetching charts to this dashboard: ":[""],"Sorry, there was an error adding charts to this dashboard: ":[""],"Name":[""],"Viz":[""],"Datasource":[""],"Modified":[""],"Add a new chart to the dashboard":[""],"Add Charts to Dashboard":[""],"Served from data cached %s . Click to force refresh.":[""],"Force refresh data":[""],"Annotation layers are still loading.":[""],"One ore more annotation layers failed loading.":[""],"Move chart":[""],"Toggle chart description":[""],"Edit chart":[""],"Export CSV":[""],"Explore chart":[""],"Remove chart from dashboard":[""],"A reference to the [Time] configuration, taking granularity into account":[""],"Group by":[""],"One or many controls to group by":[""],"For more information about objects are in context in the scope of this function, refer to the":[""]," source code of Superset's sandboxed parser":[""],"This functionality is disabled in your environment for security reasons.":[""],"Visualization Type":[""],"The type of visualization to display":[""],"Metrics":[""],"One or many metrics to display":[""],"Percentage Metrics":[""],"Metrics for which percentage of total are to be displayed":[""],"Y Axis Bounds":[""],"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.":[""],"Ordering":[""],"Fixed Color":[""],"Use this to define a static color for all circles":[""],"Legend Position":[""],"Choose the position of the legend":[""],"Fill Color":[""]," Set the opacity to 0 if you do not want to override the color specified in the GeoJSON":[""],"Stroke Color":[""],"Metric":[""],"Right Axis Metric":[""],"Choose a metric for right axis":[""],"Stacked Style":[""],"Sort X Axis":[""],"Sort Y Axis":[""],"Linear Color Scheme":[""],"Normalize Across":[""],"Color will be rendered based on a ratio of the cell against the sum of across this criteria":[""],"Horizon Color Scale":[""],"Defines how the color are attributed.":[""],"Rendering":[""],"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image":[""],"XScale Interval":[""],"Number of steps to take between ticks when displaying the X scale":[""],"YScale Interval":[""],"Number of steps to take between ticks when displaying the Y scale":[""],"Include Time":[""],"Whether to include the time granularity as defined in the time section":[""],"Auto Zoom":[""],"When checked, the map will zoom to your data after each query":[""],"Show percentage":[""],"Whether to include the percentage in the tooltip":[""],"Stacked Bars":[""],"Show totals":[""],"Display total row/column":[""],"Show Markers":[""],"Show data points as circle markers on the lines":[""],"Bar Values":[""],"Show the value on top of the bar":[""],"Sort Bars":[""],"Sort bars by x labels.":[""],"Combine Metrics":[""],"Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.":[""],"Extra Controls":[""],"Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.":[""],"Reduce X ticks":[""],"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.":[""],"Include Series":[""],"Include series name as an axis":[""],"Color Metric":[""],"A metric to use for color":[""],"Country Name":[""],"The name of country that Superset should display":[""],"Country Field Type":[""],"The country code standard that Superset should expect to find in the [country] column":[""],"Frequency":[""],"The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.":[""],"Dimension":[""],"Select a dimension":[""],"Columns":[""],"One or many controls to pivot as columns":[""],"Columns to display":[""],"Longitude & Latitude":[""],"Point to your spatial columns":[""],"Start Longitude & Latitude":[""],"End Longitude & Latitude":[""],"Longitude":[""],"Select the longitude column":[""],"Latitude":[""],"Select the latitude column":[""],"GeoJson Column":[""],"Select the geojson column":[""],"Polygon Column":[""],"Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points":[""],"Point Radius Scale":[""],"Stroke Width":[""],"Origin":[""],"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`":[""],"Bottom Margin":[""],"Bottom margin, in pixels, allowing for more room for axis labels":[""],"X Tick Layout":[""],"The way the ticks are laid out on the X axis":[""],"Left Margin":[""],"Left margin, in pixels, allowing for more room for axis labels":[""],"Time Granularity":[""],"The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`":[""],"Domain":[""],"The time unit used for the grouping of blocks":[""],"Subdomain":[""],"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain":[""],"Link Length":[""],"Link length in the force layout":[""],"Charge":[""],"Charge in the force layout":[""],"The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression":[""],"Time Grain":[""],"The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.":[""],"Resample Rule":[""],"Pandas resample rule":[""],"Resample How":[""],"Pandas resample how":[""],"Resample Fill Method":[""],"Pandas resample fill method":[""],"Since":[""],"7 days ago":[""],"Until":[""],"Max Bubble Size":[""],"Whisker/outlier options":[""],"Determines how whiskers and outliers are calculated.":[""],"Ratio":[""],"Target aspect ratio for treemap tiles.":[""],"Number format":[""],"Row limit":[""],"Series limit":[""],"Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).":[""],"Sort By":[""],"Metric used to define the top series":[""],"Sort Descending":[""],"Whether to sort descending or ascending":[""],"Rolling":[""],"Defines a rolling window function to apply, works along with the [Periods] text box":[""],"Multiplier":[""],"Factor to multiply the metric by":[""],"Periods":[""],"Defines the size of the rolling window function, relative to the time granularity selected":[""],"Cell Size":[""],"The size of the square cell, in pixels":[""],"Cell Padding":[""],"The distance between cells, in pixels":[""],"Cell Radius":[""],"The pixel radius":[""],"Color Steps":[""],"The number color \"steps\"":[""],"Grid Size":[""],"Defines the grid size in pixels":[""],"Min Periods":[""],"The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods":[""],"Series":[""],"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle":[""],"Entity":[""],"This defines the element to be plotted on the chart":[""],"X Axis":[""],"Metric assigned to the [X] axis":[""],"Y Axis":[""],"Metric assigned to the [Y] axis":[""],"Bubble Size":[""],"URL":[""],"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.":[""],"X Axis Label":[""],"Y Axis Label":[""],"Custom WHERE clause":[""],"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Custom HAVING clause":[""],"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.":[""],"Comparison Period Lag":[""],"Based on granularity, number of time periods to compare against":[""],"Comparison suffix":[""],"Suffix to apply after the percentage display":[""],"Table Timestamp Format":[""],"Timestamp Format":[""],"Series Height":[""],"Pixel height of each series":[""],"Page Length":[""],"Rows per page, 0 means no pagination":[""],"X Axis Format":[""],"Y Axis Format":[""],"When `Period Ratio` is set, the Y Axis Format is forced to `.1%`":[""],"Right Axis Format":[""],"Date Time Format":[""],"Markup Type":[""],"Pick your favorite markup language":[""],"Rotation":[""],"Rotation to apply to words in the cloud":[""],"Line Style":[""],"Line interpolation as defined by d3.js":[""],"Label Type":[""],"What should be shown on the label?":[""],"Code":[""],"Put your code here":[""],"Aggregation function":[""],"Aggregate function to apply when pivoting and computing the total rows and columns":[""],"Font Size From":[""],"Font size for the smallest value in the list":[""],"Font Size To":[""],"Font size for the biggest value in the list":[""],"Instant Filtering":[""],"Extruded":[""],"Show Range Filter":[""],"Whether to display the time range interactive selector":[""],"Date Filter":[""],"Whether to include a time filter":[""],"Show SQL Granularity Dropdown":[""],"Check to include SQL Granularity dropdown":[""],"Show SQL Time Column":[""],"Check to include Time Column dropdown":[""],"Show Druid Granularity Dropdown":[""],"Check to include Druid Granularity dropdown":[""],"Show Druid Time Origin":[""],"Check to include Time Origin dropdown":[""],"Data Table":[""],"Whether to display the interactive data table":[""],"Search Box":[""],"Whether to include a client side search box":[""],"Table Filter":[""],"Whether to apply filter when table cell is clicked":[""],"Align +/-":[""],"Whether to align the background chart for +/- values":[""],"Color +/-":[""],"Whether to color +/- values":[""],"Show Bubbles":[""],"Whether to display bubbles on top of countries":[""],"Legend":[""],"Whether to display the legend (toggles)":[""],"Show Values":[""],"Whether to display the numerical values within the cells":[""],"Show Metric Names":[""],"Whether to display the metric name as a title":[""],"X bounds":[""],"Whether to display the min and max values of the X axis":[""],"Y bounds":[""],"Whether to display the min and max values of the Y axis":[""],"Rich Tooltip":[""],"The rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Log Scale":[""],"Use a log scale":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period Ratio Type":[""],"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)":[""],"Time Shift":[""],"Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 days)":[""],"Subheader":[""],"Description text that shows up below your Big Number":[""],"label":[""],"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.":[""],"Map Style":[""],"Base layer map style":[""],"Clustering Radius":[""],"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.":[""],"Point Size":[""],"Fixed point radius":[""],"Point Radius":[""],"The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster":[""],"Point Radius Unit":[""],"The unit of measure for the specified point radius":[""],"Point Unit":[""],"Opacity":[""],"Opacity of all clusters, points, and labels. Between 0 and 1.":[""],"Viewport":[""],"Parameters related to the view and perspective on the map":[""],"Zoom":[""],"Zoom level of the map":[""],"Default latitude":[""],"Latitude of default viewport":[""],"Default longitude":[""],"Longitude of default viewport":[""],"Live render":[""],"Points and clusters will update as viewport is being changed":[""],"RGB Color":[""],"The color for points and clusters in RGB":[""],"Color":[""],"Pick a color":[""],"Ranges":[""],"Ranges to highlight with shading":[""],"Range labels":[""],"Labels for the ranges":[""],"Markers":[""],"List of values to mark with triangles":[""],"Marker labels":[""],"Labels for the markers":[""],"Marker lines":[""],"List of values to mark with lines":[""],"Marker line labels":[""],"Labels for the marker lines":[""],"Chart ID":[""],"The id of the active chart":[""],"Cache Timeout (seconds)":[""],"The number of seconds before expiring the cache":[""],"Order by entity id":[""],"Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.":[""],"Minimum leaf node event count":[""],"Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization":[""],"Color Scheme":[""],"The color scheme for rendering chart":[""],"Significance Level":[""],"Threshold alpha level for determining significance":[""],"p-value precision":[""],"Number of decimal places with which to display p-values":[""],"Lift percent precision":[""],"Number of decimal places with which to display lift values":[""],"Time Series Columns":[""],"Use Area Proportions":[""],"Check if the Rose Chart should use segment area instead of segment radius for proportioning":[""],"Options":[""],"Not Time Series":[""],"Ignore time":[""],"Time Series":[""],"Standard time series":[""],"Aggregate Mean":[""],"Mean of values over specified period":[""],"Aggregate Sum":[""],"Sum of values over specified period":[""],"Difference":[""],"Metric change in value from `since` to `until`":[""],"Percent Change":[""],"Metric percent change in value from `since` to `until`":[""],"Factor":[""],"Metric factor change from `since` to `until`":[""],"Advanced Analytics":[""],"Use the Advanced Analytics options below":[""],"Settings for time series":[""],"Equal Date Sizes":[""],"Check to force date partitions to have the same height":[""],"Partition Limit":[""],"The maximum number of subdivisions of each group; lower values are pruned first":[""],"Minimum Radius":[""],"Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.":[""],"Maximum Radius":[""],"Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.":[""],"Partition Threshold":[""],"Partitions whose height to parent height proportions are below this value are pruned":[""],"Lines column":[""],"The database columns that contains lines information":[""],"Lines encoding":[""],"The encoding format of the lines":[""],"Line width":[""],"The width of the lines":[""],"Reverse Lat & Long":[""],"deck.gl charts":[""],"Pick a set of deck.gl charts to layer on top of one another":[""],"Select charts":[""],"Error while fetching charts":[""],"Javascript data interceptor":[""],"Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.":[""],"Javascript data mutator":[""],"Define a function that receives intercepts the data objects and can mutate it":[""],"Javascript tooltip generator":[""],"Define a function that receives the input and outputs the content for a tooltip":[""],"Javascript onClick href":[""],"Define a function that returns a URL to navigate to when user clicks":[""],"Extra data for JS":[""],"List of extra columns made available in Javascript functions":[""],"Stroked":[""],"Whether to display the stroke":[""],"Filled":[""],"Whether to fill the objects":[""],"Normalized":[""],"Whether to normalize the histogram":[""],"is expected to be a number":[""],"is expected to be an integer":[""],"cannot be empty":[""],"Time":[""],"Time related form attributes":[""],"Datasource & Chart Type":[""],"This section exposes ways to include snippets of SQL in your query":[""],"Annotations and Layers":[""],"Query":[""],"This section contains options that allow for advanced analytical post processing of query results":[""],"Result Filters":[""],"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls":[""],"Chart Options":[""],"Breakdowns":[""],"Defines how each series is broken down":[""],"Pie Chart":[""],"Time Series - Periodicity Pivot":[""],"Dual Axis Line Chart":[""],"Y Axis 1":[""],"Y Axis 2":[""],"Left Axis Metric":[""],"Choose a metric for left axis":[""],"Left Axis Format":[""],"Map":[""],"Deck.gl - Hexagons":[""],"Advanced":[""],"Height":[""],"Metric used to control height":[""],"Deck.gl - Grid":[""],"Deck.gl - Screen grid":[""],"Grid":[""],"Weight":[""],"Metric used as a weight for the grid's coloring":[""],"Deck.gl - GeoJson":[""],"GeoJson Settings":[""],"Polygon Settings":[""],"Arc":[""],"Point Color":[""],"Categorical Color":[""],"Pick a dimension from which categorical colors are defined":[""],"GROUP BY":[""],"Use this section if you want a query that aggregates":[""],"NOT GROUPED BY":[""],"Use this section if you want to query atomic rows":[""],"Time Series Table":[""],"Templated link, it's possible to include {{ metric }} or other values coming from the controls.":[""],"Pivot Options":[""],"Number Format":[""],"Time Format":[""],"Numeric Columns":[""],"Select the numeric columns to draw the histogram":[""],"No of Bins":[""],"Select number of bins for the histogram":[""],"Opacity of the bars. Between 0 and 1":[""],"Primary Metric":[""],"The primary metric is used to define the arc segment sizes":[""],"Secondary Metric":[""],"[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels":[""],"Hierarchy":[""],"This defines the level of the hierarchy":[""],"Source / Target":[""],"Choose a source and a target":[""],"Chord Diagram":[""],"Choose a number format":[""],"Source":[""],"Choose a source":[""],"Target":[""],"Choose a target":[""],"ISO 3166-2 codes of region/province/department":[""],"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)":[""],"Bubbles":[""],"Country Control":[""],"3 letter code of the country":[""],"Metric for color":[""],"Metric that defines the color of the country":[""],"Bubble size":[""],"Metric that defines the size of the bubble":[""],"Filter Box":[""],"Filter controls":[""],"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.":[""],"Heatmap Options":[""],"Whether to apply a normal distribution based on rank on the color scale":[""],"Value bounds":[""],"Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.":[""],"Value Format":[""],"Horizon":[""],"Points":[""],"Labelling":[""],"Visual Tweaks":[""],"Column containing longitude data":[""],"Column containing latitude data":[""],"Cluster label aggregator":[""],"Aggregate function applied to the list of points in each cluster to produce the cluster label.":[""],"Tooltip":[""],"Show a tooltip when hovering over points and clusters describing the label":[""],"One or many controls to group by. If grouping, latitude and longitude columns must be present.":[""],"Event definition":[""],"Additional meta data":[""],"Column containing entity ids":[""],"e.g., a \"user id\" column":[""],"Column containing event names":[""],"Event count limit":[""],"The maximum number of events to return, equivalent to number of rows":[""],"Meta data":[""],"Select any columns for meta data inspection":[""],"Paired t-test":[""],"Time Series Options":[""],"No such column found. To filter on a metric, try the Custom SQL tab.":[""],"%s column(s) and metric(s)":[""],"%s column(s)":[""],"To filter on a metric, use Custom SQL tab.":[""],"%s operators(s)":[""],"type a value here":[""],"Filter value":[""],"choose WHERE or HAVING...":[""],"%s aggregates(s)":[""],"description":[""],"bolt":[""],"Changing this control takes effect instantly":[""],"Error...":[""],"Width":[""],"Export to .json":[""],"Export to .csv format":[""],"%s - untitled":[""],"Edit chart properties":[""],"Limit reached":[""],"Please enter a chart name":[""],"Please select a dashboard":[""],"Please enter a dashboard name":[""],"Save A Chart":[""],"Overwrite chart %s":[""],"[chart name]":[""],"Do not add to a dashboard":[""],"Add chart to existing dashboard":[""],"Add to new dashboard":[""],"Save & go to dashboard":[""],"Check out this chart: %s":[""],"choose a column or metric":[""],"Add Annotation Layer":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Select a datasource":[""],"Search / Filter":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Show datasource configuration":[""],"Select metric":[""],"Select column":[""],"Select operator":[""],"Add Filter":[""],"choose a column or aggregate function":[""],"Error while fetching data":[""],"No results found":[""],"%s option(s)":[""],"Invalid lat/long configuration.":[""],"Longitude & Latitude columns":[""],"Delimited long & lat single column":[""],"Multiple formats accepted, look the geopy.points Python library for more details":[""],"Reverse lat/long ":[""],"Geohash":[""],"textarea":[""],"Edit":[""],"in modal":[""],"Select a visualization type":[""],"Favorites":[""],"Created Content":[""],"Recent Activity":[""],"Security & Access":[""],"No charts":[""],"No dashboards":[""],"Dashboards":[""],"Charts":[""],"No favorite charts yet, go click on stars!":[""],"No favorite dashboards yet, go click on stars!":[""],"Roles":[""],"Databases":[""],"Datasources":[""],"Profile picture provided by Gravatar":[""],"joined":[""],"id:":[""],"Sorry, there appears to be no data":[""],"Data has no time steps":[""],"Select starting date":[""],"Select end date":[""],"Select [%s]":[""],"Apply":[""],"You cannot use 45° tick layout along with the time range filter":[""],"Recently Viewed":[""],"Metric(s) {} must be aggregations.":[""],"No data was returned.":[""],"Unsupported extraction function: ":[""],"List Druid Column":[""],"Show Druid Column":[""],"Add Druid Column":[""],"Edit Druid Column":[""],"Column":[""],"Type":[""],"Groupable":[""],"Filterable":[""],"Count Distinct":[""],"Sum":[""],"Whether this column is exposed in the `Filters` section of the explore view.":[""],"List Druid Metric":[""],"Show Druid Metric":[""],"Add Druid Metric":[""],"Edit Druid Metric":[""],"Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric":[""],"Verbose Name":[""],"JSON":[""],"Druid Datasource":[""],"Warning Message":[""],"List Druid Cluster":[""],"Show Druid Cluster":[""],"Add Druid Cluster":[""],"Edit Druid Cluster":[""],"Cluster":[""],"Coordinator Host":[""],"Coordinator Port":[""],"Coordinator Endpoint":[""],"Broker Host":[""],"Broker Port":[""],"Broker Endpoint":[""],"Druid Clusters":[""],"Sources":[""],"List Druid Datasource":[""],"Show Druid Datasource":[""],"Add Druid Datasource":[""],"Edit Druid Datasource":[""],"The list of charts associated with this table. By altering this datasource, you may change how these associated charts behave. Also note that charts need to point to a datasource, so this form will fail at saving if removing charts from a datasource. If you want to change the datasource for a chart, overwrite the chart from the 'explore view'":[""],"Timezone offset (in hours) for this datasource":[""],"Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week":[""],"Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Charts":[""],"Data Source":[""],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":[""],"Scan New Datasources":[""],"Refresh Druid Metadata":[""],"Datetime column not provided as part table configuration and is required by this type of chart":[""],"Empty query?":[""],"Metric '{}' is not valid":[""],"Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information":[""],"List Columns":[""],"Show Column":[""],"Add Column":[""],"Edit Column":[""],"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like":[""],"The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.":[""],"Expression":[""],"Is temporal":[""],"Datetime Format":[""],"Database Expression":[""],"List Metrics":[""],"Show Metric":[""],"Add Metric":[""],"Edit Metric":[""],"SQL Expression":[""],"D3 Format":[""],"Is Restricted":[""],"List Tables":[""],"Show Table":[""],"Add Table":[""],"Edit Table":[""],"Name of the table that exists in the source database":[""],"Schema, as used only in some databases like Postgres, Redshift and DB2":[""],"This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.":[""],"Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.":[""],"Redirects to this endpoint when clicking on the table from the table list":[""],"Whether the table was generated by the 'Visualize' flow in SQL Lab":[""],"A set of parameters that become available in the query using Jinja templating syntax":[""],"Changed By":[""],"Last Changed":[""],"Offset":[""],"Fetch Values Predicate":[""],"Main Datetime Column":[""],"SQL Lab View":[""],"Template parameters":[""],"Table [{}] could not be found, please double check your database connection, schema, and table name":[""],"The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.":[""],"Refresh Metadata":[""],"Refresh column metadata":[""],"Metadata refreshed for the following table(s): %(tables)s":[""],"Tables":[""],"Profile":[""],"Logout":[""],"Login":[""],"Record Count":[""],"No records found":[""],"Import dashboards":[""],"No Access!":[""],"You do not have permissions to access the datasource(s): %(name)s.":[""],"Request Permissions":[""],"Test Connection":[""],"Annotation Layers":[""],"Manage":[""],"Annotations":[""],"Datasource %(name)s already exists":[""],"json isn't valid":[""],"Export to YAML":[""],"Export to YAML?":[""],"Delete":[""],"Delete all Really?":[""],"This endpoint requires the `all_datasource_access` permission":[""],"The datasource seems to have been deleted":[""],"The access requests seem to have been deleted":[""],"The user seems to have been deleted":[""],"You don't have access to this datasource. (Gain access)":[""],"You don't have access to this datasource":[""],"This view requires the database %(name)s or `all_datasource_access` permission":[""],"This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission":[""],"List Databases":[""],"Show Database":[""],"Add Database":[""],"Edit Database":[""],"Expose this DB in SQL Lab":[""],"Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)":[""],"Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.":[""],"Allow CREATE TABLE AS option in SQL Lab":[""],"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab":[""],"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema":[""],"If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.":[""],"Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.":[""],"Expose in SQL Lab":[""],"Allow CREATE TABLE AS":[""],"Allow DML":[""],"CTAS Schema":[""],"Creator":[""],"SQLAlchemy URI":[""],"Extra":[""],"Allow Run Sync":[""],"Allow Run Async":[""],"Impersonate the logged on user":[""],"Import Dashboards":[""],"CSV to Database configuration":[""],"CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"":[""],"User":[""],"User Roles":[""],"Database URL":[""],"Roles to grant":[""],"Created On":[""],"Access requests":[""],"Security":[""],"List Charts":[""],"Show Chart":[""],"Add Chart":[""],"Edit Chart":[""],"These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Duration (in seconds) of the caching timeout for this chart.":[""],"Last Modified":[""],"Owners":[""],"Parameters":[""],"Chart":[""],"List Dashboards":[""],"Show Dashboard":[""],"Add Dashboard":[""],"Edit Dashboard":[""],"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view":[""],"The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible":[""],"To get a readable URL for your dashboard":[""],"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.":[""],"Owners is a list of users who can alter the dashboard.":[""],"Dashboard":[""],"Slug":[""],"Position JSON":[""],"JSON Metadata":[""],"Underlying Tables":[""],"Export":[""],"Export dashboards?":[""],"Action":[""],"dttm":[""],"Action Log":[""],"Access was requested":[""],"%(user)s was granted the role %(role)s that gives access to the %(datasource)s":[""],"Role %(r)s was extended to provide the access to the datasource %(ds)s":[""],"You have no permission to approve this request":[""],"You don't have the rights to ":[""],"alter this ":[""],"chart":[""],"create a ":[""],"dashboard":[""],"Malformed request. slice_id or table_name and db_name arguments are expected":[""],"Chart %(id)s not found":[""],"Table %(t)s wasn't found in the database %(d)s":[""],"Can't find User '%(name)s', please ask your admin to create one.":[""],"Can't find DruidCluster with cluster_name = '%(name)s'":[""],"Query record was not created as expected.":[""],"Template Name":[""],"CSS Templates":[""],"SQL Editor":[""],"SQL Lab":[""],"Query Search":[""],"Upload a CSV":[""],"Status":[""],"Start Time":[""],"End Time":[""],"Queries":[""],"List Saved Query":[""],"Show Saved Query":[""],"Add Saved Query":[""],"Edit Saved Query":[""],"Pop Tab Link":[""],"Changed on":[""],"Saved Queries":[""]}}} \ No newline at end of file diff --git a/superset/translations/zh/LC_MESSAGES/messages.mo b/superset/translations/zh/LC_MESSAGES/messages.mo index df669a6f5e31b..38b6abb670417 100644 Binary files a/superset/translations/zh/LC_MESSAGES/messages.mo and b/superset/translations/zh/LC_MESSAGES/messages.mo differ diff --git a/superset/translations/zh/LC_MESSAGES/messages.po b/superset/translations/zh/LC_MESSAGES/messages.po index 7283f82d44b23..0bbd38102c520 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.po +++ b/superset/translations/zh/LC_MESSAGES/messages.po @@ -1,3518 +1,7910 @@ -# Chinese translations for PROJECT. +# Chinese translations for Apache Superset. # Copyright (C) 2016 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. +# This file is distributed under the same license as the Apache Superset +# project. # FIRST AUTHOR , 2016. # msgid "" msgstr "" "Project-Id-Version: Apache Superset 0.22.1\n" "Report-Msgid-Bugs-To: benedictjin2016@gmail.com\n" -"POT-Creation-Date: 2017-10-04 10:12-0700\n" +"POT-Creation-Date: 2018-05-15 10:17-0700\n" "PO-Revision-Date: 2018-01-08 17:47+0800\n" +"Last-Translator: \n" "Language: zh\n" "Language-Team: zh \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.4.0\n" -"Last-Translator: \n" -"X-Generator: Poedit 2.0.1\n" - -#: superset/assets/javascripts/explore/stores/controls.jsx:553 superset/db_engine_specs.py:192 -#: superset/db_engine_specs.py:223 superset/db_engine_specs.py:267 superset/db_engine_specs.py:315 -#: superset/db_engine_specs.py:371 superset/db_engine_specs.py:839 superset/db_engine_specs.py:875 -#: superset/db_engine_specs.py:907 superset/db_engine_specs.py:953 superset/db_engine_specs.py:990 -#: superset/db_engine_specs.py:1015 +"Generated-By: Babel 2.5.3\n" + +#: superset/assets/src/explore/controls.jsx:838 superset/db_engine_specs.py:326 +#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:405 +#: superset/db_engine_specs.py:430 superset/db_engine_specs.py:482 +#: superset/db_engine_specs.py:541 superset/db_engine_specs.py:605 +#: superset/db_engine_specs.py:1156 superset/db_engine_specs.py:1198 +#: superset/db_engine_specs.py:1253 superset/db_engine_specs.py:1298 +#: superset/db_engine_specs.py:1331 superset/db_engine_specs.py:1367 msgid "Time Column" -msgstr "时间字段" +msgstr "" -#: superset/db_engine_specs.py:193 superset/db_engine_specs.py:224 superset/db_engine_specs.py:316 -#: superset/db_engine_specs.py:372 superset/db_engine_specs.py:840 superset/db_engine_specs.py:908 -#: superset/db_engine_specs.py:991 +#: superset/db_engine_specs.py:327 superset/db_engine_specs.py:377 +#: superset/db_engine_specs.py:431 superset/db_engine_specs.py:542 +#: superset/db_engine_specs.py:606 superset/db_engine_specs.py:1157 +#: superset/db_engine_specs.py:1199 superset/db_engine_specs.py:1299 +#: superset/db_engine_specs.py:1368 msgid "second" -msgstr "秒" +msgstr "" -#: superset/db_engine_specs.py:194 superset/db_engine_specs.py:227 superset/db_engine_specs.py:319 -#: superset/db_engine_specs.py:374 superset/db_engine_specs.py:842 superset/db_engine_specs.py:876 -#: superset/db_engine_specs.py:910 superset/db_engine_specs.py:954 superset/db_engine_specs.py:992 -#: superset/db_engine_specs.py:1016 +#: superset/db_engine_specs.py:329 superset/db_engine_specs.py:378 +#: superset/db_engine_specs.py:406 superset/db_engine_specs.py:435 +#: superset/db_engine_specs.py:546 superset/db_engine_specs.py:609 +#: superset/db_engine_specs.py:1160 superset/db_engine_specs.py:1202 +#: superset/db_engine_specs.py:1254 superset/db_engine_specs.py:1300 +#: superset/db_engine_specs.py:1332 superset/db_engine_specs.py:1371 msgid "minute" -msgstr "分" +msgstr "" -#: superset/db_engine_specs.py:195 superset/db_engine_specs.py:231 superset/db_engine_specs.py:321 -#: superset/db_engine_specs.py:376 superset/db_engine_specs.py:848 superset/db_engine_specs.py:878 -#: superset/db_engine_specs.py:912 superset/db_engine_specs.py:960 superset/db_engine_specs.py:993 -#: superset/db_engine_specs.py:1017 +#: superset/db_engine_specs.py:331 superset/db_engine_specs.py:379 +#: superset/db_engine_specs.py:407 superset/db_engine_specs.py:440 +#: superset/db_engine_specs.py:483 superset/db_engine_specs.py:549 +#: superset/db_engine_specs.py:612 superset/db_engine_specs.py:1169 +#: superset/db_engine_specs.py:1205 superset/db_engine_specs.py:1263 +#: superset/db_engine_specs.py:1301 superset/db_engine_specs.py:1333 +#: superset/db_engine_specs.py:1374 msgid "hour" -msgstr "小时" +msgstr "" -#: superset/db_engine_specs.py:196 superset/db_engine_specs.py:236 superset/db_engine_specs.py:268 -#: superset/db_engine_specs.py:323 superset/db_engine_specs.py:378 superset/db_engine_specs.py:850 -#: superset/db_engine_specs.py:880 superset/db_engine_specs.py:914 superset/db_engine_specs.py:962 -#: superset/db_engine_specs.py:994 superset/db_engine_specs.py:1018 +#: superset/db_engine_specs.py:333 superset/db_engine_specs.py:380 +#: superset/db_engine_specs.py:408 superset/db_engine_specs.py:446 +#: superset/db_engine_specs.py:486 superset/db_engine_specs.py:552 +#: superset/db_engine_specs.py:615 superset/db_engine_specs.py:1172 +#: superset/db_engine_specs.py:1208 superset/db_engine_specs.py:1266 +#: superset/db_engine_specs.py:1302 superset/db_engine_specs.py:1334 +#: superset/db_engine_specs.py:1377 msgid "day" -msgstr "天" +msgstr "" -#: superset/db_engine_specs.py:197 superset/db_engine_specs.py:242 superset/db_engine_specs.py:269 -#: superset/db_engine_specs.py:324 superset/db_engine_specs.py:380 superset/db_engine_specs.py:852 -#: superset/db_engine_specs.py:882 superset/db_engine_specs.py:916 superset/db_engine_specs.py:995 -#: superset/db_engine_specs.py:1019 +#: superset/db_engine_specs.py:335 superset/db_engine_specs.py:381 +#: superset/db_engine_specs.py:409 superset/db_engine_specs.py:453 +#: superset/db_engine_specs.py:487 superset/db_engine_specs.py:553 +#: superset/db_engine_specs.py:618 superset/db_engine_specs.py:1175 +#: superset/db_engine_specs.py:1211 superset/db_engine_specs.py:1303 +#: superset/db_engine_specs.py:1335 superset/db_engine_specs.py:1380 msgid "week" -msgstr "周" +msgstr "" -#: superset/db_engine_specs.py:198 superset/db_engine_specs.py:244 superset/db_engine_specs.py:271 -#: superset/db_engine_specs.py:326 superset/db_engine_specs.py:382 superset/db_engine_specs.py:854 -#: superset/db_engine_specs.py:884 superset/db_engine_specs.py:918 superset/db_engine_specs.py:964 -#: superset/db_engine_specs.py:996 superset/db_engine_specs.py:1020 +#: superset/db_engine_specs.py:337 superset/db_engine_specs.py:382 +#: superset/db_engine_specs.py:410 superset/db_engine_specs.py:456 +#: superset/db_engine_specs.py:490 superset/db_engine_specs.py:556 +#: superset/db_engine_specs.py:621 superset/db_engine_specs.py:1178 +#: superset/db_engine_specs.py:1214 superset/db_engine_specs.py:1269 +#: superset/db_engine_specs.py:1304 superset/db_engine_specs.py:1336 +#: superset/db_engine_specs.py:1384 msgid "month" -msgstr "月" +msgstr "" -#: superset/db_engine_specs.py:199 superset/db_engine_specs.py:246 superset/db_engine_specs.py:328 -#: superset/db_engine_specs.py:384 superset/db_engine_specs.py:856 superset/db_engine_specs.py:886 -#: superset/db_engine_specs.py:920 superset/db_engine_specs.py:966 superset/db_engine_specs.py:997 -#: superset/db_engine_specs.py:1021 +#: superset/db_engine_specs.py:339 superset/db_engine_specs.py:383 +#: superset/db_engine_specs.py:411 superset/db_engine_specs.py:459 +#: superset/db_engine_specs.py:559 superset/db_engine_specs.py:624 +#: superset/db_engine_specs.py:1181 superset/db_engine_specs.py:1217 +#: superset/db_engine_specs.py:1272 superset/db_engine_specs.py:1305 +#: superset/db_engine_specs.py:1337 superset/db_engine_specs.py:1387 msgid "quarter" -msgstr "季度" +msgstr "" -#: superset/db_engine_specs.py:200 superset/db_engine_specs.py:250 superset/db_engine_specs.py:330 -#: superset/db_engine_specs.py:858 superset/db_engine_specs.py:888 superset/db_engine_specs.py:968 -#: superset/db_engine_specs.py:998 superset/db_engine_specs.py:1022 +#: superset/db_engine_specs.py:341 superset/db_engine_specs.py:384 +#: superset/db_engine_specs.py:412 superset/db_engine_specs.py:464 +#: superset/db_engine_specs.py:562 superset/db_engine_specs.py:635 +#: superset/db_engine_specs.py:1184 superset/db_engine_specs.py:1275 +#: superset/db_engine_specs.py:1307 superset/db_engine_specs.py:1338 +#: superset/db_engine_specs.py:1391 msgid "year" -msgstr "年" - -#: superset/db_engine_specs.py:332 -msgid "week_start_monday" -msgstr "周一为一周开始" +msgstr "" -#: superset/db_engine_specs.py:386 superset/db_engine_specs.py:922 +#: superset/db_engine_specs.py:493 superset/db_engine_specs.py:627 +#: superset/db_engine_specs.py:1220 msgid "week_ending_saturday" -msgstr "周日为一周开始" +msgstr "" -#: superset/db_engine_specs.py:389 superset/db_engine_specs.py:925 +#: superset/db_engine_specs.py:496 superset/db_engine_specs.py:631 +#: superset/db_engine_specs.py:1224 msgid "week_start_sunday" -msgstr "周日为一周结束" +msgstr "" -#: superset/db_engine_specs.py:844 superset/db_engine_specs.py:956 +#: superset/db_engine_specs.py:565 +msgid "week_start_monday" +msgstr "" + +#: superset/db_engine_specs.py:1163 superset/db_engine_specs.py:1257 msgid "5 minute" -msgstr "5 分钟" +msgstr "" -#: superset/db_engine_specs.py:846 +#: superset/db_engine_specs.py:1166 msgid "half hour" -msgstr "半小时" +msgstr "" -#: superset/db_engine_specs.py:958 +#: superset/db_engine_specs.py:1260 msgid "10 minute" -msgstr "10 分钟" +msgstr "" + +#: superset/connectors/sqla/views.py:234 superset/forms.py:56 +msgid "Table Name" +msgstr "" + +#: superset/forms.py:57 +msgid "Name of table to be created from csv data." +msgstr "" + +#: superset/forms.py:61 +msgid "CSV File" +msgstr "" + +#: superset/forms.py:62 +msgid "Select a CSV file to be uploaded to a database." +msgstr "" + +#: superset/forms.py:64 +msgid "CSV Files Only!" +msgstr "" + +#: superset/connectors/sqla/views.py:227 superset/forms.py:66 +#: superset/views/core.py:275 superset/views/sql_lab.py:24 +#: superset/views/sql_lab.py:61 +msgid "Database" +msgstr "" + +#: superset/forms.py:70 +msgid "Delimiter" +msgstr "" + +#: superset/forms.py:71 +msgid "Delimiter used by CSV file (for whitespace use \\s+)." +msgstr "" + +#: superset/forms.py:75 +msgid "Table Exists" +msgstr "" + +#: superset/forms.py:76 +msgid "" +"If table exists do one of the following: Fail (do nothing), Replace (drop" +" and recreate table) or Append (insert data)." +msgstr "" + +#: superset/forms.py:81 +msgid "Fail" +msgstr "" + +#: superset/forms.py:81 +msgid "Replace" +msgstr "" + +#: superset/forms.py:82 +msgid "Append" +msgstr "" + +#: superset/connectors/sqla/views.py:230 superset/forms.py:85 +msgid "Schema" +msgstr "" + +#: superset/forms.py:86 +msgid "Specify a schema (if database flavour supports this)." +msgstr "" + +#: superset/forms.py:91 +msgid "Header Row" +msgstr "" + +#: superset/forms.py:92 +msgid "" +"Row containing the headers to use as column names (0 is first line of " +"data). Leave empty if there is no header row." +msgstr "" + +#: superset/forms.py:100 +msgid "Index Column" +msgstr "" + +#: superset/forms.py:101 +msgid "" +"Column to use as the row labels of the dataframe. Leave empty if no index" +" column." +msgstr "" + +#: superset/forms.py:108 +msgid "Mangle Duplicate Columns" +msgstr "" + +#: superset/forms.py:109 +msgid "Specify duplicate columns as \"X.0, X.1\"." +msgstr "" + +#: superset/forms.py:111 +msgid "Skip Initial Space" +msgstr "" + +#: superset/forms.py:112 +msgid "Skip spaces after delimiter." +msgstr "" + +#: superset/forms.py:114 +msgid "Skip Rows" +msgstr "" + +#: superset/forms.py:115 +msgid "Number of rows to skip at start of file." +msgstr "" + +#: superset/forms.py:120 +msgid "Rows to Read" +msgstr "" + +#: superset/forms.py:121 +msgid "Number of rows of file to read." +msgstr "" + +#: superset/forms.py:126 +msgid "Skip Blank Lines" +msgstr "" + +#: superset/forms.py:127 +msgid "Skip blank lines rather than interpreting them as NaN values." +msgstr "" + +#: superset/forms.py:131 +msgid "Parse Dates" +msgstr "" + +#: superset/forms.py:132 +msgid "A comma separated list of columns that should be parsed as dates." +msgstr "" + +#: superset/forms.py:137 +msgid "Infer Datetime Format" +msgstr "" + +#: superset/forms.py:138 +msgid "Use Pandas to interpret the datetime format automatically." +msgstr "" + +#: superset/forms.py:142 +msgid "Decimal Character" +msgstr "" -#: superset/utils.py:499 +#: superset/forms.py:143 +msgid "Character to interpret as decimal point." +msgstr "" + +#: superset/forms.py:148 +msgid "Dataframe Index" +msgstr "" + +#: superset/forms.py:149 +msgid "Write dataframe index as a column." +msgstr "" + +#: superset/forms.py:151 +msgid "Column Label(s)" +msgstr "" + +#: superset/forms.py:152 +msgid "" +"Column label for index column(s). If None is given and Dataframe Index is" +" True, Index Names are used." +msgstr "" + +#: superset/utils.py:576 #, python-format msgid "[Superset] Access to the datasource %(name)s was granted" -msgstr "[Superset] 允许访问数据源 %(name)s" +msgstr "" -#: superset/viz.py:50 +#: superset/viz.py:60 msgid "Viz is missing a datasource" -msgstr "Viz 缺少一个数据源" +msgstr "" -#: superset/viz.py:181 +#: superset/viz.py:249 msgid "From date cannot be larger than to date" -msgstr "起始时间不可以大于当前时间" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:334 superset/viz.py:369 +#: superset/assets/src/explore/visTypes.js:805 superset/viz.py:497 msgid "Table View" -msgstr "表视图" +msgstr "" -#: superset/viz.py:381 +#: superset/viz.py:509 msgid "Pick a granularity in the Time section or uncheck 'Include Time'" -msgstr "在“时间”部分选择一个粒度,或取消选中“包括时间”" +msgstr "" -#: superset/viz.py:391 +#: superset/viz.py:519 msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" -msgstr "为[分组]和[指标]或[列]选择任何的字段,或者两个都不选" +msgstr "" + +#: superset/viz.py:596 +msgid "Time Table View" +msgstr "" + +#: superset/viz.py:605 superset/viz.py:1464 +msgid "Pick at least one metric" +msgstr "" + +#: superset/viz.py:608 +msgid "When using 'Group By' you are limited to use a single metric" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:386 superset/viz.py:430 +#: superset/assets/src/explore/visTypes.js:890 superset/viz.py:637 msgid "Pivot Table" -msgstr "透视表" +msgstr "" -#: superset/viz.py:444 -msgid "Please choose at least one \"Group by\" field" -msgstr "请至少选择一个“分组”字段" +#: superset/viz.py:651 +msgid "Please choose at least one 'Group by' field " +msgstr "" -#: superset/viz.py:446 +#: superset/viz.py:653 msgid "Please choose at least one metric" -msgstr "请至少选择一个指标" +msgstr "" -#: superset/viz.py:450 -msgid "'Group By' and 'Columns' can't overlap" -msgstr "“分组”和“列”不能重叠" +#: superset/viz.py:657 +msgid "Group By' and 'Columns' can't overlap" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:373 superset/viz.py:483 +#: superset/assets/src/explore/visTypes.js:876 superset/viz.py:690 msgid "Markup" -msgstr "标记" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:411 superset/viz.py:502 +#: superset/assets/src/explore/visTypes.js:916 superset/viz.py:712 msgid "Separator" -msgstr "分隔符" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:433 superset/viz.py:514 +#: superset/assets/src/explore/visTypes.js:938 superset/viz.py:724 msgid "Word Cloud" -msgstr "词汇云" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:454 superset/viz.py:537 +#: superset/assets/src/explore/visTypes.js:960 superset/viz.py:747 msgid "Treemap" -msgstr "树状图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:481 superset/viz.py:563 +#: superset/assets/src/explore/visTypes.js:988 superset/viz.py:773 msgid "Calendar Heatmap" -msgstr "时间热力图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:502 superset/viz.py:621 +#: superset/assets/src/explore/visTypes.js:1026 superset/viz.py:838 msgid "Box Plot" -msgstr "箱线图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:523 superset/viz.py:710 +#: superset/assets/src/explore/visTypes.js:1048 superset/viz.py:927 msgid "Bubble Chart" -msgstr "气泡图" +msgstr "" -#: superset/viz.py:734 +#: superset/viz.py:951 msgid "Pick a metric for x, y and size" -msgstr "为 x 轴,y 轴和大小选择一个指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:574 superset/viz.py:760 +#: superset/assets/src/explore/visTypes.js:1098 superset/viz.py:977 msgid "Bullet Chart" -msgstr "子弹图" +msgstr "" -#: superset/viz.py:786 +#: superset/viz.py:1003 msgid "Pick a metric to display" -msgstr "选择一个指标来显示" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:597 superset/viz.py:809 +#: superset/assets/src/explore/visTypes.js:1122 superset/viz.py:1026 msgid "Big Number with Trendline" -msgstr "数字和趋势线" +msgstr "" -#: superset/viz.py:817 superset/viz.py:846 +#: superset/viz.py:1034 superset/viz.py:1063 msgid "Pick a metric!" -msgstr "选择一个指标!" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:622 superset/viz.py:838 +#: superset/assets/src/explore/visTypes.js:1149 superset/viz.py:1055 msgid "Big Number" -msgstr "数字" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:157 superset/viz.py:865 +#: superset/assets/src/explore/visTypes.js:184 superset/viz.py:1082 msgid "Time Series - Line Chart" -msgstr "时间序列-折线图" +msgstr "" -#: superset/viz.py:913 superset/viz.py:1058 +#: superset/viz.py:1145 superset/viz.py:1308 msgid "Pick a time granularity for your time series" -msgstr "为您的时间序列选择一个时间粒度" +msgstr "" + +#: superset/viz.py:1222 +msgid "" +"`Since` and `Until` time bounds should be specified when using the `Time " +"Shift` feature." +msgstr "" -#: superset/viz.py:1001 +#: superset/viz.py:1251 msgid "Time Series - Dual Axis Line Chart" -msgstr "时间序列-双轴线图" +msgstr "" -#: superset/viz.py:1011 +#: superset/viz.py:1261 msgid "Pick a metric for left axis!" -msgstr "为左轴选择一个指标!" +msgstr "" -#: superset/viz.py:1013 +#: superset/viz.py:1263 msgid "Pick a metric for right axis!" -msgstr "为右轴选择一个指标!" +msgstr "" -#: superset/viz.py:1015 +#: superset/viz.py:1265 msgid "Please choose different metrics on left and right axis" -msgstr "请在左右轴上选择不同的指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:238 superset/viz.py:1076 +#: superset/assets/src/explore/visTypes.js:318 superset/viz.py:1326 msgid "Time Series - Bar Chart" -msgstr "时间序列 - 柱状图" +msgstr "" + +#: superset/viz.py:1335 +msgid "Time Series - Period Pivot" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:274 superset/viz.py:1084 +#: superset/assets/src/explore/visTypes.js:364 superset/viz.py:1375 msgid "Time Series - Percent Change" -msgstr "时间序列 - 百分比变化" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:297 superset/viz.py:1092 +#: superset/assets/src/explore/visTypes.js:759 superset/viz.py:1383 msgid "Time Series - Stacked" -msgstr "时间序列 - 堆积图" +msgstr "" -#: superset/viz.py:1101 +#: superset/viz.py:1392 msgid "Distribution - NVD3 - Pie Chart" -msgstr "分布 - NVD3 - 饼图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:647 superset/viz.py:1119 +#: superset/assets/src/explore/visTypes.js:1176 superset/viz.py:1410 msgid "Histogram" -msgstr "直方图" +msgstr "" -#: superset/viz.py:1129 -msgid "Must have one numeric column specified" -msgstr "必须指定一个数字列" +#: superset/viz.py:1420 +msgid "Must have at least one numeric column specified" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:96 superset/viz.py:1144 +#: superset/assets/src/explore/visTypes.js:110 superset/viz.py:1451 msgid "Distribution - Bar Chart" -msgstr "分布 - 柱状图" +msgstr "" -#: superset/viz.py:1155 +#: superset/viz.py:1462 msgid "Can't have overlap between Series and Breakdowns" -msgstr "Series 和 Breakdown 之间不能有重叠" - -#: superset/viz.py:1157 -msgid "Pick at least one metric" -msgstr "选择至少一个指标" +msgstr "" -#: superset/viz.py:1159 +#: superset/viz.py:1466 msgid "Pick at least one field for [Series]" -msgstr "为 [序列] 选择至少一个字段" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:679 superset/viz.py:1212 +#: superset/assets/src/explore/visTypes.js:1218 superset/viz.py:1519 msgid "Sunburst" -msgstr "环状层次图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:716 superset/viz.py:1245 +#: superset/assets/src/explore/visTypes.js:1257 superset/viz.py:1550 msgid "Sankey" -msgstr "蛇形图" +msgstr "" -#: superset/viz.py:1252 +#: superset/viz.py:1557 msgid "Pick exactly 2 columns as [Source / Target]" -msgstr "为 [来源 / 目标] 选择两个列" +msgstr "" -#: superset/viz.py:1283 -msgid "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}" -msgstr "桑基图里面有一个循环,请提供一棵树。这是一个错误的链接:{}" +#: superset/viz.py:1588 +msgid "" +"There's a loop in your Sankey, please provide a tree. Here's a faulty " +"link: {}" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:743 superset/viz.py:1294 superset/viz.py:1315 +#: superset/assets/src/explore/visTypes.js:1285 superset/viz.py:1599 +#: superset/viz.py:1620 msgid "Directed Force Layout" -msgstr "有向图" +msgstr "" -#: superset/viz.py:1301 +#: superset/viz.py:1606 msgid "Pick exactly 2 columns to 'Group By'" -msgstr "为 “Group By” 选择两个列" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:808 superset/viz.py:1348 +#: superset/assets/src/explore/visTypes.js:1351 superset/viz.py:1653 msgid "Country Map" -msgstr "国家地图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:841 superset/viz.py:1376 +#: superset/assets/src/explore/visTypes.js:1385 superset/viz.py:1681 msgid "World Map" -msgstr "世界地图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:80 superset/viz.py:1426 +#: superset/assets/src/explore/controls.jsx:1872 +#: superset/assets/src/explore/visTypes.js:85 superset/viz.py:1731 msgid "Filters" -msgstr "过滤" +msgstr "" -#: superset/viz.py:1434 +#: superset/viz.py:1752 msgid "Pick at least one filter field" -msgstr "选择至少一个过滤字段" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:909 superset/viz.py:1461 +#: superset/assets/src/explore/visTypes.js:1450 superset/viz.py:1777 msgid "iFrame" -msgstr "内嵌框架" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:921 superset/viz.py:1478 +#: superset/assets/src/explore/visTypes.js:1462 superset/viz.py:1797 msgid "Parallel Coordinates" -msgstr "平行坐标" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:943 superset/viz.py:1503 +#: superset/assets/src/explore/visTypes.js:1484 superset/viz.py:1822 msgid "Heatmap" -msgstr "热力图" +msgstr "" -#: superset/viz.py:1562 +#: superset/viz.py:1878 msgid "Horizon Charts" -msgstr "水平图" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1002 superset/viz.py:1573 +#: superset/assets/src/explore/visTypes.js:1545 superset/viz.py:1889 msgid "Mapbox" -msgstr "箱图" +msgstr "" -#: superset/viz.py:1588 +#: superset/viz.py:1904 msgid "Must have a [Group By] column to have 'count' as the [Label]" -msgstr "[Group By] 列必须要有 ‘count’字段作为 [标签]" +msgstr "" -#: superset/viz.py:1601 +#: superset/viz.py:1917 msgid "Choice of [Label] must be present in [Group By]" -msgstr "[标签] 的选择项必须出现在 [Group By]" +msgstr "" -#: superset/viz.py:1606 +#: superset/viz.py:1922 msgid "Choice of [Point Radius] must be present in [Group By]" -msgstr "[点半径] 的选择项必须出现在 [Group By]" +msgstr "" -#: superset/viz.py:1611 +#: superset/viz.py:1927 msgid "[Longitude] and [Latitude] columns must be present in [Group By]" -msgstr "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:405 superset/viz.py:1996 +msgid "Deck.gl - Multiple Layers" +msgstr "" + +#: superset/viz.py:2032 superset/viz.py:2045 +msgid "Bad spatial key" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:692 superset/viz.py:2128 +msgid "Deck.gl - Scatter plot" +msgstr "" + +#: superset/viz.py:2170 +msgid "Deck.gl - Screen Grid" +msgstr "" + +#: superset/viz.py:2192 +msgid "Deck.gl - 3D Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:497 superset/viz.py:2207 +msgid "Deck.gl - Paths" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:614 superset/viz.py:2240 +msgid "Deck.gl - Polygon" +msgstr "" + +#: superset/viz.py:2248 +msgid "Deck.gl - 3D HEX" +msgstr "" + +#: superset/viz.py:2263 +msgid "Deck.gl - GeoJSON" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:654 superset/viz.py:2282 +msgid "Deck.gl - Arc" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1073 superset/viz.py:1676 +#: superset/assets/src/explore/visTypes.js:1615 superset/viz.py:2306 msgid "Event flow" -msgstr "事件流" +msgstr "" -#: superset/viz.py:1706 +#: superset/assets/src/explore/visTypes.js:1660 superset/viz.py:2337 msgid "Time Series - Paired t-test" -msgstr "时间序列 - 配对t检验" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1678 superset/viz.py:2395 +msgid "Time Series - Nightingale Rose Chart" +msgstr "" + +#: superset/viz.py:2425 +msgid "Partition Diagram" +msgstr "" + +#: superset/assets/src/common.js:37 +msgid "Your session timed out, please refresh your page and try again." +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:57 +#: superset/assets/src/SqlLab/actions.js:59 msgid "Your query was saved" -msgstr "您的查询已保存" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:58 +#: superset/assets/src/SqlLab/actions.js:60 msgid "Your query could not be saved" -msgstr "您的查询无法保存" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:111 +#: superset/assets/src/SqlLab/actions.js:113 msgid "Failed at retrieving results from the results backend" -msgstr "无法从结果后端检索到" - -#: superset/assets/javascripts/SqlLab/actions.js:157 -msgid "Could not connect to server" -msgstr "无法连接服务器" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:162 -msgid "Your session timed out, please refresh your page and try again." -msgstr "您的会话已超时,请刷新页面后,再重试。" +#: superset/assets/src/SqlLab/actions.js:163 +msgid "Unknown error" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:181 +#: superset/assets/src/SqlLab/actions.js:186 msgid "Query was stopped." -msgstr "查询被终止。" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:184 +#: superset/assets/src/SqlLab/actions.js:189 msgid "Failed at stopping query." -msgstr "无法终止查询。" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:297 superset/assets/javascripts/SqlLab/actions.js:310 +#: superset/assets/src/SqlLab/actions.js:309 +#: superset/assets/src/SqlLab/actions.js:322 msgid "Error occurred while fetching table metadata" -msgstr "获取表格元数据时发生错误" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:364 +#: superset/assets/src/SqlLab/actions.js:376 msgid "shared query" -msgstr "已分享的查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:372 superset/assets/javascripts/SqlLab/actions.js:392 +#: superset/assets/src/SqlLab/actions.js:384 +#: superset/assets/src/SqlLab/actions.js:404 msgid "The query couldn't be loaded" -msgstr "这个查询无法被加载" +msgstr "" -#: superset/assets/javascripts/SqlLab/actions.js:426 +#: superset/assets/src/SqlLab/actions.js:438 msgid "An error occurred while creating the data source" -msgstr "创建数据源时发生错误" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:30 +#: superset/assets/src/SqlLab/constants.js:30 msgid "Pick a chart type!" -msgstr "选择一个图表类型!" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:31 +#: superset/assets/src/SqlLab/constants.js:31 msgid "To use this chart type you need at least one column flagged as a date" -msgstr "要使用此图表类型,您至少需要一个标记为日期格式的列" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:32 +#: superset/assets/src/SqlLab/constants.js:32 msgid "To use this chart type you need at least one dimension" -msgstr "要使用此图表类型,您至少需要一个维度" +msgstr "" -#: superset/assets/javascripts/SqlLab/constants.js:33 +#: superset/assets/src/SqlLab/constants.js:33 msgid "To use this chart type you need at least one aggregation function" -msgstr "要使用这种图表类型,您至少需要一个聚合函数" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:49 -#: superset/assets/javascripts/SqlLab/reducers.js:11 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:49 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:112 +#: superset/assets/src/SqlLab/reducers.js:11 msgid "Untitled Query" -msgstr "未命名的查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/reducers.js:44 +#: superset/assets/src/SqlLab/reducers.js:44 #, python-format msgid "Copy of %s" -msgstr "%s 的副本" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:30 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:30 msgid "share query" -msgstr "分享查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/CopyQueryTabUrl.jsx:33 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:17 msgid "copy URL to clipboard" -msgstr "拷贝 URL 到剪切板" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:61 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:61 msgid "Raw SQL" -msgstr "行 SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:71 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:71 msgid "Source SQL" -msgstr "源 SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/HighlightedSql.jsx:83 -#: superset/assets/javascripts/explore/stores/visTypes.js:40 +#: superset/assets/src/SqlLab/components/HighlightedSql.jsx:83 +#: superset/assets/src/explore/visTypes.js:44 msgid "SQL" -msgstr "SQL" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryHistory.jsx:28 +#: superset/assets/src/SqlLab/components/QueryHistory.jsx:28 msgid "No query history yet..." -msgstr "暂无历史查询..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:106 -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:66 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:67 msgid "It seems you don't have access to any database" -msgstr "貌似您没有访问到任何数据库" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:154 -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:89 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:171 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:89 msgid "Search Results" -msgstr "搜索结果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:160 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:177 msgid "[From]-" -msgstr "[From]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:170 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:187 msgid "[To]-" -msgstr "[To]-" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:179 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:196 msgid "[Query Status]" -msgstr "[查询状态]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QuerySearch.jsx:188 +#: superset/assets/src/SqlLab/components/QuerySearch.jsx:205 msgid "Search" -msgstr "搜索" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:114 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:114 msgid "Open in SQL Editor" -msgstr "在 SQL 编辑器中打开" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:133 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:133 msgid "view results" -msgstr "展示结果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:136 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:136 msgid "Data preview" -msgstr "数据预览" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:176 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:176 msgid "Visualize the data out of this query" -msgstr "从这个查询中可视化数据" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:182 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:182 msgid "Overwrite text in editor with a query on this table" -msgstr "使用该表上的查询覆盖编辑器中的文本" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:188 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:188 msgid "Run query in a new tab" -msgstr "在新标签中运行查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/QueryTable.jsx:193 +#: superset/assets/src/SqlLab/components/QueryTable.jsx:193 msgid "Remove query from log" -msgstr "从日志中删除查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:67 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:67 msgid ".CSV" -msgstr ".CSV" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:78 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:241 -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:280 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:78 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:247 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:286 msgid "Visualize" -msgstr "可视化" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 superset/connectors/sqla/views.py:85 -#: superset/connectors/sqla/views.py:135 superset/connectors/sqla/views.py:214 -#: superset/views/core.py:380 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 +#: superset/connectors/sqla/views.py:88 superset/connectors/sqla/views.py:136 +#: superset/connectors/sqla/views.py:225 superset/views/core.py:467 msgid "Table" -msgstr "表" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:162 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:163 msgid "was created" -msgstr "已创建" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:169 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:170 msgid "Query in a new tab" -msgstr "在新标签中查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:210 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:211 msgid "Fetch data preview" -msgstr "获取数据预览" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:230 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:231 msgid "Track Job" -msgstr "跟踪任务" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/ResultSet.jsx:236 +#: superset/assets/src/SqlLab/components/ResultSet.jsx:237 msgid "Loading..." -msgstr "加载中..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 msgid "Run Selected Query" -msgstr "运行选定的查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:19 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:21 +#: superset/assets/src/components/RefreshChartOverlay.jsx:26 msgid "Run Query" -msgstr "运行查询" +msgstr "" + +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:36 +msgid "Run query synchronously" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:22 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:48 msgid "Run query asynchronously" -msgstr "异步运行查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/RunQueryActionButton.jsx:57 +#: superset/assets/src/SqlLab/components/RunQueryActionButton.jsx:60 msgid "Stop" -msgstr "停止" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:16 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:18 msgid "Undefined" -msgstr "未命名" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:66 superset/views/sql_lab.py:53 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:67 +#: superset/views/sql_lab.py:59 msgid "Label" -msgstr "标签" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:71 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:72 msgid "Label for your query" -msgstr "为您的查询设置标签" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:81 superset/connectors/druid/views.py:107 -#: superset/connectors/druid/views.py:228 superset/connectors/sqla/views.py:82 -#: superset/connectors/sqla/views.py:131 superset/connectors/sqla/views.py:227 -#: superset/views/core.py:374 superset/views/sql_lab.py:56 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:82 +#: superset/connectors/druid/views.py:134 +#: superset/connectors/druid/views.py:258 superset/connectors/sqla/views.py:85 +#: superset/connectors/sqla/views.py:132 superset/connectors/sqla/views.py:238 +#: superset/views/core.py:461 superset/views/sql_lab.py:62 msgid "Description" -msgstr "描述" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:85 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:86 msgid "Write a description for your query" -msgstr "为您的查询写一段描述" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:99 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:155 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:222 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:100 +#: superset/assets/src/dashboard/components/Controls.jsx:125 +#: superset/assets/src/dashboard/components/SaveModal.jsx:151 +#: superset/assets/src/explore/components/SaveModal.jsx:221 msgid "Save" -msgstr "保存" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:102 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:103 #: superset/templates/superset/request_access.html:16 msgid "Cancel" -msgstr "取消" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SaveQuery.jsx:123 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:115 +#: superset/assets/src/SqlLab/components/SaveQuery.jsx:119 msgid "Save Query" -msgstr "保存查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:52 +#: superset/assets/src/SqlLab/components/ShareQuery.jsx:14 +msgid "Share Query" +msgstr "" + +#: superset/assets/src/SqlLab/components/SouthPane.jsx:52 msgid "Run a query to display results here" -msgstr "运行一个查询,以在此显示结果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:57 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:57 #, python-format msgid "Preview for %s" -msgstr "预览 %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:81 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:81 msgid "Results" -msgstr "结果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SouthPane.jsx:87 +#: superset/assets/src/SqlLab/components/SouthPane.jsx:87 msgid "Query History" -msgstr "历史查询" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:123 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:165 msgid "Create table as with query results" -msgstr "与查询结果一样创建表" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditor.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditor.jsx:173 msgid "new table name" -msgstr "新表名称" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:90 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:91 msgid "Error while fetching table list" -msgstr "获取表列表时出错" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:131 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:132 msgid "Error while fetching schema list" -msgstr "获取模式列表时出错" +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:146 +msgid "Type to search ..." +msgstr "" + +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:148 +msgid "Select table " +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:153 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:162 msgid "Error while fetching database list" -msgstr "获取数据库列表时出错" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:159 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:168 msgid "Database:" -msgstr "数据库:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:163 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:172 msgid "Select a database" -msgstr "选择一个数据库" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:170 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:179 #, python-format msgid "Select a schema (%s)" -msgstr "选择一个模式(%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:175 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:184 msgid "Schema:" -msgstr "模式:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:190 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:198 #, python-format msgid "Add a table (%s)" -msgstr "增加一张表(%s)" - -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:203 -msgid "Type to search ..." -msgstr "键入搜索 ..." +msgstr "" -#: superset/assets/javascripts/SqlLab/components/SqlEditorLeftBar.jsx:226 +#: superset/assets/src/SqlLab/components/SqlEditorLeftBar.jsx:234 msgid "Reset State" -msgstr "状态重置" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:105 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:106 msgid "Enter a new title for the tab" -msgstr "输入标签的新标题" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:124 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:125 #, python-format msgid "Untitled Query %s" -msgstr "未命名的查询 %s" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:170 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:171 msgid "close tab" -msgstr "关闭标签" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:173 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:174 msgid "rename tab" -msgstr "重命名标签" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "expand tool bar" -msgstr "展开工具栏" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TabbedSqlEditors.jsx:181 +#: superset/assets/src/SqlLab/components/TabbedSqlEditors.jsx:182 msgid "hide tool bar" -msgstr "隐藏工具栏" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:75 +#: superset/assets/src/SqlLab/components/TableElement.jsx:75 msgid "Copy partition query to clipboard" -msgstr "将分区查询复制到剪贴板" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:94 +#: superset/assets/src/SqlLab/components/TableElement.jsx:94 msgid "latest partition:" -msgstr "最新分区:" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:110 +#: superset/assets/src/SqlLab/components/TableElement.jsx:110 msgid "Keys for table" -msgstr "表的键" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:119 +#: superset/assets/src/SqlLab/components/TableElement.jsx:119 #, python-format msgid "View keys & indexes (%s)" -msgstr "查看键和索引(%s)" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:135 +#: superset/assets/src/SqlLab/components/TableElement.jsx:135 msgid "Sort columns alphabetically" -msgstr "对列按字母顺序进行排列" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:136 +#: superset/assets/src/SqlLab/components/TableElement.jsx:136 msgid "Original table column order" -msgstr "原始表列顺序" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:146 +#: superset/assets/src/SqlLab/components/TableElement.jsx:146 msgid "Copy SELECT statement to clipboard" -msgstr "将 SELECT 语句复制到剪贴板" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/TableElement.jsx:152 +#: superset/assets/src/SqlLab/components/TableElement.jsx:152 msgid "Remove table preview" -msgstr "删除表格预览" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:102 +msgid "Template Parameters" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:90 +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:106 +msgid "Edit template parameters" +msgstr "" + +#: superset/assets/src/SqlLab/components/TemplateParamsEditor.jsx:116 +msgid "Invalid JSON" +msgstr "" + +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:92 #, python-format -msgid "%s is not right as a column name, please alias it (as in SELECT count(*))" -msgstr "%s 不适合作为列名,请对其进行别名(如 SELECT count(*))" +msgid "%s is not right as a column name, please alias it (as in SELECT count(*) " +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "AS my_alias" -msgstr "作为 my_alias" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:91 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:93 msgid "using only alphanumeric characters and underscores" -msgstr "只使用字母、数字、字符和下划线" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:166 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:171 msgid "Creating a data source and popping a new tab" -msgstr "创建数据源,并弹出一个新的标签页" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:196 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:202 msgid "No results available for this query" -msgstr "没有可用于此查询的结果" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:248 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:254 msgid "Chart Type" -msgstr "图表类型" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:251 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:257 msgid "[Chart Type]" -msgstr "[图表类型]" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:259 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:265 msgid "Datasource Name" -msgstr "数据库名称" +msgstr "" -#: superset/assets/javascripts/SqlLab/components/VisualizeModal.jsx:263 +#: superset/assets/src/SqlLab/components/VisualizeModal.jsx:269 msgid "datasource name" -msgstr "数据库名称" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:59 +msgid "Create a new chart" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:61 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:69 +msgid "Choose a datasource" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:75 +msgid "" +"If the datasource your are looking for is not available in the list, " +"follow the instructions on the how to add it on the " +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:79 +msgid "Superset tutorial" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:84 +#: superset/assets/src/addSlice/AddSliceContainer.jsx:91 +msgid "Choose a visualization type" +msgstr "" + +#: superset/assets/src/addSlice/AddSliceContainer.jsx:101 +msgid "Create new chart" +msgstr "" + +#: superset/assets/src/chart/chartAction.js:165 +msgid "Unexpected error: " +msgstr "" + +#: superset/assets/src/chart/chartAction.js:174 +msgid "Unexpected error." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:55 +msgid "Updating chart was stopped" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:66 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:74 +msgid "visualization queries are set to timeout at ${action.timeout} seconds. " +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:75 +msgid "" +"Perhaps your data has grown, your database is under unusual load, or you " +"are simply querying a data source that is too large to be processed " +"within the timeout range. If that is the case, we recommend that you " +"summarize your data further." +msgstr "" + +#: superset/assets/src/chart/chartReducer.js:84 +#: superset/assets/src/chart/chartReducer.js:134 +msgid "Network error." +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:113 +msgid "Click to see difference" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:119 +msgid "Altered" +msgstr "" + +#: superset/assets/src/components/AlteredSliceTag.jsx:137 +msgid "Chart changes" +msgstr "" -#: superset/assets/javascripts/components/AsyncSelect.jsx:23 -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:26 +#: superset/assets/src/components/AsyncSelect.jsx:23 +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:27 msgid "Select ..." -msgstr "选择 ..." +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:26 +#: superset/assets/src/components/CachedLabel.jsx:26 msgid "Loaded data cached" -msgstr "数据缓存已加载" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:29 +#: superset/assets/src/components/CachedLabel.jsx:29 msgid "Loaded from cache" -msgstr "从缓存中加载" +msgstr "" -#: superset/assets/javascripts/components/CachedLabel.jsx:33 +#: superset/assets/src/components/CachedLabel.jsx:33 msgid "Click to force-refresh" -msgstr "点击强制刷新" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:21 -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:67 -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:37 +#: superset/assets/src/components/CopyToClipboard.jsx:21 +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:68 +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:38 msgid "Copy to clipboard" -msgstr "复制到剪贴板" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:65 +#: superset/assets/src/components/CopyToClipboard.jsx:72 msgid "Not successful" -msgstr "未成功" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:68 +#: superset/assets/src/components/CopyToClipboard.jsx:75 msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" -msgstr "抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!" +msgstr "" -#: superset/assets/javascripts/components/CopyToClipboard.jsx:79 +#: superset/assets/src/components/CopyToClipboard.jsx:91 msgid "Copied!" -msgstr "复制成功!" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:13 superset/views/core.py:475 -#: superset/views/core.py:542 +#: superset/assets/src/components/EditableTitle.jsx:14 +#: superset/views/core.py:571 superset/views/core.py:641 msgid "Title" -msgstr "标题" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:92 +#: superset/assets/src/components/EditableTitle.jsx:105 msgid "click to edit title" -msgstr "点击编辑标题" +msgstr "" -#: superset/assets/javascripts/components/EditableTitle.jsx:93 +#: superset/assets/src/components/EditableTitle.jsx:106 msgid "You don't have the rights to alter this title." -msgstr "你没有权利改变这个标题。" +msgstr "" -#: superset/assets/javascripts/components/FaveStar.jsx:32 -#: superset/assets/javascripts/modules/superset.js:33 +#: superset/assets/src/components/FaveStar.jsx:33 msgid "Click to favorite/unfavorite" -msgstr "点击 收藏/取消收藏" - -#: superset/assets/javascripts/dashboard/Dashboard.jsx:42 -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "You have unsaved changes." -msgstr "您有一些未保存的修改。" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:59 -msgid "Click the" -msgstr "点击" +#: superset/assets/src/components/RefreshChartOverlay.jsx:32 +msgid "Dismiss" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:61 -msgid "button on the top right to save your changes." -msgstr "请点击右上角的按钮,以保存您的更改。" +#: superset/assets/src/dashboard/components/CodeModal.jsx:35 +msgid "Active Dashboard Filters" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:164 +#: superset/assets/src/dashboard/components/Controls.jsx:120 #, python-format -msgid "Served from data cached %s, click to force refresh." -msgstr "来自数据缓存 %s,点击强制刷新。" +msgid "Checkout this dashboard: %s" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:123 +#: superset/assets/src/explore/components/SaveModal.jsx:163 +msgid "Save as" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:169 -msgid "Click to force refresh" -msgstr "点击强制刷新" +#: superset/assets/src/dashboard/components/Controls.jsx:131 +msgid "Force Refresh" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:353 -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:100 -msgid "Error" -msgstr "异常" +#: superset/assets/src/dashboard/components/Controls.jsx:132 +msgid "Force refresh the whole dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/Dashboard.jsx:354 -#, python-format -msgid "Sorry, there was an error adding slices to this dashboard: %s" -msgstr "对不起,在此仪表板中添加切片时出错:%s" +#: superset/assets/src/dashboard/components/Controls.jsx:140 +msgid "Set autorefresh" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CodeModal.jsx:35 -msgid "Active Dashboard Filters" -msgstr "活跃的仪表板过滤器" +#: superset/assets/src/dashboard/components/Controls.jsx:141 +msgid "Set the auto-refresh interval for this session" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:48 -#, python-format -msgid "Checkout this dashboard: %s" -msgstr "查看这个仪表板:%s" +#: superset/assets/src/dashboard/components/Controls.jsx:156 +msgid "Save the dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:54 -msgid "Force refresh the whole dashboard" -msgstr "强制刷新整个仪表板" +#: superset/assets/src/dashboard/components/Controls.jsx:164 +msgid "Edit properties" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:165 +msgid "Edit the dashboards's properties" +msgstr "" -#: superset/assets/javascripts/dashboard/components/Controls.jsx:94 -msgid "Edit this dashboard's properties" -msgstr "编辑这个仪表板的属性" +#: superset/assets/src/dashboard/components/Controls.jsx:172 +msgid "Email" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:173 +msgid "Email a link to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:185 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:196 +msgid "Add Charts" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:186 +msgid "Add some charts to this dashboard" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:197 +msgid "Edit CSS" +msgstr "" + +#: superset/assets/src/dashboard/components/Controls.jsx:198 +msgid "Change the style of the dashboard using CSS code" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:65 +#: superset/assets/src/dashboard/components/CssEditor.jsx:45 msgid "Load a template" -msgstr "加载一个模板" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:68 +#: superset/assets/src/dashboard/components/CssEditor.jsx:48 msgid "Load a CSS template" -msgstr "加载一个 CSS 模板" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:80 superset/views/core.py:482 +#: superset/assets/src/dashboard/components/CssEditor.jsx:60 +#: superset/views/core.py:578 msgid "CSS" -msgstr "CSS" +msgstr "" -#: superset/assets/javascripts/dashboard/components/CssEditor.jsx:86 +#: superset/assets/src/dashboard/components/CssEditor.jsx:66 msgid "Live CSS Editor" -msgstr "现场 CSS 编辑器" +msgstr "" + +#: superset/assets/src/dashboard/components/Dashboard.jsx:157 +msgid "You have unsaved changes." +msgstr "" + +#: superset/assets/src/dashboard/components/Header.jsx:49 +msgid "Unsaved changes" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:19 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:19 msgid "Don't refresh" -msgstr "不要刷新" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:20 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:20 msgid "10 seconds" -msgstr "10秒钟" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:21 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:21 msgid "30 seconds" -msgstr "30秒钟" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:22 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:22 msgid "1 minute" -msgstr "1分钟" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:23 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:23 msgid "5 minutes" -msgstr "5分钟" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:38 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:38 msgid "Refresh Interval" -msgstr "刷新间隔" +msgstr "" -#: superset/assets/javascripts/dashboard/components/RefreshIntervalModal.jsx:41 +#: superset/assets/src/dashboard/components/RefreshIntervalModal.jsx:41 msgid "Choose the refresh frequency for this dashboard" -msgstr "选择此仪表板的刷新频率" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:63 +#: superset/assets/src/dashboard/components/SaveModal.jsx:66 msgid "This dashboard was saved successfully." -msgstr "该仪表板已成功保存。" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:69 +#: superset/assets/src/dashboard/components/SaveModal.jsx:72 msgid "Sorry, there was an error saving this dashboard: " -msgstr "抱歉,保存此信息中心时发生错误:" +msgstr "" + +#: superset/assets/src/dashboard/components/SaveModal.jsx:95 +msgid "Error" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:101 +#: superset/assets/src/dashboard/components/SaveModal.jsx:96 msgid "You must pick a name for the new dashboard" -msgstr "您必须为新的仪表板选择一个名称" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:115 +#: superset/assets/src/dashboard/components/SaveModal.jsx:111 msgid "Save Dashboard" -msgstr "保存仪表板" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:123 +#: superset/assets/src/dashboard/components/SaveModal.jsx:119 #, python-format msgid "Overwrite Dashboard [%s]" -msgstr "覆盖仪表板 [%s]" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/dashboard/components/SaveModal.jsx:127 msgid "Save as:" -msgstr "另存为:" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SaveModal.jsx:135 -#: superset/assets/javascripts/explore/components/SaveModal.jsx:210 +#: superset/assets/src/dashboard/components/SaveModal.jsx:131 +#: superset/assets/src/explore/components/SaveModal.jsx:209 msgid "[dashboard name]" -msgstr "[看板名称]" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:73 +msgid "Sorry, there was an error fetching charts to this dashboard: " +msgstr "" + +#: superset/assets/src/dashboard/components/SliceAdder.jsx:93 +msgid "Sorry, there was an error adding charts to this dashboard: " +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:142 superset/views/core.py:379 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:163 +#: superset/views/core.py:466 msgid "Name" -msgstr "名字" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:148 +#: superset/assets/src/dashboard/components/SliceAdder.jsx:169 msgid "Viz" -msgstr "Viz" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:157 superset/views/core.py:480 -#: superset/views/core.py:544 superset/views/sql_lab.py:57 -msgid "Modified" -msgstr "已修改" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:177 +#: superset/assets/src/explore/controls.jsx:157 +#: superset/connectors/druid/views.py:52 superset/views/core.py:404 +#: superset/views/core.py:428 superset/views/core.py:460 +msgid "Datasource" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:167 -msgid "Add Slices" -msgstr "添加切片" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:186 +#: superset/views/core.py:576 superset/views/core.py:643 +#: superset/views/sql_lab.py:63 +msgid "Modified" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:176 -msgid "Add a new slice to the dashboard" -msgstr "向仪表板添加新的切片" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:205 +msgid "Add a new chart to the dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceAdder.jsx:181 -msgid "Add Slices to Dashboard" -msgstr "将切片添加到仪表板" +#: superset/assets/src/dashboard/components/SliceAdder.jsx:211 +msgid "Add Charts to Dashboard" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:37 -msgid "Move chart" -msgstr "移动图表" +#: superset/assets/src/dashboard/components/SliceHeader.jsx:65 +#, python-format +msgid "Served from data cached %s . Click to force refresh." +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:40 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:66 msgid "Force refresh data" -msgstr "强制刷新数据" +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:67 +msgid "Annotation layers are still loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:68 +msgid "One ore more annotation layers failed loading." +msgstr "" + +#: superset/assets/src/dashboard/components/SliceHeader.jsx:107 +msgid "Move chart" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:44 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:127 msgid "Toggle chart description" -msgstr "切换图表说明" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:54 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:138 msgid "Edit chart" -msgstr "编辑图表" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:62 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:148 msgid "Export CSV" -msgstr "导出 CSV" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:70 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:158 msgid "Explore chart" -msgstr "探索图表" +msgstr "" -#: superset/assets/javascripts/dashboard/components/SliceCell.jsx:77 +#: superset/assets/src/dashboard/components/SliceHeader.jsx:169 msgid "Remove chart from dashboard" -msgstr "从仪表板中删除图表" +msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:180 -#, python-format -msgid "%s - untitled" -msgstr "%s - 无标题" +#: superset/assets/src/explore/controls.jsx:86 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" -#: superset/assets/javascripts/explore/components/ChartContainer.jsx:287 -msgid "Edit slice properties" -msgstr "编辑切片属性" +#: superset/assets/src/explore/controls.jsx:100 +msgid "Group by" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:32 -msgid "description" -msgstr "描述" +#: superset/assets/src/explore/controls.jsx:103 +msgid "One or many controls to group by" +msgstr "" -#: superset/assets/javascripts/explore/components/ControlHeader.jsx:42 -msgid "bolt" -msgstr "螺栓" +#: superset/assets/src/explore/controls.jsx:124 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:61 -msgid "Error..." -msgstr "错误 ..." - -#: superset/assets/javascripts/explore/components/DisplayQueryButton.jsx:97 -#: superset/assets/javascripts/explore/stores/visTypes.js:56 -#: superset/assets/javascripts/explore/stores/visTypes.js:137 -#: superset/assets/javascripts/explore/stores/visTypes.js:389 -#: superset/assets/javascripts/explore/stores/visTypes.js:436 -#: superset/assets/javascripts/explore/stores/visTypes.js:457 -#: superset/assets/javascripts/explore/stores/visTypes.js:485 -#: superset/assets/javascripts/explore/stores/visTypes.js:505 -#: superset/assets/javascripts/explore/stores/visTypes.js:526 -#: superset/assets/javascripts/explore/stores/visTypes.js:578 -#: superset/assets/javascripts/explore/stores/visTypes.js:600 -#: superset/assets/javascripts/explore/stores/visTypes.js:625 -#: superset/assets/javascripts/explore/stores/visTypes.js:650 -#: superset/assets/javascripts/explore/stores/visTypes.js:682 -#: superset/assets/javascripts/explore/stores/visTypes.js:719 -#: superset/assets/javascripts/explore/stores/visTypes.js:746 -#: superset/assets/javascripts/explore/stores/visTypes.js:773 -#: superset/assets/javascripts/explore/stores/visTypes.js:811 -#: superset/assets/javascripts/explore/stores/visTypes.js:844 -#: superset/assets/javascripts/explore/stores/visTypes.js:881 -#: superset/assets/javascripts/explore/stores/visTypes.js:924 -#: superset/assets/javascripts/explore/stores/visTypes.js:946 -#: superset/assets/javascripts/explore/stores/visTypes.js:1005 -msgid "Query" -msgstr "查询" +#: superset/assets/src/explore/controls.jsx:126 +msgid " source code of Superset's sandboxed parser" +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:76 -msgid "Height" -msgstr "高度" +#: superset/assets/src/explore/controls.jsx:148 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" -#: superset/assets/javascripts/explore/components/EmbedCodeButton.jsx:90 -msgid "Width" -msgstr "宽度" +#: superset/assets/src/explore/controls.jsx:167 superset/views/core.py:468 +msgid "Visualization Type" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:32 -msgid "Export to .json" -msgstr "导出到 .json" +#: superset/assets/src/explore/controls.jsx:169 +msgid "The type of visualization to display" +msgstr "" -#: superset/assets/javascripts/explore/components/ExploreActionButtons.jsx:42 -msgid "Export to .csv format" -msgstr "导出为 .csv 格式" +#: superset/assets/src/explore/controls.jsx:175 +msgid "Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:74 -msgid "Please enter a slice name" -msgstr "请输入切片名称" +#: superset/assets/src/explore/controls.jsx:189 +#: superset/assets/src/explore/controls.jsx:221 +msgid "One or many metrics to display" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:89 -msgid "Please select a dashboard" -msgstr "请选择一个仪表板" +#: superset/assets/src/explore/controls.jsx:195 +msgid "Percentage Metrics" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:97 -msgid "Please enter a dashboard name" -msgstr "请输入仪表板名称" +#: superset/assets/src/explore/controls.jsx:202 +msgid "Metrics for which percentage of total are to be displayed" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:134 -msgid "Save A Slice" -msgstr "保存一个切片" +#: superset/assets/src/explore/controls.jsx:207 +msgid "Y Axis Bounds" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:155 -#, python-format -msgid "Overwrite slice %s" -msgstr "覆盖切片 %s" +#: superset/assets/src/explore/controls.jsx:210 +msgid "" +"Bounds for the Y axis. When left empty, the bounds are dynamically " +"defined based on the min/max of the data. Note that this feature will " +"only expand the axis range. It won't narrow the data's extent." +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:164 -msgid "Save as" -msgstr "另存为" +#: superset/assets/src/explore/controls.jsx:219 +msgid "Ordering" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:168 -msgid "[slice name]" -msgstr "[切片名称]" +#: superset/assets/src/explore/controls.jsx:227 +msgid "Fixed Color" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:181 -msgid "Do not add to a dashboard" -msgstr "不要添加到仪表板" +#: superset/assets/src/explore/controls.jsx:228 +msgid "Use this to define a static color for all circles" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:189 -msgid "Add slice to existing dashboard" -msgstr "将切片添加到现有仪表板" +#: superset/assets/src/explore/controls.jsx:235 +msgid "Legend Position" +msgstr "" -#: superset/assets/javascripts/explore/components/SaveModal.jsx:205 -msgid "Add to new dashboard" -msgstr "添加到新的仪表板" - -#: superset/assets/javascripts/explore/components/SaveModal.jsx:231 -msgid "Save & go to dashboard" -msgstr "保存并转到仪表板" - -#: superset/assets/javascripts/explore/components/URLShortLinkButton.jsx:32 -#, python-format -msgid "Check out this slice: %s" -msgstr "查看切片:%s" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:55 -msgid "`Min` value should be numeric or empty" -msgstr "最小值应该是数字或空的" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:58 -msgid "`Max` value should be numeric or empty" -msgstr "最大值应该是数字或空的" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:75 -#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:88 -msgid "Min" -msgstr "最小值" - -#: superset/assets/javascripts/explore/components/controls/BoundsControl.jsx:83 -#: superset/connectors/druid/views.py:51 superset/connectors/sqla/views.py:89 -msgid "Max" -msgstr "最大值" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:70 -msgid "Something went wrong while fetching the datasource list" -msgstr "提取数据源列表时出错" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:95 -msgid "Click to point to another datasource" -msgstr "点击指向另一个数据源" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:106 -msgid "Edit the datasource's configuration" -msgstr "编辑数据源的配置" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:122 -msgid "Select a datasource" -msgstr "选择一个数据源" - -#: superset/assets/javascripts/explore/components/controls/DatasourceControl.jsx:132 -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:120 -msgid "Search / Filter" -msgstr "搜索 / 过滤" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:114 -msgid "Filter value" -msgstr "过滤值" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select metric" -msgstr "选择指标" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:143 -msgid "Select column" -msgstr "选择列" - -#: superset/assets/javascripts/explore/components/controls/Filter.jsx:155 -msgid "Select operator" -msgstr "选择运算符" - -#: superset/assets/javascripts/explore/components/controls/FilterControl.jsx:138 -#: superset/templates/appbuilder/general/widgets/search.html:6 -msgid "Add Filter" -msgstr "增加过滤条件" - -#: superset/assets/javascripts/explore/components/controls/SelectAsyncControl.jsx:24 -msgid "Error while fetching data" -msgstr "获取数据时出错" - -#: superset/assets/javascripts/explore/components/controls/SelectControl.jsx:106 -#, python-format -msgid "Select %s" -msgstr "选择 %s" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:63 -msgid "textarea" -msgstr "文本区域" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "Edit" -msgstr "编辑" - -#: superset/assets/javascripts/explore/components/controls/TextAreaControl.jsx:81 -msgid "in modal" -msgstr "在模态中" - -#: superset/assets/javascripts/explore/components/controls/VizTypeControl.jsx:110 -msgid "Select a visualization type" -msgstr "选择一个可视化类型" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:32 -msgid "Updating chart was stopped" -msgstr "更新图表已停止" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:38 -#: superset/assets/javascripts/modules/superset.js:223 -#, python-format -msgid "An error occurred while rendering the visualization: %s" -msgstr "渲染可视化时发生错误:%s" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:47 -msgid "" -"Perhaps your data has grown, your database is under unusual load, or you are simply querying a data " -"source that is to large to be processed within the timeout range. If that is the case, we recommend " -"that you summarize your data further." +#: superset/assets/src/explore/controls.jsx:236 +msgid "Choose the position of the legend" msgstr "" -"也许你的数据增长了,你的数据库处于非正常的负载下,或者你只是查询一个大的数据源在超时范围内处理。如果是" -"这种情况,我们建议您进一步探查您的数据特征。" - -#: superset/assets/javascripts/explore/reducers/chartReducer.js:56 -msgid "Network error." -msgstr "网络异常。" - -#: superset/assets/javascripts/explore/stores/controls.jsx:36 -msgid "A reference to the [Time] configuration, taking granularity into account" -msgstr "参考 [时间] 配置,考虑粒度" - -#: superset/assets/javascripts/explore/stores/controls.jsx:50 -msgid "Group by" -msgstr "分组" - -#: superset/assets/javascripts/explore/stores/controls.jsx:53 -msgid "One or many controls to group by" -msgstr "一个或多个控件来分组" - -#: superset/assets/javascripts/explore/stores/controls.jsx:72 superset/connectors/druid/views.py:45 -#: superset/views/core.py:318 superset/views/core.py:342 superset/views/core.py:373 -msgid "Datasource" -msgstr "数据源" - -#: superset/assets/javascripts/explore/stores/controls.jsx:82 superset/views/core.py:381 -msgid "Visualization Type" -msgstr "图表类型" -#: superset/assets/javascripts/explore/stores/controls.jsx:84 -msgid "The type of visualization to display" -msgstr "要显示的可视化类型" - -#: superset/assets/javascripts/explore/stores/controls.jsx:90 -msgid "Metrics" -msgstr "指标" - -#: superset/assets/javascripts/explore/stores/controls.jsx:99 -#: superset/assets/javascripts/explore/stores/controls.jsx:116 -msgid "One or many metrics to display" -msgstr "一个或多个指标显示" - -#: superset/assets/javascripts/explore/stores/controls.jsx:103 -msgid "Y Axis Bounds" -msgstr "Y 轴界限" +#: superset/assets/src/explore/controls.jsx:250 +msgid "Fill Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:106 +#: superset/assets/src/explore/controls.jsx:251 +#: superset/assets/src/explore/controls.jsx:259 msgid "" -"Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of " -"the data. Note that this feature will only expand the axis range. It won't narrow the data's extent." +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" msgstr "" -"Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据" -"范围。" -#: superset/assets/javascripts/explore/stores/controls.jsx:114 -msgid "Ordering" -msgstr "订购" - -#: superset/assets/javascripts/explore/stores/controls.jsx:125 superset/views/annotations.py:47 -msgid "Annotation Layers" -msgstr "注解层" - -#: superset/assets/javascripts/explore/stores/controls.jsx:127 -msgid "Annotation layers to overlay on the visualization" -msgstr "注释图层重叠在可视化上" - -#: superset/assets/javascripts/explore/stores/controls.jsx:129 -msgid "Select a annotation layer" -msgstr "选择一个注释图层" - -#: superset/assets/javascripts/explore/stores/controls.jsx:130 -msgid "Error while fetching annotation layers" -msgstr "获取注释图层时出错" +#: superset/assets/src/explore/controls.jsx:258 +msgid "Stroke Color" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:141 -#: superset/assets/javascripts/explore/stores/visTypes.js:832 superset/connectors/druid/views.py:106 -#: superset/connectors/sqla/views.py:130 +#: superset/assets/src/explore/controls.jsx:268 +#: superset/assets/src/explore/visTypes.js:1376 +#: superset/connectors/druid/views.py:133 superset/connectors/sqla/views.py:131 msgid "Metric" -msgstr "指标" - -#: superset/assets/javascripts/explore/stores/controls.jsx:143 -msgid "Choose the metric" -msgstr "选择一个指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:156 +#: superset/assets/src/explore/controls.jsx:281 msgid "Right Axis Metric" -msgstr "右轴指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:160 +#: superset/assets/src/explore/controls.jsx:285 msgid "Choose a metric for right axis" -msgstr "为右轴选择一个指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:171 +#: superset/assets/src/explore/controls.jsx:296 msgid "Stacked Style" -msgstr "堆积的样式" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:309 +msgid "Sort X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:317 +msgid "Sort Y Axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:199 +#: superset/assets/src/explore/controls.jsx:325 msgid "Linear Color Scheme" -msgstr "线性颜色方案" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:216 +#: superset/assets/src/explore/controls.jsx:350 msgid "Normalize Across" -msgstr "标准化通过" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:223 -msgid "Color will be rendered based on a ratio of the cell against the sum of across this criteria" -msgstr "颜色将根据单元格与整个标准之和的比率来展示" +#: superset/assets/src/explore/controls.jsx:357 +msgid "" +"Color will be rendered based on a ratio of the cell against the sum of " +"across this criteria" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:230 +#: superset/assets/src/explore/controls.jsx:364 msgid "Horizon Color Scale" -msgstr "地平线颜色比例" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:237 +#: superset/assets/src/explore/controls.jsx:371 msgid "Defines how the color are attributed." -msgstr "定义如何分配颜色。" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:242 +#: superset/assets/src/explore/controls.jsx:376 msgid "Rendering" -msgstr "渲染" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:249 +#: superset/assets/src/explore/controls.jsx:383 msgid "" -"image-rendering CSS attribute of the canvas object that defines how the browser scales up the image" -msgstr "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:255 -msgid "X Scale Interval" -msgstr "X 比例间隔" +#: superset/assets/src/explore/controls.jsx:389 +msgid "XScale Interval" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:258 +#: superset/assets/src/explore/controls.jsx:394 msgid "Number of steps to take between ticks when displaying the X scale" -msgstr "显示 X 刻度时,在刻度之间表示的步骤数" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:264 -msgid "Y Scale Interval" -msgstr "Y 比例间隔" +#: superset/assets/src/explore/controls.jsx:400 +msgid "YScale Interval" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:267 +#: superset/assets/src/explore/controls.jsx:405 msgid "Number of steps to take between ticks when displaying the Y scale" -msgstr "显示 Y 刻度时,在刻度之间表示的步骤数" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:273 +#: superset/assets/src/explore/controls.jsx:411 msgid "Include Time" -msgstr "包括时间" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:274 +#: superset/assets/src/explore/controls.jsx:412 msgid "Whether to include the time granularity as defined in the time section" -msgstr "是否包含时间段中定义的时间粒度" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:418 +msgid "Auto Zoom" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:288 +#: superset/assets/src/explore/controls.jsx:421 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:426 +msgid "Show percentage" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:428 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:434 msgid "Stacked Bars" -msgstr "堆叠条形图" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:296 +#: superset/assets/src/explore/controls.jsx:442 msgid "Show totals" -msgstr "显示总计" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:299 +#: superset/assets/src/explore/controls.jsx:445 msgid "Display total row/column" -msgstr "显示总行 / 列" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:304 +#: superset/assets/src/explore/controls.jsx:450 msgid "Show Markers" -msgstr "显示标记" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:307 +#: superset/assets/src/explore/controls.jsx:453 msgid "Show data points as circle markers on the lines" -msgstr "将数据点显示为线条上的圆形标记" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:312 +#: superset/assets/src/explore/controls.jsx:458 msgid "Bar Values" -msgstr "条形栏的值" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:315 +#: superset/assets/src/explore/controls.jsx:461 msgid "Show the value on top of the bar" -msgstr "显示栏上的值" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:320 +#: superset/assets/src/explore/controls.jsx:466 msgid "Sort Bars" -msgstr "排序条形栏" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:322 +#: superset/assets/src/explore/controls.jsx:469 msgid "Sort bars by x labels." -msgstr "按 x 标签排序。" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:327 +#: superset/assets/src/explore/controls.jsx:474 msgid "Combine Metrics" -msgstr "整合指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:329 +#: superset/assets/src/explore/controls.jsx:476 msgid "" -"Display metrics side by side within each column, as opposed to each column being displayed side by " -"side for each metric." -msgstr "在每个列中并排显示指标,而不是每个指标并排显示每个列。" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:335 +#: superset/assets/src/explore/controls.jsx:482 msgid "Extra Controls" -msgstr "额外的控制" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:338 +#: superset/assets/src/explore/controls.jsx:485 msgid "" -"Whether to show extra controls or not. Extra controls include things like making multiBar charts " -"stacked or side by side." -msgstr "是否显示额外的控制。额外的控制包括,制作堆叠或并排的多条形图。" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:345 +#: superset/assets/src/explore/controls.jsx:492 msgid "Reduce X ticks" -msgstr "减少 X 轴的刻度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:348 +#: superset/assets/src/explore/controls.jsx:495 msgid "" -"Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may " -"be missing. If false, a minimum width will be applied to columns and the width may overflow into an " -"horizontal scroll." +"Reduces the number of X axis ticks to be rendered. If true, the x axis " +"wont overflow and labels may be missing. If false, a minimum width will " +"be applied to columns and the width may overflow into an horizontal " +"scroll." msgstr "" -"减少要渲染的 X 轴刻度的数量。如果为 true,则 X 轴不会溢出,标签可能会丢失。如果为 false,则最小宽度将" -"应用于列,并且宽度可能会溢出,并以水平滚动条展示。" -#: superset/assets/javascripts/explore/stores/controls.jsx:357 +#: superset/assets/src/explore/controls.jsx:504 msgid "Include Series" -msgstr "包括序列" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:360 +#: superset/assets/src/explore/controls.jsx:507 msgid "Include series name as an axis" -msgstr "包含序列名称作为一个轴" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:365 +#: superset/assets/src/explore/controls.jsx:512 msgid "Color Metric" -msgstr "颜色指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:367 +#: superset/assets/src/explore/controls.jsx:514 msgid "A metric to use for color" -msgstr "用于颜色的指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:374 +#: superset/assets/src/explore/controls.jsx:521 msgid "Country Name" -msgstr "国家的名字" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:393 +#: superset/assets/src/explore/controls.jsx:541 msgid "The name of country that Superset should display" -msgstr "Superset 应显示的国家名称" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:397 +#: superset/assets/src/explore/controls.jsx:545 msgid "Country Field Type" -msgstr "国家字段的类型" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:553 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:559 +msgid "Frequency" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:405 -msgid "The country code standard that Superset should expect to find in the [country] column" -msgstr "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码" +#: superset/assets/src/explore/controls.jsx:571 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted \"freq\" " +"expressions." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:584 +msgid "Dimension" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:412 -#: superset/assets/javascripts/explore/stores/controls.jsx:419 +#: superset/assets/src/explore/controls.jsx:585 +msgid "Select a dimension" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:591 +#: superset/assets/src/explore/controls.jsx:598 msgid "Columns" -msgstr "列" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:413 +#: superset/assets/src/explore/controls.jsx:592 msgid "One or many controls to pivot as columns" -msgstr "一个或多个控件作为主列" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:421 -#: superset/assets/javascripts/explore/stores/controls.jsx:431 -#: superset/assets/javascripts/explore/stores/controls.jsx:441 +#: superset/assets/src/explore/controls.jsx:600 +#: superset/assets/src/explore/controls.jsx:703 +#: superset/assets/src/explore/controls.jsx:713 msgid "Columns to display" -msgstr "要显示的列" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:611 +msgid "Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:613 +#: superset/assets/src/explore/controls.jsx:623 +#: superset/assets/src/explore/controls.jsx:633 +msgid "Point to your spatial columns" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:621 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:631 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:641 +#: superset/assets/src/explore/visTypes.js:1590 +msgid "Longitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:644 +msgid "Select the longitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:652 +#: superset/assets/src/explore/visTypes.js:1594 +msgid "Latitude" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:655 +msgid "Select the latitude column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:663 +msgid "GeoJson Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:665 +msgid "Select the geojson column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:673 +msgid "Polygon Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:675 +msgid "" +"Select the polygon column. Each row should contain JSON.array(N) of " +"[longitude, latitude] points" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:684 +msgid "Point Radius Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:693 +msgid "Stroke Width" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:450 +#: superset/assets/src/explore/controls.jsx:722 msgid "Origin" -msgstr "起点" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:456 +#: superset/assets/src/explore/controls.jsx:728 msgid "" -"Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or " -"`1970-01-01`" -msgstr "定义时间桶的起点,接受 `now`,`sunday` 或 `1970-01-01` 的自然日期" +"Defines the origin where time buckets start, accepts natural dates as in " +"`now`, `sunday` or `1970-01-01`" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:463 +#: superset/assets/src/explore/controls.jsx:736 msgid "Bottom Margin" -msgstr "底部边距" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:467 +#: superset/assets/src/explore/controls.jsx:740 msgid "Bottom margin, in pixels, allowing for more room for axis labels" -msgstr "底部边距,以像素为单位,为轴标签留出更多空间" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:745 +msgid "X Tick Layout" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:750 +msgid "The way the ticks are laid out on the X axis" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:473 +#: superset/assets/src/explore/controls.jsx:757 msgid "Left Margin" -msgstr "左边距" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:477 +#: superset/assets/src/explore/controls.jsx:761 msgid "Left margin, in pixels, allowing for more room for axis labels" -msgstr "左边距,以像素为单位,为轴标签留出更多空间" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:483 +#: superset/assets/src/explore/controls.jsx:767 msgid "Time Granularity" -msgstr "可视化的时间粒度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:500 +#: superset/assets/src/explore/controls.jsx:785 msgid "" -"The time granularity for the visualization. Note that you can type and use simple natural language as " -"in `10 seconds`, `1 day` or `56 weeks`" -msgstr "可视化的时间粒度。请注意,您可以输入和使用简单的自然语言,如 `10 秒`,`1 天` 或 `56 周`" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:507 +#: superset/assets/src/explore/controls.jsx:792 msgid "Domain" -msgstr "域" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:510 +#: superset/assets/src/explore/controls.jsx:795 msgid "The time unit used for the grouping of blocks" -msgstr "用于块分组的时间单位" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:515 +#: superset/assets/src/explore/controls.jsx:800 msgid "Subdomain" -msgstr "子域" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:518 +#: superset/assets/src/explore/controls.jsx:803 msgid "" -"The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or " -"equal to Time Grain" -msgstr "每个块的时间单位。应该是比 domain_granularity 更小的单位。应该大于或等于 Time Grain" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:525 +#: superset/assets/src/explore/controls.jsx:810 msgid "Link Length" -msgstr "链接长度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:528 +#: superset/assets/src/explore/controls.jsx:813 msgid "Link length in the force layout" -msgstr "在力布局中的链接长度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:534 +#: superset/assets/src/explore/controls.jsx:819 msgid "Charge" -msgstr "充电" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:548 +#: superset/assets/src/explore/controls.jsx:833 msgid "Charge in the force layout" -msgstr "在力布局中充电" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:556 +#: superset/assets/src/explore/controls.jsx:839 msgid "" -"The time column for the visualization. Note that you can define arbitrary expression that return a " -"DATETIME column in the table or. Also note that the filter below is applied against this column or " -"expression" +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" msgstr "" -"可视化的时间列。请注意,您可以定义在表中返回 DATETIME 列的任意表达式。另请注意,下面的过滤器应用于此列" -"或表达式" -#: superset/assets/javascripts/explore/stores/controls.jsx:568 +#: superset/assets/src/explore/controls.jsx:865 msgid "Time Grain" -msgstr "时间的粒度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:570 +#: superset/assets/src/explore/controls.jsx:867 msgid "" -"The time granularity for the visualization. This applies a date transformation to alter your time " -"column and defines a new time granularity. The options here are defined on a per database engine " -"basis in the Superset source code." +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." msgstr "" -"可视化的时间粒度。这将应用日期转换来更改时间列,并定义新的时间粒度。这里的选项是在 Superset 源代码中的" -"每个数据库引擎基础上定义的。" -#: superset/assets/javascripts/explore/stores/controls.jsx:583 +#: superset/assets/src/explore/controls.jsx:880 msgid "Resample Rule" -msgstr "重新取样规则" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:586 +#: superset/assets/src/explore/controls.jsx:883 msgid "Pandas resample rule" -msgstr "Pandas 重新采样的规则" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:592 +#: superset/assets/src/explore/controls.jsx:889 msgid "Resample How" -msgstr "如何重新采样" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:595 +#: superset/assets/src/explore/controls.jsx:892 msgid "Pandas resample how" -msgstr "Pandas 如何重新采样的规则" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:601 +#: superset/assets/src/explore/controls.jsx:898 msgid "Resample Fill Method" -msgstr "重新采样的填充方法" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:604 +#: superset/assets/src/explore/controls.jsx:901 msgid "Pandas resample fill method" -msgstr "Pandas 重新采样的填充方法" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:610 +#: superset/assets/src/explore/controls.jsx:907 +#: superset/assets/src/visualizations/filter_box.jsx:114 msgid "Since" -msgstr "以来" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:611 +#: superset/assets/src/explore/controls.jsx:908 msgid "7 days ago" -msgstr "7 天前" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:617 +#: superset/assets/src/explore/controls.jsx:914 +#: superset/assets/src/visualizations/filter_box.jsx:123 msgid "Until" -msgstr "直到" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:624 +#: superset/assets/src/explore/controls.jsx:921 msgid "Max Bubble Size" -msgstr "最大泡泡的尺寸" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:632 +#: superset/assets/src/explore/controls.jsx:929 msgid "Whisker/outlier options" -msgstr "(箱须图的)须 / 异常值选项" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:634 +#: superset/assets/src/explore/controls.jsx:931 msgid "Determines how whiskers and outliers are calculated." -msgstr "确定如何计算(箱须图的)胡须和异常值。" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:645 +#: superset/assets/src/explore/controls.jsx:942 msgid "Ratio" -msgstr "比率" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:648 +#: superset/assets/src/explore/controls.jsx:946 msgid "Target aspect ratio for treemap tiles." -msgstr "树形图中瓦片的目标高宽比。" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:654 -#: superset/assets/javascripts/explore/stores/visTypes.js:616 -#: superset/assets/javascripts/explore/stores/visTypes.js:641 -#: superset/assets/javascripts/explore/stores/visTypes.js:790 +#: superset/assets/src/explore/controls.jsx:952 +#: superset/assets/src/explore/visTypes.js:1143 +#: superset/assets/src/explore/visTypes.js:1170 +#: superset/assets/src/explore/visTypes.js:1333 msgid "Number format" -msgstr "数字格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:664 +#: superset/assets/src/explore/controls.jsx:962 msgid "Row limit" -msgstr "行限制" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:672 +#: superset/assets/src/explore/controls.jsx:971 msgid "Series limit" -msgstr "序列限制" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:675 -msgid "Limits the number of time series that get displayed" -msgstr "限制显示的时间序列的数量" +#: superset/assets/src/explore/controls.jsx:974 +msgid "" +"Limits the number of time series that get displayed. A sub query (or an " +"extra phase where sub queries are not supported) is applied to limit the " +"number of time series that get fetched and displayed. This feature is " +"useful when grouping by high cardinality dimension(s)." +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:680 +#: superset/assets/src/explore/controls.jsx:983 msgid "Sort By" -msgstr "Sort By(以什么排序)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:682 +#: superset/assets/src/explore/controls.jsx:985 msgid "Metric used to define the top series" -msgstr "用于定义顶级序列的指标" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:697 -msgid "Rolling" -msgstr "滚动" +#: superset/assets/src/explore/controls.jsx:993 +msgid "Sort Descending" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:700 -msgid "Defines a rolling window function to apply, works along with the [Periods] text box" -msgstr "定义要应用的滚动窗口函数,与 [Periods] 文本框一起使用" +#: superset/assets/src/explore/controls.jsx:995 +msgid "Whether to sort descending or ascending" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:706 -msgid "Periods" -msgstr "期限" +#: superset/assets/src/explore/controls.jsx:1000 +msgid "Rolling" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:708 -msgid "Defines the size of the rolling window function, relative to the time granularity selected" -msgstr "定义滚动窗口函数的大小,相对于所选的时间粒度" +#: superset/assets/src/explore/controls.jsx:1003 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:714 -msgid "Min Periods" -msgstr "最小的期限" +#: superset/assets/src/explore/controls.jsx:1009 +msgid "Multiplier" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:716 -msgid "" -"The minimum number of rolling periods required to show a value. For instance if you do a cumulative " -"sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total " -"of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods" +#: superset/assets/src/explore/controls.jsx:1013 +msgid "Factor to multiply the metric by" msgstr "" -"显示值所需的滚动周期的最小数量。例如,如果您想累积 7 天的总额,您可能希望您的“最短期限”为 7,以便显示" -"的所有数据点都是 7 个期间的总和。这将隐藏掉前 7 个阶段的“加速”效果" -#: superset/assets/javascripts/explore/stores/controls.jsx:725 -#: superset/assets/javascripts/explore/stores/visTypes.js:123 -msgid "Series" -msgstr "序列" +#: superset/assets/src/explore/controls.jsx:1018 +msgid "Periods" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:727 +#: superset/assets/src/explore/controls.jsx:1020 msgid "" -"Defines the grouping of entities. Each series is shown as a specific color on the chart and has a " -"legend toggle" -msgstr "定义实体的分组。每个系列在图表上显示为特定颜色,并有一个可切换的图例" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:737 -msgid "Entity" -msgstr "实体" +#: superset/assets/src/explore/controls.jsx:1030 +msgid "Cell Size" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:740 -msgid "This defines the element to be plotted on the chart" -msgstr "这定义了要在图表上绘制的元素" +#: superset/assets/src/explore/controls.jsx:1031 +msgid "The size of the square cell, in pixels" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:748 -#: superset/assets/javascripts/explore/stores/visTypes.js:172 -#: superset/assets/javascripts/explore/stores/visTypes.js:547 -msgid "X Axis" -msgstr "X 轴" +#: superset/assets/src/explore/controls.jsx:1040 +msgid "Cell Padding" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:749 -msgid "Metric assigned to the [X] axis" -msgstr "分配给 [X] 轴的指标" +#: superset/assets/src/explore/controls.jsx:1041 +msgid "The distance between cells, in pixels" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:762 -#: superset/assets/javascripts/explore/stores/visTypes.js:179 -#: superset/assets/javascripts/explore/stores/visTypes.js:555 -msgid "Y Axis" -msgstr "Y 轴" +#: superset/assets/src/explore/controls.jsx:1050 +msgid "Cell Radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:765 -msgid "Metric assigned to the [Y] axis" -msgstr "分配给 [Y] 轴的指标" +#: superset/assets/src/explore/controls.jsx:1051 +msgid "The pixel radius" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:776 -msgid "Bubble Size" -msgstr "泡泡大小" +#: superset/assets/src/explore/controls.jsx:1060 +msgid "Color Steps" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:789 -msgid "URL" -msgstr "URL 地址" +#: superset/assets/src/explore/controls.jsx:1061 +msgid "The number color \"steps\"" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:790 -msgid "" -"The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL " -"string." -msgstr "URL 网址,此控件是模板化的,所以您可以在您的网址字符串中整合 {{ width }} 和 / 或 {{ height }}。" +#: superset/assets/src/explore/controls.jsx:1066 +msgid "Grid Size" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:797 -msgid "X Axis Label" -msgstr "X 轴标签" +#: superset/assets/src/explore/controls.jsx:1070 +msgid "Defines the grid size in pixels" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:804 -msgid "Y Axis Label" -msgstr "Y 轴标签" +#: superset/assets/src/explore/controls.jsx:1075 +msgid "Min Periods" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:811 +#: superset/assets/src/explore/controls.jsx:1077 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1086 +#: superset/assets/src/explore/visTypes.js:147 +msgid "Series" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1088 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1098 +msgid "Entity" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1101 +msgid "This defines the element to be plotted on the chart" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1109 +#: superset/assets/src/explore/visTypes.js:137 +#: superset/assets/src/explore/visTypes.js:200 +#: superset/assets/src/explore/visTypes.js:249 +#: superset/assets/src/explore/visTypes.js:335 +#: superset/assets/src/explore/visTypes.js:376 +#: superset/assets/src/explore/visTypes.js:774 +#: superset/assets/src/explore/visTypes.js:1069 +msgid "X Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1110 +msgid "Metric assigned to the [X] axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1123 +#: superset/assets/src/explore/visTypes.js:209 +#: superset/assets/src/explore/visTypes.js:257 +#: superset/assets/src/explore/visTypes.js:344 +#: superset/assets/src/explore/visTypes.js:385 +#: superset/assets/src/explore/visTypes.js:783 +#: superset/assets/src/explore/visTypes.js:1078 +msgid "Y Axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1126 +msgid "Metric assigned to the [Y] axis" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1137 +msgid "Bubble Size" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1150 +msgid "URL" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1151 +msgid "" +"The URL, this control is templated, so you can integrate {{ width }} " +"and/or {{ height }} in your URL string." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1158 +msgid "X Axis Label" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1165 +msgid "Y Axis Label" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1172 msgid "Custom WHERE clause" -msgstr "自定义 WHERE 子句" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:813 +#: superset/assets/src/explore/controls.jsx:1178 msgid "" -"The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can " -"include complex expression, parenthesis and anything else supported by the backend it is directed " -"towards." +"The text in this box gets included in your query's WHERE clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"此框中的文本被包含在查询的 WHERE 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和任" -"何后端支持的其他东西。" -#: superset/assets/javascripts/explore/stores/controls.jsx:821 +#: superset/assets/src/explore/controls.jsx:1186 msgid "Custom HAVING clause" -msgstr "自定义 HAVING 子句" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:823 +#: superset/assets/src/explore/controls.jsx:1192 msgid "" -"The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You " -"can include complex expression, parenthesis and anything else supported by the backend it is directed " -"towards." +"The text in this box gets included in your query's HAVING clause, as an " +"AND to other criteria. You can include complex expression, parenthesis " +"and anything else supported by the backend it is directed towards." msgstr "" -"此框中的文本被包含在查询的 HAVING 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和" -"任何后端支持的其他东西。" -#: superset/assets/javascripts/explore/stores/controls.jsx:831 +#: superset/assets/src/explore/controls.jsx:1200 msgid "Comparison Period Lag" -msgstr "比较期延迟" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:833 +#: superset/assets/src/explore/controls.jsx:1202 msgid "Based on granularity, number of time periods to compare against" -msgstr "根据粒度,比较的时间段数量" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:838 +#: superset/assets/src/explore/controls.jsx:1207 msgid "Comparison suffix" -msgstr "比较后缀" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:839 +#: superset/assets/src/explore/controls.jsx:1208 msgid "Suffix to apply after the percentage display" -msgstr "在显示百分比后应用后缀" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:845 +#: superset/assets/src/explore/controls.jsx:1214 msgid "Table Timestamp Format" -msgstr "表时间戳格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:850 +#: superset/assets/src/explore/controls.jsx:1220 msgid "Timestamp Format" -msgstr "时间戳格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:856 +#: superset/assets/src/explore/controls.jsx:1226 msgid "Series Height" -msgstr "序列高度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:859 +#: superset/assets/src/explore/controls.jsx:1229 msgid "Pixel height of each series" -msgstr "每个序列的像素高度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:865 +#: superset/assets/src/explore/controls.jsx:1236 msgid "Page Length" -msgstr "页面长度" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:868 +#: superset/assets/src/explore/controls.jsx:1239 msgid "Rows per page, 0 means no pagination" -msgstr "每页行数,0 表示没有分页" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:874 -#: superset/assets/javascripts/explore/stores/controls.jsx:884 +#: superset/assets/src/explore/controls.jsx:1245 +#: superset/assets/src/explore/controls.jsx:1255 msgid "X Axis Format" -msgstr "X 轴格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:894 +#: superset/assets/src/explore/controls.jsx:1265 msgid "Y Axis Format" -msgstr "Y 轴格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:904 +#: superset/assets/src/explore/controls.jsx:1277 +msgid "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1286 msgid "Right Axis Format" -msgstr "右轴格式" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1295 +msgid "Date Time Format" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:912 +#: superset/assets/src/explore/controls.jsx:1304 msgid "Markup Type" -msgstr "Markup 格式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:917 +#: superset/assets/src/explore/controls.jsx:1309 msgid "Pick your favorite markup language" -msgstr "选择您最爱的 Markup 语言" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:922 +#: superset/assets/src/explore/controls.jsx:1314 msgid "Rotation" -msgstr "反转" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:925 +#: superset/assets/src/explore/controls.jsx:1317 msgid "Rotation to apply to words in the cloud" -msgstr "旋转适用于云中的单词" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:930 +#: superset/assets/src/explore/controls.jsx:1322 msgid "Line Style" -msgstr "线条样式" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:935 +#: superset/assets/src/explore/controls.jsx:1327 msgid "Line interpolation as defined by d3.js" -msgstr "由 d3.js 定义的线插值" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:940 +#: superset/assets/src/explore/controls.jsx:1332 msgid "Label Type" -msgstr "标签类型" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:949 +#: superset/assets/src/explore/controls.jsx:1342 msgid "What should be shown on the label?" -msgstr "什么应该被显示在标签上?" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:954 -#: superset/assets/javascripts/explore/stores/visTypes.js:376 -#: superset/assets/javascripts/explore/stores/visTypes.js:414 +#: superset/assets/src/explore/controls.jsx:1347 +#: superset/assets/src/explore/visTypes.js:879 +#: superset/assets/src/explore/visTypes.js:919 msgid "Code" -msgstr "代码" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:955 +#: superset/assets/src/explore/controls.jsx:1348 msgid "Put your code here" -msgstr "把您的代码放在这里" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:964 +#: superset/assets/src/explore/controls.jsx:1357 msgid "Aggregation function" -msgstr "聚合功能" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:976 -msgid "Aggregate function to apply when pivoting and computing the total rows and columns" -msgstr "在旋转和计算总的行和列时,应用聚合函数" +#: superset/assets/src/explore/controls.jsx:1369 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:983 +#: superset/assets/src/explore/controls.jsx:1376 msgid "Font Size From" -msgstr "字型大小从" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:985 +#: superset/assets/src/explore/controls.jsx:1378 msgid "Font size for the smallest value in the list" -msgstr "列表中最小值的字体大小" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:991 +#: superset/assets/src/explore/controls.jsx:1384 msgid "Font Size To" -msgstr "字型大小到" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:993 +#: superset/assets/src/explore/controls.jsx:1386 msgid "Font size for the biggest value in the list" -msgstr "列表中最大值的字体大小" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:998 +#: superset/assets/src/explore/controls.jsx:1391 msgid "Instant Filtering" -msgstr "即时过滤" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1402 +msgid "Extruded" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1009 -msgid "Range Filter" -msgstr "范围过滤" +#: superset/assets/src/explore/controls.jsx:1410 +msgid "Show Range Filter" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1012 +#: superset/assets/src/explore/controls.jsx:1419 msgid "Whether to display the time range interactive selector" -msgstr "是否显示时间范围交互选择器" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1017 +#: superset/assets/src/explore/controls.jsx:1424 msgid "Date Filter" -msgstr "日期过滤器" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1019 +#: superset/assets/src/explore/controls.jsx:1426 msgid "Whether to include a time filter" -msgstr "是否包含时间过滤器" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1431 +msgid "Show SQL Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1433 +msgid "Check to include SQL Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1438 +msgid "Show SQL Time Column" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1440 +msgid "Check to include Time Column dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1445 +msgid "Show Druid Granularity Dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1447 +msgid "Check to include Druid Granularity dropdown" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1452 +msgid "Show Druid Time Origin" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1454 +msgid "Check to include Time Origin dropdown" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1024 +#: superset/assets/src/explore/controls.jsx:1459 msgid "Data Table" -msgstr "数据表" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1026 +#: superset/assets/src/explore/controls.jsx:1461 msgid "Whether to display the interactive data table" -msgstr "是否显示交互式数据表" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1031 +#: superset/assets/src/explore/controls.jsx:1466 msgid "Search Box" -msgstr "搜索框" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1034 +#: superset/assets/src/explore/controls.jsx:1469 msgid "Whether to include a client side search box" -msgstr "是否包含客户端搜索框" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1039 +#: superset/assets/src/explore/controls.jsx:1474 msgid "Table Filter" -msgstr "表格过滤器" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1041 +#: superset/assets/src/explore/controls.jsx:1477 msgid "Whether to apply filter when table cell is clicked" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1046 +#: superset/assets/src/explore/controls.jsx:1482 +msgid "Align +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1485 +msgid "Whether to align the background chart for +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1490 +msgid "Color +/-" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1493 +msgid "Whether to color +/- values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1498 msgid "Show Bubbles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1049 +#: superset/assets/src/explore/controls.jsx:1501 msgid "Whether to display bubbles on top of countries" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1054 +#: superset/assets/src/explore/controls.jsx:1506 msgid "Legend" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1057 +#: superset/assets/src/explore/controls.jsx:1509 msgid "Whether to display the legend (toggles)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1062 +#: superset/assets/src/explore/controls.jsx:1514 +msgid "Show Values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1517 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1522 +msgid "Show Metric Names" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1525 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1530 msgid "X bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1065 +#: superset/assets/src/explore/controls.jsx:1533 msgid "Whether to display the min and max values of the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1070 +#: superset/assets/src/explore/controls.jsx:1538 msgid "Y bounds" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1073 +#: superset/assets/src/explore/controls.jsx:1541 msgid "Whether to display the min and max values of the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1078 +#: superset/assets/src/explore/controls.jsx:1546 msgid "Rich Tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1081 +#: superset/assets/src/explore/controls.jsx:1549 msgid "The rich tooltip shows a list of all series for that point in time" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1087 +#: superset/assets/src/explore/controls.jsx:1555 msgid "Y Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1090 +#: superset/assets/src/explore/controls.jsx:1558 msgid "Use a log scale for the Y axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1095 +#: superset/assets/src/explore/controls.jsx:1563 msgid "X Log Scale" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1098 +#: superset/assets/src/explore/controls.jsx:1566 msgid "Use a log scale for the X axis" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1103 +#: superset/assets/src/explore/controls.jsx:1571 +msgid "Log Scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1574 +msgid "Use a log scale" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1579 msgid "Donut" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1106 +#: superset/assets/src/explore/controls.jsx:1582 msgid "Do you want a donut or a pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1111 +#: superset/assets/src/explore/controls.jsx:1587 msgid "Put labels outside" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1114 +#: superset/assets/src/explore/controls.jsx:1590 msgid "Put the labels outside the pie?" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1119 +#: superset/assets/src/explore/controls.jsx:1595 msgid "Contribution" -msgstr "贡献" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1121 +#: superset/assets/src/explore/controls.jsx:1597 msgid "Compute the contribution to the total" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1126 +#: superset/assets/src/explore/controls.jsx:1602 msgid "Period Ratio" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1129 -msgid "[integer] Number of period to compare against, this is relative to the granularity selected" +#: superset/assets/src/explore/controls.jsx:1605 +msgid "" +"[integer] Number of period to compare against, this is relative to the " +"granularity selected" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1135 +#: superset/assets/src/explore/controls.jsx:1611 msgid "Period Ratio Type" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1138 -msgid "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)" +#: superset/assets/src/explore/controls.jsx:1614 +msgid "" +"`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` " +"is (new-previous)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1144 +#: superset/assets/src/explore/controls.jsx:1620 msgid "Time Shift" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1146 +#: superset/assets/src/explore/controls.jsx:1622 msgid "" -"Overlay a timeseries from a relative time period. Expects relative time delta in natural language " -"(example: 24 hours, 7 days, 56 weeks, 365 days)" +"Overlay a timeseries from a relative time period. Expects relative time " +"delta in natural language (example: 24 hours, 7 days, 56 weeks, 365 " +"days)" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1154 +#: superset/assets/src/explore/controls.jsx:1630 msgid "Subheader" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1155 +#: superset/assets/src/explore/controls.jsx:1631 msgid "Description text that shows up below your Big Number" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1161 +#: superset/assets/src/explore/controls.jsx:1637 msgid "label" -msgstr "标签" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1163 +#: superset/assets/src/explore/controls.jsx:1639 msgid "" -"`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. " -"Non-numerical columns will be used to label points. Leave empty to get a count of points in each " -"cluster." +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1174 +#: superset/assets/src/explore/controls.jsx:1650 msgid "Map Style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1184 +#: superset/assets/src/explore/controls.jsx:1662 msgid "Base layer map style" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1190 +#: superset/assets/src/explore/controls.jsx:1668 msgid "Clustering Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1203 +#: superset/assets/src/explore/controls.jsx:1681 msgid "" -"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but " -"beware that a large number of points (>1000) will cause lag." +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1688 +#: superset/assets/src/explore/visTypes.js:722 +msgid "Point Size" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1210 +#: superset/assets/src/explore/controls.jsx:1690 +msgid "Fixed point radius" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1698 msgid "Point Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1212 +#: superset/assets/src/explore/controls.jsx:1700 msgid "" -"The radius of individual points (ones that are not in a cluster). Either a numerical column or " -"`Auto`, which scales the point based on the largest cluster" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1222 +#: superset/assets/src/explore/controls.jsx:1710 msgid "Point Radius Unit" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1225 +#: superset/assets/src/explore/controls.jsx:1713 +#: superset/assets/src/explore/controls.jsx:1729 msgid "The unit of measure for the specified point radius" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1230 +#: superset/assets/src/explore/controls.jsx:1718 +msgid "Point Unit" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1734 msgid "Opacity" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1233 +#: superset/assets/src/explore/controls.jsx:1737 msgid "Opacity of all clusters, points, and labels. Between 0 and 1." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1239 +#: superset/assets/src/explore/controls.jsx:1743 +#: superset/assets/src/explore/visTypes.js:1581 +msgid "Viewport" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1745 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1754 msgid "Zoom" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1242 +#: superset/assets/src/explore/controls.jsx:1757 msgid "Zoom level of the map" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1248 +#: superset/assets/src/explore/controls.jsx:1763 msgid "Default latitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1251 +#: superset/assets/src/explore/controls.jsx:1766 msgid "Latitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1257 +#: superset/assets/src/explore/controls.jsx:1772 msgid "Default longitude" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1260 +#: superset/assets/src/explore/controls.jsx:1775 msgid "Longitude of default viewport" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1266 +#: superset/assets/src/explore/controls.jsx:1781 msgid "Live render" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1268 +#: superset/assets/src/explore/controls.jsx:1783 msgid "Points and clusters will update as viewport is being changed" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1274 +#: superset/assets/src/explore/controls.jsx:1789 msgid "RGB Color" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1284 +#: superset/assets/src/explore/controls.jsx:1799 msgid "The color for points and clusters in RGB" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1289 +#: superset/assets/src/explore/controls.jsx:1804 +msgid "Color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1806 +msgid "Pick a color" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1811 msgid "Ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1291 +#: superset/assets/src/explore/controls.jsx:1813 msgid "Ranges to highlight with shading" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1296 +#: superset/assets/src/explore/controls.jsx:1818 msgid "Range labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1298 +#: superset/assets/src/explore/controls.jsx:1820 msgid "Labels for the ranges" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1303 +#: superset/assets/src/explore/controls.jsx:1825 msgid "Markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1305 +#: superset/assets/src/explore/controls.jsx:1827 msgid "List of values to mark with triangles" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1310 +#: superset/assets/src/explore/controls.jsx:1832 msgid "Marker labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1312 +#: superset/assets/src/explore/controls.jsx:1834 msgid "Labels for the markers" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1317 +#: superset/assets/src/explore/controls.jsx:1839 msgid "Marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1319 +#: superset/assets/src/explore/controls.jsx:1841 msgid "List of values to mark with lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1324 +#: superset/assets/src/explore/controls.jsx:1846 msgid "Marker line labels" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1326 +#: superset/assets/src/explore/controls.jsx:1848 msgid "Labels for the marker lines" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1353 -msgid "Slice ID" +#: superset/assets/src/explore/controls.jsx:1897 +msgid "Chart ID" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1355 -msgid "The id of the active slice" +#: superset/assets/src/explore/controls.jsx:1899 +msgid "The id of the active chart" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1360 +#: superset/assets/src/explore/controls.jsx:1904 msgid "Cache Timeout (seconds)" -msgstr "缓存超时(秒)" +msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1362 +#: superset/assets/src/explore/controls.jsx:1906 msgid "The number of seconds before expiring the cache" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1367 +#: superset/assets/src/explore/controls.jsx:1911 msgid "Order by entity id" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1368 +#: superset/assets/src/explore/controls.jsx:1912 msgid "" -"Important! Select this if the table is not already sorted by entity id, else there is no guarantee " -"that all events for each entity are returned." +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1376 +#: superset/assets/src/explore/controls.jsx:1920 msgid "Minimum leaf node event count" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1379 +#: superset/assets/src/explore/controls.jsx:1923 msgid "" -"Leaf nodes that represent fewer than this number of events will be initially hidden in the " -"visualization" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1385 -#: superset/assets/javascripts/explore/stores/visTypes.js:25 +#: superset/assets/src/explore/controls.jsx:1929 +#: superset/assets/src/explore/visTypes.js:29 msgid "Color Scheme" msgstr "" -#: superset/assets/javascripts/explore/stores/controls.jsx:1389 +#: superset/assets/src/explore/controls.jsx:1933 msgid "The color scheme for rendering chart" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:7 -#: superset/assets/javascripts/explore/stores/visTypes.js:31 -msgid "Time" +#: superset/assets/src/explore/controls.jsx:1939 +msgid "Significance Level" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:9 -#: superset/assets/javascripts/explore/stores/visTypes.js:32 -msgid "Time related form attributes" +#: superset/assets/src/explore/controls.jsx:1941 +msgid "Threshold alpha level for determining significance" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:16 -msgid "Datasource & Chart Type" -msgstr "数据源 & 图表类型" +#: superset/assets/src/explore/controls.jsx:1946 +msgid "p-value precision" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:45 -msgid "This section exposes ways to include snippets of SQL in your query" +#: superset/assets/src/explore/controls.jsx:1948 +msgid "Number of decimal places with which to display p-values" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:48 superset/views/annotations.py:55 -msgid "Annotations" -msgstr "注解" +#: superset/assets/src/explore/controls.jsx:1953 +msgid "Lift percent precision" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:66 -msgid "Advanced Analytics" +#: superset/assets/src/explore/controls.jsx:1955 +msgid "Number of decimal places with which to display lift values" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1960 +msgid "Time Series Columns" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:67 +#: superset/assets/src/explore/controls.jsx:1967 +msgid "Use Area Proportions" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:1968 msgid "" -"This section contains options that allow for advanced analytical post processing of query results" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:85 -msgid "Result Filters" +#: superset/assets/src/explore/controls.jsx:1978 +#: superset/assets/src/explore/visTypes.js:829 +#: superset/assets/src/explore/visTypes.js:949 +#: superset/assets/src/explore/visTypes.js:1297 +#: superset/assets/src/explore/visTypes.js:1362 +#: superset/assets/src/explore/visTypes.js:1453 +#: superset/assets/src/explore/visTypes.js:1475 +msgid "Options" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:87 -msgid "" -"The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or " -"nulls" -msgstr "" - -#: superset/assets/javascripts/explore/stores/visTypes.js:100 -#: superset/assets/javascripts/explore/stores/visTypes.js:109 -#: superset/assets/javascripts/explore/stores/visTypes.js:145 -#: superset/assets/javascripts/explore/stores/visTypes.js:163 -#: superset/assets/javascripts/explore/stores/visTypes.js:202 -#: superset/assets/javascripts/explore/stores/visTypes.js:244 -#: superset/assets/javascripts/explore/stores/visTypes.js:279 -#: superset/assets/javascripts/explore/stores/visTypes.js:302 -#: superset/assets/javascripts/explore/stores/visTypes.js:465 -#: superset/assets/javascripts/explore/stores/visTypes.js:513 -#: superset/assets/javascripts/explore/stores/visTypes.js:534 -#: superset/assets/javascripts/explore/stores/visTypes.js:658 -#: superset/assets/javascripts/explore/stores/visTypes.js:691 -#: superset/assets/javascripts/explore/stores/visTypes.js:728 -#: superset/assets/javascripts/explore/stores/visTypes.js:781 -#: superset/assets/javascripts/explore/stores/visTypes.js:993 -msgid "Chart Options" -msgstr "图表选项" +#: superset/assets/src/explore/controls.jsx:1984 +msgid "Not Time Series" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:126 -msgid "Breakdowns" +#: superset/assets/src/explore/controls.jsx:1986 +msgid "Ignore time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:127 -msgid "Defines how each series is broken down" +#: superset/assets/src/explore/controls.jsx:1989 +msgid "Time Series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:133 -msgid "Pie Chart" +#: superset/assets/src/explore/controls.jsx:1991 +msgid "Standard time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:198 -msgid "Dual Axis Line Chart" +#: superset/assets/src/explore/controls.jsx:1994 +msgid "Aggregate Mean" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:209 -msgid "Y Axis 1" +#: superset/assets/src/explore/controls.jsx:1996 +msgid "Mean of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:215 -msgid "Y Axis 2" +#: superset/assets/src/explore/controls.jsx:1999 +msgid "Aggregate Sum" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:224 -msgid "Left Axis Metric" +#: superset/assets/src/explore/controls.jsx:2001 +msgid "Sum of values over specified period" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:225 -msgid "Choose a metric for left axis" +#: superset/assets/src/explore/controls.jsx:2004 +msgid "Difference" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:228 -msgid "Left Axis Format" +#: superset/assets/src/explore/controls.jsx:2006 +msgid "Metric change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:254 -#: superset/assets/javascripts/explore/stores/visTypes.js:312 -msgid "Axes" +#: superset/assets/src/explore/controls.jsx:2009 +msgid "Percent Change" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:337 -msgid "GROUP BY" +#: superset/assets/src/explore/controls.jsx:2011 +msgid "Metric percent change in value from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:338 -msgid "Use this section if you want a query that aggregates" +#: superset/assets/src/explore/controls.jsx:2014 +msgid "Factor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:346 -msgid "NOT GROUPED BY" +#: superset/assets/src/explore/controls.jsx:2016 +msgid "Metric factor change from `since` to `until`" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:347 -msgid "Use this section if you want to query atomic rows" +#: superset/assets/src/explore/controls.jsx:2019 +#: superset/assets/src/explore/visTypes.js:71 +msgid "Advanced Analytics" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:354 -#: superset/assets/javascripts/explore/stores/visTypes.js:755 -#: superset/assets/javascripts/explore/stores/visTypes.js:819 -#: superset/assets/javascripts/explore/stores/visTypes.js:912 -msgid "Options" +#: superset/assets/src/explore/controls.jsx:2021 +msgid "Use the Advanced Analytics options below" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:541 -#: superset/assets/javascripts/explore/stores/visTypes.js:853 -msgid "Bubbles" +#: superset/assets/src/explore/controls.jsx:2026 +msgid "Settings for time series" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:667 -msgid "Numeric Column" +#: superset/assets/src/explore/controls.jsx:2031 +msgid "Equal Date Sizes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:668 -msgid "Select the numeric column to draw the histogram" +#: superset/assets/src/explore/controls.jsx:2034 +msgid "Check to force date partitions to have the same height" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:671 -msgid "No of Bins" +#: superset/assets/src/explore/controls.jsx:2039 +msgid "Partition Limit" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:672 -msgid "Select number of bins for the histogram" +#: superset/assets/src/explore/controls.jsx:2043 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:699 -msgid "Primary Metric" +#: superset/assets/src/explore/controls.jsx:2049 +msgid "Minimum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:700 -msgid "The primary metric is used to define the arc segment sizes" +#: superset/assets/src/explore/controls.jsx:2055 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:703 -msgid "Secondary Metric" +#: superset/assets/src/explore/controls.jsx:2061 +msgid "Maximum Radius" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:704 +#: superset/assets/src/explore/controls.jsx:2067 msgid "" -"This secondary metric is used to define the color as a ratio against the primary metric. If the two " -"metrics match, color is mapped level groups" +"Maxium radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this maximum radius." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:709 -msgid "Hierarchy" +#: superset/assets/src/explore/controls.jsx:2073 +msgid "Partition Threshold" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:710 -msgid "This defines the level of the hierarchy" +#: superset/assets/src/explore/controls.jsx:2077 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:736 -#: superset/assets/javascripts/explore/stores/visTypes.js:764 -msgid "Source / Target" +#: superset/assets/src/explore/controls.jsx:2083 +msgid "Lines column" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:737 -#: superset/assets/javascripts/explore/stores/visTypes.js:765 -msgid "Choose a source and a target" +#: superset/assets/src/explore/controls.jsx:2085 +msgid "The database columns that contains lines information" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:770 -msgid "Chord Diagram" +#: superset/assets/src/explore/controls.jsx:2093 +msgid "Lines encoding" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:791 -msgid "Choose a number format" +#: superset/assets/src/explore/controls.jsx:2096 +msgid "The encoding format of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:794 -msgid "Source" +#: superset/assets/src/explore/controls.jsx:2105 +msgid "Line width" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:797 -msgid "Choose a source" +#: superset/assets/src/explore/controls.jsx:2109 +msgid "The width of the lines" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:800 -msgid "Target" +#: superset/assets/src/explore/controls.jsx:2114 +msgid "Reverse Lat & Long" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:803 -msgid "Choose a target" +#: superset/assets/src/explore/controls.jsx:2121 +msgid "deck.gl charts" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:828 -msgid "ISO 3166-2 codes of region/province/department" +#: superset/assets/src/explore/controls.jsx:2124 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2126 +msgid "Select charts" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2127 +msgid "Error while fetching charts" +msgstr "" + +#: superset/assets/src/explore/controls.jsx:2137 +msgid "Javascript data interceptor" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:829 +#: superset/assets/src/explore/controls.jsx:2138 msgid "" -"It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO " -"3166-2)" +"Define a javascript function that receives the data array used in the " +"visualization and is expected to return a modified version of that array." +" This can be used to alter properties of the data, filter, or enrich the " +"array." msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:863 -msgid "Country Control" +#: superset/assets/src/explore/controls.jsx:2144 +msgid "Javascript data mutator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:864 -msgid "3 letter code of the country" +#: superset/assets/src/explore/controls.jsx:2145 +msgid "" +"Define a function that receives intercepts the data objects and can " +"mutate it" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:867 -msgid "Metric for color" +#: superset/assets/src/explore/controls.jsx:2149 +msgid "Javascript tooltip generator" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:868 -msgid "Metric that defines the color of the country" +#: superset/assets/src/explore/controls.jsx:2150 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:871 -msgid "Bubble size" +#: superset/assets/src/explore/controls.jsx:2154 +msgid "Javascript onClick href" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:872 -msgid "Metric that defines the size of the bubble" +#: superset/assets/src/explore/controls.jsx:2155 +msgid "Define a function that returns a URL to navigate to when user clicks" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:878 -msgid "Filter Box" +#: superset/assets/src/explore/controls.jsx:2160 +msgid "Extra data for JS" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:897 -msgid "Filter controls" +#: superset/assets/src/explore/controls.jsx:2162 +msgid "List of extra columns made available in Javascript functions" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:898 -msgid "" -"The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on " -"this list." +#: superset/assets/src/explore/controls.jsx:2167 +msgid "Stroked" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:954 -msgid "Heatmap Options" +#: superset/assets/src/explore/controls.jsx:2169 +msgid "Whether to display the stroke" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:989 -msgid "Horizon" +#: superset/assets/src/explore/controls.jsx:2175 +msgid "Filled" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1015 -msgid "Points" +#: superset/assets/src/explore/controls.jsx:2177 +msgid "Whether to fill the objects" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1022 -msgid "Labelling" +#: superset/assets/src/explore/controls.jsx:2183 +msgid "Normalized" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1029 -msgid "Visual Tweaks" +#: superset/assets/src/explore/controls.jsx:2185 +msgid "Whether to normalize the histogram" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1038 -msgid "Viewport" +#: superset/assets/src/explore/validators.js:11 +msgid "is expected to be a number" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1048 -msgid "Longitude" +#: superset/assets/src/explore/validators.js:18 +msgid "is expected to be an integer" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1049 -msgid "Column containing longitude data" +#: superset/assets/src/explore/validators.js:30 +msgid "cannot be empty" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1052 -msgid "Latitude" +#: superset/assets/src/explore/visTypes.js:11 +#: superset/assets/src/explore/visTypes.js:35 +msgid "Time" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1053 -msgid "Column containing latitude data" +#: superset/assets/src/explore/visTypes.js:13 +#: superset/assets/src/explore/visTypes.js:36 +msgid "Time related form attributes" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1056 -msgid "Cluster label aggregator" +#: superset/assets/src/explore/visTypes.js:20 +msgid "Datasource & Chart Type" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1057 -msgid "Aggregate function applied to the list of points in each cluster to produce the cluster label." +#: superset/assets/src/explore/visTypes.js:49 +msgid "This section exposes ways to include snippets of SQL in your query" msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1061 -msgid "Tooltip" -msgstr "提示" +#: superset/assets/src/explore/visTypes.js:52 +msgid "Annotations and Layers" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:126 +#: superset/assets/src/explore/visTypes.js:60 +#: superset/assets/src/explore/visTypes.js:114 +#: superset/assets/src/explore/visTypes.js:161 +#: superset/assets/src/explore/visTypes.js:234 +#: superset/assets/src/explore/visTypes.js:424 +#: superset/assets/src/explore/visTypes.js:462 +#: superset/assets/src/explore/visTypes.js:501 +#: superset/assets/src/explore/visTypes.js:534 +#: superset/assets/src/explore/visTypes.js:579 +#: superset/assets/src/explore/visTypes.js:618 +#: superset/assets/src/explore/visTypes.js:658 +#: superset/assets/src/explore/visTypes.js:707 +#: superset/assets/src/explore/visTypes.js:853 +#: superset/assets/src/explore/visTypes.js:893 +#: superset/assets/src/explore/visTypes.js:941 +#: superset/assets/src/explore/visTypes.js:963 +#: superset/assets/src/explore/visTypes.js:992 +#: superset/assets/src/explore/visTypes.js:1029 +#: superset/assets/src/explore/visTypes.js:1051 +#: superset/assets/src/explore/visTypes.js:1102 +#: superset/assets/src/explore/visTypes.js:1125 +#: superset/assets/src/explore/visTypes.js:1152 +#: superset/assets/src/explore/visTypes.js:1179 +#: superset/assets/src/explore/visTypes.js:1221 +#: superset/assets/src/explore/visTypes.js:1260 +#: superset/assets/src/explore/visTypes.js:1288 +#: superset/assets/src/explore/visTypes.js:1315 +#: superset/assets/src/explore/visTypes.js:1354 +#: superset/assets/src/explore/visTypes.js:1388 +#: superset/assets/src/explore/visTypes.js:1425 +#: superset/assets/src/explore/visTypes.js:1465 +#: superset/assets/src/explore/visTypes.js:1487 +#: superset/assets/src/explore/visTypes.js:1548 +msgid "Query" +msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1062 -msgid "Show a tooltip when hovering over points and clusters describing the label" -msgstr "鼠标悬停在描述标签的点和簇上时,可以显示对应的提示" +#: superset/assets/src/explore/visTypes.js:72 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:90 +msgid "Result Filters" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:92 +msgid "" +"The filters to apply after post-aggregation.Leave the value control empty" +" to filter empty strings or nulls" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:126 +#: superset/assets/src/explore/visTypes.js:171 +#: superset/assets/src/explore/visTypes.js:190 +#: superset/assets/src/explore/visTypes.js:241 +#: superset/assets/src/explore/visTypes.js:279 +#: superset/assets/src/explore/visTypes.js:324 +#: superset/assets/src/explore/visTypes.js:369 +#: superset/assets/src/explore/visTypes.js:764 +#: superset/assets/src/explore/visTypes.js:971 +#: superset/assets/src/explore/visTypes.js:1000 +#: superset/assets/src/explore/visTypes.js:1037 +#: superset/assets/src/explore/visTypes.js:1061 +#: superset/assets/src/explore/visTypes.js:1109 +#: superset/assets/src/explore/visTypes.js:1133 +#: superset/assets/src/explore/visTypes.js:1160 +#: superset/assets/src/explore/visTypes.js:1188 +#: superset/assets/src/explore/visTypes.js:1230 +#: superset/assets/src/explore/visTypes.js:1269 +#: superset/assets/src/explore/visTypes.js:1323 +#: superset/assets/src/explore/visTypes.js:1535 +#: superset/assets/src/explore/visTypes.js:1684 +#: superset/assets/src/explore/visTypes.js:1709 +msgid "Chart Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:150 +msgid "Breakdowns" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:151 +msgid "Defines how each series is broken down" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:157 +msgid "Pie Chart" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:229 +msgid "Time Series - Periodicity Pivot" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:275 +msgid "Dual Axis Line Chart" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:287 +msgid "Y Axis 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:294 +msgid "Y Axis 2" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:304 +msgid "Left Axis Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:305 +msgid "Choose a metric for left axis" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:308 +msgid "Left Axis Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:409 +#: superset/assets/src/explore/visTypes.js:432 +#: superset/assets/src/explore/visTypes.js:470 +#: superset/assets/src/explore/visTypes.js:509 +#: superset/assets/src/explore/visTypes.js:542 +#: superset/assets/src/explore/visTypes.js:586 +#: superset/assets/src/explore/visTypes.js:626 +#: superset/assets/src/explore/visTypes.js:666 +#: superset/assets/src/explore/visTypes.js:714 +msgid "Map" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:420 +msgid "Deck.gl - Hexagons" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:440 +#: superset/assets/src/explore/visTypes.js:478 +#: superset/assets/src/explore/visTypes.js:518 +#: superset/assets/src/explore/visTypes.js:555 +#: superset/assets/src/explore/visTypes.js:602 +#: superset/assets/src/explore/visTypes.js:642 +#: superset/assets/src/explore/visTypes.js:680 +#: superset/assets/src/explore/visTypes.js:737 +msgid "Advanced" +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:77 +#: superset/assets/src/explore/visTypes.js:451 +#: superset/assets/src/explore/visTypes.js:489 +msgid "Height" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:452 +#: superset/assets/src/explore/visTypes.js:490 +msgid "Metric used to control height" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:458 +msgid "Deck.gl - Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:530 +msgid "Deck.gl - Screen grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:549 +msgid "Grid" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:566 +msgid "Weight" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:567 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:575 +msgid "Deck.gl - GeoJson" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:593 +msgid "GeoJson Settings" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:633 +msgid "Polygon Settings" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:673 +msgid "Arc" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:730 +msgid "Point Color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:748 +msgid "Categorical Color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:749 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:808 +msgid "GROUP BY" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:809 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:820 +msgid "NOT GROUPED BY" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:821 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:850 +msgid "Time Series Table" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:868 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:902 +msgid "Pivot Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1014 +msgid "Number Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1017 +msgid "Time Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1201 +msgid "Numeric Columns" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1202 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1206 +msgid "No of Bins" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1207 +msgid "Select number of bins for the histogram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1211 +msgid "Opacity of the bars. Between 0 and 1" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1239 +msgid "Primary Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1240 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1243 +msgid "Secondary Metric" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1245 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1250 +msgid "Hierarchy" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1251 +msgid "This defines the level of the hierarchy" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1278 +#: superset/assets/src/explore/visTypes.js:1306 +msgid "Source / Target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1279 +#: superset/assets/src/explore/visTypes.js:1307 +msgid "Choose a source and a target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1312 +msgid "Chord Diagram" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1334 +msgid "Choose a number format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1337 +msgid "Source" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1340 +msgid "Choose a source" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1343 +msgid "Target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1346 +msgid "Choose a target" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1372 +msgid "ISO 3166-2 codes of region/province/department" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1373 +msgid "" +"It's ISO 3166-2 of your region/province/department in your table. (see " +"documentation for list of ISO 3166-2)" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1397 +msgid "Bubbles" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1407 +msgid "Country Control" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1408 +msgid "3 letter code of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1411 +msgid "Metric for color" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1412 +msgid "Metric that defines the color of the country" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1415 +msgid "Bubble size" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1416 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1422 +msgid "Filter Box" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1438 +msgid "Filter controls" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1439 +msgid "" +"The controls you want to filter on. Note that only columns checked as " +"\"filterable\" will show up on this list." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1495 +msgid "Heatmap Options" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1516 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1518 +msgid "Value bounds" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1520 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1525 +msgid "Value Format" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1531 +msgid "Horizon" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1558 +msgid "Points" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1565 +msgid "Labelling" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1572 +msgid "Visual Tweaks" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1591 +msgid "Column containing longitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1595 +msgid "Column containing latitude data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1598 +msgid "Cluster label aggregator" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1599 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1603 +msgid "Tooltip" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1604 +msgid "Show a tooltip when hovering over points and clusters describing the label" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1608 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1619 +msgid "Event definition" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1629 +msgid "Additional meta data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1637 +msgid "Column containing entity ids" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1638 +msgid "e.g., a \"user id\" column" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1641 +msgid "Column containing event names" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1649 +msgid "Event count limit" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1650 +msgid "The maximum number of events to return, equivalent to number of rows" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1653 +msgid "Meta data" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1654 +msgid "Select any columns for meta data inspection" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1666 +msgid "Paired t-test" +msgstr "" + +#: superset/assets/src/explore/visTypes.js:1702 +msgid "Time Series Options" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:177 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:183 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:193 +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:154 +#, python-format +msgid "%s column(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:194 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:200 +#, python-format +msgid "%s operators(s)" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:240 +msgid "type a value here" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSimpleTabContent.jsx:248 +#: superset/assets/src/explore/components/controls/Filter.jsx:120 +msgid "Filter value" +msgstr "" + +#: superset/assets/src/explore/components/AdhocFilterEditPopoverSqlTabContent.jsx:80 +msgid "choose WHERE or HAVING..." +msgstr "" + +#: superset/assets/src/explore/components/AdhocMetricEditPopover.jsx:167 +#, python-format +msgid "%s aggregates(s)" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:35 +msgid "description" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:46 +msgid "bolt" +msgstr "" + +#: superset/assets/src/explore/components/ControlHeader.jsx:47 +msgid "Changing this control takes effect instantly" +msgstr "" + +#: superset/assets/src/explore/components/DisplayQueryButton.jsx:75 +msgid "Error..." +msgstr "" + +#: superset/assets/src/explore/components/EmbedCodeButton.jsx:91 +msgid "Width" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:37 +msgid "Export to .json" +msgstr "" + +#: superset/assets/src/explore/components/ExploreActionButtons.jsx:47 +msgid "Export to .csv format" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:64 +#, python-format +msgid "%s - untitled" +msgstr "" + +#: superset/assets/src/explore/components/ExploreChartHeader.jsx:100 +msgid "Edit chart properties" +msgstr "" + +#: superset/assets/src/explore/components/RowCountLabel.jsx:25 +msgid "Limit reached" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:74 +msgid "Please enter a chart name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:89 +msgid "Please select a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:97 +msgid "Please enter a dashboard name" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:133 +msgid "Save A Chart" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:154 +#, python-format +msgid "Overwrite chart %s" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:167 +msgid "[chart name]" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:180 +msgid "Do not add to a dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:188 +msgid "Add chart to existing dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:204 +msgid "Add to new dashboard" +msgstr "" + +#: superset/assets/src/explore/components/SaveModal.jsx:230 +msgid "Save & go to dashboard" +msgstr "" + +#: superset/assets/src/explore/components/URLShortLinkButton.jsx:33 +#, python-format +msgid "Check out this chart: %s" +msgstr "" + +#: superset/assets/src/explore/components/controls/AdhocFilterControl.jsx:241 +msgid "choose a column or metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/AnnotationLayerControl.jsx:147 +msgid "Add Annotation Layer" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:50 +msgid "`Min` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:53 +msgid "`Max` value should be numeric or empty" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:70 +#: superset/connectors/druid/views.py:57 +msgid "Min" +msgstr "" + +#: superset/assets/src/explore/components/controls/BoundsControl.jsx:78 +#: superset/connectors/druid/views.py:58 +msgid "Max" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:79 +msgid "Something went wrong while fetching the datasource list" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:110 +msgid "Select a datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:120 +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:120 +msgid "Search / Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:180 +msgid "Click to point to another datasource" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:191 +msgid "Edit the datasource's configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/DatasourceControl.jsx:203 +msgid "Show datasource configuration" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select metric" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:149 +msgid "Select column" +msgstr "" + +#: superset/assets/src/explore/components/controls/Filter.jsx:161 +msgid "Select operator" +msgstr "" + +#: superset/assets/src/explore/components/controls/FilterControl.jsx:145 +#: superset/templates/appbuilder/general/widgets/search.html:6 +msgid "Add Filter" +msgstr "" + +#: superset/assets/src/explore/components/controls/MetricsControl.jsx:239 +msgid "choose a column or aggregate function" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectAsyncControl.jsx:25 +msgid "Error while fetching data" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:47 +msgid "No results found" +msgstr "" + +#: superset/assets/src/explore/components/controls/SelectControl.jsx:113 +#, python-format +msgid "%s option(s)" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:62 +msgid "Invalid lat/long configuration." +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:128 +msgid "Longitude & Latitude columns" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:144 +msgid "Delimited long & lat single column" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:145 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:157 +msgid "Reverse lat/long " +msgstr "" + +#: superset/assets/src/explore/components/controls/SpatialControl.jsx:163 +msgid "Geohash" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:70 +msgid "textarea" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "Edit" +msgstr "" + +#: superset/assets/src/explore/components/controls/TextAreaControl.jsx:98 +msgid "in modal" +msgstr "" + +#: superset/assets/src/explore/components/controls/VizTypeControl.jsx:110 +msgid "Select a visualization type" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:24 +#: superset/assets/src/welcome/App.jsx:56 +#: superset/assets/src/welcome/App.jsx:59 +msgid "Favorites" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:30 +msgid "Created Content" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:37 +msgid "Recent Activity" +msgstr "" + +#: superset/assets/src/profile/components/App.jsx:42 +msgid "Security & Access" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:33 +msgid "No charts" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:49 +msgid "No dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:58 +#: superset/assets/src/profile/components/Favorites.jsx:59 +#: superset/assets/src/welcome/App.jsx:28 +#: superset/assets/src/welcome/App.jsx:31 superset/views/core.py:459 +#: superset/views/core.py:628 +msgid "Dashboards" +msgstr "" + +#: superset/assets/src/profile/components/CreatedContent.jsx:61 +#: superset/assets/src/profile/components/Favorites.jsx:62 +#: superset/views/core.py:500 superset/views/core.py:573 +msgid "Charts" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:34 +msgid "No favorite charts yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Favorites.jsx:50 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:14 +msgid "Roles" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:23 +#: superset/views/core.py:313 +msgid "Databases" +msgstr "" + +#: superset/assets/src/profile/components/Security.jsx:34 +msgid "Datasources" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:19 +msgid "Profile picture provided by Gravatar" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:34 +msgid "joined" +msgstr "" + +#: superset/assets/src/profile/components/UserInfo.jsx:44 +msgid "id:" +msgstr "" + +#: superset/assets/src/visualizations/EventFlow.jsx:56 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset/assets/src/visualizations/PlaySlider.jsx:99 +msgid "Data has no time steps" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:115 +msgid "Select starting date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:124 +msgid "Select end date" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:193 +#, python-format +msgid "Select [%s]" +msgstr "" + +#: superset/assets/src/visualizations/filter_box.jsx:230 +msgid "Apply" +msgstr "" + +#: superset/assets/src/visualizations/nvd3_vis.js:166 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset/assets/src/welcome/App.jsx:47 +#: superset/assets/src/welcome/App.jsx:50 +msgid "Recently Viewed" +msgstr "" + +#: superset/connectors/druid/models.py:1030 +msgid "Metric(s) {} must be aggregations." +msgstr "" + +#: superset/connectors/druid/models.py:1341 +msgid "No data was returned." +msgstr "" + +#: superset/connectors/druid/models.py:1398 +msgid "Unsupported extraction function: " +msgstr "" + +#: superset/connectors/druid/views.py:33 +msgid "List Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:34 +msgid "Show Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:35 +msgid "Add Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:36 +msgid "Edit Druid Column" +msgstr "" + +#: superset/connectors/druid/views.py:50 superset/connectors/sqla/views.py:83 +msgid "Column" +msgstr "" + +#: superset/connectors/druid/views.py:51 superset/connectors/druid/views.py:136 +#: superset/connectors/sqla/views.py:93 superset/connectors/sqla/views.py:134 +msgid "Type" +msgstr "" + +#: superset/connectors/druid/views.py:53 superset/connectors/sqla/views.py:86 +msgid "Groupable" +msgstr "" + +#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:87 +msgid "Filterable" +msgstr "" + +#: superset/connectors/druid/views.py:55 +msgid "Count Distinct" +msgstr "" + +#: superset/connectors/druid/views.py:56 +msgid "Sum" +msgstr "" + +#: superset/connectors/druid/views.py:61 superset/connectors/sqla/views.py:52 +msgid "" +"Whether this column is exposed in the `Filters` section of the explore " +"view." +msgstr "" + +#: superset/connectors/druid/views.py:107 +msgid "List Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:108 +msgid "Show Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:109 +msgid "Add Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:110 +msgid "Edit Druid Metric" +msgstr "" + +#: superset/connectors/druid/views.py:127 superset/connectors/sqla/views.py:116 +msgid "" +"Whether the access to this metric is restricted to certain roles. Only " +"roles with the permission 'metric access on XXX (the name of this " +"metric)' are allowed to access this metric" +msgstr "" + +#: superset/connectors/druid/views.py:135 superset/connectors/sqla/views.py:84 +#: superset/connectors/sqla/views.py:133 +msgid "Verbose Name" +msgstr "" + +#: superset/connectors/druid/views.py:137 superset/views/core.py:670 +msgid "JSON" +msgstr "" + +#: superset/connectors/druid/views.py:138 +msgid "Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:139 superset/connectors/sqla/views.py:139 +msgid "Warning Message" +msgstr "" + +#: superset/connectors/druid/views.py:157 +msgid "List Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:158 +msgid "Show Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:159 +msgid "Add Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:160 +msgid "Edit Druid Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:171 +#: superset/connectors/druid/views.py:257 +msgid "Cluster" +msgstr "" + +#: superset/connectors/druid/views.py:172 +msgid "Coordinator Host" +msgstr "" + +#: superset/connectors/druid/views.py:173 +msgid "Coordinator Port" +msgstr "" + +#: superset/connectors/druid/views.py:174 +msgid "Coordinator Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:175 +msgid "Broker Host" +msgstr "" + +#: superset/connectors/druid/views.py:176 +msgid "Broker Port" +msgstr "" + +#: superset/connectors/druid/views.py:177 +msgid "Broker Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:193 +msgid "Druid Clusters" +msgstr "" + +#: superset/connectors/druid/views.py:196 +#: superset/connectors/druid/views.py:298 +#: superset/connectors/druid/views.py:347 +#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:315 +#: superset/views/core.py:316 superset/views/core.py:2765 +msgid "Sources" +msgstr "" + +#: superset/connectors/druid/views.py:204 +msgid "List Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:205 +msgid "Show Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:206 +msgid "Add Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:207 +msgid "Edit Druid Datasource" +msgstr "" + +#: superset/connectors/druid/views.py:226 superset/connectors/sqla/views.py:182 +msgid "" +"The list of charts associated with this table. By altering this " +"datasource, you may change how these associated charts behave. Also note " +"that charts need to point to a datasource, so this form will fail at " +"saving if removing charts from a datasource. If you want to change the " +"datasource for a chart, overwrite the chart from the 'explore view'" +msgstr "" + +#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:190 +msgid "Timezone offset (in hours) for this datasource" +msgstr "" + +#: superset/connectors/druid/views.py:238 +msgid "" +"Time expression to use as a predicate when retrieving distinct values to " +"populate the filter component. Only applies when `Enable Filter Select` " +"is on. If you enter `7 days ago`, the distinct list of values in the " +"filter will be populated based on the distinct value over the past week" +msgstr "" + +#: superset/connectors/druid/views.py:245 superset/connectors/sqla/views.py:212 +msgid "" +"Whether to populate the filter's dropdown in the explore view's filter " +"section with a list of distinct values fetched from the backend on the " +"fly" +msgstr "" + +#: superset/connectors/druid/views.py:249 +msgid "" +"Redirects to this endpoint when clicking on the datasource from the " +"datasource list" +msgstr "" + +#: superset/connectors/druid/views.py:255 superset/connectors/sqla/views.py:224 +msgid "Associated Charts" +msgstr "" + +#: superset/connectors/druid/views.py:256 +msgid "Data Source" +msgstr "" + +#: superset/connectors/druid/views.py:259 superset/connectors/sqla/views.py:236 +msgid "Owner" +msgstr "" + +#: superset/connectors/druid/views.py:260 +msgid "Is Hidden" +msgstr "" + +#: superset/connectors/druid/views.py:261 superset/connectors/sqla/views.py:229 +msgid "Enable Filter Select" +msgstr "" + +#: superset/connectors/druid/views.py:262 superset/connectors/sqla/views.py:231 +msgid "Default Endpoint" +msgstr "" + +#: superset/connectors/druid/views.py:263 +msgid "Time Offset" +msgstr "" + +#: superset/connectors/druid/views.py:264 superset/connectors/sqla/views.py:233 +#: superset/views/core.py:279 superset/views/core.py:457 +msgid "Cache Timeout" +msgstr "" + +#: superset/connectors/druid/views.py:296 +msgid "Druid Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:344 +msgid "Scan New Datasources" +msgstr "" + +#: superset/connectors/druid/views.py:352 +msgid "Refresh Druid Metadata" +msgstr "" + +#: superset/connectors/sqla/models.py:513 +msgid "" +"Datetime column not provided as part table configuration and is required " +"by this type of chart" +msgstr "" + +#: superset/connectors/sqla/models.py:517 +msgid "Empty query?" +msgstr "" + +#: superset/connectors/sqla/models.py:525 +msgid "Metric '{}' is not valid" +msgstr "" + +#: superset/connectors/sqla/models.py:748 +msgid "" +"Table [{}] doesn't seem to exist in the specified database, couldn't " +"fetch column information" +msgstr "" + +#: superset/connectors/sqla/views.py:30 +msgid "List Columns" +msgstr "" + +#: superset/connectors/sqla/views.py:31 +msgid "Show Column" +msgstr "" + +#: superset/connectors/sqla/views.py:32 +msgid "Add Column" +msgstr "" + +#: superset/connectors/sqla/views.py:33 +msgid "Edit Column" +msgstr "" + +#: superset/connectors/sqla/views.py:48 +msgid "" +"Whether to make this column available as a [Time Granularity] option, " +"column has to be DATETIME or DATETIME-like" +msgstr "" + +#: superset/connectors/sqla/views.py:55 +msgid "" +"The data type that was inferred by the database. It may be necessary to " +"input a type manually for expression-defined columns in some cases. In " +"most case users should not need to alter this." +msgstr "" + +#: superset/connectors/sqla/views.py:89 +msgid "Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:90 +msgid "Is temporal" +msgstr "" + +#: superset/connectors/sqla/views.py:91 +msgid "Datetime Format" +msgstr "" + +#: superset/connectors/sqla/views.py:92 +msgid "Database Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:103 +msgid "List Metrics" +msgstr "" + +#: superset/connectors/sqla/views.py:104 +msgid "Show Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:105 +msgid "Add Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:106 +msgid "Edit Metric" +msgstr "" + +#: superset/connectors/sqla/views.py:135 +msgid "SQL Expression" +msgstr "" + +#: superset/connectors/sqla/views.py:137 +msgid "D3 Format" +msgstr "" + +#: superset/connectors/sqla/views.py:138 +msgid "Is Restricted" +msgstr "" + +#: superset/connectors/sqla/views.py:157 +msgid "List Tables" +msgstr "" + +#: superset/connectors/sqla/views.py:158 +msgid "Show Table" +msgstr "" + +#: superset/connectors/sqla/views.py:159 +msgid "Add Table" +msgstr "" + +#: superset/connectors/sqla/views.py:160 +msgid "Edit Table" +msgstr "" + +#: superset/connectors/sqla/views.py:191 +msgid "Name of the table that exists in the source database" +msgstr "" + +#: superset/connectors/sqla/views.py:193 +msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +msgstr "" + +#: superset/connectors/sqla/views.py:199 +msgid "" +"This fields acts a Superset view, meaning that Superset will run a query " +"against this string as a subquery." +msgstr "" + +#: superset/connectors/sqla/views.py:203 +msgid "" +"Predicate applied when fetching distinct value to populate the filter " +"control component. Supports jinja template syntax. Applies only when " +"`Enable Filter Select` is on." +msgstr "" + +#: superset/connectors/sqla/views.py:209 +msgid "Redirects to this endpoint when clicking on the table from the table list" +msgstr "" + +#: superset/connectors/sqla/views.py:216 +msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +msgstr "" + +#: superset/connectors/sqla/views.py:219 +msgid "" +"A set of parameters that become available in the query using Jinja " +"templating syntax" +msgstr "" + +#: superset/connectors/sqla/views.py:226 +msgid "Changed By" +msgstr "" + +#: superset/connectors/sqla/views.py:228 superset/views/core.py:277 +msgid "Last Changed" +msgstr "" + +#: superset/connectors/sqla/views.py:232 +msgid "Offset" +msgstr "" + +#: superset/connectors/sqla/views.py:235 +msgid "Fetch Values Predicate" +msgstr "" + +#: superset/connectors/sqla/views.py:237 +msgid "Main Datetime Column" +msgstr "" + +#: superset/connectors/sqla/views.py:239 +msgid "SQL Lab View" +msgstr "" + +#: superset/connectors/sqla/views.py:240 +msgid "Template parameters" +msgstr "" + +#: superset/connectors/sqla/views.py:257 +msgid "" +"Table [{}] could not be found, please double check your database " +"connection, schema, and table name" +msgstr "" + +#: superset/connectors/sqla/views.py:270 +msgid "" +"The table was created. As part of this two phase configuration process, " +"you should now click the edit button by the new table to configure it." +msgstr "" + +#: superset/connectors/sqla/views.py:293 +msgid "Refresh Metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:294 +msgid "Refresh column metadata" +msgstr "" + +#: superset/connectors/sqla/views.py:303 +#, python-format +msgid "Metadata refreshed for the following table(s): %(tables)s" +msgstr "" + +#: superset/connectors/sqla/views.py:311 +msgid "Tables" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:41 +msgid "Profile" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:42 +msgid "Logout" +msgstr "" + +#: superset/templates/appbuilder/navbar_right.html:47 +msgid "Login" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:37 +msgid "Record Count" +msgstr "" + +#: superset/templates/appbuilder/general/widgets/base_list.html:46 +msgid "No records found" +msgstr "" + +#: superset/templates/superset/import_dashboards.html:11 +msgid "Import dashboards" +msgstr "" + +#: superset/templates/superset/request_access.html:2 +msgid "No Access!" +msgstr "" + +#: superset/templates/superset/request_access.html:7 +#, python-format +msgid "You do not have permissions to access the datasource(s): %(name)s." +msgstr "" + +#: superset/templates/superset/request_access.html:13 +msgid "Request Permissions" +msgstr "" + +#: superset/templates/superset/models/database/macros.html:4 +msgid "Test Connection" +msgstr "" + +#: superset/views/annotations.py:49 +msgid "Annotation Layers" +msgstr "" + +#: superset/views/annotations.py:52 superset/views/annotations.py:60 +#: superset/views/core.py:306 superset/views/core.py:2733 +#: superset/views/sql_lab.py:36 +msgid "Manage" +msgstr "" + +#: superset/views/annotations.py:57 +msgid "Annotations" +msgstr "" + +#: superset/views/base.py:79 +#, python-format +msgid "Datasource %(name)s already exists" +msgstr "" + +#: superset/views/base.py:123 +msgid "json isn't valid" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML" +msgstr "" + +#: superset/views/base.py:127 +msgid "Export to YAML?" +msgstr "" + +#: superset/views/base.py:188 +msgid "Delete" +msgstr "" + +#: superset/views/base.py:189 +msgid "Delete all Really?" +msgstr "" + +#: superset/views/core.py:65 +msgid "This endpoint requires the `all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:67 +msgid "The datasource seems to have been deleted" +msgstr "" + +#: superset/views/core.py:68 +msgid "The access requests seem to have been deleted" +msgstr "" + +#: superset/views/core.py:70 +msgid "The user seems to have been deleted" +msgstr "" + +#: superset/views/core.py:75 +msgid "You don't have access to this datasource. (Gain access)" +msgstr "" + +#: superset/views/core.py:78 +msgid "You don't have access to this datasource" +msgstr "" + +#: superset/views/core.py:90 +#, python-format +msgid "" +"This view requires the database %(name)s or `all_datasource_access` " +"permission" +msgstr "" + +#: superset/views/core.py:95 +#, python-format +msgid "" +"This endpoint requires the datasource %(name)s, database or " +"`all_datasource_access` permission" +msgstr "" + +#: superset/views/core.py:189 +msgid "List Databases" +msgstr "" + +#: superset/views/core.py:190 +msgid "Show Database" +msgstr "" + +#: superset/views/core.py:191 +msgid "Add Database" +msgstr "" + +#: superset/views/core.py:192 +msgid "Edit Database" +msgstr "" + +#: superset/views/core.py:233 +msgid "Expose this DB in SQL Lab" +msgstr "" + +#: superset/views/core.py:234 +msgid "" +"Allow users to run synchronous queries, this is the default and should " +"work well for queries that can be executed within a web request scope " +"(<~1 minute)" +msgstr "" + +#: superset/views/core.py:238 +msgid "" +"Allow users to run queries, against an async backend. This assumes that " +"you have a Celery worker setup as well as a results backend." +msgstr "" + +#: superset/views/core.py:242 +msgid "Allow CREATE TABLE AS option in SQL Lab" +msgstr "" + +#: superset/views/core.py:243 +msgid "" +"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in" +" SQL Lab" +msgstr "" + +#: superset/views/core.py:247 +msgid "" +"When allowing CREATE TABLE AS option in SQL Lab, this option forces the " +"table to be created in this schema" +msgstr "" + +#: superset/views/core.py:259 +msgid "" +"If Presto, all the queries in SQL Lab are going to be executed as the " +"currently logged on user who must have permission to run them.
If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset/views/core.py:265 +msgid "" +"Allow SQL Lab to fetch a list of all tables and all views across all " +"database schemas. For large data warehouse with thousands of tables, this" +" can be expensive and put strain on the system." +msgstr "" + +#: superset/views/core.py:271 +msgid "Expose in SQL Lab" +msgstr "" + +#: superset/views/core.py:272 +msgid "Allow CREATE TABLE AS" +msgstr "" + +#: superset/views/core.py:273 +msgid "Allow DML" +msgstr "" + +#: superset/views/core.py:274 +msgid "CTAS Schema" +msgstr "" + +#: superset/views/core.py:276 superset/views/core.py:458 +#: superset/views/core.py:575 superset/views/core.py:642 +msgid "Creator" +msgstr "" + +#: superset/views/core.py:278 +msgid "SQLAlchemy URI" +msgstr "" + +#: superset/views/core.py:280 +msgid "Extra" +msgstr "" + +#: superset/views/core.py:281 +msgid "Allow Run Sync" +msgstr "" + +#: superset/views/core.py:282 +msgid "Allow Run Async" +msgstr "" + +#: superset/views/core.py:283 +msgid "Impersonate the logged on user" +msgstr "" + +#: superset/views/core.py:302 +msgid "Import Dashboards" +msgstr "" + +#: superset/views/core.py:334 +msgid "CSV to Database configuration" +msgstr "" + +#: superset/views/core.py:375 +msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +msgstr "" + +#: superset/views/core.py:401 superset/views/core.py:667 +#: superset/views/sql_lab.py:23 superset/views/sql_lab.py:60 +msgid "User" +msgstr "" + +#: superset/views/core.py:402 +msgid "User Roles" +msgstr "" + +#: superset/views/core.py:403 +msgid "Database URL" +msgstr "" + +#: superset/views/core.py:405 +msgid "Roles to grant" +msgstr "" + +#: superset/views/core.py:406 +msgid "Created On" +msgstr "" + +#: superset/views/core.py:412 +msgid "Access requests" +msgstr "" + +#: superset/views/core.py:414 superset/views/core.py:679 +msgid "Security" +msgstr "" + +#: superset/views/core.py:421 +msgid "List Charts" +msgstr "" + +#: superset/views/core.py:422 +msgid "Show Chart" +msgstr "" + +#: superset/views/core.py:423 +msgid "Add Chart" +msgstr "" + +#: superset/views/core.py:424 +msgid "Edit Chart" +msgstr "" + +#: superset/views/core.py:446 +msgid "" +"These parameters are generated dynamically when clicking the save or " +"overwrite button in the explore view. This JSON object is exposed here " +"for reference and for power users who may want to alter specific " +"parameters." +msgstr "" + +#: superset/views/core.py:452 +msgid "Duration (in seconds) of the caching timeout for this chart." +msgstr "" + +#: superset/views/core.py:462 +msgid "Last Modified" +msgstr "" + +#: superset/views/core.py:463 superset/views/core.py:574 +msgid "Owners" +msgstr "" + +#: superset/views/core.py:464 +msgid "Parameters" +msgstr "" + +#: superset/views/core.py:465 superset/views/core.py:512 +msgid "Chart" +msgstr "" + +#: superset/views/core.py:532 +msgid "List Dashboards" +msgstr "" + +#: superset/views/core.py:533 +msgid "Show Dashboard" +msgstr "" + +#: superset/views/core.py:534 +msgid "Add Dashboard" +msgstr "" + +#: superset/views/core.py:535 +msgid "Edit Dashboard" +msgstr "" + +#: superset/views/core.py:547 +msgid "" +"This json object describes the positioning of the widgets in the " +"dashboard. It is dynamically generated when adjusting the widgets size " +"and positions by using drag & drop in the dashboard view" +msgstr "" + +#: superset/views/core.py:552 +msgid "" +"The css for individual dashboards can be altered here, or in the " +"dashboard view where changes are immediately visible" +msgstr "" + +#: superset/views/core.py:556 +msgid "To get a readable URL for your dashboard" +msgstr "" + +#: superset/views/core.py:557 +msgid "" +"This JSON object is generated dynamically when clicking the save or " +"overwrite button in the dashboard view. It is exposed here for reference " +"and for power users who may want to alter specific parameters." +msgstr "" + +#: superset/views/core.py:562 +msgid "Owners is a list of users who can alter the dashboard." +msgstr "" + +#: superset/views/core.py:570 superset/views/core.py:640 +msgid "Dashboard" +msgstr "" + +#: superset/views/core.py:572 +msgid "Slug" +msgstr "" + +#: superset/views/core.py:577 +msgid "Position JSON" +msgstr "" + +#: superset/views/core.py:579 +msgid "JSON Metadata" +msgstr "" + +#: superset/views/core.py:580 +msgid "Underlying Tables" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export" +msgstr "" + +#: superset/views/core.py:603 +msgid "Export dashboards?" +msgstr "" + +#: superset/views/core.py:668 +msgid "Action" +msgstr "" + +#: superset/views/core.py:669 +msgid "dttm" +msgstr "" + +#: superset/views/core.py:677 +msgid "Action Log" +msgstr "" + +#: superset/views/core.py:875 +msgid "Access was requested" +msgstr "" + +#: superset/views/core.py:936 +#, python-format +msgid "" +"%(user)s was granted the role %(role)s that gives access to the " +"%(datasource)s" +msgstr "" + +#: superset/views/core.py:952 +#, python-format +msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +msgstr "" + +#: superset/views/core.py:961 +msgid "You have no permission to approve this request" +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +#: superset/views/core.py:1400 superset/views/core.py:1414 +msgid "You don't have the rights to " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1400 +msgid "alter this " +msgstr "" + +#: superset/views/core.py:1287 superset/views/core.py:1292 +msgid "chart" +msgstr "" + +#: superset/views/core.py:1292 superset/views/core.py:1414 +msgid "create a " +msgstr "" + +#: superset/views/core.py:1401 superset/views/core.py:1414 +msgid "dashboard" +msgstr "" + +#: superset/views/core.py:1949 +msgid "" +"Malformed request. slice_id or table_name and db_name arguments are " +"expected" +msgstr "" + +#: superset/views/core.py:1955 +#, python-format +msgid "Chart %(id)s not found" +msgstr "" + +#: superset/views/core.py:1967 +#, python-format +msgid "Table %(t)s wasn't found in the database %(d)s" +msgstr "" + +#: superset/views/core.py:2121 +#, python-format +msgid "Can't find User '%(name)s', please ask your admin to create one." +msgstr "" + +#: superset/views/core.py:2128 +#, python-format +msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +msgstr "" + +#: superset/views/core.py:2407 +msgid "Query record was not created as expected." +msgstr "" + +#: superset/views/core.py:2718 +msgid "Template Name" +msgstr "" + +#: superset/views/core.py:2730 +msgid "CSS Templates" +msgstr "" + +#: superset/views/core.py:2741 +msgid "SQL Editor" +msgstr "" + +#: superset/views/core.py:2746 superset/views/core.py:2756 +msgid "SQL Lab" +msgstr "" + +#: superset/views/core.py:2751 +msgid "Query Search" +msgstr "" + +#: superset/views/core.py:2761 +msgid "Upload a CSV" +msgstr "" + +#: superset/views/sql_lab.py:25 +msgid "Status" +msgstr "" + +#: superset/views/sql_lab.py:26 +msgid "Start Time" +msgstr "" + +#: superset/views/sql_lab.py:27 superset/views/sql_lab.py:64 +msgid "End Time" +msgstr "" + +#: superset/views/sql_lab.py:34 +msgid "Queries" +msgstr "" + +#: superset/views/sql_lab.py:43 +msgid "List Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:44 +msgid "Show Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:45 +msgid "Add Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:46 +msgid "Edit Saved Query" +msgstr "" + +#: superset/views/sql_lab.py:65 +msgid "Pop Tab Link" +msgstr "" + +#: superset/views/sql_lab.py:66 +msgid "Changed on" +msgstr "" + +#: superset/views/sql_lab.py:86 +msgid "Saved Queries" +msgstr "" + +#~ msgid "[Superset] Access to the datasource %(name)s was granted" +#~ msgstr "[Superset] 允许访问数据源 %(name)s" + +#~ msgid "Please choose at least one \"Group by\" field" +#~ msgstr "请至少选择一个“分组”字段" + +#~ msgid "'Group By' and 'Columns' can't overlap" +#~ msgstr "“分组”和“列”不能重叠" + +#~ msgid "Must have one numeric column specified" +#~ msgstr "必须指定一个数字列" + +#~ msgid "Your query was saved" +#~ msgstr "您的查询已保存" + +#~ msgid "Your query could not be saved" +#~ msgstr "您的查询无法保存" + +#~ msgid "Failed at retrieving results from the results backend" +#~ msgstr "无法从结果后端检索到" + +#~ msgid "Could not connect to server" +#~ msgstr "无法连接服务器" + +#~ msgid "Your session timed out, please refresh your page and try again." +#~ msgstr "您的会话已超时,请刷新页面后,再重试。" + +#~ msgid "Query was stopped." +#~ msgstr "查询被终止。" + +#~ msgid "Failed at stopping query." +#~ msgstr "无法终止查询。" + +#~ msgid "Error occurred while fetching table metadata" +#~ msgstr "获取表格元数据时发生错误" + +#~ msgid "shared query" +#~ msgstr "已分享的查询" + +#~ msgid "The query couldn't be loaded" +#~ msgstr "这个查询无法被加载" + +#~ msgid "An error occurred while creating the data source" +#~ msgstr "创建数据源时发生错误" + +#~ msgid "Pick a chart type!" +#~ msgstr "选择一个图表类型!" + +#~ msgid "To use this chart type you need at least one column flagged as a date" +#~ msgstr "要使用此图表类型,您至少需要一个标记为日期格式的列" + +#~ msgid "To use this chart type you need at least one dimension" +#~ msgstr "要使用此图表类型,您至少需要一个维度" + +#~ msgid "To use this chart type you need at least one aggregation function" +#~ msgstr "要使用这种图表类型,您至少需要一个聚合函数" + +#~ msgid "Untitled Query" +#~ msgstr "未命名的查询" + +#~ msgid "Copy of %s" +#~ msgstr "%s 的副本" + +#~ msgid "share query" +#~ msgstr "分享查询" + +#~ msgid "copy URL to clipboard" +#~ msgstr "拷贝 URL 到剪切板" + +#~ msgid "Raw SQL" +#~ msgstr "行 SQL" + +#~ msgid "Source SQL" +#~ msgstr "源 SQL" + +#~ msgid "SQL" +#~ msgstr "SQL" + +#~ msgid "No query history yet..." +#~ msgstr "暂无历史查询..." + +#~ msgid "It seems you don't have access to any database" +#~ msgstr "貌似您没有访问到任何数据库" + +#~ msgid "Search Results" +#~ msgstr "搜索结果" + +#~ msgid "[From]-" +#~ msgstr "[From]-" + +#~ msgid "[To]-" +#~ msgstr "[To]-" + +#~ msgid "[Query Status]" +#~ msgstr "[查询状态]" + +#~ msgid "Search" +#~ msgstr "搜索" + +#~ msgid "Open in SQL Editor" +#~ msgstr "在 SQL 编辑器中打开" + +#~ msgid "view results" +#~ msgstr "展示结果" + +#~ msgid "Data preview" +#~ msgstr "数据预览" + +#~ msgid "Visualize the data out of this query" +#~ msgstr "从这个查询中可视化数据" + +#~ msgid "Overwrite text in editor with a query on this table" +#~ msgstr "使用该表上的查询覆盖编辑器中的文本" + +#~ msgid "Run query in a new tab" +#~ msgstr "在新标签中运行查询" + +#~ msgid "Remove query from log" +#~ msgstr "从日志中删除查询" + +#~ msgid ".CSV" +#~ msgstr ".CSV" + +#~ msgid "Visualize" +#~ msgstr "可视化" + +#~ msgid "was created" +#~ msgstr "已创建" + +#~ msgid "Query in a new tab" +#~ msgstr "在新标签中查询" + +#~ msgid "Fetch data preview" +#~ msgstr "获取数据预览" + +#~ msgid "Track Job" +#~ msgstr "跟踪任务" + +#~ msgid "Loading..." +#~ msgstr "加载中..." + +#~ msgid "Run Selected Query" +#~ msgstr "运行选定的查询" + +#~ msgid "Run Query" +#~ msgstr "运行查询" + +#~ msgid "Run query asynchronously" +#~ msgstr "异步运行查询" + +#~ msgid "Stop" +#~ msgstr "停止" + +#~ msgid "Undefined" +#~ msgstr "未命名" + +#~ msgid "Label for your query" +#~ msgstr "为您的查询设置标签" + +#~ msgid "Write a description for your query" +#~ msgstr "为您的查询写一段描述" + +#~ msgid "Save" +#~ msgstr "保存" + +#~ msgid "Save Query" +#~ msgstr "保存查询" + +#~ msgid "Run a query to display results here" +#~ msgstr "运行一个查询,以在此显示结果" + +#~ msgid "Preview for %s" +#~ msgstr "预览 %s" + +#~ msgid "Results" +#~ msgstr "结果" + +#~ msgid "Query History" +#~ msgstr "历史查询" + +#~ msgid "Create table as with query results" +#~ msgstr "与查询结果一样创建表" + +#~ msgid "new table name" +#~ msgstr "新表名称" + +#~ msgid "Error while fetching table list" +#~ msgstr "获取表列表时出错" + +#~ msgid "Error while fetching schema list" +#~ msgstr "获取模式列表时出错" + +#~ msgid "Error while fetching database list" +#~ msgstr "获取数据库列表时出错" + +#~ msgid "Database:" +#~ msgstr "数据库:" + +#~ msgid "Select a database" +#~ msgstr "选择一个数据库" + +#~ msgid "Select a schema (%s)" +#~ msgstr "选择一个模式(%s)" + +#~ msgid "Schema:" +#~ msgstr "模式:" + +#~ msgid "Add a table (%s)" +#~ msgstr "增加一张表(%s)" + +#~ msgid "Type to search ..." +#~ msgstr "键入搜索 ..." + +#~ msgid "Reset State" +#~ msgstr "状态重置" + +#~ msgid "Enter a new title for the tab" +#~ msgstr "输入标签的新标题" + +#~ msgid "Untitled Query %s" +#~ msgstr "未命名的查询 %s" + +#~ msgid "close tab" +#~ msgstr "关闭标签" + +#~ msgid "rename tab" +#~ msgstr "重命名标签" + +#~ msgid "expand tool bar" +#~ msgstr "展开工具栏" + +#~ msgid "hide tool bar" +#~ msgstr "隐藏工具栏" + +#~ msgid "Copy partition query to clipboard" +#~ msgstr "将分区查询复制到剪贴板" + +#~ msgid "latest partition:" +#~ msgstr "最新分区:" + +#~ msgid "Keys for table" +#~ msgstr "表的键" + +#~ msgid "View keys & indexes (%s)" +#~ msgstr "查看键和索引(%s)" + +#~ msgid "Sort columns alphabetically" +#~ msgstr "对列按字母顺序进行排列" + +#~ msgid "Original table column order" +#~ msgstr "原始表列顺序" + +#~ msgid "Copy SELECT statement to clipboard" +#~ msgstr "将 SELECT 语句复制到剪贴板" + +#~ msgid "Remove table preview" +#~ msgstr "删除表格预览" + +#~ msgid "" +#~ "%s is not right as a column " +#~ "name, please alias it (as in " +#~ "SELECT count(*))" +#~ msgstr "%s 不适合作为列名,请对其进行别名(如 SELECT count(*))" + +#~ msgid "AS my_alias" +#~ msgstr "作为 my_alias" + +#~ msgid "using only alphanumeric characters and underscores" +#~ msgstr "只使用字母、数字、字符和下划线" + +#~ msgid "Creating a data source and popping a new tab" +#~ msgstr "创建数据源,并弹出一个新的标签页" + +#~ msgid "No results available for this query" +#~ msgstr "没有可用于此查询的结果" + +#~ msgid "Chart Type" +#~ msgstr "图表类型" + +#~ msgid "[Chart Type]" +#~ msgstr "[图表类型]" + +#~ msgid "Datasource Name" +#~ msgstr "数据库名称" + +#~ msgid "datasource name" +#~ msgstr "数据库名称" + +#~ msgid "Select ..." +#~ msgstr "选择 ..." + +#~ msgid "Loaded data cached" +#~ msgstr "数据缓存已加载" + +#~ msgid "Loaded from cache" +#~ msgstr "从缓存中加载" + +#~ msgid "Click to force-refresh" +#~ msgstr "点击强制刷新" + +#~ msgid "Copy to clipboard" +#~ msgstr "复制到剪贴板" + +#~ msgid "Not successful" +#~ msgstr "未成功" + +#~ msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +#~ msgstr "抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!" + +#~ msgid "Copied!" +#~ msgstr "复制成功!" + +#~ msgid "click to edit title" +#~ msgstr "点击编辑标题" + +#~ msgid "You don't have the rights to alter this title." +#~ msgstr "你没有权利改变这个标题。" + +#~ msgid "Click to favorite/unfavorite" +#~ msgstr "点击 收藏/取消收藏" + +#~ msgid "You have unsaved changes." +#~ msgstr "您有一些未保存的修改。" + +#~ msgid "Click the" +#~ msgstr "点击" + +#~ msgid "button on the top right to save your changes." +#~ msgstr "请点击右上角的按钮,以保存您的更改。" + +#~ msgid "Served from data cached %s, click to force refresh." +#~ msgstr "来自数据缓存 %s,点击强制刷新。" + +#~ msgid "Click to force refresh" +#~ msgstr "点击强制刷新" + +#~ msgid "Error" +#~ msgstr "异常" + +#~ msgid "Sorry, there was an error adding slices to this dashboard: %s" +#~ msgstr "对不起,在此仪表板中添加切片时出错:%s" + +#~ msgid "Active Dashboard Filters" +#~ msgstr "活跃的仪表板过滤器" + +#~ msgid "Checkout this dashboard: %s" +#~ msgstr "查看这个仪表板:%s" + +#~ msgid "Force refresh the whole dashboard" +#~ msgstr "强制刷新整个仪表板" + +#~ msgid "Edit this dashboard's properties" +#~ msgstr "编辑这个仪表板的属性" + +#~ msgid "Load a template" +#~ msgstr "加载一个模板" + +#~ msgid "Load a CSS template" +#~ msgstr "加载一个 CSS 模板" + +#~ msgid "Live CSS Editor" +#~ msgstr "现场 CSS 编辑器" + +#~ msgid "Don't refresh" +#~ msgstr "不要刷新" + +#~ msgid "10 seconds" +#~ msgstr "10秒钟" + +#~ msgid "30 seconds" +#~ msgstr "30秒钟" + +#~ msgid "1 minute" +#~ msgstr "1分钟" + +#~ msgid "5 minutes" +#~ msgstr "5分钟" + +#~ msgid "Refresh Interval" +#~ msgstr "刷新间隔" + +#~ msgid "Choose the refresh frequency for this dashboard" +#~ msgstr "选择此仪表板的刷新频率" + +#~ msgid "This dashboard was saved successfully." +#~ msgstr "该仪表板已成功保存。" + +#~ msgid "Sorry, there was an error saving this dashboard: " +#~ msgstr "抱歉,保存此信息中心时发生错误:" + +#~ msgid "You must pick a name for the new dashboard" +#~ msgstr "您必须为新的仪表板选择一个名称" + +#~ msgid "Save Dashboard" +#~ msgstr "保存仪表板" + +#~ msgid "Overwrite Dashboard [%s]" +#~ msgstr "覆盖仪表板 [%s]" + +#~ msgid "Save as:" +#~ msgstr "另存为:" + +#~ msgid "[dashboard name]" +#~ msgstr "[看板名称]" + +#~ msgid "Viz" +#~ msgstr "Viz" + +#~ msgid "Add Slices" +#~ msgstr "添加切片" + +#~ msgid "Add a new slice to the dashboard" +#~ msgstr "向仪表板添加新的切片" + +#~ msgid "Add Slices to Dashboard" +#~ msgstr "将切片添加到仪表板" + +#~ msgid "Move chart" +#~ msgstr "移动图表" + +#~ msgid "Force refresh data" +#~ msgstr "强制刷新数据" + +#~ msgid "Toggle chart description" +#~ msgstr "切换图表说明" + +#~ msgid "Edit chart" +#~ msgstr "编辑图表" + +#~ msgid "Export CSV" +#~ msgstr "导出 CSV" + +#~ msgid "Explore chart" +#~ msgstr "探索图表" + +#~ msgid "Remove chart from dashboard" +#~ msgstr "从仪表板中删除图表" + +#~ msgid "%s - untitled" +#~ msgstr "%s - 无标题" + +#~ msgid "Edit slice properties" +#~ msgstr "编辑切片属性" + +#~ msgid "description" +#~ msgstr "描述" + +#~ msgid "bolt" +#~ msgstr "螺栓" + +#~ msgid "Error..." +#~ msgstr "错误 ..." + +#~ msgid "Query" +#~ msgstr "查询" + +#~ msgid "Height" +#~ msgstr "高度" + +#~ msgid "Width" +#~ msgstr "宽度" + +#~ msgid "Export to .json" +#~ msgstr "导出到 .json" + +#~ msgid "Export to .csv format" +#~ msgstr "导出为 .csv 格式" + +#~ msgid "Please enter a slice name" +#~ msgstr "请输入切片名称" + +#~ msgid "Please select a dashboard" +#~ msgstr "请选择一个仪表板" + +#~ msgid "Please enter a dashboard name" +#~ msgstr "请输入仪表板名称" + +#~ msgid "Save A Slice" +#~ msgstr "保存一个切片" + +#~ msgid "Overwrite slice %s" +#~ msgstr "覆盖切片 %s" + +#~ msgid "Save as" +#~ msgstr "另存为" + +#~ msgid "[slice name]" +#~ msgstr "[切片名称]" + +#~ msgid "Do not add to a dashboard" +#~ msgstr "不要添加到仪表板" + +#~ msgid "Add slice to existing dashboard" +#~ msgstr "将切片添加到现有仪表板" + +#~ msgid "Add to new dashboard" +#~ msgstr "添加到新的仪表板" + +#~ msgid "Save & go to dashboard" +#~ msgstr "保存并转到仪表板" + +#~ msgid "Check out this slice: %s" +#~ msgstr "查看切片:%s" + +#~ msgid "`Min` value should be numeric or empty" +#~ msgstr "最小值应该是数字或空的" + +#~ msgid "`Max` value should be numeric or empty" +#~ msgstr "最大值应该是数字或空的" + +#~ msgid "Something went wrong while fetching the datasource list" +#~ msgstr "提取数据源列表时出错" + +#~ msgid "Click to point to another datasource" +#~ msgstr "点击指向另一个数据源" + +#~ msgid "Edit the datasource's configuration" +#~ msgstr "编辑数据源的配置" + +#~ msgid "Select a datasource" +#~ msgstr "选择一个数据源" + +#~ msgid "Search / Filter" +#~ msgstr "搜索 / 过滤" + +#~ msgid "Filter value" +#~ msgstr "过滤值" + +#~ msgid "Select metric" +#~ msgstr "选择指标" + +#~ msgid "Select column" +#~ msgstr "选择列" + +#~ msgid "Select operator" +#~ msgstr "选择运算符" + +#~ msgid "Error while fetching data" +#~ msgstr "获取数据时出错" + +#~ msgid "Select %s" +#~ msgstr "选择 %s" + +#~ msgid "textarea" +#~ msgstr "文本区域" + +#~ msgid "Edit" +#~ msgstr "编辑" + +#~ msgid "in modal" +#~ msgstr "在模态中" + +#~ msgid "Select a visualization type" +#~ msgstr "选择一个可视化类型" + +#~ msgid "Updating chart was stopped" +#~ msgstr "更新图表已停止" + +#~ msgid "An error occurred while rendering the visualization: %s" +#~ msgstr "渲染可视化时发生错误:%s" + +#~ msgid "" +#~ "Perhaps your data has grown, your " +#~ "database is under unusual load, or " +#~ "you are simply querying a data " +#~ "source that is to large to be " +#~ "processed within the timeout range. If" +#~ " that is the case, we recommend " +#~ "that you summarize your data further." +#~ msgstr "也许你的数据增长了,你的数据库处于非正常的负载下,或者你只是查询一个大的数据源在超时范围内处理。如果是这种情况,我们建议您进一步探查您的数据特征。" + +#~ msgid "Network error." +#~ msgstr "网络异常。" + +#~ msgid "" +#~ "A reference to the [Time] configuration," +#~ " taking granularity into account" +#~ msgstr "参考 [时间] 配置,考虑粒度" + +#~ msgid "Group by" +#~ msgstr "分组" + +#~ msgid "One or many controls to group by" +#~ msgstr "一个或多个控件来分组" + +#~ msgid "The type of visualization to display" +#~ msgstr "要显示的可视化类型" + +#~ msgid "Metrics" +#~ msgstr "指标" + +#~ msgid "One or many metrics to display" +#~ msgstr "一个或多个指标显示" + +#~ msgid "Y Axis Bounds" +#~ msgstr "Y 轴界限" + +#~ msgid "" +#~ "Bounds for the Y axis. When left" +#~ " empty, the bounds are dynamically " +#~ "defined based on the min/max of " +#~ "the data. Note that this feature " +#~ "will only expand the axis range. " +#~ "It won't narrow the data's extent." +#~ msgstr "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + +#~ msgid "Ordering" +#~ msgstr "订购" + +#~ msgid "Annotation Layers" +#~ msgstr "注解层" + +#~ msgid "Annotation layers to overlay on the visualization" +#~ msgstr "注释图层重叠在可视化上" + +#~ msgid "Select a annotation layer" +#~ msgstr "选择一个注释图层" + +#~ msgid "Error while fetching annotation layers" +#~ msgstr "获取注释图层时出错" + +#~ msgid "Choose the metric" +#~ msgstr "选择一个指标" + +#~ msgid "Right Axis Metric" +#~ msgstr "右轴指标" + +#~ msgid "Choose a metric for right axis" +#~ msgstr "为右轴选择一个指标" + +#~ msgid "Stacked Style" +#~ msgstr "堆积的样式" + +#~ msgid "Linear Color Scheme" +#~ msgstr "线性颜色方案" + +#~ msgid "Normalize Across" +#~ msgstr "标准化通过" + +#~ msgid "" +#~ "Color will be rendered based on a" +#~ " ratio of the cell against the " +#~ "sum of across this criteria" +#~ msgstr "颜色将根据单元格与整个标准之和的比率来展示" + +#~ msgid "Horizon Color Scale" +#~ msgstr "地平线颜色比例" + +#~ msgid "Defines how the color are attributed." +#~ msgstr "定义如何分配颜色。" + +#~ msgid "Rendering" +#~ msgstr "渲染" + +#~ msgid "" +#~ "image-rendering CSS attribute of the " +#~ "canvas object that defines how the " +#~ "browser scales up the image" +#~ msgstr "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像" + +#~ msgid "X Scale Interval" +#~ msgstr "X 比例间隔" + +#~ msgid "Number of steps to take between ticks when displaying the X scale" +#~ msgstr "显示 X 刻度时,在刻度之间表示的步骤数" + +#~ msgid "Y Scale Interval" +#~ msgstr "Y 比例间隔" + +#~ msgid "Number of steps to take between ticks when displaying the Y scale" +#~ msgstr "显示 Y 刻度时,在刻度之间表示的步骤数" + +#~ msgid "Include Time" +#~ msgstr "包括时间" + +#~ msgid "Whether to include the time granularity as defined in the time section" +#~ msgstr "是否包含时间段中定义的时间粒度" + +#~ msgid "Stacked Bars" +#~ msgstr "堆叠条形图" + +#~ msgid "Show totals" +#~ msgstr "显示总计" + +#~ msgid "Display total row/column" +#~ msgstr "显示总行 / 列" + +#~ msgid "Show Markers" +#~ msgstr "显示标记" + +#~ msgid "Show data points as circle markers on the lines" +#~ msgstr "将数据点显示为线条上的圆形标记" + +#~ msgid "Bar Values" +#~ msgstr "条形栏的值" + +#~ msgid "Show the value on top of the bar" +#~ msgstr "显示栏上的值" + +#~ msgid "Sort Bars" +#~ msgstr "排序条形栏" + +#~ msgid "Sort bars by x labels." +#~ msgstr "按 x 标签排序。" + +#~ msgid "Combine Metrics" +#~ msgstr "整合指标" + +#~ msgid "" +#~ "Display metrics side by side within " +#~ "each column, as opposed to each " +#~ "column being displayed side by side " +#~ "for each metric." +#~ msgstr "在每个列中并排显示指标,而不是每个指标并排显示每个列。" + +#~ msgid "Extra Controls" +#~ msgstr "额外的控制" + +#~ msgid "" +#~ "Whether to show extra controls or " +#~ "not. Extra controls include things like" +#~ " making multiBar charts stacked or " +#~ "side by side." +#~ msgstr "是否显示额外的控制。额外的控制包括,制作堆叠或并排的多条形图。" + +#~ msgid "Reduce X ticks" +#~ msgstr "减少 X 轴的刻度" + +#~ msgid "" +#~ "Reduces the number of X axis ticks" +#~ " to be rendered. If true, the x" +#~ " axis wont overflow and labels may" +#~ " be missing. If false, a minimum " +#~ "width will be applied to columns " +#~ "and the width may overflow into an" +#~ " horizontal scroll." +#~ msgstr "" +#~ "减少要渲染的 X 轴刻度的数量。如果为 true,则 X " +#~ "轴不会溢出,标签可能会丢失。如果为 false,则最小宽度将应用于列,并且宽度可能会溢出,并以水平滚动条展示。" + +#~ msgid "Include Series" +#~ msgstr "包括序列" + +#~ msgid "Include series name as an axis" +#~ msgstr "包含序列名称作为一个轴" + +#~ msgid "Color Metric" +#~ msgstr "颜色指标" + +#~ msgid "A metric to use for color" +#~ msgstr "用于颜色的指标" + +#~ msgid "Country Name" +#~ msgstr "国家的名字" + +#~ msgid "The name of country that Superset should display" +#~ msgstr "Superset 应显示的国家名称" + +#~ msgid "Country Field Type" +#~ msgstr "国家字段的类型" + +#~ msgid "" +#~ "The country code standard that Superset" +#~ " should expect to find in the " +#~ "[country] column" +#~ msgstr "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码" + +#~ msgid "Columns" +#~ msgstr "列" + +#~ msgid "One or many controls to pivot as columns" +#~ msgstr "一个或多个控件作为主列" + +#~ msgid "Columns to display" +#~ msgstr "要显示的列" + +#~ msgid "Origin" +#~ msgstr "起点" + +#~ msgid "" +#~ "Defines the origin where time buckets" +#~ " start, accepts natural dates as in" +#~ " `now`, `sunday` or `1970-01-01`" +#~ msgstr "定义时间桶的起点,接受 `now`,`sunday` 或 `1970-01-01` 的自然日期" + +#~ msgid "Bottom Margin" +#~ msgstr "底部边距" + +#~ msgid "Bottom margin, in pixels, allowing for more room for axis labels" +#~ msgstr "底部边距,以像素为单位,为轴标签留出更多空间" + +#~ msgid "Left Margin" +#~ msgstr "左边距" + +#~ msgid "Left margin, in pixels, allowing for more room for axis labels" +#~ msgstr "左边距,以像素为单位,为轴标签留出更多空间" + +#~ msgid "Time Granularity" +#~ msgstr "可视化的时间粒度" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. Note that you can type" +#~ " and use simple natural language as" +#~ " in `10 seconds`, `1 day` or " +#~ "`56 weeks`" +#~ msgstr "可视化的时间粒度。请注意,您可以输入和使用简单的自然语言,如 `10 秒`,`1 天` 或 `56 周`" + +#~ msgid "Domain" +#~ msgstr "域" + +#~ msgid "The time unit used for the grouping of blocks" +#~ msgstr "用于块分组的时间单位" + +#~ msgid "Subdomain" +#~ msgstr "子域" + +#~ msgid "" +#~ "The time unit for each block. " +#~ "Should be a smaller unit than " +#~ "domain_granularity. Should be larger or " +#~ "equal to Time Grain" +#~ msgstr "每个块的时间单位。应该是比 domain_granularity 更小的单位。应该大于或等于 Time Grain" + +#~ msgid "Link Length" +#~ msgstr "链接长度" + +#~ msgid "Link length in the force layout" +#~ msgstr "在力布局中的链接长度" + +#~ msgid "Charge" +#~ msgstr "充电" + +#~ msgid "Charge in the force layout" +#~ msgstr "在力布局中充电" + +#~ msgid "" +#~ "The time column for the visualization." +#~ " Note that you can define arbitrary" +#~ " expression that return a DATETIME " +#~ "column in the table or. Also note" +#~ " that the filter below is applied " +#~ "against this column or expression" +#~ msgstr "可视化的时间列。请注意,您可以定义在表中返回 DATETIME 列的任意表达式。另请注意,下面的过滤器应用于此列或表达式" + +#~ msgid "Time Grain" +#~ msgstr "时间的粒度" + +#~ msgid "" +#~ "The time granularity for the " +#~ "visualization. This applies a date " +#~ "transformation to alter your time column" +#~ " and defines a new time granularity." +#~ " The options here are defined on " +#~ "a per database engine basis in the" +#~ " Superset source code." +#~ msgstr "可视化的时间粒度。这将应用日期转换来更改时间列,并定义新的时间粒度。这里的选项是在 Superset 源代码中的每个数据库引擎基础上定义的。" + +#~ msgid "Resample Rule" +#~ msgstr "重新取样规则" + +#~ msgid "Pandas resample rule" +#~ msgstr "Pandas 重新采样的规则" + +#~ msgid "Resample How" +#~ msgstr "如何重新采样" + +#~ msgid "Pandas resample how" +#~ msgstr "Pandas 如何重新采样的规则" + +#~ msgid "Resample Fill Method" +#~ msgstr "重新采样的填充方法" + +#~ msgid "Pandas resample fill method" +#~ msgstr "Pandas 重新采样的填充方法" + +#~ msgid "Since" +#~ msgstr "以来" + +#~ msgid "7 days ago" +#~ msgstr "7 天前" + +#~ msgid "Until" +#~ msgstr "直到" + +#~ msgid "Max Bubble Size" +#~ msgstr "最大泡泡的尺寸" + +#~ msgid "Whisker/outlier options" +#~ msgstr "(箱须图的)须 / 异常值选项" + +#~ msgid "Determines how whiskers and outliers are calculated." +#~ msgstr "确定如何计算(箱须图的)胡须和异常值。" + +#~ msgid "Ratio" +#~ msgstr "比率" + +#~ msgid "Target aspect ratio for treemap tiles." +#~ msgstr "树形图中瓦片的目标高宽比。" + +#~ msgid "Number format" +#~ msgstr "数字格式" + +#~ msgid "Row limit" +#~ msgstr "行限制" + +#~ msgid "Series limit" +#~ msgstr "序列限制" + +#~ msgid "Limits the number of time series that get displayed" +#~ msgstr "限制显示的时间序列的数量" + +#~ msgid "Sort By" +#~ msgstr "Sort By(以什么排序)" + +#~ msgid "Metric used to define the top series" +#~ msgstr "用于定义顶级序列的指标" + +#~ msgid "Rolling" +#~ msgstr "滚动" + +#~ msgid "" +#~ "Defines a rolling window function to " +#~ "apply, works along with the [Periods]" +#~ " text box" +#~ msgstr "定义要应用的滚动窗口函数,与 [Periods] 文本框一起使用" + +#~ msgid "Periods" +#~ msgstr "期限" + +#~ msgid "" +#~ "Defines the size of the rolling " +#~ "window function, relative to the time" +#~ " granularity selected" +#~ msgstr "定义滚动窗口函数的大小,相对于所选的时间粒度" + +#~ msgid "Min Periods" +#~ msgstr "最小的期限" + +#~ msgid "" +#~ "The minimum number of rolling periods" +#~ " required to show a value. For " +#~ "instance if you do a cumulative " +#~ "sum on 7 days you may want " +#~ "your \"Min Period\" to be 7, so" +#~ " that all data points shown are " +#~ "the total of 7 periods. This will" +#~ " hide the \"ramp up\" taking place" +#~ " over the first 7 periods" +#~ msgstr "" +#~ "显示值所需的滚动周期的最小数量。例如,如果您想累积 7 天的总额,您可能希望您的“最短期限”为 " +#~ "7,以便显示的所有数据点都是 7 个期间的总和。这将隐藏掉前 7 个阶段的“加速”效果" + +#~ msgid "Series" +#~ msgstr "序列" + +#~ msgid "" +#~ "Defines the grouping of entities. Each" +#~ " series is shown as a specific " +#~ "color on the chart and has a " +#~ "legend toggle" +#~ msgstr "定义实体的分组。每个系列在图表上显示为特定颜色,并有一个可切换的图例" + +#~ msgid "Entity" +#~ msgstr "实体" + +#~ msgid "This defines the element to be plotted on the chart" +#~ msgstr "这定义了要在图表上绘制的元素" + +#~ msgid "X Axis" +#~ msgstr "X 轴" + +#~ msgid "Metric assigned to the [X] axis" +#~ msgstr "分配给 [X] 轴的指标" + +#~ msgid "Y Axis" +#~ msgstr "Y 轴" + +#~ msgid "Metric assigned to the [Y] axis" +#~ msgstr "分配给 [Y] 轴的指标" + +#~ msgid "Bubble Size" +#~ msgstr "泡泡大小" + +#~ msgid "URL" +#~ msgstr "URL 地址" + +#~ msgid "" +#~ "The URL, this control is templated, " +#~ "so you can integrate {{ width }}" +#~ " and/or {{ height }} in your " +#~ "URL string." +#~ msgstr "URL 网址,此控件是模板化的,所以您可以在您的网址字符串中整合 {{ width }} 和 / 或 {{ height }}。" + +#~ msgid "X Axis Label" +#~ msgstr "X 轴标签" + +#~ msgid "Y Axis Label" +#~ msgstr "Y 轴标签" + +#~ msgid "Custom WHERE clause" +#~ msgstr "自定义 WHERE 子句" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's WHERE clause, as " +#~ "an AND to other criteria. You can" +#~ " include complex expression, parenthesis " +#~ "and anything else supported by the " +#~ "backend it is directed towards." +#~ msgstr "此框中的文本被包含在查询的 WHERE 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和任何后端支持的其他东西。" + +#~ msgid "Custom HAVING clause" +#~ msgstr "自定义 HAVING 子句" + +#~ msgid "" +#~ "The text in this box gets included" +#~ " in your query's HAVING clause, as" +#~ " an AND to other criteria. You " +#~ "can include complex expression, parenthesis" +#~ " and anything else supported by the" +#~ " backend it is directed towards." +#~ msgstr "此框中的文本被包含在查询的 HAVING 子句中,作为与其他条件的 AND 关联。你可以包含复杂的表达式、圆括号和任何后端支持的其他东西。" + +#~ msgid "Comparison Period Lag" +#~ msgstr "比较期延迟" + +#~ msgid "Based on granularity, number of time periods to compare against" +#~ msgstr "根据粒度,比较的时间段数量" + +#~ msgid "Comparison suffix" +#~ msgstr "比较后缀" + +#~ msgid "Suffix to apply after the percentage display" +#~ msgstr "在显示百分比后应用后缀" + +#~ msgid "Table Timestamp Format" +#~ msgstr "表时间戳格式" + +#~ msgid "Timestamp Format" +#~ msgstr "时间戳格式" + +#~ msgid "Series Height" +#~ msgstr "序列高度" + +#~ msgid "Pixel height of each series" +#~ msgstr "每个序列的像素高度" + +#~ msgid "Page Length" +#~ msgstr "页面长度" + +#~ msgid "Rows per page, 0 means no pagination" +#~ msgstr "每页行数,0 表示没有分页" + +#~ msgid "X Axis Format" +#~ msgstr "X 轴格式" + +#~ msgid "Y Axis Format" +#~ msgstr "Y 轴格式" + +#~ msgid "Right Axis Format" +#~ msgstr "右轴格式" + +#~ msgid "Markup Type" +#~ msgstr "Markup 格式" + +#~ msgid "Pick your favorite markup language" +#~ msgstr "选择您最爱的 Markup 语言" + +#~ msgid "Rotation" +#~ msgstr "反转" + +#~ msgid "Rotation to apply to words in the cloud" +#~ msgstr "旋转适用于云中的单词" + +#~ msgid "Line Style" +#~ msgstr "线条样式" + +#~ msgid "Line interpolation as defined by d3.js" +#~ msgstr "由 d3.js 定义的线插值" + +#~ msgid "Label Type" +#~ msgstr "标签类型" + +#~ msgid "What should be shown on the label?" +#~ msgstr "什么应该被显示在标签上?" + +#~ msgid "Code" +#~ msgstr "代码" + +#~ msgid "Put your code here" +#~ msgstr "把您的代码放在这里" + +#~ msgid "Aggregation function" +#~ msgstr "聚合功能" + +#~ msgid "" +#~ "Aggregate function to apply when " +#~ "pivoting and computing the total rows" +#~ " and columns" +#~ msgstr "在旋转和计算总的行和列时,应用聚合函数" + +#~ msgid "Font Size From" +#~ msgstr "字型大小从" + +#~ msgid "Font size for the smallest value in the list" +#~ msgstr "列表中最小值的字体大小" + +#~ msgid "Font Size To" +#~ msgstr "字型大小到" + +#~ msgid "Font size for the biggest value in the list" +#~ msgstr "列表中最大值的字体大小" + +#~ msgid "Instant Filtering" +#~ msgstr "即时过滤" + +#~ msgid "Range Filter" +#~ msgstr "范围过滤" + +#~ msgid "Whether to display the time range interactive selector" +#~ msgstr "是否显示时间范围交互选择器" + +#~ msgid "Date Filter" +#~ msgstr "日期过滤器" + +#~ msgid "Whether to include a time filter" +#~ msgstr "是否包含时间过滤器" + +#~ msgid "Data Table" +#~ msgstr "数据表" + +#~ msgid "Whether to display the interactive data table" +#~ msgstr "是否显示交互式数据表" + +#~ msgid "Search Box" +#~ msgstr "搜索框" + +#~ msgid "Whether to include a client side search box" +#~ msgstr "是否包含客户端搜索框" + +#~ msgid "Table Filter" +#~ msgstr "表格过滤器" + +#~ msgid "Whether to apply filter when table cell is clicked" +#~ msgstr "" + +#~ msgid "Show Bubbles" +#~ msgstr "" + +#~ msgid "Whether to display bubbles on top of countries" +#~ msgstr "" + +#~ msgid "Legend" +#~ msgstr "" + +#~ msgid "Whether to display the legend (toggles)" +#~ msgstr "" + +#~ msgid "X bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the X axis" +#~ msgstr "" + +#~ msgid "Y bounds" +#~ msgstr "" + +#~ msgid "Whether to display the min and max values of the Y axis" +#~ msgstr "" + +#~ msgid "Rich Tooltip" +#~ msgstr "" + +#~ msgid "The rich tooltip shows a list of all series for that point in time" +#~ msgstr "" + +#~ msgid "Y Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the Y axis" +#~ msgstr "" + +#~ msgid "X Log Scale" +#~ msgstr "" + +#~ msgid "Use a log scale for the X axis" +#~ msgstr "" + +#~ msgid "Donut" +#~ msgstr "" + +#~ msgid "Do you want a donut or a pie?" +#~ msgstr "" + +#~ msgid "Put labels outside" +#~ msgstr "" + +#~ msgid "Put the labels outside the pie?" +#~ msgstr "" + +#~ msgid "Contribution" +#~ msgstr "贡献" + +#~ msgid "Compute the contribution to the total" +#~ msgstr "" + +#~ msgid "Period Ratio" +#~ msgstr "" + +#~ msgid "" +#~ "[integer] Number of period to compare" +#~ " against, this is relative to the " +#~ "granularity selected" +#~ msgstr "" + +#~ msgid "Period Ratio Type" +#~ msgstr "" + +#~ msgid "" +#~ "`factor` means (new/previous), `growth` is " +#~ "((new/previous) - 1), `value` is " +#~ "(new-previous)" +#~ msgstr "" + +#~ msgid "Time Shift" +#~ msgstr "" + +#~ msgid "" +#~ "Overlay a timeseries from a relative " +#~ "time period. Expects relative time delta" +#~ " in natural language (example: 24 " +#~ "hours, 7 days, 56 weeks, 365 days)" +#~ msgstr "" + +#~ msgid "Subheader" +#~ msgstr "" + +#~ msgid "Description text that shows up below your Big Number" +#~ msgstr "" + +#~ msgid "label" +#~ msgstr "标签" + +#~ msgid "" +#~ "`count` is COUNT(*) if a group by" +#~ " is used. Numerical columns will be" +#~ " aggregated with the aggregator. Non-" +#~ "numerical columns will be used to " +#~ "label points. Leave empty to get a" +#~ " count of points in each cluster." +#~ msgstr "" + +#~ msgid "Map Style" +#~ msgstr "" + +#~ msgid "Base layer map style" +#~ msgstr "" + +#~ msgid "Clustering Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius (in pixels) the algorithm " +#~ "uses to define a cluster. Choose 0" +#~ " to turn off clustering, but beware" +#~ " that a large number of points " +#~ "(>1000) will cause lag." +#~ msgstr "" + +#~ msgid "Point Radius" +#~ msgstr "" + +#~ msgid "" +#~ "The radius of individual points (ones" +#~ " that are not in a cluster). " +#~ "Either a numerical column or `Auto`, " +#~ "which scales the point based on " +#~ "the largest cluster" +#~ msgstr "" + +#~ msgid "Point Radius Unit" +#~ msgstr "" + +#~ msgid "The unit of measure for the specified point radius" +#~ msgstr "" + +#~ msgid "Opacity" +#~ msgstr "" + +#~ msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +#~ msgstr "" + +#~ msgid "Zoom" +#~ msgstr "" + +#~ msgid "Zoom level of the map" +#~ msgstr "" + +#~ msgid "Default latitude" +#~ msgstr "" + +#~ msgid "Latitude of default viewport" +#~ msgstr "" + +#~ msgid "Default longitude" +#~ msgstr "" + +#~ msgid "Longitude of default viewport" +#~ msgstr "" + +#~ msgid "Live render" +#~ msgstr "" + +#~ msgid "Points and clusters will update as viewport is being changed" +#~ msgstr "" + +#~ msgid "RGB Color" +#~ msgstr "" + +#~ msgid "The color for points and clusters in RGB" +#~ msgstr "" + +#~ msgid "Ranges" +#~ msgstr "" + +#~ msgid "Ranges to highlight with shading" +#~ msgstr "" + +#~ msgid "Range labels" +#~ msgstr "" + +#~ msgid "Labels for the ranges" +#~ msgstr "" + +#~ msgid "Markers" +#~ msgstr "" + +#~ msgid "List of values to mark with triangles" +#~ msgstr "" + +#~ msgid "Marker labels" +#~ msgstr "" + +#~ msgid "Labels for the markers" +#~ msgstr "" + +#~ msgid "Marker lines" +#~ msgstr "" + +#~ msgid "List of values to mark with lines" +#~ msgstr "" + +#~ msgid "Marker line labels" +#~ msgstr "" + +#~ msgid "Labels for the marker lines" +#~ msgstr "" + +#~ msgid "Slice ID" +#~ msgstr "" + +#~ msgid "The id of the active slice" +#~ msgstr "" + +#~ msgid "Cache Timeout (seconds)" +#~ msgstr "缓存超时(秒)" + +#~ msgid "The number of seconds before expiring the cache" +#~ msgstr "" + +#~ msgid "Order by entity id" +#~ msgstr "" + +#~ msgid "" +#~ "Important! Select this if the table " +#~ "is not already sorted by entity " +#~ "id, else there is no guarantee " +#~ "that all events for each entity " +#~ "are returned." +#~ msgstr "" + +#~ msgid "Minimum leaf node event count" +#~ msgstr "" + +#~ msgid "" +#~ "Leaf nodes that represent fewer than " +#~ "this number of events will be " +#~ "initially hidden in the visualization" +#~ msgstr "" + +#~ msgid "Color Scheme" +#~ msgstr "" + +#~ msgid "The color scheme for rendering chart" +#~ msgstr "" + +#~ msgid "Time" +#~ msgstr "" + +#~ msgid "Time related form attributes" +#~ msgstr "" + +#~ msgid "Datasource & Chart Type" +#~ msgstr "数据源 & 图表类型" + +#~ msgid "This section exposes ways to include snippets of SQL in your query" +#~ msgstr "" + +#~ msgid "Annotations" +#~ msgstr "注解" + +#~ msgid "Advanced Analytics" +#~ msgstr "" + +#~ msgid "" +#~ "This section contains options that allow" +#~ " for advanced analytical post processing" +#~ " of query results" +#~ msgstr "" + +#~ msgid "Result Filters" +#~ msgstr "" + +#~ msgid "" +#~ "The filters to apply after post-" +#~ "aggregation.Leave the value control empty " +#~ "to filter empty strings or nulls" +#~ msgstr "" + +#~ msgid "Chart Options" +#~ msgstr "图表选项" + +#~ msgid "Breakdowns" +#~ msgstr "" + +#~ msgid "Defines how each series is broken down" +#~ msgstr "" + +#~ msgid "Pie Chart" +#~ msgstr "" + +#~ msgid "Dual Axis Line Chart" +#~ msgstr "" + +#~ msgid "Y Axis 1" +#~ msgstr "" + +#~ msgid "Y Axis 2" +#~ msgstr "" + +#~ msgid "Left Axis Metric" +#~ msgstr "" + +#~ msgid "Choose a metric for left axis" +#~ msgstr "" + +#~ msgid "Left Axis Format" +#~ msgstr "" + +#~ msgid "Axes" +#~ msgstr "" + +#~ msgid "GROUP BY" +#~ msgstr "" + +#~ msgid "Use this section if you want a query that aggregates" +#~ msgstr "" + +#~ msgid "NOT GROUPED BY" +#~ msgstr "" + +#~ msgid "Use this section if you want to query atomic rows" +#~ msgstr "" + +#~ msgid "Options" +#~ msgstr "" + +#~ msgid "Bubbles" +#~ msgstr "" + +#~ msgid "Numeric Column" +#~ msgstr "" + +#~ msgid "Select the numeric column to draw the histogram" +#~ msgstr "" + +#~ msgid "No of Bins" +#~ msgstr "" + +#~ msgid "Select number of bins for the histogram" +#~ msgstr "" + +#~ msgid "Primary Metric" +#~ msgstr "" + +#~ msgid "The primary metric is used to define the arc segment sizes" +#~ msgstr "" + +#~ msgid "Secondary Metric" +#~ msgstr "" + +#~ msgid "" +#~ "This secondary metric is used to " +#~ "define the color as a ratio " +#~ "against the primary metric. If the " +#~ "two metrics match, color is mapped " +#~ "level groups" +#~ msgstr "" + +#~ msgid "Hierarchy" +#~ msgstr "" + +#~ msgid "This defines the level of the hierarchy" +#~ msgstr "" + +#~ msgid "Source / Target" +#~ msgstr "" + +#~ msgid "Choose a source and a target" +#~ msgstr "" + +#~ msgid "Chord Diagram" +#~ msgstr "" + +#~ msgid "Choose a number format" +#~ msgstr "" + +#~ msgid "Source" +#~ msgstr "" + +#~ msgid "Choose a source" +#~ msgstr "" + +#~ msgid "Target" +#~ msgstr "" + +#~ msgid "Choose a target" +#~ msgstr "" + +#~ msgid "ISO 3166-2 codes of region/province/department" +#~ msgstr "" + +#~ msgid "" +#~ "It's ISO 3166-2 of your " +#~ "region/province/department in your table. (see" +#~ " documentation for list of ISO " +#~ "3166-2)" +#~ msgstr "" + +#~ msgid "Country Control" +#~ msgstr "" + +#~ msgid "3 letter code of the country" +#~ msgstr "" + +#~ msgid "Metric for color" +#~ msgstr "" + +#~ msgid "Metric that defines the color of the country" +#~ msgstr "" + +#~ msgid "Bubble size" +#~ msgstr "" + +#~ msgid "Metric that defines the size of the bubble" +#~ msgstr "" + +#~ msgid "Filter Box" +#~ msgstr "" + +#~ msgid "Filter controls" +#~ msgstr "" + +#~ msgid "" +#~ "The controls you want to filter " +#~ "on. Note that only columns checked " +#~ "as \"filterable\" will show up on " +#~ "this list." +#~ msgstr "" + +#~ msgid "Heatmap Options" +#~ msgstr "" + +#~ msgid "Horizon" +#~ msgstr "" + +#~ msgid "Points" +#~ msgstr "" + +#~ msgid "Labelling" +#~ msgstr "" + +#~ msgid "Visual Tweaks" +#~ msgstr "" + +#~ msgid "Viewport" +#~ msgstr "" + +#~ msgid "Longitude" +#~ msgstr "" + +#~ msgid "Column containing longitude data" +#~ msgstr "" + +#~ msgid "Latitude" +#~ msgstr "" + +#~ msgid "Column containing latitude data" +#~ msgstr "" + +#~ msgid "Cluster label aggregator" +#~ msgstr "" + +#~ msgid "" +#~ "Aggregate function applied to the list" +#~ " of points in each cluster to " +#~ "produce the cluster label." +#~ msgstr "" + +#~ msgid "Tooltip" +#~ msgstr "提示" + +#~ msgid "" +#~ "Show a tooltip when hovering over " +#~ "points and clusters describing the label" +#~ msgstr "鼠标悬停在描述标签的点和簇上时,可以显示对应的提示" + +#~ msgid "" +#~ "One or many controls to group by." +#~ " If grouping, latitude and longitude " +#~ "columns must be present." +#~ msgstr "使用一个或多个控件来分组。一旦分组,则纬度和经度列必须存在。" + +#~ msgid "Event definition" +#~ msgstr "事件定义" + +#~ msgid "Additional meta data" +#~ msgstr "额外的元数据" + +#~ msgid "Column containing entity ids" +#~ msgstr "包含实体标识的列" + +#~ msgid "e.g., a \"user id\" column" +#~ msgstr "包含事件名称的列" + +#~ msgid "Column containing event names" +#~ msgstr "包含事件名称的列" + +#~ msgid "Event count limit" +#~ msgstr "事件计数限制" + +#~ msgid "The maximum number of events to return, equivalent to number of rows" +#~ msgstr "要返回的最大事件数量,相当于行数" + +#~ msgid "Meta data" +#~ msgstr "元数据" + +#~ msgid "Select any columns for meta data inspection" +#~ msgstr "选择任何列用来对元数据进行探查" + +#~ msgid "" +#~ "The server could not be reached. " +#~ "You may want to verify your " +#~ "connection and try again." +#~ msgstr "服务器不可达。您可能需要验证连接并重试。" + +#~ msgid "An unknown error occurred. (Status: %s )" +#~ msgstr "出现未知错误。(状态:%s)" + +#~ msgid "Favorites" +#~ msgstr "收藏" + +#~ msgid "Created Content" +#~ msgstr "创建内容" + +#~ msgid "Recent Activity" +#~ msgstr "近期活动" + +#~ msgid "Security & Access" +#~ msgstr "安全 & 访问" + +#~ msgid "No slices" +#~ msgstr "没有切片" + +#~ msgid "No dashboards" +#~ msgstr "没有看板" + +#~ msgid "Slices" +#~ msgstr "切片" + +#~ msgid "No favorite slices yet, go click on stars!" +#~ msgstr "暂无收藏的切片,去点击星星吧!" + +#~ msgid "No favorite dashboards yet, go click on stars!" +#~ msgstr "暂无收藏的看板,去点击星星吧!" + +#~ msgid "Roles" +#~ msgstr "角色" + +#~ msgid "Databases" +#~ msgstr "数据库" + +#~ msgid "Datasources" +#~ msgstr "数据源" + +#~ msgid "Profile picture provided by Gravatar" +#~ msgstr "资料图片由 Gravatar 提供" + +#~ msgid "joined" +#~ msgstr "joined" + +#~ msgid "id:" +#~ msgstr "id:" + +#~ msgid "Sorry, there appears to be no data" +#~ msgstr "对不起,似乎没有数据" + +#~ msgid "Select [%s]" +#~ msgstr "选择 [%s]" + +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric." +#~ msgstr "是否访问受限。只有有权限的用户才能访问。" + +#~ msgid "Druid Clusters" +#~ msgstr "Druid 集群" + +#~ msgid "Sources" +#~ msgstr "数据源" + +#~ msgid "Associated Slices" +#~ msgstr "相关切片" + +#~ msgid "Druid Datasources" +#~ msgstr "Druid 数据源" + +#~ msgid "Scan New Datasources" +#~ msgstr "扫描新的数据源" + +#~ msgid "Refresh Druid Metadata" +#~ msgstr "刷新 Druid 元数据" + +#~ msgid "Tables" +#~ msgstr "数据表" + +#~ msgid "Import" +#~ msgstr "导入" + +#~ msgid "Welcome!" +#~ msgstr "欢迎!" + +#~ msgid "Manage" +#~ msgstr "管理" + +#~ msgid "Datasource %(name)s already exists" +#~ msgstr "数据源%(name)s 已存在" + +#~ msgid "Delete" +#~ msgstr "删除" + +#~ msgid "Delete all Really?" +#~ msgstr "确定删除全部?" + +#~ msgid "This endpoint requires the `all_datasource_access` permission" +#~ msgstr "这个端点需要“all_datasource_access”的权限" + +#~ msgid "The datasource seems to have been deleted" +#~ msgstr "数据源已经被删除" + +#~ msgid "The access requests seem to have been deleted" +#~ msgstr "访问请求已被删除" + +#~ msgid "The user seems to have been deleted" +#~ msgstr "用户已经被删除" + +#~ msgid "You don't have access to this datasource" +#~ msgstr "你不能访问这个数据源" + +#~ msgid "" +#~ "This view requires the database %(name)s" +#~ " or `all_datasource_access` permission" +#~ msgstr "此视图需要数据库 %(name)s或“all_datasource_access”权限" + +#~ msgid "" +#~ "This endpoint requires the datasource " +#~ "%(name)s, database or `all_datasource_access` " +#~ "permission" +#~ msgstr "此端点需要数据源 %(name)s、数据库或“all_datasource_access”权限" + +#~ msgid "" +#~ "All the queries in Sql Lab are " +#~ "going to be executed on behalf of" +#~ " currently authorized user." +#~ msgstr "SQL Lab 中所有的查询都将被当前授权用户执行。" + +#~ msgid "Impersonate queries to the database" +#~ msgstr "模拟对数据库的查询" + +#~ msgid "Import Dashboards" +#~ msgstr "导入仪表盘" + +#~ msgid "Access requests" +#~ msgstr "访问请求" + +#~ msgid "Security" +#~ msgstr "安全" + +#~ msgid "List Slices" +#~ msgstr "切片列表" + +#~ msgid "Show Slice" +#~ msgstr "显示切片" + +#~ msgid "Add Slice" +#~ msgstr "添加切片" + +#~ msgid "Edit Slice" +#~ msgstr "编辑切片" + +#~ msgid "Slice" +#~ msgstr "切片" + +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view." +#~ msgstr "这个 JSON 对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置。" + +#~ msgid "Export" +#~ msgstr "导出" + +#~ msgid "Export dashboards?" +#~ msgstr "导出仪表盘?" + +#~ msgid "Action Log" +#~ msgstr "操作日志" + +#~ msgid "Access was requested" +#~ msgstr "请求访问" + +#~ msgid "" +#~ "%(user)s was granted the role %(role)s" +#~ " that gives access to the " +#~ "%(datasource)s" +#~ msgstr "授予 %(user)s %(role)s 角色来访问 %(datasource)s 数据库" + +#~ msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" +#~ msgstr "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问" + +#~ msgid "You have no permission to approve this request" +#~ msgstr "您没有权限批准此请求" + +#~ msgid "" +#~ "Malformed request. slice_id or table_name " +#~ "and db_name arguments are expected" +#~ msgstr "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" + +#~ msgid "Slice %(id)s not found" +#~ msgstr "切片 %(id)s 没有找到" + +#~ msgid "Table %(t)s wasn't found in the database %(d)s" +#~ msgstr "在数据库 %(d)s 中找不到表 %(t)s" + +#~ msgid "Cannot find User %(name)s, please ask your admin to create one." +#~ msgstr "找不到用户 %(name)s,请您让管理员创建一个。" + +#~ msgid "Can't find DruidCluster with cluster_name = '%(name)s'" +#~ msgstr "不能找到具有 cluster_name = '%(name)s' 的 Druid 集群" + +#~ msgid "CSS Templates" +#~ msgstr "CSS 模板" + +#~ msgid "SQL Lab" +#~ msgstr "SQL 工具箱" + +#~ msgid "Queries" +#~ msgstr "查询" + +#~ msgid "Saved Queries" +#~ msgstr "已保存查询" + +#~ msgid "Time Column" +#~ msgstr "时间字段" + +#~ msgid "second" +#~ msgstr "秒" + +#~ msgid "minute" +#~ msgstr "分" + +#~ msgid "hour" +#~ msgstr "小时" + +#~ msgid "day" +#~ msgstr "天" + +#~ msgid "week" +#~ msgstr "周" + +#~ msgid "month" +#~ msgstr "月" + +#~ msgid "quarter" +#~ msgstr "季度" + +#~ msgid "year" +#~ msgstr "年" + +#~ msgid "week_ending_saturday" +#~ msgstr "周日为一周开始" + +#~ msgid "week_start_sunday" +#~ msgstr "周日为一周结束" + +#~ msgid "week_start_monday" +#~ msgstr "周一为一周开始" + +#~ msgid "5 minute" +#~ msgstr "5 分钟" + +#~ msgid "half hour" +#~ msgstr "半小时" + +#~ msgid "10 minute" +#~ msgstr "10 分钟" + +#~ msgid "Table Name" +#~ msgstr "表名" + +#~ msgid "Name of table to be created from csv data." +#~ msgstr "" + +#~ msgid "CSV File" +#~ msgstr "" + +#~ msgid "Select a CSV file to be uploaded to a database." +#~ msgstr "" + +#~ msgid "CSV Files Only!" +#~ msgstr "" + +#~ msgid "Database" +#~ msgstr "数据库" + +#~ msgid "Delimiter" +#~ msgstr "" + +#~ msgid "Delimiter used by CSV file (for whitespace use \\s+)." +#~ msgstr "" + +#~ msgid "Table Exists" +#~ msgstr "" + +#~ msgid "" +#~ "If table exists do one of the " +#~ "following: Fail (do nothing), Replace " +#~ "(drop and recreate table) or Append " +#~ "(insert data)." +#~ msgstr "" + +#~ msgid "Fail" +#~ msgstr "" + +#~ msgid "Replace" +#~ msgstr "" + +#~ msgid "Append" +#~ msgstr "" + +#~ msgid "Schema" +#~ msgstr "模式" + +#~ msgid "Specify a schema (if database flavour supports this)." +#~ msgstr "" + +#~ msgid "Header Row" +#~ msgstr "" + +#~ msgid "" +#~ "Row containing the headers to use " +#~ "as column names (0 is first line" +#~ " of data). Leave empty if there " +#~ "is no header row." +#~ msgstr "" + +#~ msgid "Index Column" +#~ msgstr "" + +#~ msgid "" +#~ "Column to use as the row labels" +#~ " of the dataframe. Leave empty if " +#~ "no index column." +#~ msgstr "" + +#~ msgid "Mangle Duplicate Columns" +#~ msgstr "" + +#~ msgid "Specify duplicate columns as \"X.0, X.1\"." +#~ msgstr "" + +#~ msgid "Skip Initial Space" +#~ msgstr "" + +#~ msgid "Skip spaces after delimiter." +#~ msgstr "" + +#~ msgid "Skip Rows" +#~ msgstr "" + +#~ msgid "Number of rows to skip at start of file." +#~ msgstr "" + +#~ msgid "Rows to Read" +#~ msgstr "" + +#~ msgid "Number of rows of file to read." +#~ msgstr "" + +#~ msgid "Skip Blank Lines" +#~ msgstr "" + +#~ msgid "Skip blank lines rather than interpreting them as NaN values." +#~ msgstr "" + +#~ msgid "Parse Dates" +#~ msgstr "" + +#~ msgid "A comma separated list of columns that should be parsed as dates." +#~ msgstr "" + +#~ msgid "Infer Datetime Format" +#~ msgstr "" + +#~ msgid "Use Pandas to interpret the datetime format automatically." +#~ msgstr "" + +#~ msgid "Decimal Character" +#~ msgstr "" + +#~ msgid "Character to interpret as decimal point." +#~ msgstr "" + +#~ msgid "Dataframe Index" +#~ msgstr "" + +#~ msgid "Write dataframe index as a column." +#~ msgstr "" + +#~ msgid "Column Label(s)" +#~ msgstr "" + +#~ msgid "" +#~ "Column label for index column(s). If " +#~ "None is given and Dataframe Index " +#~ "is True, Index Names are used." +#~ msgstr "" + +#~ msgid "Viz is missing a datasource" +#~ msgstr "Viz 缺少一个数据源" + +#~ msgid "From date cannot be larger than to date" +#~ msgstr "起始时间不可以大于当前时间" + +#~ msgid "Table View" +#~ msgstr "表视图" + +#~ msgid "Pick a granularity in the Time section or uncheck 'Include Time'" +#~ msgstr "在“时间”部分选择一个粒度,或取消选中“包括时间”" + +#~ msgid "Choose either fields to [Group By] and [Metrics] or [Columns], not both" +#~ msgstr "为[分组]和[指标]或[列]选择任何的字段,或者两个都不选" + +#~ msgid "Time Table View" +#~ msgstr "" + +#~ msgid "Pick at least one metric" +#~ msgstr "选择至少一个指标" + +#~ msgid "When using 'Group By' you are limited to use a single metric" +#~ msgstr "" + +#~ msgid "Pivot Table" +#~ msgstr "透视表" + +#~ msgid "Please choose at least one 'Group by' field " +#~ msgstr "" + +#~ msgid "Please choose at least one metric" +#~ msgstr "请至少选择一个指标" + +#~ msgid "Group By' and 'Columns' can't overlap" +#~ msgstr "" + +#~ msgid "Markup" +#~ msgstr "标记" + +#~ msgid "Separator" +#~ msgstr "分隔符" + +#~ msgid "Word Cloud" +#~ msgstr "词汇云" + +#~ msgid "Treemap" +#~ msgstr "树状图" + +#~ msgid "Calendar Heatmap" +#~ msgstr "时间热力图" + +#~ msgid "Box Plot" +#~ msgstr "箱线图" + +#~ msgid "Bubble Chart" +#~ msgstr "气泡图" + +#~ msgid "Pick a metric for x, y and size" +#~ msgstr "为 x 轴,y 轴和大小选择一个指标" -#: superset/assets/javascripts/explore/stores/visTypes.js:1066 -msgid "One or many controls to group by. If grouping, latitude and longitude columns must be present." -msgstr "使用一个或多个控件来分组。一旦分组,则纬度和经度列必须存在。" +#~ msgid "Bullet Chart" +#~ msgstr "子弹图" -#: superset/assets/javascripts/explore/stores/visTypes.js:1077 -msgid "Event definition" -msgstr "事件定义" +#~ msgid "Pick a metric to display" +#~ msgstr "选择一个指标来显示" -#: superset/assets/javascripts/explore/stores/visTypes.js:1087 -msgid "Additional meta data" -msgstr "额外的元数据" +#~ msgid "Big Number with Trendline" +#~ msgstr "数字和趋势线" -#: superset/assets/javascripts/explore/stores/visTypes.js:1095 -msgid "Column containing entity ids" -msgstr "包含实体标识的列" +#~ msgid "Pick a metric!" +#~ msgstr "选择一个指标!" -#: superset/assets/javascripts/explore/stores/visTypes.js:1096 -msgid "e.g., a \"user id\" column" -msgstr "包含事件名称的列" +#~ msgid "Big Number" +#~ msgstr "数字" -#: superset/assets/javascripts/explore/stores/visTypes.js:1099 -msgid "Column containing event names" -msgstr "包含事件名称的列" +#~ msgid "Time Series - Line Chart" +#~ msgstr "时间序列-折线图" -#: superset/assets/javascripts/explore/stores/visTypes.js:1107 -msgid "Event count limit" -msgstr "事件计数限制" +#~ msgid "Pick a time granularity for your time series" +#~ msgstr "为您的时间序列选择一个时间粒度" -#: superset/assets/javascripts/explore/stores/visTypes.js:1108 -msgid "The maximum number of events to return, equivalent to number of rows" -msgstr "要返回的最大事件数量,相当于行数" +#~ msgid "" +#~ "`Since` and `Until` time bounds should" +#~ " be specified when using the `Time" +#~ " Shift` feature." +#~ msgstr "" -#: superset/assets/javascripts/explore/stores/visTypes.js:1111 -msgid "Meta data" -msgstr "元数据" +#~ msgid "Time Series - Dual Axis Line Chart" +#~ msgstr "时间序列-双轴线图" -#: superset/assets/javascripts/explore/stores/visTypes.js:1112 -msgid "Select any columns for meta data inspection" -msgstr "选择任何列用来对元数据进行探查" +#~ msgid "Pick a metric for left axis!" +#~ msgstr "为左轴选择一个指标!" -#: superset/assets/javascripts/modules/superset.js:130 -msgid "The server could not be reached. You may want to verify your connection and try again." -msgstr "服务器不可达。您可能需要验证连接并重试。" +#~ msgid "Pick a metric for right axis!" +#~ msgstr "为右轴选择一个指标!" -#: superset/assets/javascripts/modules/superset.js:133 -#, python-format -msgid "An unknown error occurred. (Status: %s )" -msgstr "出现未知错误。(状态:%s)" +#~ msgid "Please choose different metrics on left and right axis" +#~ msgstr "请在左右轴上选择不同的指标" -#: superset/assets/javascripts/profile/components/App.jsx:24 -msgid "Favorites" -msgstr "收藏" +#~ msgid "Time Series - Bar Chart" +#~ msgstr "时间序列 - 柱状图" -#: superset/assets/javascripts/profile/components/App.jsx:30 -msgid "Created Content" -msgstr "创建内容" +#~ msgid "Time Series - Period Pivot" +#~ msgstr "" -#: superset/assets/javascripts/profile/components/App.jsx:37 -msgid "Recent Activity" -msgstr "近期活动" +#~ msgid "Time Series - Percent Change" +#~ msgstr "时间序列 - 百分比变化" -#: superset/assets/javascripts/profile/components/App.jsx:42 -msgid "Security & Access" -msgstr "安全 & 访问" +#~ msgid "Time Series - Stacked" +#~ msgstr "时间序列 - 堆积图" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:33 -msgid "No slices" -msgstr "没有切片" +#~ msgid "Distribution - NVD3 - Pie Chart" +#~ msgstr "分布 - NVD3 - 饼图" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:49 -msgid "No dashboards" -msgstr "没有看板" +#~ msgid "Histogram" +#~ msgstr "直方图" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:58 -#: superset/assets/javascripts/profile/components/Favorites.jsx:59 -#: superset/templates/superset/welcome.html:13 superset/views/core.py:372 superset/views/core.py:532 -msgid "Dashboards" -msgstr "看板" +#~ msgid "Must have at least one numeric column specified" +#~ msgstr "" -#: superset/assets/javascripts/profile/components/CreatedContent.jsx:61 -#: superset/assets/javascripts/profile/components/Favorites.jsx:62 superset/views/core.py:408 -#: superset/views/core.py:477 -msgid "Slices" -msgstr "切片" +#~ msgid "Distribution - Bar Chart" +#~ msgstr "分布 - 柱状图" -#: superset/assets/javascripts/profile/components/Favorites.jsx:34 -msgid "No favorite slices yet, go click on stars!" -msgstr "暂无收藏的切片,去点击星星吧!" +#~ msgid "Can't have overlap between Series and Breakdowns" +#~ msgstr "Series 和 Breakdown 之间不能有重叠" -#: superset/assets/javascripts/profile/components/Favorites.jsx:50 -msgid "No favorite dashboards yet, go click on stars!" -msgstr "暂无收藏的看板,去点击星星吧!" +#~ msgid "Pick at least one field for [Series]" +#~ msgstr "为 [序列] 选择至少一个字段" -#: superset/assets/javascripts/profile/components/Security.jsx:14 -msgid "Roles" -msgstr "角色" +#~ msgid "Sunburst" +#~ msgstr "环状层次图" -#: superset/assets/javascripts/profile/components/Security.jsx:23 superset/views/core.py:284 -msgid "Databases" -msgstr "数据库" +#~ msgid "Sankey" +#~ msgstr "蛇形图" -#: superset/assets/javascripts/profile/components/Security.jsx:34 -msgid "Datasources" -msgstr "数据源" +#~ msgid "Pick exactly 2 columns as [Source / Target]" +#~ msgstr "为 [来源 / 目标] 选择两个列" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:18 -msgid "Profile picture provided by Gravatar" -msgstr "资料图片由 Gravatar 提供" +#~ msgid "" +#~ "There's a loop in your Sankey, " +#~ "please provide a tree. Here's a " +#~ "faulty link: {}" +#~ msgstr "桑基图里面有一个循环,请提供一棵树。这是一个错误的链接:{}" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:33 -msgid "joined" -msgstr "joined" +#~ msgid "Directed Force Layout" +#~ msgstr "有向图" -#: superset/assets/javascripts/profile/components/UserInfo.jsx:43 -msgid "id:" -msgstr "id:" +#~ msgid "Pick exactly 2 columns to 'Group By'" +#~ msgstr "为 “Group By” 选择两个列" -#: superset/assets/visualizations/EventFlow.jsx:56 -msgid "Sorry, there appears to be no data" -msgstr "对不起,似乎没有数据" +#~ msgid "Country Map" +#~ msgstr "国家地图" -#: superset/assets/visualizations/filter_box.jsx:106 -#, python-format -msgid "Select [%s]" -msgstr "选择 [%s]" +#~ msgid "World Map" +#~ msgstr "世界地图" -#: superset/connectors/druid/models.py:1073 -msgid "No data was returned." -msgstr "没有返回任何数据。" +#~ msgid "Filters" +#~ msgstr "过滤" -#: superset/connectors/druid/views.py:28 -msgid "List Druid Column" -msgstr "Druid 列的列表" +#~ msgid "Pick at least one filter field" +#~ msgstr "选择至少一个过滤字段" -#: superset/connectors/druid/views.py:29 -msgid "Show Druid Column" -msgstr "显示 Druid 列" +#~ msgid "iFrame" +#~ msgstr "内嵌框架" -#: superset/connectors/druid/views.py:30 -msgid "Add Druid Column" -msgstr "添加 Druid 列" +#~ msgid "Parallel Coordinates" +#~ msgstr "平行坐标" -#: superset/connectors/druid/views.py:31 -msgid "Edit Druid Column" -msgstr "编辑 Druid 列" +#~ msgid "Heatmap" +#~ msgstr "热力图" -#: superset/connectors/druid/views.py:43 superset/connectors/sqla/views.py:80 -msgid "Column" -msgstr "列" +#~ msgid "Horizon Charts" +#~ msgstr "水平图" -#: superset/connectors/druid/views.py:44 superset/connectors/druid/views.py:109 -#: superset/connectors/sqla/views.py:94 superset/connectors/sqla/views.py:133 -msgid "Type" -msgstr "类型" +#~ msgid "Mapbox" +#~ msgstr "箱图" -#: superset/connectors/druid/views.py:46 superset/connectors/sqla/views.py:83 -msgid "Groupable" -msgstr "可分组" +#~ msgid "Must have a [Group By] column to have 'count' as the [Label]" +#~ msgstr "[Group By] 列必须要有 ‘count’字段作为 [标签]" -#: superset/connectors/druid/views.py:47 superset/connectors/sqla/views.py:84 -msgid "Filterable" -msgstr "可过滤" +#~ msgid "Choice of [Label] must be present in [Group By]" +#~ msgstr "[标签] 的选择项必须出现在 [Group By]" -#: superset/connectors/druid/views.py:48 superset/connectors/sqla/views.py:86 -msgid "Count Distinct" -msgstr "计数" +#~ msgid "Choice of [Point Radius] must be present in [Group By]" +#~ msgstr "[点半径] 的选择项必须出现在 [Group By]" -#: superset/connectors/druid/views.py:49 superset/connectors/sqla/views.py:87 -msgid "Sum" -msgstr "求和" +#~ msgid "[Longitude] and [Latitude] columns must be present in [Group By]" +#~ msgstr "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" -#: superset/connectors/druid/views.py:54 superset/connectors/sqla/views.py:49 -msgid "Whether this column is exposed in the `Filters` section of the explore view." -msgstr "该列是否在浏览视图的`过滤器`部分显示。" +#~ msgid "Deck.gl - Multiple Layers" +#~ msgstr "" -#: superset/connectors/druid/views.py:80 -msgid "List Druid Metric" -msgstr "Druid 指标列表" +#~ msgid "Bad spatial key" +#~ msgstr "" -#: superset/connectors/druid/views.py:81 -msgid "Show Druid Metric" -msgstr "显示 Druid 指标" +#~ msgid "Deck.gl - Scatter plot" +#~ msgstr "" -#: superset/connectors/druid/views.py:82 -msgid "Add Druid Metric" -msgstr "添加 Druid 指标" +#~ msgid "Deck.gl - Screen Grid" +#~ msgstr "" -#: superset/connectors/druid/views.py:83 -msgid "Edit Druid Metric" -msgstr "编辑 Druid 指标" +#~ msgid "Deck.gl - 3D Grid" +#~ msgstr "" -#: superset/connectors/druid/views.py:100 superset/connectors/sqla/views.py:115 -msgid "" -"Whether the access to this metric is restricted to certain roles. Only roles with the permission " -"'metric access on XXX (the name of this metric)' are allowed to access this metric." -msgstr "是否访问受限。只有有权限的用户才能访问。" +#~ msgid "Deck.gl - Paths" +#~ msgstr "" -#: superset/connectors/druid/views.py:108 superset/connectors/sqla/views.py:81 -#: superset/connectors/sqla/views.py:132 -msgid "Verbose Name" -msgstr "全称" +#~ msgid "Deck.gl - Polygon" +#~ msgstr "" -#: superset/connectors/druid/views.py:110 superset/views/core.py:559 -msgid "JSON" -msgstr "JSON" +#~ msgid "Deck.gl - 3D HEX" +#~ msgstr "" -#: superset/connectors/druid/views.py:111 -msgid "Druid Datasource" -msgstr "Druid 数据源" +#~ msgid "Deck.gl - GeoJSON" +#~ msgstr "" -#: superset/connectors/druid/views.py:112 superset/connectors/sqla/views.py:138 -msgid "Warning Message" -msgstr "告警信息" +#~ msgid "Deck.gl - Arc" +#~ msgstr "" -#: superset/connectors/druid/views.py:129 -msgid "List Druid Cluster" -msgstr "Druid 集群列表" +#~ msgid "Event flow" +#~ msgstr "事件流" -#: superset/connectors/druid/views.py:130 -msgid "Show Druid Cluster" -msgstr "显示 Druid 集群" +#~ msgid "Time Series - Paired t-test" +#~ msgstr "时间序列 - 配对t检验" -#: superset/connectors/druid/views.py:131 -msgid "Add Druid Cluster" -msgstr "添加 Druid 集群" +#~ msgid "Time Series - Nightingale Rose Chart" +#~ msgstr "" -#: superset/connectors/druid/views.py:132 -msgid "Edit Druid Cluster" -msgstr "编辑 Druid 集群" +#~ msgid "Partition Diagram" +#~ msgstr "" -#: superset/connectors/druid/views.py:143 superset/connectors/druid/views.py:227 -msgid "Cluster" -msgstr "集群" +#~ msgid "Metric(s) {} must be aggregations." +#~ msgstr "" -#: superset/connectors/druid/views.py:144 -msgid "Coordinator Host" -msgstr "协调器主机" +#~ msgid "No data was returned." +#~ msgstr "没有返回任何数据。" -#: superset/connectors/druid/views.py:145 -msgid "Coordinator Port" -msgstr "协调器端口" +#~ msgid "Unsupported extraction function: " +#~ msgstr "" -#: superset/connectors/druid/views.py:146 -msgid "Coordinator Endpoint" -msgstr "协调器端点" +#~ msgid "List Druid Column" +#~ msgstr "Druid 列的列表" -#: superset/connectors/druid/views.py:147 -msgid "Broker Host" -msgstr "代理主机" +#~ msgid "Show Druid Column" +#~ msgstr "显示 Druid 列" -#: superset/connectors/druid/views.py:148 -msgid "Broker Port" -msgstr "代理端口" +#~ msgid "Add Druid Column" +#~ msgstr "添加 Druid 列" -#: superset/connectors/druid/views.py:149 -msgid "Broker Endpoint" -msgstr "代理端点" +#~ msgid "Edit Druid Column" +#~ msgstr "编辑 Druid 列" -#: superset/connectors/druid/views.py:164 -msgid "Druid Clusters" -msgstr "Druid 集群" +#~ msgid "Column" +#~ msgstr "列" -#: superset/connectors/druid/views.py:167 superset/connectors/druid/views.py:267 -#: superset/connectors/druid/views.py:315 superset/connectors/druid/views.py:323 -#: superset/connectors/sqla/views.py:281 superset/views/core.py:287 -msgid "Sources" -msgstr "数据源" +#~ msgid "Type" +#~ msgstr "类型" -#: superset/connectors/druid/views.py:174 -msgid "List Druid Datasource" -msgstr "Druid 数据源列表" +#~ msgid "Datasource" +#~ msgstr "数据源" -#: superset/connectors/druid/views.py:175 -msgid "Show Druid Datasource" -msgstr "显示 Druid 数据源" +#~ msgid "Groupable" +#~ msgstr "可分组" -#: superset/connectors/druid/views.py:176 -msgid "Add Druid Datasource" -msgstr "添加 Druid 数据源" +#~ msgid "Filterable" +#~ msgstr "可过滤" -#: superset/connectors/druid/views.py:177 -msgid "Edit Druid Datasource" -msgstr "编辑 Druid 数据源" +#~ msgid "Count Distinct" +#~ msgstr "计数" -#: superset/connectors/druid/views.py:196 superset/connectors/sqla/views.py:176 -msgid "" -"The list of slices associated with this table. By altering this datasource, you may change how these " -"associated slices behave. Also note that slices need to point to a datasource, so this form will fail " -"at saving if removing slices from a datasource. If you want to change the datasource for a slice, " -"overwrite the slice from the 'explore view'" -msgstr "" -"与此表关联的切片列表。通过更改此数据源,您可以更改相关的切片。还要注意,切片需要指向数据源,因此如果从" -"数据源中删除切片,则此形式将无法保存。如果要更改切片的数据源,请从`浏览视图`覆盖切片," +#~ msgid "Sum" +#~ msgstr "求和" -#: superset/connectors/druid/views.py:204 superset/connectors/sqla/views.py:184 -msgid "Timezone offset (in hours) for this datasource" -msgstr "数据源的时差(单位:小时)" +#~ msgid "Min" +#~ msgstr "最小值" -#: superset/connectors/druid/views.py:208 -msgid "" -"Time expression to use as a predicate when retrieving distinct values to populate the filter " -"component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct " -"list of values in the filter will be populated based on the distinct value over the past week" -msgstr "" -"当检索不同的值以填充过滤器组件时,时间表达式用作条件。只适用于`启用过滤器选择`。如果您输入`7天前`,将" -"根据过去一周的不同值来填充ilter中不同的值列表" +#~ msgid "Max" +#~ msgstr "最大值" -#: superset/connectors/druid/views.py:215 superset/connectors/sqla/views.py:206 -msgid "" -"Whether to populate the filter's dropdown in the explore view's filter section with a list of " -"distinct values fetched from the backend on the fly" -msgstr "是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表" +#~ msgid "" +#~ "Whether this column is exposed in " +#~ "the `Filters` section of the explore " +#~ "view." +#~ msgstr "该列是否在浏览视图的`过滤器`部分显示。" -#: superset/connectors/druid/views.py:219 -msgid "Redirects to this endpoint when clicking on the datasource from the datasource list" -msgstr "在数据源列表中点击数据源将重定向到此端点" +#~ msgid "List Druid Metric" +#~ msgstr "Druid 指标列表" -#: superset/connectors/druid/views.py:225 superset/connectors/sqla/views.py:213 -msgid "Associated Slices" -msgstr "相关切片" +#~ msgid "Show Druid Metric" +#~ msgstr "显示 Druid 指标" -#: superset/connectors/druid/views.py:226 -msgid "Data Source" -msgstr "数据源" +#~ msgid "Add Druid Metric" +#~ msgstr "添加 Druid 指标" -#: superset/connectors/druid/views.py:229 superset/connectors/sqla/views.py:225 -msgid "Owner" -msgstr "所有者" +#~ msgid "Edit Druid Metric" +#~ msgstr "编辑 Druid 指标" -#: superset/connectors/druid/views.py:230 -msgid "Is Hidden" -msgstr "隐藏" +#~ msgid "" +#~ "Whether the access to this metric " +#~ "is restricted to certain roles. Only " +#~ "roles with the permission 'metric access" +#~ " on XXX (the name of this " +#~ "metric)' are allowed to access this " +#~ "metric" +#~ msgstr "" -#: superset/connectors/druid/views.py:231 superset/connectors/sqla/views.py:218 -msgid "Enable Filter Select" -msgstr "启用过滤器选择" +#~ msgid "Metric" +#~ msgstr "指标" -#: superset/connectors/druid/views.py:232 superset/connectors/sqla/views.py:220 -msgid "Default Endpoint" -msgstr "默认端点" +#~ msgid "Description" +#~ msgstr "描述" -#: superset/connectors/druid/views.py:233 -msgid "Time Offset" -msgstr "时间偏移" +#~ msgid "Verbose Name" +#~ msgstr "全称" -#: superset/connectors/druid/views.py:234 superset/connectors/sqla/views.py:222 -#: superset/views/core.py:251 superset/views/core.py:370 -msgid "Cache Timeout" -msgstr "缓存时间" +#~ msgid "JSON" +#~ msgstr "JSON" -#: superset/connectors/druid/views.py:265 -msgid "Druid Datasources" -msgstr "Druid 数据源" +#~ msgid "Druid Datasource" +#~ msgstr "Druid 数据源" -#: superset/connectors/druid/views.py:312 -msgid "Scan New Datasources" -msgstr "扫描新的数据源" +#~ msgid "Warning Message" +#~ msgstr "告警信息" -#: superset/connectors/druid/views.py:320 -msgid "Refresh Druid Metadata" -msgstr "刷新 Druid 元数据" +#~ msgid "List Druid Cluster" +#~ msgstr "Druid 集群列表" -#: superset/connectors/sqla/models.py:394 -msgid "Datetime column not provided as part table configuration and is required by this type of chart" -msgstr "缺少时间字段" +#~ msgid "Show Druid Cluster" +#~ msgstr "显示 Druid 集群" -#: superset/connectors/sqla/models.py:398 -msgid "Empty query?" -msgstr "查询为空?" +#~ msgid "Add Druid Cluster" +#~ msgstr "添加 Druid 集群" -#: superset/connectors/sqla/models.py:401 -msgid "Metric '{}' is not valid" -msgstr "'{}'是无效的" +#~ msgid "Edit Druid Cluster" +#~ msgstr "编辑 Druid 集群" -#: superset/connectors/sqla/models.py:590 -msgid "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information" -msgstr "指定的数据库中似乎不存在 [{}] 表,无法获取列信息" +#~ msgid "Cluster" +#~ msgstr "集群" -#: superset/connectors/sqla/views.py:27 -msgid "List Columns" -msgstr "列列表" +#~ msgid "Coordinator Host" +#~ msgstr "协调器主机" -#: superset/connectors/sqla/views.py:28 -msgid "Show Column" -msgstr "显示列" +#~ msgid "Coordinator Port" +#~ msgstr "协调器端口" -#: superset/connectors/sqla/views.py:29 -msgid "Add Column" -msgstr "添加列" +#~ msgid "Coordinator Endpoint" +#~ msgstr "协调器端点" -#: superset/connectors/sqla/views.py:30 -msgid "Edit Column" -msgstr "编辑列" +#~ msgid "Broker Host" +#~ msgstr "代理主机" -#: superset/connectors/sqla/views.py:45 -msgid "" -"Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or " -"DATETIME-like" -msgstr "是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME" +#~ msgid "Broker Port" +#~ msgstr "代理端口" -#: superset/connectors/sqla/views.py:52 -msgid "" -"The data type that was inferred by the database. It may be necessary to input a type manually for " -"expression-defined columns in some cases. In most case users should not need to alter this." -msgstr "" -"由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不" -"需要修改这个数据类型。" +#~ msgid "Broker Endpoint" +#~ msgstr "代理端点" -#: superset/connectors/sqla/views.py:90 -msgid "Expression" -msgstr "表达式" +#~ msgid "List Druid Datasource" +#~ msgstr "Druid 数据源列表" -#: superset/connectors/sqla/views.py:91 -msgid "Is temporal" -msgstr "表示时间" +#~ msgid "Show Druid Datasource" +#~ msgstr "显示 Druid 数据源" -#: superset/connectors/sqla/views.py:92 -msgid "Datetime Format" -msgstr "时间格式" +#~ msgid "Add Druid Datasource" +#~ msgstr "添加 Druid 数据源" -#: superset/connectors/sqla/views.py:93 -msgid "Database Expression" -msgstr "数据库表达式" +#~ msgid "Edit Druid Datasource" +#~ msgstr "编辑 Druid 数据源" -#: superset/connectors/sqla/views.py:102 -msgid "List Metrics" -msgstr "指标列" +#~ msgid "" +#~ "The list of slices associated with " +#~ "this table. By altering this datasource," +#~ " you may change how these associated" +#~ " slices behave. Also note that slices" +#~ " need to point to a datasource, " +#~ "so this form will fail at saving" +#~ " if removing slices from a " +#~ "datasource. If you want to change " +#~ "the datasource for a slice, overwrite" +#~ " the slice from the 'explore view'" +#~ msgstr "与此表关联的切片列表。通过更改此数据源,您可以更改相关的切片。还要注意,切片需要指向数据源,因此如果从数据源中删除切片,则此形式将无法保存。如果要更改切片的数据源,请从`浏览视图`覆盖切片," -#: superset/connectors/sqla/views.py:103 -msgid "Show Metric" -msgstr "显示指标" +#~ msgid "Timezone offset (in hours) for this datasource" +#~ msgstr "数据源的时差(单位:小时)" -#: superset/connectors/sqla/views.py:104 -msgid "Add Metric" -msgstr "添加指标" +#~ msgid "" +#~ "Time expression to use as a " +#~ "predicate when retrieving distinct values " +#~ "to populate the filter component. Only" +#~ " applies when `Enable Filter Select` " +#~ "is on. If you enter `7 days " +#~ "ago`, the distinct list of values " +#~ "in the filter will be populated " +#~ "based on the distinct value over " +#~ "the past week" +#~ msgstr "当检索不同的值以填充过滤器组件时,时间表达式用作条件。只适用于`启用过滤器选择`。如果您输入`7天前`,将根据过去一周的不同值来填充ilter中不同的值列表" -#: superset/connectors/sqla/views.py:105 -msgid "Edit Metric" -msgstr "编辑指标" +#~ msgid "" +#~ "Whether to populate the filter's " +#~ "dropdown in the explore view's filter" +#~ " section with a list of distinct " +#~ "values fetched from the backend on " +#~ "the fly" +#~ msgstr "是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表" -#: superset/connectors/sqla/views.py:134 -msgid "SQL Expression" -msgstr "SQL表达式" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the datasource from the " +#~ "datasource list" +#~ msgstr "在数据源列表中点击数据源将重定向到此端点" -#: superset/connectors/sqla/views.py:136 -msgid "D3 Format" -msgstr "D3 格式" +#~ msgid "Associated Charts" +#~ msgstr "" -#: superset/connectors/sqla/views.py:137 -msgid "Is Restricted" -msgstr "受限的" +#~ msgid "Data Source" +#~ msgstr "数据源" -#: superset/connectors/sqla/views.py:155 -msgid "List Tables" -msgstr "表列表" +#~ msgid "Owner" +#~ msgstr "所有者" -#: superset/connectors/sqla/views.py:156 -msgid "Show Table" -msgstr "显示表" +#~ msgid "Is Hidden" +#~ msgstr "隐藏" -#: superset/connectors/sqla/views.py:157 -msgid "Add Table" -msgstr "添加表" +#~ msgid "Enable Filter Select" +#~ msgstr "启用过滤器选择" -#: superset/connectors/sqla/views.py:158 -msgid "Edit Table" -msgstr "编辑表" +#~ msgid "Default Endpoint" +#~ msgstr "默认端点" -#: superset/connectors/sqla/views.py:185 -msgid "Name of the table that exists in the source database" -msgstr "源数据库中存在的表的名称" +#~ msgid "Time Offset" +#~ msgstr "时间偏移" -#: superset/connectors/sqla/views.py:187 -msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" -msgstr "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" +#~ msgid "Cache Timeout" +#~ msgstr "缓存时间" -#: superset/connectors/sqla/views.py:193 -msgid "" -"This fields acts a Superset view, meaning that Superset will run a query against this string as a " -"subquery." -msgstr "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" +#~ msgid "" +#~ "Datetime column not provided as part " +#~ "table configuration and is required by" +#~ " this type of chart" +#~ msgstr "缺少时间字段" -#: superset/connectors/sqla/views.py:197 -msgid "" -"Predicate applied when fetching distinct value to populate the filter control component. Supports " -"jinja template syntax. Applies only when `Enable Filter Select` is on." -msgstr "当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。" +#~ msgid "Empty query?" +#~ msgstr "查询为空?" -#: superset/connectors/sqla/views.py:203 -msgid "Redirects to this endpoint when clicking on the table from the table list" -msgstr "点击表列表中的表时将重定向到此端点" +#~ msgid "Metric '{}' is not valid" +#~ msgstr "'{}'是无效的" -#: superset/connectors/sqla/views.py:215 -msgid "Changed By" -msgstr "修改人" +#~ msgid "" +#~ "Table [{}] doesn't seem to exist " +#~ "in the specified database, couldn't " +#~ "fetch column information" +#~ msgstr "指定的数据库中似乎不存在 [{}] 表,无法获取列信息" + +#~ msgid "List Columns" +#~ msgstr "列列表" + +#~ msgid "Show Column" +#~ msgstr "显示列" + +#~ msgid "Add Column" +#~ msgstr "添加列" + +#~ msgid "Edit Column" +#~ msgstr "编辑列" + +#~ msgid "" +#~ "Whether to make this column available" +#~ " as a [Time Granularity] option, " +#~ "column has to be DATETIME or " +#~ "DATETIME-like" +#~ msgstr "是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME" + +#~ msgid "" +#~ "The data type that was inferred by" +#~ " the database. It may be necessary" +#~ " to input a type manually for " +#~ "expression-defined columns in some cases." +#~ " In most case users should not " +#~ "need to alter this." +#~ msgstr "由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。" -#: superset/connectors/sqla/views.py:216 superset/views/core.py:247 superset/views/sql_lab.py:19 -#: superset/views/sql_lab.py:55 -msgid "Database" -msgstr "数据库" +#~ msgid "Table" +#~ msgstr "表" -#: superset/connectors/sqla/views.py:217 superset/views/core.py:249 -msgid "Last Changed" -msgstr "更新时间" +#~ msgid "Expression" +#~ msgstr "表达式" -#: superset/connectors/sqla/views.py:219 -msgid "Schema" -msgstr "模式" +#~ msgid "Is temporal" +#~ msgstr "表示时间" -#: superset/connectors/sqla/views.py:221 -msgid "Offset" -msgstr "偏移" +#~ msgid "Datetime Format" +#~ msgstr "时间格式" -#: superset/connectors/sqla/views.py:223 -msgid "Table Name" -msgstr "表名" +#~ msgid "Database Expression" +#~ msgstr "数据库表达式" -#: superset/connectors/sqla/views.py:224 -msgid "Fetch Values Predicate" -msgstr "取值谓词" +#~ msgid "List Metrics" +#~ msgstr "指标列" -#: superset/connectors/sqla/views.py:226 -msgid "Main Datetime Column" -msgstr "主日期列" +#~ msgid "Show Metric" +#~ msgstr "显示指标" -#: superset/connectors/sqla/views.py:242 -msgid "" -"Table [{}] could not be found, please double check your database connection, schema, and table name" -msgstr "找不到 [{}] 表,请仔细检查您的数据库连接、Schema 和 表名" +#~ msgid "Add Metric" +#~ msgstr "添加指标" -#: superset/connectors/sqla/views.py:255 -msgid "" -"The table was created. As part of this two phase configuration process, you should now click the edit " -"button by the new table to configure it." -msgstr "表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。" +#~ msgid "Edit Metric" +#~ msgstr "编辑指标" -#: superset/connectors/sqla/views.py:279 -msgid "Tables" -msgstr "数据表" +#~ msgid "SQL Expression" +#~ msgstr "SQL表达式" -#: superset/templates/appbuilder/navbar_right.html:41 -msgid "Profile" -msgstr "用户信息" +#~ msgid "D3 Format" +#~ msgstr "D3 格式" -#: superset/templates/appbuilder/navbar_right.html:42 -msgid "Logout" -msgstr "退出" +#~ msgid "Is Restricted" +#~ msgstr "受限的" -#: superset/templates/appbuilder/navbar_right.html:47 -msgid "Login" -msgstr "登录" +#~ msgid "List Tables" +#~ msgstr "表列表" -#: superset/templates/appbuilder/general/widgets/base_list.html:37 -msgid "Record Count" -msgstr "记录数" +#~ msgid "Show Table" +#~ msgstr "显示表" -#: superset/templates/appbuilder/general/widgets/base_list.html:46 -msgid "No records found" -msgstr "没有找到任何记录" +#~ msgid "Add Table" +#~ msgstr "添加表" -#: superset/templates/superset/import_dashboards.html:11 -msgid "Import" -msgstr "导入" +#~ msgid "Edit Table" +#~ msgstr "编辑表" -#: superset/templates/superset/request_access.html:2 -msgid "No Access!" -msgstr "不能访问!" +#~ msgid "Name of the table that exists in the source database" +#~ msgstr "源数据库中存在的表的名称" -#: superset/templates/superset/request_access.html:7 -#, python-format -msgid "You do not have permissions to access the datasource(s): %(name)s." -msgstr "您没有权限访问数据源(s): %(name)s。" +#~ msgid "Schema, as used only in some databases like Postgres, Redshift and DB2" +#~ msgstr "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" -#: superset/templates/superset/request_access.html:13 -msgid "Request Permissions" -msgstr "请求权限" +#~ msgid "" +#~ "This fields acts a Superset view, " +#~ "meaning that Superset will run a " +#~ "query against this string as a " +#~ "subquery." +#~ msgstr "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" -#: superset/templates/superset/welcome.html:3 -msgid "Welcome!" -msgstr "欢迎!" +#~ msgid "" +#~ "Predicate applied when fetching distinct " +#~ "value to populate the filter control " +#~ "component. Supports jinja template syntax. " +#~ "Applies only when `Enable Filter Select`" +#~ " is on." +#~ msgstr "当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。" -#: superset/templates/superset/models/database/macros.html:4 -msgid "Test Connection" -msgstr "测试连接" +#~ msgid "" +#~ "Redirects to this endpoint when clicking" +#~ " on the table from the table " +#~ "list" +#~ msgstr "点击表列表中的表时将重定向到此端点" -#: superset/views/annotations.py:50 superset/views/annotations.py:58 superset/views/core.py:277 -#: superset/views/core.py:2371 superset/views/sql_lab.py:30 -msgid "Manage" -msgstr "管理" +#~ msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab" +#~ msgstr "" -#: superset/views/base.py:62 -#, python-format -msgid "Datasource %(name)s already exists" -msgstr "数据源%(name)s 已存在" +#~ msgid "" +#~ "A set of parameters that become " +#~ "available in the query using Jinja " +#~ "templating syntax" +#~ msgstr "" -#: superset/views/base.py:221 -msgid "json isn't valid" -msgstr "无效 JSON" +#~ msgid "Changed By" +#~ msgstr "修改人" -#: superset/views/base.py:272 -msgid "Delete" -msgstr "删除" +#~ msgid "Last Changed" +#~ msgstr "更新时间" -#: superset/views/base.py:273 -msgid "Delete all Really?" -msgstr "确定删除全部?" +#~ msgid "Offset" +#~ msgstr "偏移" -#: superset/views/core.py:56 -msgid "This endpoint requires the `all_datasource_access` permission" -msgstr "这个端点需要“all_datasource_access”的权限" +#~ msgid "Fetch Values Predicate" +#~ msgstr "取值谓词" -#: superset/views/core.py:58 -msgid "The datasource seems to have been deleted" -msgstr "数据源已经被删除" +#~ msgid "Main Datetime Column" +#~ msgstr "主日期列" -#: superset/views/core.py:59 -msgid "The access requests seem to have been deleted" -msgstr "访问请求已被删除" +#~ msgid "SQL Lab View" +#~ msgstr "" -#: superset/views/core.py:61 -msgid "The user seems to have been deleted" -msgstr "用户已经被删除" +#~ msgid "Template parameters" +#~ msgstr "" -#: superset/views/core.py:62 -msgid "You don't have access to this datasource" -msgstr "你不能访问这个数据源" +#~ msgid "" +#~ "Table [{}] could not be found, " +#~ "please double check your database " +#~ "connection, schema, and table name" +#~ msgstr "找不到 [{}] 表,请仔细检查您的数据库连接、Schema 和 表名" -#: superset/views/core.py:66 -#, python-format -msgid "This view requires the database %(name)s or `all_datasource_access` permission" -msgstr "此视图需要数据库 %(name)s或“all_datasource_access”权限" +#~ msgid "" +#~ "The table was created. As part of" +#~ " this two phase configuration process, " +#~ "you should now click the edit " +#~ "button by the new table to " +#~ "configure it." +#~ msgstr "表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。" -#: superset/views/core.py:71 -#, python-format -msgid "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission" -msgstr "此端点需要数据源 %(name)s、数据库或“all_datasource_access”权限" +#~ msgid "Metadata refreshed for the following table(s): %(tables)s" +#~ msgstr "" -#: superset/views/core.py:174 -msgid "List Databases" -msgstr "数据库列表" +#~ msgid "Profile" +#~ msgstr "用户信息" + +#~ msgid "Logout" +#~ msgstr "退出" + +#~ msgid "Login" +#~ msgstr "登录" + +#~ msgid "Record Count" +#~ msgstr "记录数" + +#~ msgid "No records found" +#~ msgstr "没有找到任何记录" + +#~ msgid "Add Filter" +#~ msgstr "增加过滤条件" + +#~ msgid "Import dashboards" +#~ msgstr "" + +#~ msgid "No Access!" +#~ msgstr "不能访问!" + +#~ msgid "You do not have permissions to access the datasource(s): %(name)s." +#~ msgstr "您没有权限访问数据源(s): %(name)s。" + +#~ msgid "Request Permissions" +#~ msgstr "请求权限" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Test Connection" +#~ msgstr "测试连接" -#: superset/views/core.py:175 -msgid "Show Database" -msgstr "显示数据库" +#~ msgid "json isn't valid" +#~ msgstr "无效 JSON" -#: superset/views/core.py:176 -msgid "Add Database" -msgstr "添加数据库" +#~ msgid "List Databases" +#~ msgstr "数据库列表" -#: superset/views/core.py:177 -msgid "Edit Database" -msgstr "编辑数据库" +#~ msgid "Show Database" +#~ msgstr "显示数据库" -#: superset/views/core.py:212 -msgid "Expose this DB in SQL Lab" -msgstr "在 SQL 工具箱中公开这个数据库" +#~ msgid "Add Database" +#~ msgstr "添加数据库" -#: superset/views/core.py:213 -msgid "" -"Allow users to run synchronous queries, this is the default and should work well for queries that can " -"be executed within a web request scope (<~1 minute)" -msgstr "允许用户运行同步查询,这是默认值,可以很好地处理在web请求范围内执行的查询(<~ 1 分钟)" +#~ msgid "Edit Database" +#~ msgstr "编辑数据库" -#: superset/views/core.py:217 -msgid "" -"Allow users to run queries, against an async backend. This assumes that you have a Celery worker " -"setup as well as a results backend." -msgstr "允许用户对异步后端运行查询。 假设您有一个 Celery 工作者设置以及后端结果。" +#~ msgid "Expose this DB in SQL Lab" +#~ msgstr "在 SQL 工具箱中公开这个数据库" -#: superset/views/core.py:221 -msgid "Allow CREATE TABLE AS option in SQL Lab" -msgstr "在 SQL 编辑器中允许 CREATE TABLE AS 选项" +#~ msgid "" +#~ "Allow users to run synchronous queries," +#~ " this is the default and should " +#~ "work well for queries that can be" +#~ " executed within a web request scope" +#~ " (<~1 minute)" +#~ msgstr "允许用户运行同步查询,这是默认值,可以很好地处理在web请求范围内执行的查询(<~ 1 分钟)" -#: superset/views/core.py:222 -msgid "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab" -msgstr "允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)" +#~ msgid "" +#~ "Allow users to run queries, against " +#~ "an async backend. This assumes that " +#~ "you have a Celery worker setup as" +#~ " well as a results backend." +#~ msgstr "允许用户对异步后端运行查询。 假设您有一个 Celery 工作者设置以及后端结果。" -#: superset/views/core.py:226 -msgid "" -"When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this " -"schema" -msgstr "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" +#~ msgid "Allow CREATE TABLE AS option in SQL Lab" +#~ msgstr "在 SQL 编辑器中允许 CREATE TABLE AS 选项" -#: superset/views/core.py:238 -msgid "All the queries in Sql Lab are going to be executed on behalf of currently authorized user." -msgstr "SQL Lab 中所有的查询都将被当前授权用户执行。" +#~ msgid "" +#~ "Allow users to run non-SELECT " +#~ "statements (UPDATE, DELETE, CREATE, ...) " +#~ "in SQL Lab" +#~ msgstr "允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)" -#: superset/views/core.py:243 -msgid "Expose in SQL Lab" -msgstr "在 SQL 工具箱中公开" +#~ msgid "" +#~ "When allowing CREATE TABLE AS option " +#~ "in SQL Lab, this option forces the" +#~ " table to be created in this " +#~ "schema" +#~ msgstr "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" -#: superset/views/core.py:244 -msgid "Allow CREATE TABLE AS" -msgstr "允许 CREATE TABLE AS" +#~ msgid "" +#~ "If Presto, all the queries in SQL" +#~ " Lab are going to be executed " +#~ "as the currently logged on user " +#~ "who must have permission to run " +#~ "them.
If Hive and hive.server2.enable.doAs " +#~ "is enabled, will run the queries " +#~ "as service account, but impersonate the" +#~ " currently logged on user via " +#~ "hive.server2.proxy.user property." +#~ msgstr "" -#: superset/views/core.py:245 -msgid "Allow DML" -msgstr "允许 DML" +#~ msgid "" +#~ "Allow SQL Lab to fetch a list " +#~ "of all tables and all views across" +#~ " all database schemas. For large data" +#~ " warehouse with thousands of tables, " +#~ "this can be expensive and put " +#~ "strain on the system." +#~ msgstr "" -#: superset/views/core.py:246 -msgid "CTAS Schema" -msgstr "CTAS 模式" +#~ msgid "Expose in SQL Lab" +#~ msgstr "在 SQL 工具箱中公开" -#: superset/views/core.py:248 superset/views/core.py:371 superset/views/core.py:479 -#: superset/views/core.py:543 -msgid "Creator" -msgstr "作者" +#~ msgid "Allow CREATE TABLE AS" +#~ msgstr "允许 CREATE TABLE AS" -#: superset/views/core.py:250 -msgid "SQLAlchemy URI" -msgstr "SQLAlchemy URI" +#~ msgid "Allow DML" +#~ msgstr "允许 DML" -#: superset/views/core.py:252 -msgid "Extra" -msgstr "扩展" +#~ msgid "CTAS Schema" +#~ msgstr "CTAS 模式" -#: superset/views/core.py:253 -msgid "Allow Run Sync" -msgstr "允许同步运行" +#~ msgid "Creator" +#~ msgstr "作者" -#: superset/views/core.py:254 -msgid "Allow Run Async" -msgstr "允许异步运行" +#~ msgid "SQLAlchemy URI" +#~ msgstr "SQLAlchemy URI" -#: superset/views/core.py:255 -msgid "Impersonate queries to the database" -msgstr "模拟对数据库的查询" +#~ msgid "Extra" +#~ msgstr "扩展" -#: superset/views/core.py:273 -msgid "Import Dashboards" -msgstr "导入仪表盘" +#~ msgid "Allow Run Sync" +#~ msgstr "允许同步运行" -#: superset/views/core.py:315 superset/views/core.py:556 superset/views/sql_lab.py:18 -#: superset/views/sql_lab.py:54 -msgid "User" -msgstr "用户" +#~ msgid "Allow Run Async" +#~ msgstr "允许异步运行" -#: superset/views/core.py:316 -msgid "User Roles" -msgstr "用户角色" +#~ msgid "Impersonate the logged on user" +#~ msgstr "" -#: superset/views/core.py:317 -msgid "Database URL" -msgstr "数据库URL" +#~ msgid "CSV to Database configuration" +#~ msgstr "" -#: superset/views/core.py:319 -msgid "Roles to grant" -msgstr "角色授权" +#~ msgid "CSV file \"{0}\" uploaded to table \"{1}\" in database \"{2}\"" +#~ msgstr "" -#: superset/views/core.py:320 -msgid "Created On" -msgstr "创建日期" +#~ msgid "User" +#~ msgstr "用户" -#: superset/views/core.py:326 -msgid "Access requests" -msgstr "访问请求" +#~ msgid "User Roles" +#~ msgstr "用户角色" -#: superset/views/core.py:328 superset/views/core.py:567 -msgid "Security" -msgstr "安全" +#~ msgid "Database URL" +#~ msgstr "数据库URL" -#: superset/views/core.py:335 -msgid "List Slices" -msgstr "切片列表" +#~ msgid "Roles to grant" +#~ msgstr "角色授权" -#: superset/views/core.py:336 -msgid "Show Slice" -msgstr "显示切片" +#~ msgid "Created On" +#~ msgstr "创建日期" -#: superset/views/core.py:337 -msgid "Add Slice" -msgstr "添加切片" +#~ msgid "List Charts" +#~ msgstr "" -#: superset/views/core.py:338 -msgid "Edit Slice" -msgstr "编辑切片" +#~ msgid "Show Chart" +#~ msgstr "" -#: superset/views/core.py:359 -msgid "" -"These parameters are generated dynamically when clicking the save or overwrite button in the explore " -"view. This JSON object is exposed here for reference and for power users who may want to alter " -"specific parameters." -msgstr "当单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。" +#~ msgid "Add Chart" +#~ msgstr "" -#: superset/views/core.py:364 -msgid "Duration (in seconds) of the caching timeout for this slice." -msgstr "切片数据过期时间(秒)" +#~ msgid "Edit Chart" +#~ msgstr "" -#: superset/views/core.py:375 -msgid "Last Modified" -msgstr "最后修改" +#~ msgid "" +#~ "These parameters are generated dynamically " +#~ "when clicking the save or overwrite " +#~ "button in the explore view. This " +#~ "JSON object is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "当单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。" -#: superset/views/core.py:376 superset/views/core.py:478 -msgid "Owners" -msgstr "所有者" +#~ msgid "Duration (in seconds) of the caching timeout for this slice." +#~ msgstr "切片数据过期时间(秒)" -#: superset/views/core.py:377 -msgid "Parameters" -msgstr "参数" +#~ msgid "Dashboards" +#~ msgstr "看板" -#: superset/views/core.py:378 superset/views/core.py:420 -msgid "Slice" -msgstr "切片" +#~ msgid "Last Modified" +#~ msgstr "最后修改" -#: superset/views/core.py:437 -msgid "List Dashboards" -msgstr "仪表盘列表" +#~ msgid "Owners" +#~ msgstr "所有者" -#: superset/views/core.py:438 -msgid "Show Dashboard" -msgstr "显示仪表盘" +#~ msgid "Parameters" +#~ msgstr "参数" -#: superset/views/core.py:439 -msgid "Add Dashboard" -msgstr "添加仪表盘" +#~ msgid "Chart" +#~ msgstr "" -#: superset/views/core.py:440 -msgid "Edit Dashboard" -msgstr "编辑仪表盘" +#~ msgid "Name" +#~ msgstr "名字" -#: superset/views/core.py:451 -msgid "" -"This json object describes the positioning of the widgets in the dashboard. It is dynamically " -"generated when adjusting the widgets size and positions by using drag & drop in the dashboard view." -msgstr "" -"这个 JSON 对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置。" +#~ msgid "Visualization Type" +#~ msgstr "图表类型" -#: superset/views/core.py:456 -msgid "" -"The css for individual dashboards can be altered here, or in the dashboard view where changes are " -"immediately visible" -msgstr "可以在这里或者在看板视图修改单个看板的CSS样式" +#~ msgid "List Dashboards" +#~ msgstr "仪表盘列表" -#: superset/views/core.py:460 -msgid "To get a readable URL for your dashboard" -msgstr "为看板生成一个可读的 URL" +#~ msgid "Show Dashboard" +#~ msgstr "显示仪表盘" -#: superset/views/core.py:461 -msgid "" -"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard " -"view. It is exposed here for reference and for power users who may want to alter specific parameters." -msgstr "" -"当在看板视图中单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。" +#~ msgid "Add Dashboard" +#~ msgstr "添加仪表盘" -#: superset/views/core.py:466 -msgid "Owners is a list of users who can alter the dashboard." -msgstr "“所有者”是一组可以修改看板的用户列表。" +#~ msgid "Edit Dashboard" +#~ msgstr "编辑仪表盘" -#: superset/views/core.py:474 superset/views/core.py:541 -msgid "Dashboard" -msgstr "看板" +#~ msgid "" +#~ "This json object describes the " +#~ "positioning of the widgets in the " +#~ "dashboard. It is dynamically generated " +#~ "when adjusting the widgets size and " +#~ "positions by using drag & drop in" +#~ " the dashboard view" +#~ msgstr "" -#: superset/views/core.py:476 -msgid "Slug" -msgstr "Slug" +#~ msgid "" +#~ "The css for individual dashboards can" +#~ " be altered here, or in the " +#~ "dashboard view where changes are " +#~ "immediately visible" +#~ msgstr "可以在这里或者在看板视图修改单个看板的CSS样式" -#: superset/views/core.py:481 -msgid "Position JSON" -msgstr "位置参数" +#~ msgid "To get a readable URL for your dashboard" +#~ msgstr "为看板生成一个可读的 URL" -#: superset/views/core.py:483 -msgid "JSON Metadata" -msgstr "JSON 模板" +#~ msgid "" +#~ "This JSON object is generated " +#~ "dynamically when clicking the save or" +#~ " overwrite button in the dashboard " +#~ "view. It is exposed here for " +#~ "reference and for power users who " +#~ "may want to alter specific parameters." +#~ msgstr "当在看板视图中单击“保存”或“覆盖”按钮时,这些参数会在视图中动态生成。高级用户可以在这里改变特定的参数。" -#: superset/views/core.py:484 -msgid "Underlying Tables" -msgstr "底层表" +#~ msgid "Owners is a list of users who can alter the dashboard." +#~ msgstr "“所有者”是一组可以修改看板的用户列表。" -#: superset/views/core.py:507 -msgid "Export" -msgstr "导出" +#~ msgid "Dashboard" +#~ msgstr "看板" -#: superset/views/core.py:507 -msgid "Export dashboards?" -msgstr "导出仪表盘?" +#~ msgid "Title" +#~ msgstr "标题" -#: superset/views/core.py:557 -msgid "Action" -msgstr "操作" +#~ msgid "Slug" +#~ msgstr "Slug" -#: superset/views/core.py:558 -msgid "dttm" -msgstr "DTTM" +#~ msgid "Charts" +#~ msgstr "" -#: superset/views/core.py:565 -msgid "Action Log" -msgstr "操作日志" +#~ msgid "Modified" +#~ msgstr "已修改" -#: superset/views/core.py:796 -msgid "Access was requested" -msgstr "请求访问" +#~ msgid "Position JSON" +#~ msgstr "位置参数" -#: superset/views/core.py:857 -#, python-format -msgid "%(user)s was granted the role %(role)s that gives access to the %(datasource)s" -msgstr "授予 %(user)s %(role)s 角色来访问 %(datasource)s 数据库" +#~ msgid "CSS" +#~ msgstr "CSS" -#: superset/views/core.py:873 -#, python-format -msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s" -msgstr "扩展角色 %(r)s 以提供对 datasource %(ds)s 的访问" +#~ msgid "JSON Metadata" +#~ msgstr "JSON 模板" -#: superset/views/core.py:882 -msgid "You have no permission to approve this request" -msgstr "您没有权限批准此请求" +#~ msgid "Underlying Tables" +#~ msgstr "底层表" -#: superset/views/core.py:1646 -msgid "Malformed request. slice_id or table_name and db_name arguments are expected" -msgstr "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" +#~ msgid "Action" +#~ msgstr "操作" -#: superset/views/core.py:1652 -#, python-format -msgid "Slice %(id)s not found" -msgstr "切片 %(id)s 没有找到" +#~ msgid "dttm" +#~ msgstr "DTTM" -#: superset/views/core.py:1664 -#, python-format -msgid "Table %(t)s wasn't found in the database %(d)s" -msgstr "在数据库 %(d)s 中找不到表 %(t)s" +#~ msgid "You don't have the rights to " +#~ msgstr "" -#: superset/views/core.py:1803 -#, python-format -msgid "Cannot find User %(name)s, please ask your admin to create one." -msgstr "找不到用户 %(name)s,请您让管理员创建一个。" +#~ msgid "alter this " +#~ msgstr "" -#: superset/views/core.py:1810 -#, python-format -msgid "Can't find DruidCluster with cluster_name = '%(name)s'" -msgstr "不能找到具有 cluster_name = '%(name)s' 的 Druid 集群" +#~ msgid "chart" +#~ msgstr "" -#: superset/views/core.py:2071 -msgid "Query record was not created as expected." -msgstr "查询记录没有按预期创建。" +#~ msgid "create a " +#~ msgstr "" -#: superset/views/core.py:2357 -msgid "Template Name" -msgstr "模板名称" +#~ msgid "dashboard" +#~ msgstr "" -#: superset/views/core.py:2368 -msgid "CSS Templates" -msgstr "CSS 模板" +#~ msgid "Query record was not created as expected." +#~ msgstr "查询记录没有按预期创建。" -#: superset/views/core.py:2379 -msgid "SQL Editor" -msgstr "SQL 编辑器" +#~ msgid "Template Name" +#~ msgstr "模板名称" -#: superset/views/core.py:2384 superset/views/core.py:2393 -msgid "SQL Lab" -msgstr "SQL 工具箱" +#~ msgid "SQL Editor" +#~ msgstr "SQL 编辑器" -#: superset/views/core.py:2388 -msgid "Query Search" -msgstr "查询搜索" +#~ msgid "Query Search" +#~ msgstr "查询搜索" -#: superset/views/sql_lab.py:20 -msgid "Status" -msgstr "状态" +#~ msgid "Status" +#~ msgstr "状态" -#: superset/views/sql_lab.py:21 -msgid "Start Time" -msgstr "开始时间" +#~ msgid "Start Time" +#~ msgstr "开始时间" -#: superset/views/sql_lab.py:22 superset/views/sql_lab.py:58 -msgid "End Time" -msgstr "结束时间" +#~ msgid "End Time" +#~ msgstr "结束时间" -#: superset/views/sql_lab.py:28 -msgid "Queries" -msgstr "查询" +#~ msgid "List Saved Query" +#~ msgstr "保存的查询列表" -#: superset/views/sql_lab.py:37 -msgid "List Saved Query" -msgstr "保存的查询列表" +#~ msgid "Show Saved Query" +#~ msgstr "显示保存的查询" -#: superset/views/sql_lab.py:38 -msgid "Show Saved Query" -msgstr "显示保存的查询" +#~ msgid "Add Saved Query" +#~ msgstr "添加保存的查询" -#: superset/views/sql_lab.py:39 -msgid "Add Saved Query" -msgstr "添加保存的查询" +#~ msgid "Edit Saved Query" +#~ msgstr "编辑保存的查询" -#: superset/views/sql_lab.py:40 -msgid "Edit Saved Query" -msgstr "编辑保存的查询" +#~ msgid "Label" +#~ msgstr "标签" -#: superset/views/sql_lab.py:59 -msgid "Pop Tab Link" -msgstr "流行标签链接" +#~ msgid "Pop Tab Link" +#~ msgstr "流行标签链接" -#: superset/views/sql_lab.py:60 -msgid "Changed on" -msgstr "改变为" +#~ msgid "Changed on" +#~ msgstr "改变为" -#: superset/views/sql_lab.py:79 -msgid "Saved Queries" -msgstr "已保存查询" diff --git a/superset/views/core.py b/superset/views/core.py index 12c090a315e4f..cee69867ef031 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -450,7 +450,7 @@ class SliceModelView(SupersetModelView, DeleteMixin): # noqa 'want to alter specific parameters.', ), 'cache_timeout': _( - 'Duration (in seconds) of the caching timeout for this slice.'), + 'Duration (in seconds) of the caching timeout for this chart.'), } base_filters = [['id', SliceFilter, lambda: []]] label_columns = { @@ -1959,7 +1959,7 @@ def warm_up_cache(self): slices = session.query(models.Slice).filter_by(id=slice_id).all() if not slices: return json_error_response(__( - 'Slice %(id)s not found', id=slice_id), status=404) + 'Chart %(id)s not found', id=slice_id), status=404) elif table_name and db_name: SqlaTable = ConnectorRegistry.sources['table'] table = ( diff --git a/tests/base_tests.py b/tests/base_tests.py index 3c01f2ef0c5e7..eefd3d98b8b43 100644 --- a/tests/base_tests.py +++ b/tests/base_tests.py @@ -125,7 +125,7 @@ def login(self, username='admin', password='general'): resp = self.get_resp( '/login/', data=dict(username=username, password=password)) - self.assertIn('Welcome', resp) + self.assertNotIn('User confirmation needed', resp) def get_slice(self, slice_name, session): slc = ( diff --git a/tests/core_tests.py b/tests/core_tests.py index c454c008495d1..34d8a64677b35 100644 --- a/tests/core_tests.py +++ b/tests/core_tests.py @@ -56,7 +56,7 @@ def test_login(self): resp = self.get_resp( '/login/', data=dict(username='admin', password='general')) - self.assertIn('Welcome', resp) + self.assertNotIn('User confirmation needed', resp) resp = self.get_resp('/logout/', follow_redirects=True) self.assertIn('User confirmation needed', resp) @@ -64,14 +64,8 @@ def test_login(self): resp = self.get_resp( '/login/', data=dict(username='admin', password='wrongPassword')) - self.assertNotIn('Welcome', resp) self.assertIn('User confirmation needed', resp) - def test_welcome(self): - self.login() - resp = self.client.get('/superset/welcome') - assert 'Welcome' in resp.data.decode('utf-8') - def test_slice_endpoint(self): self.login(username='admin') slc = self.get_slice('Girls', db.session)