diff --git a/superset/config.py b/superset/config.py index 2b34f451223dd..02f06988ba1a5 100644 --- a/superset/config.py +++ b/superset/config.py @@ -335,6 +335,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: "ko": {"flag": "kr", "name": "Korean"}, "sk": {"flag": "sk", "name": "Slovak"}, "sl": {"flag": "si", "name": "Slovenian"}, + "nl": {"flag": "nl", "name": "Dutch"}, } # Turning off i18n by default as translation in most languages are # incomplete and not well maintained. diff --git a/superset/translations/nl/LC_MESSAGES/messages.json b/superset/translations/nl/LC_MESSAGES/messages.json new file mode 100644 index 0000000000000..bfa0cd7100bab --- /dev/null +++ b/superset/translations/nl/LC_MESSAGES/messages.json @@ -0,0 +1,4837 @@ +{ + "domain": "superset", + "locale_data": { + "superset": { + "": { + "domain": "superset", + "plural_forms": "nplurals=2; plural=(n != 1)", + "lang": "nl" + }, + "The datasource is too large to query.": [ + "De gegevensbron is te groot om te bevragen." + ], + "The database is under an unusual load.": [ + "De database wordt ongebruikelijk zwaar belast." + ], + "The database returned an unexpected error.": [ + "De database gaf een onverwachte foutmelding." + ], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "" + ], + "The column was deleted or renamed in the database.": [ + "De kolom werd verwijderd of hernoemd in de database." + ], + "The table was deleted or renamed in the database.": [ + "De tabel werd verwijderd of hernoemd in de database." + ], + "One or more parameters specified in the query are missing.": [ + "Een of meer in de query opgegeven parameters ontbreken." + ], + "The hostname provided can't be resolved.": [ + "De opgegeven hostnaam kan niet worden gevonden." + ], + "The port is closed.": ["De poort is gesloten."], + "The host might be down, and can't be reached on the provided port.": [ + "" + ], + "Superset encountered an error while running a command.": [ + "een fout is opgetreden in Superset tijdens het uitvoeren van een commando." + ], + "Superset encountered an unexpected error.": [ + "Er is een onverwachte fout opgetreden in Superset." + ], + "The username provided when connecting to a database is not valid.": [""], + "The password provided when connecting to a database is not valid.": [""], + "Either the username or the password is wrong.": [ + "Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." + ], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [ + "Het schema werd verwijderd of hernoemd in de database." + ], + "User doesn't have the proper permissions.": [ + "Gebruiker heeft niet de juiste permissies." + ], + "One or more parameters needed to configure a database are missing.": [ + "" + ], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" + ], + "Database does not allow data manipulation.": [""], + "The CTAS (create table as select) doesn't have a SELECT statement at the end. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "CVAS (create view as select) query has more than one statement.": [""], + "CVAS (create view as select) query is not a SELECT statement.": [""], + "Query is too complex and takes too long to run.": [""], + "The database is currently running too many queries.": [""], + "One or more parameters specified in the query are malformatted.": [""], + "The object does not exist in the given database.": [""], + "The query has a syntax error.": [""], + "The results backend no longer has the data from the query.": [""], + "The query associated with the results was deleted.": [""], + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "" + ], + "The port number is invalid.": [""], + "Failed to start remote query on a worker.": [""], + "The database was deleted.": [""], + "Invalid certificate": ["Ongeldig certificaat"], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" + ], + "Unsupported return value for method %(name)s": [ + "Niet-ondersteunde terugkeer waarde voor methode %(name)s" + ], + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" + ], + "Unsupported template value for key %(key)s": [ + "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" + ], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "" + ], + "Results backend is not configured.": [""], + "CTAS (create table as select) can only be run with a query where the last statement is a SELECT. Please make sure your query has a SELECT as its last statement. Then, try running your query again.": [ + "" + ], + "CVAS (create view as select) can only be run with a query with a single SELECT statement. Please make sure your query has only a SELECT statement. Then, try running your query again.": [ + "" + ], + "Viz is missing a datasource": ["Viz mist een gegevensbron"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "" + ], + "From date cannot be larger than to date": [ + "Van datum kan niet groter zijn dan tot datum" + ], + "Cached value not found": ["Cached waarde niet gevonden"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Kolommen ontbreken in databron: %(invalid_columns)s" + ], + "Table View": ["Tabel Weergave"], + "You cannot use [Columns] in combination with [Group By]/[Metrics]/[Percentage Metrics]. Please choose one or the other.": [ + "" + ], + "Pick a granularity in the Time section or uncheck 'Include Time'": [ + "Kies een granulariteit in de sectie Tijd of vink ‘Inclusief tijd’ uit" + ], + "Time Table View": ["Tijd tabelweergave"], + "Pick at least one metric": ["Kies ten minste één meeteenheid"], + "When using 'Group By' you are limited to use a single metric": [ + "Bij gebruik van ‘Group By’ bent u beperkt tot het gebruik van één meeteenheid" + ], + "Pivot Table": ["Draaitabel"], + "Please choose at least one 'Group by' field ": [ + "Kies ten minste één veld ‘Groeperen op’ " + ], + "Please choose at least one metric": ["Kies ten minste één meeteenheid"], + "Group By' and 'Columns' can't overlap": [ + "‘Group By’ en ‘Kolommen’ kunnen elkaar niet overlappen" + ], + "Treemap": ["Treemap"], + "Calendar Heatmap": ["Kalender Heatmap"], + "Bubble Chart": ["Bubbelgrafiek"], + "Please use 3 different metric labels": [ + "Gelieve 3 verschillende meeteenheid labels te gebruiken" + ], + "Pick a metric for x, y and size": [ + "Kies een meeteenheid voor x, y en grootte" + ], + "Bullet Chart": ["Kogel diagram"], + "Pick a metric to display": ["Kies een meeteenheid om weer te geven"], + "Big Number with Trendline": ["Groot getal met trendlijn"], + "Pick a metric!": ["Kies een meeteenheid!"], + "Big Number": ["Groot Getal"], + "Time Series - Line Chart": ["Tijdreeks - Lijngrafiek"], + "Pick a time granularity for your time series": [ + "Kies een tijdschaal voor uw tijdreeks" + ], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "" + ], + "Time Series - Multiple Line Charts": [ + "Tijdreeksen - Meervoudige lijndiagrammen" + ], + "Time Series - Dual Axis Line Chart": [ + "Tijdreeks - lijngrafiek met twee assen" + ], + "Pick a metric for left axis!": [ + "Kies een meeteenheid voor de linkeras!" + ], + "Pick a metric for right axis!": [ + "Kies een meeteenheid voor de rechteras!" + ], + "Please choose different metrics on left and right axis": [ + "Kies verschillende meeteenheden op de linker- en rechteras" + ], + "Time Series - Bar Chart": ["Tijdreeks - Staafdiagram"], + "Time Series - Period Pivot": ["Tijdreeksen - Periode draaitabel"], + "Time Series - Percent Change": ["Tijdreeks - Procentuele verandering"], + "Time Series - Stacked": ["Tijdreeksen - Gestapeld"], + "Histogram": ["Histogram"], + "Must have at least one numeric column specified": [ + "Er moet minstens één numerieke kolom gespecificeerd zijn" + ], + "Distribution - Bar Chart": ["Verdeling - Staafdiagram"], + "Can't have overlap between Series and Breakdowns": [ + "Overlapping tussen Series en Breakdowns is niet mogelijk" + ], + "Pick at least one field for [Series]": [ + "Kies minstens één veld voor [Series]" + ], + "Sunburst": ["Sunburst"], + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Kies precies 2 kolommen als [Bron / Doel]" + ], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "" + ], + "Directed Force Layout": ["Directed Force Layout"], + "Country Map": ["Landenkaart"], + "World Map": ["Wereld kaart"], + "Filters": ["Filters"], + "Invalid filter configuration, please select a column": [ + "Ongeldige filterconfiguratie, selecteer een kolom" + ], + "Parallel Coordinates": ["Parallelle coördinaten"], + "Heatmap": ["Heatmap"], + "Horizon Charts": ["Horizon-grafieken"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" + ], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" + ], + "Choice of [Label] must be present in [Group By]": [ + "Keuze van [Label] moet aanwezig zijn in [Groep door]" + ], + "Choice of [Point Radius] must be present in [Group By]": [ + "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" + ], + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen per]" + ], + "Deck.gl - Multiple Layers": ["Deck.gl - Meerdere Lagen"], + "Bad spatial key": ["Ongeldige ruimtelijke sleutel"], + "Invalid spatial point encountered: %s": [ + "Ongeldig ruimtelijk punt aangetroffen: %s" + ], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "" + ], + "Deck.gl - Scatter plot": ["Deck.gl - Scatter plot"], + "Deck.gl - Screen Grid": ["Deck.gl - Screen Grid"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D Grid"], + "Deck.gl - Paths": ["Deck.gl - Paths"], + "Deck.gl - Polygon": ["Deck.gl - Polygon"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Arc": ["Deck.gl - Arc"], + "Event flow": ["Event flow"], + "Time Series - Paired t-test": ["Tijdreeks - Paired t-test"], + "Time Series - Nightingale Rose Chart": [ + "Tijdreeks - Nightingale Rose grafiek" + ], + "Partition Diagram": ["Partition Diagram"], + "Deleted %(num)d annotation layer": [ + "%(num)d Aantekeningenlaag verwijderd", + "%(num)d aantekeninglagen verwijderd" + ], + "All Text": ["Alle tekst"], + "Deleted %(num)d annotation": [ + "%(num)d aantekening verwijderd", + "%(num)d aantekeningen verwijderd" + ], + "End date must be after start date": [ + "Einddatum moet na begindatum liggen" + ], + "Short description must be unique for this layer": [ + "Korte beschrijving moet uniek zijn voor deze laag" + ], + "Annotations could not be deleted.": [ + "Aantekeningen konden niet worden verwijderd." + ], + "Annotation not found.": ["Aantekening niet gevonden."], + "Annotation parameters are invalid.": [ + "Aantekening parameters zijn ongeldig." + ], + "Annotation could not be created.": [ + "Aantekening kon niet worden aangemaakt." + ], + "Annotation could not be updated.": [ + "Aantekening kon niet worden bijgewerkt." + ], + "Annotation delete failed.": ["Aantekening verwijderen mislukt."], + "Annotation layer parameters are invalid.": [ + "De parameters van de aantekeningenlaag zijn ongeldig." + ], + "Annotation layer could not be deleted.": [ + "Aantekeningenlaag kon niet worden verwijderd." + ], + "Annotation layer could not be created.": [ + "Aantekeningenlaag kon niet worden aangemaakt." + ], + "Annotation layer could not be updated.": [ + "Aantekeningenlaag kon niet worden bijgewerkt." + ], + "Annotation layer not found.": ["Aantekeningenlaag niet gevonden."], + "Annotation layer delete failed.": [ + "Het verwijderen van de Aantekeningenlaag is mislukt." + ], + "Annotation layer has associated annotations.": [ + "Aantekeningenlaag heeft bijbehorende aantekeningen." + ], + "Name must be unique": ["De naam moet uniek zijn"], + "Deleted %(num)d chart": [ + "Verwijderde %(num)d grafiek", + "Verwijderde %(num)d grafieken" + ], + "Is certified": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" + ], + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "onderste percentiel moet groter zijn dan 0 en kleiner dan 100. Moet lager zijn dan het bovenste percentiel." + ], + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "" + ], + "`width` must be greater or equal to 0": [ + "`breedte` moet groter of gelijk zijn aan 0" + ], + "`row_limit` must be greater than or equal to 0": [ + "`rij_limiet` moet groter of gelijk aan 0 zijn" + ], + "`row_offset` must be greater than or equal to 0": [ + "`rij_offset` moet groter zijn dan of gelijk aan 0" + ], + "orderby column must be populated": [""], + "There are associated alerts or reports: %s,": [ + "Er zijn gerelateerde waarschuwingen of rapporten: %s," + ], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Cannot parse time string [%(human_readable)s]": [ + "Kan tijdstring [%(human_readable)s] niet parsen" + ], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" + ], + "Database does not exist": ["Database bestaat niet"], + "Dashboards do not exist": ["Dashboards bestaan niet"], + "Datasource type is required when datasource_id is given": [ + "Datasourcetype is vereist wanneer datasource_id is gegeven" + ], + "Chart parameters are invalid.": ["Grafiekparameters zijn ongeldig."], + "Chart could not be created.": ["Grafiek kon niet worden aangemaakt."], + "Chart could not be updated.": ["De grafiek kon niet worden bijgewerkt."], + "Chart could not be deleted.": ["Grafiek kon niet worden verwijderd."], + "There are associated alerts or reports": [ + "Er zijn geassocieerde waarschuwingen of rapporten" + ], + "You don't have access to this chart.": [""], + "Changing this chart is forbidden": [ + "Het is verboden deze grafiek te wijzigen" + ], + "Charts could not be deleted.": [ + "Grafieken konden niet worden verwijderd." + ], + "Import chart failed for an unknown reason": [ + "Import grafiek mislukt om een onbekende reden" + ], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": ["Verzoek is onjuist: %(error)s"], + "Request is not JSON": ["Verzoek is geen JSON"], + "Empty query result": [""], + "Owners are invalid": ["Eigenaren zijn ongeldig"], + "Some roles do not exist": ["Sommige rollen bestaan niet"], + "Dataset does not exist": ["Dataset bestaat niet"], + "Invalid result type: %(result_type)s": [""], + "The chart does not exist": ["De grafiek bestaat niet"], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "" + ], + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" + ], + "`operation` property of post processing object undefined": [ + "`operation` eigenschap van post processing object ongedefinieerd" + ], + "Unsupported post processing operation: %(operation)s": [ + "Niet-ondersteunde nabewerking: %(operation)s" + ], + "Datasource id not found: %(id)s": [""], + "Adding new datasource [{}]": ["Nieuwe databron toevoegen [{}]"], + "Refreshing datasource [{}]": ["Vernieuwen datasource [{}]"], + "Metric(s) {} must be aggregations.": [ + "Meeteenheid(en) {} moeten aggregaties zijn." + ], + "Unsupported extraction function: ": [ + "Niet ondersteunde extractie functie: " + ], + "Columns": ["Kolommen"], + "Show Druid Column": ["Druid kolom tonen"], + "Add Druid Column": ["Druid kolom toevoegen"], + "Edit Druid Column": ["Druid kolom bewerken"], + "Column": ["Kolom"], + "Type": ["Type"], + "Datasource": ["Gegevensbron"], + "Groupable": ["Groepeerbaar"], + "Filterable": ["Filterbaar"], + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "" + ], + "Metrics": ["Meeteenheden"], + "Show Druid Metric": ["Toon Druid meeteenheid"], + "Add Druid Metric": ["Voeg Druid meeteenheid toe"], + "Edit Druid Metric": ["Bewerk Druid meeteenheid"], + "Metric": ["Meeteenheid"], + "Description": ["Omschrijving"], + "Verbose Name": ["Verklarende naam"], + "JSON": ["JSON"], + "Druid Datasource": ["Druid Databron"], + "Warning Message": ["Waarschuwing"], + "Druid Clusters": ["Druid Clusters"], + "Show Druid Cluster": ["Toon Druid Cluster"], + "Add Druid Cluster": ["Voeg Druid Cluster toe"], + "Edit Druid Cluster": ["Bewerk Druid Cluster"], + "Cluster Name": ["Cluster Naam"], + "Broker Host": ["Broker gastheer"], + "Broker Port": ["Broker Poort"], + "Broker Username": ["Broker Gebruikersnaam"], + "Broker Password": ["Broker Wachtwoord"], + "Broker Endpoint": ["Broker Eindpunt"], + "Cache Timeout": ["Cache Timeout"], + "Metadata Last Refreshed": ["Laatst bijgewerkte metadata"], + "Duration (in seconds) of the caching timeout for this cluster. A timeout of 0 indicates that the cache never expires. Note this defaults to the global timeout if undefined.": [ + "" + ], + "Druid supports basic authentication. See [auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-security extension": [ + "" + ], + "Druid Datasources": ["Druid Databronnen"], + "Show Druid Datasource": ["Toon Druid Databron"], + "Add Druid Datasource": ["Voeg Druid Databron toe"], + "Edit Druid Datasource": ["Bewerk Druid Databron"], + "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": [ + "Tijdzone-offset (in uren) voor deze databron" + ], + "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": [ + "Gaat naar dit eindpunt wanneer op de databron in de databron-lijst wordt geklikt" + ], + "Duration (in seconds) of the caching timeout for this datasource. A timeout of 0 indicates that the cache never expires. Note this defaults to the cluster timeout if undefined.": [ + "" + ], + "Associated Charts": ["Gerelateerde grafieken"], + "Data Source": ["Data bron"], + "Cluster": ["Cluster"], + "Owners": ["Eigenaars"], + "Is Hidden": ["Is verborgen"], + "Enable Filter Select": ["Inschakelen Filter Keuze"], + "Default Endpoint": ["Standaard eindpunt"], + "Time Offset": ["Tijd Offset"], + "Datasource Name": ["Databron Naam"], + "Fetch Values From": ["Waarden ophalen uit"], + "Changed By": ["Gewijzigd door"], + "Modified": ["Gewijzigd"], + "Refreshed metadata from cluster [{}]": [ + "Vernieuwde metadata van cluster [{}]" + ], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Fout in jinja expressie in fetch values predicate: %(msg)s" + ], + "Virtual dataset query must be read-only": [ + "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" + ], + "Error while rendering virtual dataset query: %(msg)s": [ + "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" + ], + "Virtual dataset query cannot be empty": [ + "Query virtuele dataset kan niet leeg zijn" + ], + "Virtual dataset query cannot consist of multiple statements": [ + "Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" + ], + "Error in jinja expression in RLS filters: %(msg)s": [ + "Fout in jinja expressie in RLS filters: %(msg)s" + ], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "" + ], + "Empty query?": ["Lege query?"], + "Metric '%(metric)s' does not exist": [ + "Meeteenheid “%(metric)s” bestaat niet" + ], + "Unknown column used in orderby: %(col)s": [ + "Onbekende kolom gebruikt in orderby: %(col)s" + ], + "Time column \"%(col)s\" does not exist in dataset": [ + "Tijdkolom “%(col)s” bestaat niet in dataset" + ], + "Filter value list cannot be empty": [ + "Filterwaardenlijst kan niet leeg zijn" + ], + "Must specify a value for filters with comparison operators": [ + "Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" + ], + "Invalid filter operation type: %(op)s": [ + "Ongeldig filterwerkingstype: %(op)s" + ], + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Fout in jinja expressie in WHERE clause: %(msg)s" + ], + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Fout in jinja expressie in HAVING clausule: %(msg)s" + ], + "Database does not support subqueries": [ + "Database ondersteunt geen subquery’s" + ], + "Db engine did not return all queried columns": [ + "Db engine retourneerde niet alle opgevraagde kolommen" + ], + "Only `SELECT` statements are allowed": [ + "Alleen `SELECT` statements zijn toegestaan" + ], + "Only single queries supported": [ + "Alleen enkelvoudige query’s worden ondersteund" + ], + "Show Column": ["Toon Kolom"], + "Add Column": ["Kolom toevoegen"], + "Edit Column": ["Kolom toevoegen"], + "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": ["Tabel"], + "Expression": ["Expressie"], + "Is temporal": ["Is tijdelijk"], + "Datetime Format": ["Datumtijd Formaat"], + "Invalid date/timestamp format": ["Ongeldig datum/tijdstempel formaat"], + "Show Metric": ["Toon meeteenheid"], + "Add Metric": ["Voeg meeteenheid toe"], + "Edit Metric": ["Bewerk meeteenheid"], + "SQL Expression": ["SQL Expressie"], + "D3 Format": ["D3 Formaat"], + "Extra": ["Extra"], + "Row level security filter": ["Beveiligingsfilter op rijniveau"], + "Show Row level security filter": [ + "Toon beveiligingsfilter op rijniveau" + ], + "Add Row level security filter": [ + "Voeg beveiligingsfilter op rijniveau toe" + ], + "Edit Row level security filter": [ + "Bewerk Rij niveau beveiligingsfilter" + ], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter. Base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "These are the tables this filter will be applied to.": [ + "Dit zijn de tabellen waarop dit filter zal worden toegepast." + ], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "This is the condition that will be added to the WHERE clause. For example, to only return rows for a particular client, you might define a regular filter with the clause `client_id = 9`. To display no rows unless a user belongs to a RLS filter role, a base filter can be created with the clause `1 = 0` (always false).": [ + "" + ], + "Tables": ["Tabellen"], + "Roles": ["Rollen"], + "Clause": ["Clausule"], + "Creator": ["Maker"], + "Show Table": ["Toon tabel"], + "Import a table definition": ["Importeer een tabeldefinitie"], + "Edit Table": ["Bewerk tabel"], + "Name of the table that exists in the source database": [ + "Naam van de tabel die bestaat in de brondatabase" + ], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, zoals alleen gebruikt in sommige databases zoals Postgres, Redshift en DB2" + ], + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Dit veld werkt als een Superset view, wat betekent dat Superset een query zal uitvoeren tegen deze string als een 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": [ + "Geeft aan of de tabel werd gegenereerd door de “Visualize” stroom in SQL Lab" + ], + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Een set parameters die beschikbaar worden in de query met behulp van Jinja templating syntax" + ], + "Duration (in seconds) of the caching timeout for this table. A timeout of 0 indicates that the cache never expires. Note this defaults to the database timeout if undefined.": [ + "" + ], + "Database": ["Database"], + "Last Changed": ["Laatste wijziging"], + "Schema": ["Schema"], + "Offset": ["Offset"], + "Table Name": ["Tabel Naam"], + "Fetch Values Predicate": ["Waarden ophalen Predicaat"], + "Main Datetime Column": ["Kolom Hoofd Datumtijd"], + "SQL Lab View": ["SQL Lab View"], + "Template parameters": ["Template parameters"], + "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": ["Metagegevens vernieuwen"], + "Refresh column metadata": ["Kolom metagegevens verversen"], + "Metadata refreshed for the following table(s): %(tables)s": [ + "Metagegevens ververst voor de volgende tabel(len): %(tables)s" + ], + "The following tables added new columns: %(tables)s": [ + "De volgende tabellen hebben nieuwe kolommen toegevoegd: %(tables)s" + ], + "The following tables removed columns: %(tables)s": [ + "De volgende tabellen verwijderden kolommen: %(tables)s" + ], + "The following tables update column metadata: %(tables)s": [ + "De volgende tabellen werken de kolommetagegevens bij: %(tables)s" + ], + "Unable to refresh metadata for the following table(s): %(tables)s": [ + "Kan metagegevens voor de volgende tabel(len) niet vernieuwen: %(tables)s" + ], + "Deleted %(num)d css template": [ + "Verwijderde %(num)d css sjabloon", + "Verwijderde %(num)d css sjablonen" + ], + "CSS template could not be deleted.": [ + "CSS sjabloon kon niet worden verwijderd." + ], + "CSS template not found.": ["CSS sjabloon niet gevonden."], + "Deleted %(num)d dashboard": [ + "Verwijderde %(num)d dashboard", + "Verwijderde %(num)d dashboards" + ], + "Title or Slug": ["Titel of Slug"], + "Role": ["Rol"], + "Must be unique": ["Moet uniek zijn"], + "Dashboard parameters are invalid.": [ + "Dashboard parameters zijn ongeldig." + ], + "Dashboard could not be created.": [ + "Dashboard kon niet worden aangemaakt." + ], + "Dashboards could not be deleted.": [ + "Dashboards konden niet worden verwijderd." + ], + "Dashboard could not be updated.": [ + "Dashboard kon niet worden bijgewerkt." + ], + "Dashboard could not be deleted.": [ + "Dashboard kon niet worden verwijderd." + ], + "Changing this Dashboard is forbidden": [ + "Het is verboden dit dashboard te veranderen" + ], + "Import dashboard failed for an unknown reason": [ + "Dashboard importeren mislukt om een onbekende reden" + ], + "You don't have access to this dashboard.": [ + "Je hebt geen toegang tot dit dashboard." + ], + "No data in file": ["Geen gegevens in het bestand"], + "Table name undefined": ["Tabelnaam niet gedefinieerd"], + "Invalid connection string, a valid string usually follows: driver://user:password@database-host/database-name": [ + "" + ], + "Field cannot be decoded by JSON. %(msg)s": [ + "Veld kan niet gedecodeerd worden door JSON. %(msg)s" + ], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %(key)s is ongeldig." + ], + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" + ], + "An engine must be specified when passing individual parameters to a database.": [ + "" + ], + "Engine \"%(engine)s\" is not a valid engine.": [ + "Engine “%(engine)s” is geen geldige engine." + ], + "Database parameters are invalid.": [ + "Database parameters zijn ongeldig." + ], + "A database with the same name already exists.": [""], + "Field is required": ["Veld is verplicht"], + "Field cannot be decoded by JSON. %(json_error)s": [""], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "De metadata_params in Extra veld is niet correct geconfigureerd. De sleutel %{key}s is ongeldig." + ], + "Database not found.": ["Database niet gevonden."], + "Database could not be created.": [ + "Database kon niet worden aangemaakt." + ], + "Database could not be updated.": [ + "De database kon niet worden bijgewerkt." + ], + "Connection failed, please check your connection settings": [ + "Verbinding mislukt, controleer uw verbindingsinstellingen" + ], + "Cannot delete a database that has datasets attached": [""], + "Database could not be deleted.": [ + "Database kon niet worden verwijderd." + ], + "Stopped an unsafe database connection": [ + "Stopte een onveilige database connectie" + ], + "Could not load database driver": ["Kon het database driver niet laden"], + "Unexpected error occurred, please check your logs for details": [ + "Er is een onverwachte fout opgetreden, controleer uw logs voor details" + ], + "Import database failed for an unknown reason": [ + "Import database mislukt om een onbekende reden" + ], + "Could not load database driver: {}": [ + "Kon het database driver niet laden: {}" + ], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Database is offline.": [""], + "Deleted %(num)d dataset": [ + "Verwijderde %(num)d dataset", + "Verwijderde %(num)d datasets" + ], + "Null or Empty": ["Nul of Leeg"], + "Dataset column not found.": ["Dataset kolom niet gevonden."], + "Dataset column delete failed.": ["Dataset kolom verwijderen mislukt."], + "Changing this dataset is forbidden.": [ + "Het is verboden deze dataset te wijzigen." + ], + "Dataset %(name)s already exists": ["Dataset %(name)s bestaat al"], + "Database not allowed to change": ["Database mag niet wijzigen"], + "One or more columns do not exist": ["Een of meer kolommen bestaan niet"], + "One or more columns are duplicated": [ + "Een of meer kolommen zijn gedupliceerd" + ], + "One or more columns already exist": ["Een of meer kolommen bestaan al"], + "One or more metrics do not exist": [ + "Een of meer meeteenheden bestaan niet" + ], + "One or more metrics are duplicated": [ + "Een of meer meetgegevens zijn gedupliceerd" + ], + "One or more metrics already exist": [ + "Een of meer meetgegevens bestaan al" + ], + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" + ], + "Dataset parameters are invalid.": ["Dataset parameters zijn ongeldig."], + "Dataset could not be created.": ["Dataset kon niet worden aangemaakt."], + "Dataset could not be updated.": ["Dataset kon niet worden bijgewerkt."], + "Dataset could not be deleted.": ["Dataset kon niet worden verwijderd."], + "Dataset(s) could not be bulk deleted.": [ + "Dataset(s) konden niet in bulk worden verwijderd." + ], + "Changing this dataset is forbidden": [ + "Veranderen van deze dataset is verboden" + ], + "Import dataset failed for an unknown reason": [ + "Import dataset mislukt om een onbekende reden" + ], + "You don't have access to this dataset.": [""], + "Dataset metric not found.": ["Dataset meeteenheid niet gevonden."], + "Dataset metric delete failed.": [ + "Dataset meetgegevens verwijderen mislukt." + ], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "" + ], + "Original value": ["Originele waarde"], + "Second": ["Seconde"], + "5 second": [""], + "30 second": [""], + "Minute": ["Minuut"], + "5 minute": ["5 minuten"], + "10 minute": ["10 minuten"], + "15 minute": ["15 minuten"], + "30 minute": [""], + "Hour": ["Uur"], + "6 hour": [""], + "Day": ["Dag"], + "Week": ["Week"], + "Month": ["Maand"], + "Quarter": ["Kwartaal"], + "Year": ["Jaar"], + "Week starting Sunday": ["Week beginnend op zondag"], + "Week starting Monday": ["Week beginnend op maandag"], + "Week ending Saturday": ["Week beginnend op zaterdag"], + "Week_ending Sunday": [""], + "Username": ["Gebruikersnaam"], + "Password": ["Wachtwoord"], + "Hostname or IP address": ["Hostnaam of IP-adres"], + "Database port": ["Database poort"], + "Database name": ["Database naam"], + "Additional parameters": [""], + "Use an encrypted connection to the database": [""], + "We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.": [ + "" + ], + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" + ], + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" + ], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Ofwel is de gebruikersnaam “%(username)s”, ofwel het wachtwoord, ofwel de databasenaam “%(database)s” niet correct." + ], + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "De hostnaam “%(hostname)s” kan niet worden opgelost." + ], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." + ], + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "De host “%(hostname)s” is misschien down, en kan niet bereikt worden op poort %(port)s." + ], + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Either the username “%(username)s” or the password is incorrect." + ], + "Unknown MySQL server host \"%(hostname)s\".": [ + "Onbekende MySQL server host “%(hostname)s”." + ], + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "De host “%(hostname)s” is misschien down en kan niet worden bereikt." + ], + "Unable to connect to database \"%(database)s\".": [ + "Kan geen verbinding maken met database “%(database)s”." + ], + "The username \"%(username)s\" does not exist.": [ + "De gebruikersnaam “%(username)s” bestaat niet." + ], + "The password provided for username \"%(username)s\" is incorrect.": [ + "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + ], + "Please re-enter the password.": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" + ], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" + ], + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" + ], + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." + ], + "Unknown Presto Error": ["Onbekende Presto Fout"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" + ], + "%(object)s does not exist in this database.": [""], + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Home": ["Home"], + "Annotation Layers": ["Aantekeningen Lagen"], + "Manage": ["Beheer"], + "Dashboards": ["Dashboards"], + "Charts": ["Grafieken"], + "Plugins": ["Plugins"], + "CSS Templates": ["CSS-sjablonen"], + "Row Level Security": [""], + "Security": ["Beveiliging"], + "Import Dashboards": ["Dashboards importeren"], + "SQL Editor": ["SQL-editor"], + "SQL Lab": ["SQL-lab"], + "Saved Queries": ["Opgeslagen Queries"], + "Query History": ["Query Geschiedenis"], + "Databases": ["Databases"], + "Data": ["Gegevens"], + "Datasets": ["Datasets"], + "Action Log": ["Actie Log"], + "Dashboard Emails": ["Dashboard E-mails"], + "Chart Email Schedules": ["E-mail schema’s grafieken"], + "Alerts": ["Waarschuwingen"], + "Alerts & Reports": ["Waarschuwingen en rapporten"], + "Access requests": ["Toegangsverzoeken"], + "Scan New Datasources": ["Scan Nieuwe Databronnen"], + "Refresh Druid Metadata": ["Druid metagegevens vernieuwen"], + "An error occurred while creating the value.": [""], + "An error occurred while accessing the value.": [""], + "An error occurred while deleting the value.": [""], + "An error occurred while updating the value.": [""], + "You don't have permission to modify the value.": [""], + "Temporal expression not supported for type: %(col_type)s": [ + "Tijdelijke uitdrukking niet ondersteund voor type: %(col_type)s" + ], + "Deleted %(num)d saved query": [ + "%(num)d opgeslagen query verwijderd", + "%(num)d opgeslagen zoekopdrachten verwijderd" + ], + "Saved queries could not be deleted.": [ + "Opgeslagen zoekopdrachten konden niet worden verwijderd." + ], + "Saved query not found.": ["Opgeslagen query niet gevonden."], + "Import saved query failed for an unknown reason.": [ + "Import opgeslagen query mislukt om een onbekende reden." + ], + "Saved query parameters are invalid.": [ + "Opgeslagen query parameters zijn ongeldig." + ], + "Deleted %(num)d report schedule": [ + "Verwijderde %(num)d rapport schema", + "Verwijderde %(num)d rapport schema’s" + ], + "Value must be greater than 0": ["Waarde moet groter zijn dan 0"], + "Alert query returned more then one row. %s rows returned": [ + "Alert query heeft meer dan één rij geretourneerd. %s rijen geretourneerd" + ], + "Alert query returned more then one column. %s columns returned": [ + "Alert query retourneerde meer dan één kolom. %s kolommen geretourneerd" + ], + "Dashboard does not exist": ["Het dashboard bestaat niet"], + "Chart does not exist": ["Grafiek bestaat niet"], + "Database is required for alerts": [ + "Database is nodig voor waarschuwingen" + ], + "Type is required": ["Type is vereist"], + "Choose a chart or dashboard not both": [ + "Kies een grafiek of een dashboard, niet beide" + ], + "Please save your chart first, then try creating a new email report.": [ + "" + ], + "Please save your dashboard first, then try creating a new email report.": [ + "" + ], + "Report Schedule parameters are invalid.": [ + "De parameters van het rapportageplanning zijn ongeldig." + ], + "Report Schedule could not be deleted.": [ + "Rapportage planning kon niet worden verwijderd." + ], + "Report Schedule could not be created.": [ + "Rapportage planning kon niet worden aangemaakt." + ], + "Report Schedule could not be updated.": [ + "Rapportage planning kon niet worden bijgewerkt." + ], + "Report Schedule not found.": ["Rapportage planning niet gevonden."], + "Report Schedule delete failed.": [ + "Rapportage planning verwijderen mislukt." + ], + "Report Schedule log prune failed.": [ + "Rapportage planning log prune mislukt." + ], + "Report Schedule execution failed when generating a screenshot.": [ + "Rapportage planning uitvoering mislukt bij het genereren van een screenshot." + ], + "Report Schedule execution failed when generating a csv.": [ + "Rapportage planning mislukt bij het genereren van een csv." + ], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [ + "Rapportage planning uitvoering kreeg een onverwachte fout." + ], + "Report Schedule is still working, refusing to re-compute.": [ + "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." + ], + "Report Schedule reached a working timeout.": [ + "Rapportage planning heeft een werk time-out bereikt." + ], + "Alert query returned more then one row.": [ + "Alert query retourneerde meer dan één rij." + ], + "Alert validator config error.": [ + "Waarschuwing validator configuratiefout." + ], + "Alert query returned more then one column.": [ + "Alert query heeft meer dan één kolom geretourneerd." + ], + "Alert query returned a non-number value.": [ + "Alert query heeft een waarde geretourneerd die geen getal is." + ], + "Alert found an error while executing a query.": [ + "Alert heeft een fout gevonden tijdens het uitvoeren van een query." + ], + "A timeout occurred while executing the query.": [ + "Er is een time-out opgetreden tijdens het uitvoeren van de query." + ], + "A timeout occurred while taking a screenshot.": [ + "Er is een time-out opgetreden tijdens het maken van een screenshot." + ], + "A timeout occurred while generating a csv.": [ + "Er is een time-out opgetreden tijdens het genereren van een csv." + ], + "A timeout occurred while generating a dataframe.": [""], + "Alert fired during grace period.": [ + "Waarschuwing afgevuurd tijdens grace period." + ], + "Alert ended grace period.": ["Waarschuwing beëindigd grace period."], + "Alert on grace period": ["Waarschuwing tijdens grace period"], + "Report Schedule sellenium user not found": [ + "Rapport Schema sellenium gebruiker niet gevonden" + ], + "Report Schedule state not found": [ + "Rapport Schedule state niet gevonden" + ], + "Report schedule unexpected error": ["Onverwachte fout in rapportschema"], + "Changing this report is forbidden": [ + "Het is verboden dit rapport te wijzigen" + ], + "An error occurred while pruning logs ": [ + "Er is een fout opgetreden tijdens opschonen van de logbestanden " + ], + "\n Error: %(text)s\n ": [ + "\n Fout: %(text)s\n " + ], + "Explore in Superset": [""], + "%(name)s.csv": ["%(name)s.csv"], + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" + ], + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s kunnen om veiligheidsredenen niet als gegevensbron worden gebruikt." + ], + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" + ], + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The query contains one or more malformed template parameters.": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "" + ], + "\n *%(name)s*\n\n <%(url)s|Explore in Superset>\n ": [ + "\n *%(name)s*\n\n <%(url)s|Verken in Superset>\n " + ], + "Explore in Superset
": [ + "Verken in Superset" + ], + "\n Explore in Superset\n \n ": [ + "\n Verken in Superset\n \n " + ], + "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Explore in Superset>\n ": [ + "\n *%(slice_name)s*\n\n <%(slice_url_user_friendly)s|Verken in Superset>\n " + ], + "[Alert] %(label)s": ["[Alert] %(label)s"], + "New": ["Nieuw"], + "SQL Query": ["SQL Query"], + "Chart": ["Grafiek"], + "Dashboard": ["Dashboard"], + "Profile": ["Profiel"], + "Info": ["Info"], + "Logout": ["Afmelden"], + "Login": ["Aanmelden"], + "Record Count": ["Record Aantal"], + "No records found": ["Geen gegevens gevonden"], + "Filter List": ["Filter Lijst"], + "Search": ["Zoek"], + "Refresh": ["Vernieuwen"], + "Import dashboards": ["Importeer dashboards"], + "Import Dashboard(s)": ["Importeer Dashboard(s)"], + "File": ["Bestand"], + "Choose File": ["Kies Bestand"], + "Upload": ["Upload"], + "No Access!": ["Geen Toegang!"], + "You do not have permissions to access the datasource(s): %(name)s.": [ + "U hebt geen rechten voor toegang tot de gegevensbron(nen): %(name)s." + ], + "Request Permissions": ["Permissies aanvragen"], + "Cancel": ["Annuleer"], + "Use the edit button to change this field": [""], + "Test Connection": ["Test Connectie"], + "[Superset] Access to the datasource %(name)s was granted": [ + "[Superset] Toegang tot de gegevensbron %(name)s werd verleend" + ], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" + ], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" + ], + "`compare_columns` must have the same length as `source_columns`.": [""], + "`compare_type` must be `difference`, `percentage` or `ratio`": [""], + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "" + ], + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` moet dezelfde lengte hebben als `columns`." + ], + "Invalid cumulative operator: %(operator)s": [ + "Ongeldige cumulative operator: %(operator)s" + ], + "Invalid geohash string": ["Ongeldige geohash string"], + "Invalid longitude/latitude": ["Ongeldige longitude/latitude"], + "Invalid geodetic string": ["Ongeldige geodetic string"], + "Pivot operation requires at least one index": [ + "Pivot bewerking vereist ten minste één index" + ], + "Pivot operation must include at least one aggregate": [ + "De pivotbewerking moet ten minste één aggregaat omvatten" + ], + "`prophet` package not installed": [ + "`prophet` package niet geïnstalleerd" + ], + "Time grain missing": ["Time grain ontbreekt"], + "Unsupported time grain: %(time_grain)s": [ + "Niet-ondersteunde time grain: %(time_grain)s" + ], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Confidence interval moet tussen 0 en 1 liggen (exclusief)" + ], + "DataFrame must include temporal column": [ + "DataFrame moet een temporele kolom bevatten" + ], + "DataFrame include at least one series": [ + "DataFrame bevat ten minste één reeks" + ], + "Undefined window for rolling operation": [ + "Onbepaald venster voor rolling operation" + ], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": ["Ongeldig rolling_type: %(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Ongeldige opties voor %(rolling_type)s: %(options)s" + ], + "Referenced columns not available in DataFrame.": [ + "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." + ], + "Column referenced by aggregate is undefined: %(column)s": [ + "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" + ], + "Operator undefined for aggregator: %(name)s": [ + "Operator ongedefinieerd voor aggregator: %(name)s" + ], + "Invalid numpy function: %(operator)s": [ + "Ongeldige numpy functie: %(operator)s" + ], + "User": ["Gebruiker"], + "User Roles": ["Gebruikersrollen"], + "Database URL": ["Database URL"], + "Roles to grant": ["Toe te kennen rollen"], + "Created On": ["Gecreëerd op"], + "List Observations": ["Lijst van waarnemingen"], + "Show Observation": ["Toon Waarneming"], + "Error Message": ["Foutmelding"], + "Log Retentions (days)": ["Log Retentie (dagen)"], + "A semicolon ';' delimited list of email addresses": [ + "Een puntkomma ‘;’ afgebakende lijst van e-mailadressen" + ], + "How long to keep the logs around for this alert": [ + "Hoe lang moet ik de logs bewaren voor deze waarschuwing" + ], + "Once an alert is triggered, how long, in seconds, before Superset nags you again.": [ + "" + ], + "A SQL statement that defines whether the alert should get triggered or not. The query is expected to return either NULL or a number value.": [ + "" + ], + "This feature is deprecated and will be removed on 2.0. Take a look at the replacement feature Alerts & Reports documentation": [ + "" + ], + "annotation start time or end time is required.": [ + "begintijd of eindtijd van de aantekening is vereist." + ], + "Annotation end time must be no earlier than start time.": [ + "De eindtijd van de aantekening mag niet vroeger zijn dan de begintijd." + ], + "Annotations": ["Aantekeningen"], + "Show Annotation": ["Toon Aantekening"], + "Add Annotation": ["Voeg Aantekening toe"], + "Edit Annotation": ["Bewerk Aantekening"], + "Layer": ["Laag"], + "Label": ["Label"], + "Start": ["Start"], + "End": ["Einde"], + "JSON Metadata": ["JSON Metadata"], + "Show Annotation Layer": ["Toon Aantekeningen Laag"], + "Add Annotation Layer": ["Voeg Aantekeningen Laag toe"], + "Edit Annotation Layer": ["Bewerk Aantenekening Laag"], + "Name": ["Naam"], + "Table [%{table}s] could not be found, please double check your database connection, schema, and table name, error: {}": [ + "De tabel [%{table}s] kon niet worden gevonden, controleer uw databaseverbinding, schema en tabelnaam, fout: {}" + ], + "json isn't valid": ["json is ongeldig"], + "Export to YAML": ["Export naar YAML"], + "Export to YAML?": ["Export naar YAML?"], + "Delete": ["Verwijder"], + "Delete all Really?": ["Ben je zeker dat je alles wil verwijderen?"], + "Is favorite": ["Is favoriet"], + "The data source seems to have been deleted": [ + "De gegevensbron lijkt te zijn verwijderd" + ], + "The user seems to have been deleted": [ + "De gebruiker lijkt te zijn verwijderd" + ], + "Access was requested": ["Toegang werd gevraagd"], + "The access requests seem to have been deleted": [ + "De toegangsverzoeken lijken te zijn gewist" + ], + "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [ + "%(user)s kreeg de rol %(role)s die toegang geeft tot de %(datasource)s" + ], + "Role %(r)s was extended to provide the access to the datasource %(ds)s": [ + "Rol %(r)s werd uitgebreid om toegang te verschaffen tot de gegevensbron %(ds)s" + ], + "You have no permission to approve this request": [ + "Je hebt geen toestemming om dit verzoek goed te keuren" + ], + "You don't have the rights to ": ["Je hebt niet de rechten om "], + "download as csv": [""], + "Cannot import dashboard: %(db_error)s.\nMake sure to create the database before importing the dashboard.": [ + "Kan dashboard niet importeren: %(db_error)s.\nZorg ervoor dat u de database aanmaakt voordat u het dashboard importeert." + ], + "An unknown error occurred. Please contact your Superset administrator": [ + "Er is een onbekende fout opgetreden. Neem contact op met uw Superset-beheerder" + ], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": ["[Missing Dataset]"], + "alter this ": ["wijzig dit "], + "chart": ["grafiek"], + "create a ": ["maak een "], + "Explore - %(table)s": ["Verken - %(table)s"], + "Explore": ["Verken"], + "Chart [{}] has been saved": ["Grafiek [{}] is opgeslagen"], + "Chart [{}] has been overwritten": ["Grafiek [{}] is overschreven"], + "dashboard": ["dashboard"], + "Chart [{}] was added to dashboard [{}]": [ + "Grafiek [{}] werd toegevoegd aan dashboard [{}]" + ], + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" + ], + "This dashboard was changed recently. Please reload dashboard to get latest version.": [ + "" + ], + "Could not load database driver: %(driver_name)s": [ + "Kon database driver niet laden: %(driver_name)s" + ], + "Invalid connection string, a valid string usually follows:\n'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'": [ + "Ongeldige verbindings string, een geldige string volgt meestal:\n‘DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME’" + ], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "" + ], + "Chart %(id)s not found": ["Grafiek %(id)s niet gevonden"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Tabwl %(table)s werd niet gevonden in de database %(db)s" + ], + "Can't find user, please ask your admin to create one.": [""], + "Can't find DruidCluster": [""], + "One or more required fields are missing in the request. Please try again, and if the problem persists conctact your administrator.": [ + "" + ], + "The database was not found.": [""], + "You are not authorized to fetch samples from this table. If you think this is an error, please reach out to your administrator.": [ + "" + ], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" + ], + "The query associated with these results could not be find. You need to re-run the original query.": [ + "" + ], + "You are not authorized to see this query. If you think this is an error, please reach out to your administrator.": [ + "" + ], + "Data could not be deserialized from the results backend. The storage format might have changed, rendering the old data stake. You need to re-run the original query.": [ + "" + ], + "The provided `rows` argument is not a valid integer.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s was niet in staat om uw query te controleren.\nControleer uw query opnieuw.\nUitzondering: %(ex)s" + ], + "%(user)s's profile": ["%(user)s’s profiel"], + "Show CSS Template": ["Toon CSS Template"], + "Add CSS Template": ["Voeg CSS Template toe"], + "Edit CSS Template": ["Bewerk CSS Template"], + "Template Name": ["Template Naam"], + "A human-friendly name": ["Een mensvriendelijke naam"], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "" + ], + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" + ], + "Custom Plugins": ["Custom Plugins"], + "Custom Plugin": ["Custom Plugin"], + "Add a Plugin": ["Voeg een Plugin toe"], + "Edit Plugin": ["Bewerk Plugin"], + "Schedule Email Reports for Dashboards": [ + "E-mailrapporten voor dashboards plannen" + ], + "Manage Email Reports for Dashboards": [ + "Beheer e-mailrapporten voor dashboards" + ], + "Changed On": ["Gewijzigd op"], + "Active": ["Actief"], + "Crontab": ["Crontab"], + "Recipients": ["Ontvangers"], + "Slack Channel": ["Slack Kanaal"], + "Deliver As Group": ["Lever als Groep"], + "Delivery Type": ["Type levering"], + "Schedule Email Reports for Charts": [ + "E-mailrapporten voor grafieken plannen" + ], + "Manage Email Reports for Charts": [ + "Beheer e-mailrapporten voor grafieken" + ], + "Email Format": ["Email Formaat"], + "List Saved Query": ["Lijst Opgeslagen Query"], + "Show Saved Query": ["Toon Opgeslagen Query"], + "Add Saved Query": ["Voeg Opgeslagen Query toe"], + "Edit Saved Query": ["Bewerk Opgeslagen Query"], + "End Time": ["Eindtijd"], + "Pop Tab Link": ["Pop Tab Link"], + "Changed on": ["Gewijzigd op"], + "The dataset associated with this chart no longer exists": [ + "De dataset die bij deze grafiek hoort bestaat niet meer" + ], + "Could not determine datasource type": ["Kon type databron niet bepalen"], + "Could not find viz object": ["Kon het viz object niet vinden"], + "Show Chart": ["Toon grafiek"], + "Add Chart": ["Voeg grafiek toe"], + "Edit Chart": ["Bewerk grafiek"], + "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. Note this defaults to the datasource/table timeout if undefined.": [ + "Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit standaard de datasource/tabel timeout is indien ongedefinieerd." + ], + "Last Modified": ["Laatst gewijzigd"], + "Parameters": ["Parameters"], + "Visualization Type": ["Type visualisatie"], + "Show Dashboard": ["Toon Dashboard"], + "Add Dashboard": ["Voeg Dashboard toe"], + "Edit Dashboard": ["Bewerk 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": [ + "Om een leesbare URL voor uw dashboard te krijgen" + ], + "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.": [ + "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles defined then the dashboard is available to all roles.": [ + "" + ], + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Bepaalt of dit dashboard al dan niet zichtbaar is in de lijst van alle dashboards" + ], + "Title": ["Titel"], + "Slug": ["Slug"], + "Published": ["Gepubliceerd"], + "Position JSON": ["Positie JSON"], + "CSS": ["CSS"], + "Export": ["Export"], + "Export dashboards?": ["Export dashboards?"], + "Name of table to be created from csv data.": [ + "Naam van de tabel die op basis van csv-gegevens moet worden gemaakt." + ], + "CSV File": ["CSV Bestand"], + "Select a CSV file to be uploaded to a database.": [ + "Selecteer een CSV-bestand dat moet worden geüpload naar een database." + ], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" + ], + "Specify a schema (if database flavor supports this).": [ + "Geef een schema op (als de databasesmaak dit ondersteunt)." + ], + "Delimiter": ["Scheidingsteken"], + "Delimiter used by CSV file (for whitespace use \\s+).": [ + "Scheidingsteken dat door het CSV-bestand wordt gebruikt (gebruik voor spaties “s+)." + ], + "Table Exists": ["De tabel bestaat reeds"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" + ], + "Fail": ["Fout"], + "Replace": ["Vervang"], + "Append": ["Voeg toe"], + "Header Row": ["Koptekst rij"], + "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": ["Index Kolom"], + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" + ], + "Mangle Duplicate Columns": ["Dubbele kolommen verwijderen"], + "Specify duplicate columns as \"X.0, X.1\".": [ + "Specificeer dubbele kolommen als “X.0, X.1”." + ], + "Use Columns": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "" + ], + "Skip Initial Space": ["Eerste spatie overslaan"], + "Skip spaces after delimiter.": [ + "Spaties overslaan na het scheidingsteken." + ], + "Skip Rows": ["Rijen overslaan"], + "Number of rows to skip at start of file.": [ + "Aantal rijen om over te slaan aan het begin van het bestand." + ], + "Rows to Read": ["Te lezen rijen"], + "Number of rows of file to read.": [ + "Aantal rijen van het te lezen bestand." + ], + "Skip Blank Lines": ["Blanco regels overslaan"], + "Skip blank lines rather than interpreting them as NaN values.": [ + "Sla lege regels over in plaats van ze te interpreteren als NaN waarden." + ], + "Parse Dates": ["Bereken Data"], + "A comma separated list of columns that should be parsed as dates.": [ + "Een door komma’s gescheiden lijst van kolommen die als datums moeten worden geparseerd." + ], + "Infer Datetime Format": ["Afleiden Datetime Formaat"], + "Use Pandas to interpret the datetime format automatically.": [ + "Gebruik Pandas om het datetime formaat automatisch te interpreteren." + ], + "Decimal Character": ["Decimaal teken"], + "Character to interpret as decimal point.": [ + "Teken te interpreteren als decimaalteken." + ], + "Dataframe Index": ["Dataframe Index"], + "Write dataframe index as a column.": [ + "Schrijf dataframe index als een kolom." + ], + "Column Label(s)": ["Kolom Label(s)"], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" + ], + "Null values": ["Nul waarden"], + "Json list of the values that should be treated as null. Examples: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only single value. Use [\"\"] for empty string.": [ + "" + ], + "Name of table to be created from excel data.": [ + "Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." + ], + "Excel File": ["Excel bestand"], + "Select a Excel file to be uploaded to a database.": [ + "Selecteer een Excel-bestand dat moet worden geüpload naar een database." + ], + "Sheet Name": ["Naam tabblad"], + "Strings used for sheet names (default is the first sheet).": [ + "Strings gebruikt voor bladnamen (standaard is het eerste blad)." + ], + "Name of table to be created from columnar data.": [""], + "Columnar File": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Show Database": ["Toon Database"], + "Add Database": ["Voeg Database toe"], + "Edit Database": ["Bewerk Database"], + "Expose this DB in SQL Lab": ["Expose deze DB in SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Allow CREATE TABLE AS option in SQL Lab": [ + "Sta de CREATE TABLE AS optie toe in SQL Lab" + ], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Sta de CREATE VIEW AS optie toe 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": [ + "Wanneer de CREATE TABLE AS optie in SQL Lab wordt toegestaan, dwingt deze optie de tabel om in dit schema aangemaakt te worden" + ], + "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.Example:'postgresql://user:password@your-postgres-db/database'
": [ + "" + ], + "CSV to Database configuration": ["CSV naar Database configuratie"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "" + ], + "You cannot specify a namespace both in the name of the table: \"%(csv_table.table)s\" and in the schema field: \"%(csv_table.schema)s\". Please remove one": [ + "" + ], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in database “%(db_name)s”" + ], + "Excel to Database configuration": ["Excel naar Database configuratie"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "" + ], + "You cannot specify a namespace both in the name of the table: \"%(excel_table.table)s\" and in the schema field: \"%(excel_table.schema)s\". Please remove one": [ + "" + ], + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Columnar to Database configuration": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "" + ], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" + ], + "You cannot specify a namespace both in the name of the table: \"%(columnar_table.table)s\" and in the schema field: \"%(columnar_table.schema)s\". Please remove one": [ + "" + ], + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Request missing data field.": ["Verzoek om ontbrekend data veld."], + "Duplicate column name(s): %(columns)s": [ + "Dubbele kolomnaam (of -namen): %(columns)s" + ], + "Logs": ["Logs"], + "Show Log": ["Toon Log"], + "Add Log": ["Voeg Log toe"], + "Edit Log": ["Bewerk Log"], + "Action": ["Actie"], + "dttm": ["dttm"], + "Time Range": [""], + "Time Column": [""], + "Time Grain": [""], + "Origin": [""], + "Time Granularity": [""], + "Time": ["Tijd"], + "A reference to the [Time] configuration, taking granularity into account": [ + "" + ], + "Aggregate": [""], + "Raw records": [""], + "Certified by %s": ["Gecertificeerd door %s"], + "description": ["omschrijving"], + "bolt": ["bolt"], + "Changing this control takes effect instantly": [ + "Het veranderen van deze controleknop heeft onmiddellijk effect" + ], + "Show info tooltip": [""], + "column name: %s": [""], + "verbose name: %s": [""], + "metric name: %s": [""], + "label name: %s": [""], + "Advanced analytics": ["Geavanceerde analytics"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Dit onderdeel bevat opties die geavanceerde analytische nabewerking van queryresultaten mogelijk maken" + ], + "Rolling window": ["Rollend venster"], + "Rolling function": ["Rolfunctie"], + "None": ["Geen"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "" + ], + "Periods": ["Periodes"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Bepaalt de grootte van de rolvenster functie, ten opzichte van de geselecteerde tijdgranulariteit" + ], + "Min periods": ["Min periodes"], + "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": [ + "" + ], + "Time comparison": ["Tijdsvergelijking"], + "Time shift": ["Time shift"], + "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example: 24 hours, 7 days, 52 weeks, 365 days). Free text is supported.": [ + "" + ], + "Calculation type": ["Soort berekening"], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "" + ], + "Resample": [""], + "Rule": ["Regel"], + "Pandas resample rule": ["Pandas resample regel"], + "Fill method": [""], + "Pandas resample method": ["Pandas resample methode"], + "Annotations and Layers": [""], + "Chart Title": [""], + "X Axis": ["X As"], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": ["Y As"], + "Y Axis Title": [""], + "Y AXIS TITLE MARGIN": [""], + "Y AXIS TITLE POSITION": [""], + "Predictive Analytics": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Forecast periods": [""], + "How many periods into the future do we want to predict": [""], + "Confidence interval": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" + ], + "Time related form attributes": ["Tijdgerelateerde vormattributen"], + "Datasource & Chart Type": [""], + "Chart ID": ["Grafiek ID"], + "The id of the active chart": ["Het id van de actieve grafiek"], + "Cache Timeout (seconds)": ["Cache Timeout (seconden)"], + "The number of seconds before expiring the cache": [ + "Het aantal seconden voor het verstrijken van de cache" + ], + "URL Parameters": [""], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra Parameters": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "" + ], + "Time range endpoints": ["Time range endpoints"], + "Time range endpoints (SIP-15)": ["Time range endpoints (SIP-15)"], + "Color Scheme": [""], + "Group by": ["Groep per"], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" + ], + "One or many columns to pivot as columns": [""], + "Series": ["Series"], + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "" + ], + "Entity": ["Entiteit"], + "This defines the element to be plotted on the chart": [ + "Dit definieert het element dat op de grafiek moet worden uitgezet" + ], + "One or many metrics to display": [ + "Eén of vele meeteenheden om weer te geven" + ], + "Right Axis Metric": [""], + "Choose a metric for right axis": [ + "Kies een meeteenheid voor de rechteras" + ], + "Sort by": ["Sorteer op"], + "Metric used to define how the top series are sorted if a series or row limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Bubble Size": [""], + "Metric used to calculate bubble size": [""], + "Metric assigned to the [X] axis": [ + "Meeteenheid toegewezen aan de [X]-as" + ], + "Metric assigned to the [Y] axis": [ + "Meeteenheid toegewezen aan de [Y]-as" + ], + "Color Metric": [""], + "A metric to use for color": ["Een meeteenheid te gebruiken voor kleur"], + "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": [ + "" + ], + "Drop temporal column here": [""], + "Emit dashboard cross filters": [""], + "Emit dashboard cross filters.": [""], + "One or many columns to group by. High cardinality groupings should include a sort by metric and series limit to limit the number of fetched and rendered series.": [ + "" + ], + "The type of visualization to display": [ + "Het type visualisatie dat moet worden weergegeven" + ], + "Fixed Color": [""], + "Use this to define a static color for all circles": [ + "Gebruik dit om een statische kleur te definiëren voor alle cirkels" + ], + "Linear Color Scheme": [""], + "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [ + "Definieert de oorsprong waar de time buckets beginnen, accepteert natuurlijke datums als in `nu`, `zondag` of `1970-01-01`" + ], + "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. 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.": [ + "" + ], + "No filter": [""], + "The time range for the visualization. All relative times, e.g. \"Last month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using the server's local time (sans timezone). All tooltips and placeholder times are expressed in UTC (sans timezone). The timestamps are then evaluated by the database using the engine's local timezone. Note one can explicitly set the timezone per the ISO 8601 format if specifying either the start and/or end time.": [ + "" + ], + "Row limit": ["Rij limiet"], + "Limits the number of rows that get displayed.": [""], + "Series limit": ["Serie limiet"], + "Limits the number of series that get displayed. A joined subquery (or an extra phase where subqueries are not supported) is applied to limit the number of series that get fetched and rendered. This feature is useful when grouping by high cardinality column(s) though does increase the query complexity and cost.": [ + "" + ], + "Y Axis Format": ["Y-as Formaat"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "" + ], + "Time format": [""], + "The color scheme for rendering chart": [ + "Het kleurenschema voor de rendering grafiek" + ], + "Sort descending": ["Sorteer aflopend"], + "Whether to sort descending or ascending. Takes effect only when \"Sort by\" is set": [ + "" + ], + "Show less columns": [""], + "Show all columns": [""], + "Emit Target": [""], + "If you wish to specify a different target column than the original column, it can be entered here": [ + "" + ], + "D3 format": ["D3 formaat"], + "Fraction digits": [""], + "Number of decimal digits to round numbers to": [""], + "Min Width": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "" + ], + "Text align": [""], + "Horizontal alignment": [""], + "Left": [""], + "Center": [""], + "Right": [""], + "Show cell bars": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ + "" + ], + "Color +/-": [""], + "Whether to colorize numeric values by if they are positive or negative": [ + "" + ], + "Small number format": [""], + "D3 number format for numbers between -1.0 and 1.0, useful when you want to have different siginificant digits for small and large numbers": [ + "" + ], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Adaptative formating": [""], + "Duration in ms (66000 => 1m 6s)": [""], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No Results": [""], + "Found invalid orderby options": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "cannot be empty": [""], + "Query": ["Query"], + "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": [ + "" + ], + "Chart Options": [""], + "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\"": [""], + "Time Format": [""], + "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": [""], + "Number Format": [""], + "Correlation": [""], + "Visualizes how a metric has changed over a time using a color scale and a calendar view. Gray values are used to indicate missing values and the linear color scheme is used to encode the magnitude of each day's value.": [ + "" + ], + "Business": [""], + "Comparison": [""], + "Intensity": [""], + "Pattern": [""], + "Report": [""], + "Trend": [""], + "Sort by metric": [""], + "Whether to sort results by the selected metric in descending order.": [ + "" + ], + "Number format": [""], + "Choose a number format": [""], + "Source": ["Bron"], + "Choose a source": [""], + "Target": [""], + "Choose a target": [""], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Aesthetic": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Relational": [""], + "Country": [""], + "Which country to plot the map for?": [""], + "ISO 3166-2 Codes": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" + ], + "Metric to display bottom title": [""], + "Map": [""], + "Visualizes how a single metric varies across a country's principal subdivisions (states, provinces, etc) on a chloropleth map. Each subdivision's value is elevated when you hover over the corresponding geographic boundary.": [ + "" + ], + "2D": [""], + "Geo": [""], + "Range": [""], + "Stacked": [""], + "Sorry, there appears to be no data": [""], + "Event definition": [""], + "Event Names": [""], + "Columns to display": [""], + "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": [ + "" + ], + "Additional metadata": [""], + "Metadata": [""], + "Select any columns for metadata inspection": [""], + "Entity ID": [""], + "e.g., a \"user id\" column": [""], + "Max Events": [""], + "The maximum number of events to return, equivalent to the number of rows": [ + "" + ], + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" + ], + "Event Flow": [""], + "Progressive": [""], + "Link Length": [""], + "Link length in the force layout": [""], + "Charge": [""], + "Charge in the force layout": [""], + "Source / Target": [""], + "Choose a source and a target": [""], + "Force-directed Graph": [""], + "Axis ascending": [""], + "Axis descending": [""], + "Metric ascending": [""], + "Metric descending": [""], + "Heatmap Options": [""], + "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": [""], + "Rendering": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" + ], + "Normalize Across": [""], + "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [ + "" + ], + "Left Margin": [""], + "Left margin, in pixels, allowing for more room for axis labels": [""], + "Bottom Margin": [""], + "Bottom margin, in pixels, allowing for more room for axis labels": [""], + "Value bounds": [""], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "" + ], + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Show percentage": [""], + "Whether to include the percentage in the tooltip": [""], + "Normalized": [""], + "Whether to apply a normal distribution based on rank on the color scale": [ + "" + ], + "Value Format": [""], + "Visualize a related metric across pairs of groups. Heatmaps excel at showcasing the correlation or strength between two groups. Color is used to emphasize the strength of the link between each pair of groups.": [ + "" + ], + "Sizes of vehicles": [""], + "Employment and education": [""], + "Density": [""], + "Predictive": [""], + "Single Metric": [""], + "count": [""], + "cumulative": [""], + "percentile (exclusive)": [""], + "Select the numeric columns to draw the histogram": [""], + "No of Bins": [""], + "Select the number of bins for the histogram": [""], + "X Axis Label": [""], + "Y Axis Label": [""], + "Whether to normalize the histogram": [""], + "Cumulative": [""], + "Whether to make the histogram cumulative": [""], + "Distribution": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Population age data": [""], + "Sort Descending": [""], + "Whether to sort descending or ascending": [ + "Aflopend of oplopend sorteren" + ], + "Contribution": ["Bijdrage"], + "Compute the contribution to the total": [ + "Bereken de bijdrage aan het totaal" + ], + "Series Height": [""], + "Pixel height of each series": [""], + "Value Domain": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" + ], + "Horizon Chart": [""], + "Longitude": [""], + "Column containing longitude data": [""], + "Latitude": [""], + "Column containing latitude data": [""], + "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.": [ + "" + ], + "Points": [""], + "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": [""], + "Labelling": [""], + "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.": [ + "" + ], + "Cluster label aggregator": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" + ], + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Base layer map style": [""], + "Opacity": ["Opaciteit"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "RGB Color": [""], + "The color for points and clusters in RGB": [""], + "Viewport": [""], + "Default longitude": [""], + "Longitude of default viewport": [""], + "Default latitude": [""], + "Latitude of default viewport": [""], + "Zoom": [""], + "Zoom level of the map": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "" + ], + "Light mode": [""], + "Dark mode": [""], + "MapBox": [""], + "Scatter": [""], + "Transformable": [""], + "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": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "" + ], + "Paired t-test Table": [""], + "Statistical": [""], + "Tabular": [""], + "Options": [""], + "Data Table": [""], + "Whether to display the interactive data table": [""], + "Include Series": [""], + "Include series name as an axis": [""], + "Ranking": [""], + "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ + "" + ], + "Coordinates": [""], + "Directional": [""], + "Time Series 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": [""], + "Date Time Format": [""], + "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": [ + "" + ], + "Log Scale": [""], + "Use a log scale": [""], + "Equal Date Sizes": [""], + "Check to force date partitions to have the same height": [""], + "Rich Tooltip": [""], + "The rich tooltip shows a list of all series for that point in time": [ + "" + ], + "Rolling Window": [""], + "Rolling Function": [""], + "Min Periods": [""], + "Time Comparison": [""], + "Time Shift": [""], + "Python Functions": [""], + "Method": ["Methode"], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Partition Chart": [""], + "Categorical": [""], + "Pivot Options": [""], + "Aggregation function": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" + ], + "Show totals": [""], + "Display total row/column": [""], + "Combine Metrics": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" + ], + "Transpose Pivot": [""], + "Swap Groups and Columns": [""], + "Date format": [""], + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location.\n\n This chart is being deprecated and we recommend checking out Pivot Table V2 instead!": [ + "" + ], + "Use Area Proportions": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" + ], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" + ], + "Nightingale Rose Chart": [""], + "Advanced-Analytics": [""], + "Multi-Layers": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" + ], + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "" + ], + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "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": [ + "" + ], + "When only a primary metric is provided, a categorical color scale is used.": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ + "" + ], + "Hierarchy": [""], + "This defines the level of the hierarchy": [""], + "Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.": [ + "" + ], + "Sunburst Chart": [""], + "Multi-Levels": [""], + "Ratio": [""], + "Target aspect ratio for treemap tiles.": [""], + "Shows the composition of a dataset by segmenting a given rectangle as smaller rectangles with areas proportional to their value or contribution to the whole. Those rectangles may also, in turn, be further segmented hierarchically.": [ + "" + ], + "Country Field Type": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "" + ], + "Show Bubbles": [""], + "Whether to display bubbles on top of countries": [""], + "Max Bubble Size": [""], + "Country Column": [""], + "3 letter code of the country": [""], + "Metric for Color": [""], + "Metric that defines the color of the country": [""], + "Metric that defines the size of the bubble": [""], + "Bubble Color": [""], + "Country Color Scheme": [""], + "A map of the world, that can indicate values in different countries.": [ + "" + ], + "Multi-Dimensions": [""], + "Multi-Variables": [""], + "Popular": [""], + "deck.gl charts": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Select charts": [""], + "Error while fetching charts": [""], + "Compose multiple layers together to form complex visuals.": [""], + "deck.gl Multiple Layers": [""], + "deckGL": [""], + "Data has no time steps": [""], + "Start Longitude & Latitude": [""], + "Point to your spatial columns": [""], + "End Longitude & Latitude": [""], + "Arc": [""], + "Target Color": [""], + "Color of the target location": [""], + "Categorical Color": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Stroke Width": [""], + "Advanced": ["Geavanceerd"], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "GeoJson Settings": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "deck.gl Geojson": [""], + "Height": ["Hoogte"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" + ], + "deck.gl Grid": [""], + "Experimental": [""], + "Dynamic Aggregation Function": [""], + "The function to use when aggregating points into groups": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" + ], + "deck.gl 3D Hexagon": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], + "Polygon Column": [""], + "Polygon Encoding": [""], + "Elevation": [""], + "Polygon Settings": [""], + "Opacity, expects values between 0 and 100": [""], + "Number of buckets to group data": [""], + "How many buckets should the data be grouped in.": [""], + "Bucket break points": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "Emit Filter Events": [""], + "Whether to apply filter when items are clicked": [""], + "Multiple filtering": [""], + "Allow sending multiple polygons as a filter event": [""], + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" + ], + "deck.gl Polygon": [""], + "Point Size": [""], + "Point Unit": [""], + "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.": [ + "" + ], + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" + ], + "deck.gl Scatterplot": [""], + "Grid": [""], + "Weight": [""], + "Metric used as a weight for the grid's coloring": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" + ], + "deck.gl Screen Grid": [""], + "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.": [ + "" + ], + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "Dimension": [""], + "Select a dimension": [""], + "Extra data for JS": [""], + "List of extra columns made available in Javascript functions": [""], + "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 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": [ + "" + ], + "Legend Format": [""], + "Choose the format for legend values": [""], + "Legend Position": [""], + "Choose the position of the legend": [""], + "Lines column": [""], + "The database columns that contains lines information": [""], + "Line width": ["Lijndikte"], + "The width of the lines": [""], + "Fill Color": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "" + ], + "Stroke Color": [""], + "Filled": [""], + "Whether to fill the objects": [""], + "Stroked": [""], + "Whether to display the stroke": [""], + "Extruded": [""], + "Grid Size": [""], + "Defines the grid size in pixels": [""], + "Parameters related to the view and perspective on the map": [""], + "Longitude & Latitude": [""], + "Fixed point radius": [""], + "Multiplier": [""], + "Factor to multiply the metric by": [""], + "Lines encoding": [""], + "The encoding format of the lines": [""], + "Reverse Lat & Long": [""], + "GeoJson Column": [""], + "Select the geojson column": [""], + "Right Axis Format": [""], + "Show Markers": [""], + "Show data points as circle markers on the lines": [""], + "Y bounds": [""], + "Whether to display the min and max values of the Y-axis": [""], + "Y 2 bounds": [""], + "Line Style": [""], + "Line interpolation as defined by d3.js": [""], + "Show Range Filter": [""], + "Whether to display the time range interactive selector": [""], + "Extra Controls": [""], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "" + ], + "X Tick Layout": [""], + "The way the ticks are laid out on the X-axis": [""], + "X Axis Format": [""], + "Y Log Scale": [""], + "Use a log scale for the Y-axis": [""], + "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.": [ + "" + ], + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Bar Values": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" + ], + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "Evolution": [""], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "" + ], + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Area Chart": [""], + "Continuous": [""], + "Line": [""], + "nvd3": [""], + "Deprecated": [""], + "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ + "" + ], + "Time-series Bar Chart": [""], + "Bar": [""], + "Vertical": [""], + "Box Plot": [""], + "X Log Scale": [""], + "Use a log scale for the X-axis": [""], + "Visualizes a metric across three dimensions of data in a single chart (X axis, Y axis, and bubble size). Bubbles from the same group can be showcased using bubble color.": [ + "" + ], + "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": [""], + "KPI": [""], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" + ], + "Time-series Percent Change": [""], + "Sort Bars": [""], + "Sort bars by x labels.": [""], + "Breakdowns": [""], + "Defines how each series is broken down": [""], + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" + ], + "Bar Chart": [""], + "Additive": [""], + "Discrete": [""], + "Y Axis 1": [""], + "Y Axis 2": [""], + "Left Axis Metric": [""], + "Choose a metric for left axis": [""], + "Left Axis Format": [""], + "Visualizes 2 metrics as line plots using the same x-axis. This chart is useful for comparing metrics across the same time range.": [ + "" + ], + "Dual Line Chart": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Line Chart": [""], + "Prefix metric name with slice name": [""], + "Y Axis Left": [""], + "Left Axis chart(s)": [""], + "Choose one or more charts for left axis": [""], + "Y Axis Right": [""], + "Right Axis chart(s)": [""], + "Choose one or more charts for right axis": [""], + "Visualize two different time series using the same x-axis time range. This chart is being deprecated and we recommend using the Mixed Timeseries Chart instead!": [ + "" + ], + "Multiple Line Charts": [""], + "Label Type": [""], + "What should be shown on the label?": [""], + "Donut": [""], + "Do you want a donut or a pie?": [""], + "Show Labels": [""], + "Whether to display the labels. Note that the label only displays when the the 5% threshold.": [ + "" + ], + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Pie Chart": [""], + "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.": [ + "" + ], + "Time-series Period Pivot": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Additional padding for legend.": [""], + "Legend type": [""], + "Show Value": [""], + "Show series values on the chart": [""], + "Stack series": [""], + "Stack series on top of each other": [""], + "Only Total": [""], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "" + ], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Tooltip time format": [""], + "Tooltip sort by metric": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ + "" + ], + "Tooltip": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": ["Geen data"], + "No data after filtering or data is NULL for the latest time record": [ + "" + ], + "Try applying different filters or ensuring your datasource has data": [ + "" + ], + "Big Number Font Size": [""], + "Tiny": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "Force date format": [""], + "Use date formatting even when metric value is not a timestamp": [""], + "Showcases a single metric front-and-center. Big number is best used to call attention to a KPI or the one thing you want your audience to focus on.": [ + "" + ], + "A Big Number": [""], + "With a subheader": [""], + "Formattable": [""], + "Comparison Period Lag": [""], + "Based on granularity, number of time periods to compare against": [""], + "Comparison suffix": [""], + "Suffix to apply after the percentage display": [""], + "Show Timestamp": [""], + "Whether to display the timestamp": [""], + "Show Trend Line": [""], + "Whether to display the trend line": [""], + "Start y-axis at 0": [""], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "" + ], + "Fix to selected Time Range": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "" + ], + "Showcases a single number accompanied by a simple line chart, to call attention to an important metric along with its change over time or other dimension.": [ + "" + ], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across. Defaults to temporal column if left empty.": [ + "" + ], + "Also known as a box and whisker plot, this visualization compares the distributions of a related metric across multiple groups. The box in the middle emphasizes the mean, median, and inner 2 quartiles. The whiskers around each box visualize the min, max, range, and outer 2 quartiles.": [ + "" + ], + "ECharts": [""], + "Labels": [""], + "Whether to display the labels.": [""], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "" + ], + "Funnel Chart": [""], + "Sequential": [""], + "Columns to group by": [""], + "General": [""], + "Min": ["Min"], + "Minimum value on the gauge axis": [""], + "Max": ["Max"], + "Maximum value on the gauge axis": [""], + "Start angle": [""], + "Angle at which to start progress axis": [""], + "End angle": [""], + "Angle at which to end progress axis": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Value format": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Show pointer": [""], + "Whether to show the pointer": [""], + "Animation": [""], + "Whether to animate the progress and the value or just display them": [ + "" + ], + "Axis": [""], + "Show axis line ticks": [""], + "Whether to show minor ticks on the axis": [""], + "Show split lines": [""], + "Whether to show the split lines on the axis": [""], + "Split number": [""], + "Number of split segments on the axis": [""], + "Progress": [""], + "Show progress": [""], + "Whether to show the progress of gauge chart": [""], + "Overlap": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" + ], + "Round cap": [""], + "Style the ends of the progress bar with a round cap": [""], + "Intervals": [""], + "Interval bounds": [""], + "Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and 4-5. Last number should match the value provided for MAX.": [ + "" + ], + "Interval colors": [""], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" + ], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" + ], + "Gauge Chart": [""], + "Name of the source nodes": [""], + "Name of the target nodes": [""], + "Source category": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ + "" + ], + "Target category": [""], + "Category of target nodes": [""], + "Chart options": [""], + "Layout": [""], + "Graph layout": [""], + "Force": [""], + "Layout type of graph": [""], + "Edge symbols": [""], + "Symbol of two ends of edge line": [""], + "None -> None": [""], + "None -> Arrow": [""], + "Circle -> Arrow": [""], + "Circle -> Circle": [""], + "Enable node dragging": [""], + "Whether to enable node dragging in force layout mode.": [""], + "Enable graph roaming": [""], + "Disabled": [""], + "Scale only": [""], + "Move only": [""], + "Scale and Move": [""], + "Whether to enable changing graph position and scaling.": [""], + "Node select mode": [""], + "Single": [""], + "Multiple": [""], + "Allow node selections": [""], + "Label threshold": [""], + "Minimum value for label to be displayed on graph.": [""], + "Node size": [""], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Edge width": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Edge length": [""], + "Edge length between nodes": [""], + "Gravity": [""], + "Strength to pull the graph toward center": [""], + "Repulsion": [""], + "Repulsion strength between nodes": [""], + "Friction": [""], + "Friction between nodes": [""], + "Displays connections between entities in a graph structure. Useful for mapping relationships and showing which nodes are important in a network. Graph charts can be configured to be force-directed or circulate. If your data has a geospatial component, try the deck.gl Arc chart.": [ + "" + ], + "Graph Chart": [""], + "Structural": [""], + "Series type": [""], + "Series chart type (line, bar etc)": [""], + "Area chart": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Opacity of area chart.": [""], + "Marker": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Marker size": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Primary": [""], + "Secondary": [""], + "Primary or secondary y-axis": [""], + "Query A": [""], + "Query B": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" + ], + "Primary y-axis format": [""], + "Logarithmic y-axis": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "Visualize two different time series using the same x-axis time range. Note that each time series can be visualized differently (e.g. 1 using bars and 1 using a line).": [ + "" + ], + "Mixed Time-Series": [""], + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Pie shape": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], + "Label position": [""], + "Radar": [""], + "Customize Metrics": [""], + "Further customize how to display each metric": [""], + "Circle radar shape": [""], + "Radar render type, whether to display 'circle' shape.": [""], + "Visualize a parallel set of metrics across multiple groups. Each group is visualized using its own line of points and each metric is represented as an edge in the chart.": [ + "" + ], + "Radar Chart": [""], + "Contribution Mode": [""], + "Calculate contribution per series or row": [""], + "Series Style": [""], + "Area chart opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Swiss army knife for visualizing time series data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" + ], + "Generic Chart": [""], + "Time-series Chart": [""], + "Area charts are similar to line charts in that they represent variables with the same scale, but area charts stack the metrics on top of each other.": [ + "" + ], + "Time-series Area chart are similar to line chart in that they represent variables with the same scale, but area charts stack the metrics on top of each other. An area chart in Superset can be stream, stack, or expand.": [ + "" + ], + "Area Chart v2": [""], + "Time-series Area Chart": [""], + "It’s not recommended to truncate y-axis in Bar chart.": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Time-series Bar Charts are used to show the changes in a metric over time as a series of bars.": [ + "" + ], + "Bar Chart v2": [""], + "Time-series Bar Chart v2": [""], + "Line chart is used to visualize measurements taken over a given category. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Time-series line chart is used to visualize repeated measurements taken over regular time intervals. Line chart is a type of chart which displays information as a series of data points connected by straight line segments. It is a basic type of chart common in many fields.": [ + "" + ], + "Time-series Line Chart": [""], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Time-series Scatter Plot has time on the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "" + ], + "Scatter Plot": [""], + "Time-series Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Time-series Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" + ], + "Smooth Line": [""], + "Time-series Smooth Line": [""], + "Step type": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" + ], + "Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Time-series Stepped-line graph (also called step chart) is a variation of line chart but with the line forming a series of steps between data points. A step chart can be useful when you want to show the changes that occur at irregular intervals.": [ + "" + ], + "Stepped Line": [""], + "Time-series Stepped Line": [""], + "Id": [""], + "Name of the id column": [""], + "Parent": [""], + "Name of the column containing the id of the parent node": [""], + "Optional name of the data column.": [""], + "Root node id": [""], + "Id of root node of the tree.": [""], + "Metric for node values": [""], + "Tree layout": [""], + "Orthogonal": [""], + "Radial": [""], + "Layout type of tree": [""], + "Tree orientation": [""], + "Left to Right": [""], + "Right to Left": [""], + "Top to Bottom": [""], + "Bottom to Top": [""], + "Orientation of tree": [""], + "Node label position": [""], + "left": [""], + "top": [""], + "right": [""], + "bottom": [""], + "Position of intermidiate node label on tree": [""], + "Child label position": [""], + "Position of child node label on tree": [""], + "Emphasis": [""], + "ancestor": [""], + "descendant": [""], + "Which relatives to highlight on hover": [""], + "Symbol": [""], + "Empty circle": [""], + "Circle": [""], + "Rectangle": [""], + "Triangle": [""], + "Diamond": [""], + "Pin": [""], + "Arrow": [""], + "Symbol size": [""], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" + ], + "Tree Chart": [""], + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Show hierarchical relationships of data, with with the value represented by area, showing proportion and contribution to the whole.": [ + "" + ], + "Treemap v2": [""], + "Columns to group by on the columns": [""], + "Rows": ["Rijen"], + "Columns to group by on the rows": [""], + "Apply metrics on": [""], + "Use metrics as a top level group for columns or for rows": [""], + "Cell limit": [""], + "Limits the number of cells that get retrieved.": [""], + "Metric used to define how the top series are sorted if a series or cell limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" + ], + "Show rows total": [""], + "Display row level total": [""], + "Show columns total": [""], + "Display column level total": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Combine metrics": [""], + "D3 time format for datetime columns": [""], + "Sort rows by": [""], + "key a-z": [""], + "key z-a": [""], + "value ascending": [""], + "value descending": [""], + "Change order of rows.": [""], + "Available sorting modes:": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "Sort columns by": [""], + "Change order of columns.": [""], + "By key: use column names as sorting key": [""], + "Rows subtotal position": [""], + "Top": [""], + "Bottom": [""], + "Position of row level subtotal": [""], + "Columns subtotal position": [""], + "Position of column level subtotal": [""], + "Conditional formatting": [""], + "Apply conditional color formatting to metrics": [""], + "Used to summarize a set of data by grouping together multiple statistics along two axes. Examples: Sales numbers by region and month, tasks by status and assignee, active users by age and location. Not the most visually stunning visualization, but highly informative and versatile.": [ + "" + ], + "Pivot Table v2": [""], + "Unknown input format": [""], + "search.num_records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Totals": [""], + "page_size.all": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "Query mode": [""], + "must have a value": [""], + "Percentage metrics": [""], + "Metrics for which percentage of total are to be displayed. Calculated from only data within the row limit.": [ + "" + ], + "Ordering": [""], + "Order results by selected columns": [""], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Include time": [""], + "Whether to include the time granularity as defined in the time section": [ + "" + ], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Timestamp format": [""], + "Page length": [""], + "Search box": [""], + "Whether to include a client-side search box": [""], + "Cell bars": [""], + "Whether to align background charts with both positive and negative values at 0": [ + "" + ], + "Customize columns": [""], + "Further customize how to display each column": [""], + "Apply conditional color formatting to numeric columns": [""], + "Classic row-by-column spreadsheet like view of a dataset. Use tables to showcase a view into the underlying data or to show aggregated metrics.": [ + "" + ], + "Word Cloud": [""], + "Minimum Font Size": [""], + "Font size for the smallest value in the list": [""], + "Maximum Font Size": [""], + "Font size for the biggest value in the list": [""], + "Word Rotation": [""], + "Rotation to apply to words in the cloud": [""], + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "" + ], + "Add item": ["Voeg item toe"], + "The query couldn't be loaded": ["De query kon niet geladen worden"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, navigeert u naar Opgeslagen zoekopdrachten" + ], + "Your query could not be scheduled": ["Uw vraag kon niet worden gepland"], + "Failed at retrieving results": ["Fout bij het ophalen van resultaten"], + "An error occurred while storing the latest query id in the backend. Please contact your administrator if this problem persists.": [ + "" + ], + "Unknown error": ["Onbekende fout"], + "Query was stopped.": ["Query is gestopt."], + "Failed at stopping query. %s": [""], + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "" + ], + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "" + ], + "Copy of %s": ["Kopie van %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem contact op met uw beheerder." + ], + "An error occurred while fetching tab state": [ + "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" + ], + "An error occurred while hiding the left bar. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem contact op met uw beheerder." + ], + "An error occurred while removing tab. Please contact your administrator.": [ + "" + ], + "An error occurred while removing query. Please contact your administrator.": [ + "" + ], + "An error occurred while setting the tab database ID. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van de database-ID van het tabblad. Neem contact op met uw beheerder." + ], + "An error occurred while setting the tab schema. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het tabblad schema. Neem contact op met uw beheerder." + ], + "An error occurred while setting the tab autorun. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem contact op met uw beheerder." + ], + "An error occurred while setting the tab title. Please contact your administrator.": [ + "Er is een fout opgetreden bij het instellen van de tabbladtitel. Neem contact op met uw beheerder." + ], + "Your query could not be saved": [ + "Uw zoekopdracht kon niet worden opgeslagen" + ], + "Your query was not properly saved": [""], + "Your query was saved": ["Uw zoekopdracht werd opgeslagen"], + "Your query was updated": ["Uw zoekopdracht werd bijgewerkt"], + "Your query could not be updated": [ + "Uw zoekopdracht kon niet worden bijgewerkt" + ], + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "" + ], + "An error occurred while setting the tab template parameters. Please contact your administrator.": [ + "" + ], + "An error occurred while fetching table metadata": [ + "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel" + ], + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel. Neem contact op met uw beheerder." + ], + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. Neem contact op met uw beheerder." + ], + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. Neem contact op met uw beheerder." + ], + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Er is een fout opgetreden tijdens het verwijderen van het tabelschema. Neem contact op met uw beheerder." + ], + "Shared query": ["Gedeelde zoekopdracht"], + "The datasource couldn't be loaded": [ + "De datasource kon niet geladen worden" + ], + "An error occurred while creating the data source": [ + "Er is een fout opgetreden bij het aanmaken van de gegevensbron" + ], + "An error occurred while fetching function names.": [ + "Er is een fout opgetreden bij het ophalen van functienamen." + ], + "SQL Lab uses your browser's local storage to store queries and results.\nCurrently, you are using %(currentUsage)s KB out of %(maxStorage)d KB storage space.\nTo keep SQL Lab from crashing, please delete some query tabs.\nYou can re-access these queries by using the Save feature before you delete the tab.\nNote that you will need to close other SQL Lab windows before you do this.": [ + "" + ], + "Estimate selected query cost": [ + "Kostenraming van de geselecteerde zoekopdracht" + ], + "Estimate cost": ["Kostenraming"], + "Cost estimate": ["Kostenraming"], + "Creating a data source and creating a new tab": [ + "Een gegevensbron maken en een nieuw tabblad maken" + ], + "An error occurred": ["Er is een fout opgetreden"], + "Explore the result set in the data exploration view": [ + "Verken de resultaten in de gegevensverkenningsweergave" + ], + "Source SQL": ["Bron SQL"], + "Executed SQL": [""], + "SQL": ["SQL"], + "No query history yet...": ["Nog geen zoekgeschiedenis…"], + "An error occurred when refreshing queries": [ + "Er is een fout opgetreden bij het vernieuwen van de queries" + ], + "It seems you don't have access to any database": [ + "Het lijkt erop dat je geen toegang hebt tot een database" + ], + "Filter by user": ["Filter op gebruiker"], + "Filter by database": ["Filter op database"], + "Query search string": ["Query zoek string"], + "[From]-": ["[From]-"], + "[To]-": ["[To]-"], + "Filter by status": ["Filter op status"], + "Success": ["Succes"], + "Failed": ["Mislukt"], + "Running": ["Running"], + "Fetching": [""], + "Offline": ["Offline"], + "Scheduled": ["Gepland"], + "Unknown Status": [""], + "Edit": ["Bewerk"], + "View results": ["Resultaten weergeven"], + "Data preview": ["Data preview"], + "Overwrite text in the editor with a query on this table": [ + "Overschrijf tekst in de editor met een query op deze tabel" + ], + "Run query in a new tab": ["Query uitvoeren in een nieuw tabblad"], + "Remove query from log": ["Verwijder de query uit de log"], + "An error occurred saving dataset": [ + "Er is een fout opgetreden bij het opslaan van dataset" + ], + "Download to CSV": ["Download naar CSV"], + "Copy to Clipboard": ["Kopieer naar Klembord"], + "Too many columns to filter": [""], + "Filter results": ["Filter resultaten"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query": [""], + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "" + ], + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "" + ], + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %s by the dropdown.": [""], + "Query was stopped": ["Query is gestopt"], + "Database error": ["Database fout"], + "was created": ["werd gecreëerd"], + "Query in a new tab": ["Zoekopdracht in een nieuw tabblad"], + "The query returned no data": ["De query leverde geen gegevens op"], + "Fetch data preview": ["Gegevens ophalen preview"], + "Refetch results": ["Resultaten opnieuw ophalen"], + "Track job": ["Track job"], + "Stop": ["Stop"], + "Run selection": ["Selectie uitvoeren"], + "Run": ["Uitvoeren"], + "Stop running (Ctrl + x)": ["Stop de uitvoering (Ctrl + x)"], + "Run query (Ctrl + Return)": ["Query uitvoeren (Ctrl + Return)"], + "Save & Explore": ["Opslaan en verkennen"], + "Overwrite & Explore": ["Overschrijven en verkennen"], + "Undefined": ["Ongedefinieerd"], + "Save": ["Opslaan"], + "Save as": ["Opslaan als"], + "Save query": ["Zoekopdracht opslaan"], + "Save as new": ["Opslaan als nieuw"], + "Update": ["Update"], + "Label for your query": ["Label voor uw zoekopdracht"], + "Write a description for your query": [ + "Schrijf een omschrijving voor uw zoekopdracht." + ], + "Schedule query": ["Query planning"], + "Schedule": ["Planning"], + "There was an error with your request": [ + "Er is een fout opgetreden in uw verzoek." + ], + "Please save the query to enable sharing": [ + "Sla de query op om te kunnen delen" + ], + "Copy query link to your clipboard": [ + "Kopieer query link naar uw klembord" + ], + "Save the query to enable this feature": [ + "Sla de query op om deze functie in te schakelen" + ], + "Copy link": ["Kopieer link"], + "No stored results found, you need to re-run your query": [ + "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" + ], + "Run a query to display results here": [ + "Voer een query uit om de resultaten hier weer te geven" + ], + "Preview: `%s`": ["Preview: `%s`"], + "Results": ["Resultaten"], + "Query history": ["Geschiedenis van de opzoeking"], + "Run query": ["Zoekopdracht uitvoeren"], + "New tab": ["Nieuw tabblad"], + "Untitled query": ["Naamloze zoekopdracht"], + "Stop query": ["Query stoppen"], + "Schedule the query periodically": ["Plan de zoekopdracht periodiek"], + "You must run the query successfully first": [ + "U moet de query eerst succesvol uitvoeren" + ], + "Autocomplete": ["Autocomplete"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "Estimate the cost before running a query": [ + "Kostenraming voordat een query wordt uitgevoerd" + ], + "Collapse table preview": [""], + "Expand table preview": [""], + "Reset state": ["Reset status"], + "Enter a new title for the tab": [ + "Voer een nieuwe titel in voor het tabblad" + ], + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" + ], + "Untitled Query %s": ["Naamloze Query %s"], + "Close tab": ["Tabblad sluiten"], + "Rename tab": ["Tabblad hernoemen"], + "Expand tool bar": ["Werkbalk uitbreiden"], + "Hide tool bar": ["Verberg werkbalk"], + "Close all other tabs": ["Sluit alle andere tabbladen"], + "Duplicate tab": ["Tabblad Dupliceren"], + "New tab (Ctrl + q)": ["Nieuw tabblad (Ctrl + q)"], + "New tab (Ctrl + t)": ["Nieuw tabblad (Ctrl + t)"], + "Copy partition query to clipboard": [ + "Kopieer partitie query naar klembord" + ], + "latest partition:": ["laatste partitie:"], + "Keys for table": ["Sleutels voor tabel"], + "View keys & indexes (%s)": ["Bekijk sleutels & indexen (%s)"], + "Original table column order": ["Originele tabel kolom volgorde"], + "Sort columns alphabetically": ["Sorteer kolommen alfabetisch"], + "Copy SELECT statement to the clipboard": [ + "Kopieer SELECT-instructie naar het klembord" + ], + "Show CREATE VIEW statement": ["Toon CREATE VIEW statement"], + "CREATE VIEW statement": ["CREATE VIEW statement"], + "Remove table preview": ["Verwijder tabel preview"], + "Edit template parameters": ["Bewerk template parameters"], + "Parameters ": [""], + "Invalid JSON": ["Ongeldige JSON"], + "Create a new chart": ["Maak een nieuwe grafiek"], + "Choose a dataset": ["Kies een dataset"], + "Dataset": ["Dataset"], + "Instructions to add a dataset are available in the Superset tutorial.": [ + "" + ], + "Choose chart type": [""], + "Please select both a Dataset and a Chart type to proceed": [""], + "Create new chart": ["Maak een nieuwe grafiek"], + "Drag and drop values into highlighted field(s) on the left control panel and run query": [ + "" + ], + "Select values in highlighted field(s) on the left control panel and run query": [ + "" + ], + "Add required control values to preview chart": [""], + "No results were returned for this query": [""], + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "" + ], + "An error occurred while loading the SQL": [ + "Er is een fout opgetreden bij het laden van de SQL" + ], + "Updating chart was stopped": [""], + "An error occurred while rendering the visualization: %s": [""], + "Network error.": [""], + "Click to see difference": ["Klik om het verschil te zien"], + "Altered": ["Gewijzigd"], + "Chart changes": ["Veranderingen in de grafiek"], + "Superset chart": ["Superset grafiek"], + "Check out this chart in dashboard:": [ + "Kijk naar deze grafiek in het dashboard:" + ], + "Select ...": ["Selecteer …"], + "Loaded data cached": ["Geladen gegevens in de cache"], + "Loaded from cache": ["Geladen uit de cache"], + "Click to force-refresh": ["Klik om te herladen"], + "cached": ["cached"], + "Copy to clipboard": ["Kopieer naar klembord"], + "Copied to clipboard!": ["Gekopieerd naar het klembord!"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" + ], + "every": ["elke"], + "every month": ["elke maand"], + "every day of the month": ["elke dag van de maand"], + "day of the month": ["dag van de maand"], + "every day of the week": ["elke dag van de week"], + "day of the week": ["dag van de week"], + "every hour": ["elk uur"], + "every minute": [""], + "year": ["jaar"], + "month": ["maand"], + "week": ["week"], + "day": ["dag"], + "hour": ["uur"], + "minute": ["minuut"], + "reboot": ["herstart"], + "Every": ["Elke"], + "in": ["in"], + "on": ["op"], + "and": ["en"], + "at": ["op"], + ":": [":"], + "minute(s)": [""], + "Invalid cron expression": ["Ongeldige cron expressie"], + "Clear": ["Verwijder"], + "Sunday": ["Zondag"], + "Monday": ["Maandag"], + "Tuesday": ["Dinsdag"], + "Wednesday": ["Woensdag"], + "Thursday": ["Donderdag"], + "Friday": ["Vrijdag"], + "Saturday": ["Zaterdag"], + "January": ["Januari"], + "February": ["Februari"], + "March": ["Maart"], + "April": ["April"], + "May": ["Mei"], + "June": ["Juni"], + "July": ["Juli"], + "August": ["Augustus"], + "September": ["September"], + "October": ["Oktober"], + "November": ["November"], + "December": ["December"], + "SUN": ["ZO"], + "MON": ["MA"], + "TUE": ["DI"], + "WED": ["WO"], + "THU": ["DO"], + "FRI": ["VR"], + "SAT": ["ZA"], + "JAN": ["JAN"], + "FEB": ["FEB"], + "MAR": ["MAA"], + "APR": ["APR"], + "MAY": ["MEI"], + "JUN": ["JUN"], + "JUL": ["JUL"], + "AUG": ["AUG"], + "SEP": ["SEP"], + "OCT": ["OKT"], + "NOV": ["NOV"], + "DEC": ["DEC"], + "There was an error loading the schemas": [""], + "Select database or type database name": [""], + "Force refresh schema list": ["Forceer vernieuwen schema lijst"], + "Select schema or type schema name": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de metadata niet bestaat." + ], + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Het wijzigen van de dataset kan de grafiek breken indien de grafiek steunt op kolommen of metadata die niet bestaan in de doel-dataset" + ], + "dataset": ["dataset"], + "Connection": [""], + "Change dataset": ["Wijzig dataset"], + "Warning!": ["Waarschuwing!"], + "Search / Filter": ["Zoek / Filter"], + "Physical (table or view)": ["Fysiek (tabel of overzicht)"], + "Virtual (SQL)": ["Virtueel (SQL)"], + "SQL expression": ["SQL expressie"], + "Data type": ["Data type"], + "Datetime format": ["Datetime formaat"], + "The pattern of timestamp format. For strings use ": [ + "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " + ], + "Python datetime string pattern": ["Python datetime string patroon"], + " expression which needs to adhere to the ": [ + " uitdrukking die moet voldoen aan de " + ], + "ISO 8601": ["ISO 8601"], + " standard to ensure that the lexicographical ordering\n coincides with the chronological ordering. If the\n timestamp format does not adhere to the ISO 8601 standard\n you will need to define an expression and type for\n transforming the string into a date or timestamp. Note\n currently time zones are not supported. If time is stored\n in epoch format, put `epoch_s` or `epoch_ms`. If no pattern\n is specified we fall back to using the optional defaults on a per\n database/column name level via the extra parameter.": [ + "" + ], + "Certified By": [""], + "Person or group that has certified this metric": [ + "Persoon of groep die deze meetwaarde heeft gecertificeerd" + ], + "Certified by": ["Gecertificeerd door"], + "Certification details": ["Details certificering"], + "Details of the certification": ["Details van de certificering"], + "Is dimension": ["Is dimensie"], + "Default datetime": [""], + "Is filterable": ["Kan gefilterd worden"], + "Select owners": [""], + "Modified columns: %s": ["Gewijzigde kolommen: %s"], + "Removed columns: %s": ["Verwijderde kolommen: %s"], + "New columns added: %s": ["Nieuwe kolommen toegevoegd: %s"], + "Metadata has been synced": ["Metadata zijn gesynchroniseerd"], + "An error has occurred": ["Er is een fout opgetreden"], + "Column name [%s] is duplicated": ["Kolomnaam [%s] is gedupliceerd"], + "Metric name [%s] is duplicated": ["Meeteenheid naam [%s] is dubbel"], + "Calculated column [%s] requires an expression": [ + "Berekende kolom [%s] vereist een uitdrukking" + ], + "Basic": ["Berekende kolom [%s] vereist een uitdrukking"], + "Default URL": ["Standaard URL"], + "Default URL to redirect to when accessing from the dataset list page": [ + "Standaard URL om naar door te verwijzen bij toegang vanaf de dataset lijst pagina" + ], + "Autocomplete filters": ["Autocomplete filters"], + "Whether to populate autocomplete filters options": [ + "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" + ], + "Autocomplete query predicate": ["Autocomplete query predicaat"], + "When using \"Autocomplete filters\", this can be used to improve performance of the query fetching the values. Use this option to apply a predicate (WHERE clause) to the query selecting the distinct values from the table. Typically the intent would be to limit the scan by applying a relative time filter on a partitioned or indexed time-related field.": [ + "" + ], + "Extra data to specify table metadata. Currently supports metadata of the format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`.": [ + "" + ], + "Cache timeout": ["Cache timeout"], + "The duration of time in seconds before the cache is invalidated": [ + "De tijdsduur in seconden voordat de cache ongeldig wordt gemaakt" + ], + "Hours offset": ["Uur offset"], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "" + ], + "Spatial": ["Ruimtelijk"], + "Click the lock to make changes.": [ + "Klik op het slotje om wijzigingen aan te brengen." + ], + "Click the lock to prevent further changes.": [ + "Klik op het slotje om verdere wijzigingen te voorkomen." + ], + "virtual": ["virtueel"], + "Dataset name": ["Dataset naam"], + "When specifying SQL, the datasource acts as a view. Superset will use this statement as a subquery while grouping and filtering on the generated parent queries.": [ + "" + ], + "The JSON metric or post aggregation definition.": [ + "De JSON metrische of postaggregatiedefinitie." + ], + "Physical": ["Fysiek"], + "The pointer to a physical table (or view). Keep in mind that the chart is associated to this Superset logical table, and this logical table points the physical table referenced here.": [ + "" + ], + "Warning": ["Waarschuwing"], + "Optional warning about use of this metric": [ + "Optionele waarschuwing voor het gebruik van deze meeteenheid" + ], + "Be careful.": ["Pas op."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "" + ], + "Sync columns from source": ["Synchroniseer kolommen van bron"], + "Calculated columns": ["Berekende kolommen"], + "Settings": ["Instellingen"], + "The dataset has been saved": ["De dataset is opgeslagen"], + "The dataset configuration exposed here\n affects all the charts using this dataset.\n Be mindful that changing settings\n here may affect other charts\n in undesirable ways.": [ + "De dataset configuratie die hier wordt getoond\n heeft invloed op alle grafieken die deze dataset gebruiken.\n Wees je ervan bewust dat het veranderen van instellingen\n hier invloed kan hebben op andere grafieken\n op ongewenste manieren." + ], + "Are you sure you want to save and apply changes?": [ + "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" + ], + "Confirm save": ["Opslaan bevestigen"], + "Edit Dataset ": ["Bewerk Dataset "], + "Use legacy datasource editor": ["Gebruik de legacy datasource editor"], + "DELETE": ["VERWIJDER"], + "delete": ["verwijder"], + "Type \"%s\" to confirm": ["Type “%s” om te bevestigen"], + "Click to edit": ["Klik om te bewerken"], + "You don't have the rights to alter this title.": [ + "Je hebt niet de rechten om deze titel te veranderen." + ], + "Unexpected error": ["Onverwachte fout"], + "This may be triggered by:": ["Dit kan veroorzaakt worden door:"], + "Please reach out to the Chart Owner for assistance.": [ + "Neem contact op met de eigenaar van de grafiek voor hulp." + ], + "Chart Owner: %s": ["Eigenaar grafiek: %s"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": ["%s Fout"], + "Missing dataset": ["Ontbrekende dataset"], + "See more": ["Zie meer"], + "See less": ["Zie minder"], + "Copy message": ["Kopieer bericht"], + "Close": ["Sluit"], + "This was triggered by:": ["Dit werd veroorzaakt door:"], + "Did you mean:": ["Bedoelde je:"], + "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ + "%(suggestion)s in plaats van “%(undefinedParameter)s?”" + ], + "Parameter error": ["Parameter fout"], + "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ + "" + ], + "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ + "" + ], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": ["Timeout fout"], + "Click to favorite/unfavorite": [ + "Klik om voorkeur aan te geven/voorkeur te verwijderen" + ], + "Cell content": ["Cel inhoud"], + "OVERWRITE": ["OVERSCHRIJVEN"], + "Overwrite": ["Overschrijven"], + "Import": ["Importeer"], + "Import %s": ["Importeer %s"], + "Last Updated %s": ["Laatst bijgewerkt %s"], + "Sort": [""], + "%s Selected": ["%s Geselecteerd"], + "Deselect all": ["Alles deselecteren"], + "No Data": ["Geen Data"], + "%s-%s of %s": ["%s-%s van %s"], + "Type a value": [""], + "Filter": [""], + "Select or type a value": [""], + "OK": ["OK"], + "An error occurred while fetching dashboards": [""], + "Search all dashboards": [""], + "Edit Email Report": [""], + "New Email Report": [""], + "Add": ["Voeg toe"], + "Message Content": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Weekly Report": [""], + "Include a description that will be sent with your report": [""], + "Scheduled reports will be sent to your email as a PNG": [""], + "0 12 * * 1": [""], + "Timezone": [""], + "Email reports active": [""], + "Edit email report": [""], + "Delete email report": [""], + "This action will permanently delete %s.": [ + "Deze actie zal %s permanent verwijderen." + ], + "Delete Report?": [""], + "Loading...": ["Bezig met laden…"], + "Access to user activity data is restricted": [""], + "There was an error loading the tables": [""], + "See table schema": ["Zie tabel schema"], + "Select table or type table name": ["Selecteer tabel of type tabelnaam"], + "Force refresh table list": ["Forceer vernieuwen tabel lijst"], + "Timezone selector": [""], + "%s%s": ["%s%s"], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "" + ], + "Can not move top level tab into nested tabs": [ + "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" + ], + "This chart has been moved to a different filter scope.": [ + "Deze grafiek is verplaatst naar een ander filterbereik." + ], + "There was an issue fetching the favorite status of this dashboard.": [ + "Er was een probleem met het ophalen van de voorkeur status van dit dashboard." + ], + "There was an issue favoriting this dashboard.": [ + "Er was een probleem met het promoten van dit dashboard." + ], + "This dashboard is now published": [""], + "This dashboard is now hidden": [""], + "You do not have permissions to edit this dashboard.": [ + "U hebt geen rechten om dit dashboard te bewerken." + ], + "[ untitled dashboard ]": [""], + "This dashboard was saved successfully.": [ + "Dit dashboard is succesvol opgeslagen." + ], + "Sorry, an unknown error occured": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "You do not have permission to edit this dashboard": [ + "U hebt geen toestemming om dit dashboard te bewerken" + ], + "Could not fetch all saved charts": [ + "Kon niet alle opgeslagen grafieken ophalen" + ], + "Sorry there was an error fetching saved charts: ": [ + "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + ], + "Visualization": ["Visualisatie"], + "Data source": ["Data bron"], + "Added": ["Toegevoegd"], + "Components": ["Componenten"], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven die worden toegepast op de individuele grafieken van dit dashboard" + ], + "You have unsaved changes.": ["Je hebt niet opgeslagen wijzigingen."], + "Drag and drop components and charts to the dashboard": [""], + "You can create new charts or use existing ones from the panel on the right": [ + "" + ], + "Ready to review filters in this dashboard?": [""], + "Remind me in 24 hours": [""], + "Start Review": [""], + "filter_box will be deprecated in a future version of Superset. Please replace filter_box by dashboard filter components.": [ + "" + ], + "There is no chart definition associated with this component, could it have been deleted?": [ + "" + ], + "Delete this container and save to remove this message.": [ + "Verwijder deze container en sla op om dit bericht te verwijderen." + ], + "Don't refresh": ["Vernieuw niet"], + "10 seconds": ["10 seconden"], + "30 seconds": ["30 seconden"], + "1 minute": ["1 minuut"], + "5 minutes": ["5 minuten"], + "30 minutes": ["30 minuten"], + "1 hour": ["1 uur"], + "6 hours": ["6 uren"], + "12 hours": ["12 uren"], + "24 hours": ["24 uren"], + "Refresh interval saved": [""], + "Refresh interval": ["Interval vernieuwen"], + "Refresh frequency": ["Frequentie vernieuwen"], + "Are you sure you want to proceed?": [ + "Weet je zeker dat je door wilt gaan?" + ], + "Save for this session": ["Opslaan voor deze sessie"], + "You must pick a name for the new dashboard": [ + "U moet een naam kiezen voor het nieuwe dashboard" + ], + "Save dashboard": ["Dashboard opslaan"], + "Overwrite Dashboard [%s]": ["Dashboard overschrijven [%s]"], + "Save as:": ["Opslaan als:"], + "[dashboard name]": ["[dashboard naam]"], + "also copy (duplicate) charts": ["kopieer ook (duplicate) grafieken"], + "Filter your charts": ["Filter je grafieken"], + "Sort by %s": [""], + "Cross Filter Scoping": ["Filteroverschrijdende scoping"], + "Load a CSS template": ["Laad een CSS sjabloon"], + "Live CSS editor": ["Live CSS editor"], + "There are no charts added to this dashboard": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Applied Cross Filters (%d)": ["Toegepaste dwarsfilters (%d)"], + "Applied Filters (%d)": ["Toegepaste filters (%d)"], + "Incompatible Filters (%d)": ["Onverenigbare filters (%d)"], + "Unset Filters (%d)": ["Filters niet ingesteld (%d)"], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "" + ], + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" + ], + "Schedule email report": [""], + "Discard changes": ["Wijzigingen weggooien"], + "Edit dashboard": ["Bewerk dashboard"], + "An error occurred while fetching available CSS templates": [ + "Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" + ], + "Data refreshed": [""], + "Superset dashboard": ["Superset dashboard"], + "Check out this dashboard: ": ["Kijk naar dit dashboard:"], + "Copy dashboard URL": ["Kopieer dashboard URL"], + "Share dashboard by email": ["Deel dashboard via e-mail"], + "Refresh dashboard": ["Vernieuw dashboard"], + "Set auto-refresh interval": ["Stel auto-refresh in"], + "Set filter mapping": ["Filter toewijzing instellen"], + "Edit dashboard properties": ["Bewerk dashboard eigenschappen"], + "Edit CSS": ["Bewerk CSS"], + "Download as image": ["Download als afbeelding"], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Apply": ["Toepassen"], + "A valid color scheme is required": [ + "Een geldig kleurenschema is vereist" + ], + "Dashboard properties updated": [""], + "The dashboard has been saved": ["Het dashboard is opgeslagen"], + "Access": ["Toegang"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "" + ], + "Colors": ["Kleuren"], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, then the dashboard is available to all roles.": [ + "" + ], + "Dashboard properties": ["Dashboard eigenschappen"], + "Basic information": ["Basis informatie"], + "URL slug": ["URL slag"], + "A readable URL for your dashboard": [ + "Een leesbare URL voor uw dashboard" + ], + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "JSON metadata": ["JSON metadata"], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van dashboards. Klik hier om dit dashboard te publiceren." + ], + "This dashboard is not published which means it will not show up in the list of dashboards. Favorite it to see it there or access it by using the URL directly.": [ + "" + ], + "This dashboard is published. Click to make it a draft.": [ + "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." + ], + "Draft": ["Draft"], + "Annotation layers are still loading.": [ + "Aantekening lagen worden nog steeds geladen." + ], + "One ore more annotation layers failed loading.": [ + "Aantekening lagen worden nog steeds geladen." + ], + "Emitted values": ["Uitgestuurde waarden"], + "Click to clear emitted filters": [""], + "Cached %s": ["Cached %s"], + "Fetched %s": ["Opgehaald %s"], + "Query %s: %s": [""], + "Minimize chart": ["Grafiek verkleinen"], + "Maximize chart": ["Maximaliseer grafiek"], + "Force refresh": ["Vernieuwen forceren"], + "Toggle chart description": ["Toggle grafiek omschrijving"], + "View chart in Explore": ["Bekijk de grafiek in Verkenner"], + "View query": ["Bekijk zoekopdracht"], + "Copy chart URL": ["URL van grafiek kopiëren"], + "Share chart by email": ["Deel grafiek per e-mail"], + "Check out this chart: ": [""], + "Export CSV": ["Export CSV"], + "Export full CSV": [""], + "Cross-filter scoping": ["Cross-filter scoping"], + "Search...": ["Zoek…"], + "No filter is selected.": ["Er is geen filter geselecteerd."], + "Editing 1 filter:": ["Bewerk 1 filter:"], + "Batch editing %d filters:": ["Batchbewerking %d filters:"], + "Configure filter scopes": ["Filter scopes configureren"], + "There are no filters in this dashboard.": [ + "Er zijn geen filters in dit dashboard." + ], + "Expand all": ["Alles uitklappen"], + "Collapse all": ["Alles inklappen"], + "An error occurred while opening Explore": [""], + "This markdown component has an error.": [ + "Deze markdown component heeft een fout." + ], + "This markdown component has an error. Please revert your recent changes.": [ + "" + ], + "Delete dashboard tab?": ["Dashboard tabblad verwijderen?"], + "Divider": ["Verdeler"], + "Header": ["Header"], + "Row": ["Rij"], + "Tabs": ["Tabs"], + "Preview": ["Preview"], + "Sorry, something went wrong. Try again later.": [ + "Sorry, er ging iets mis. Probeer het later nog eens." + ], + "All filters (%(filterCount)d)": [""], + "No filters are currently added": [""], + "Click the button above to add a filter to the dashboard": [""], + "Filter sets (%(filterSetCount)d)": [""], + "Apply filters": [""], + "Clear all": ["Wis alles"], + "Select parent filters": ["Selecteer parent filters"], + "Filters out of scope (%d)": [""], + "Check configuration": ["Check configuratie"], + "Cannot load filter": ["Kan filter niet laden"], + "Editing filter set:": ["Filterset bewerken:"], + "Filter set with this name already exists": [ + "Er bestaat al een filterset met deze naam" + ], + "Filter set already exists": ["Er bestaat al een filterset"], + "This filter set is identical to: \"%s\"": [ + "Deze filterset is identiek aan: “%s”" + ], + "Remove invalid filters": ["Verwijder ongeldige filters"], + "Rebuild": ["Herbouw"], + "Filters (%d)": ["Filters (%d)"], + "This filter doesn't exist in dashboard. It will not be applied.": [ + "Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." + ], + "Filter metadata changed in dashboard. It will not be applied.": [ + "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." + ], + "Please filter set name": ["Filter setnaam a.u.b."], + "Create": ["Maak"], + "Create new filter set": ["Maak een nieuwe filterset"], + "New filter set": ["Nieuwe filterset"], + "Please apply filter changes": [""], + "Unknown value": [""], + "Add/Edit Filters": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Scope": [""], + "Filter type": [""], + "All charts": ["Alle grafieken"], + "Title is required": [""], + "(Removed)": ["(Verwijderd)"], + "Undo?": ["Ongedaan maken?"], + "Add filters and dividers": [""], + "Add and edit filters": [""], + "Cannot create cyclic hierarchy": [""], + "Column select": [""], + "Select a column": [""], + "No compatible columns found": [""], + "Value is required": [""], + "Scoping": ["Scoping"], + "Filter Configuration": [""], + "Filter Settings": [""], + "Select filter": [""], + "Value": ["Waarde"], + "Range filter": [""], + "Numerical range": [""], + "Time filter": [""], + "Time range": ["Tijdsspanne"], + "Time column": [""], + "Time grain": [""], + "Group By": [""], + "Pre-filter is required": [""], + "(deleted)": [""], + "Parent filter": ["Parent filter"], + "Filter name": ["Filter naam"], + "Name is required": ["Naam is vereist"], + "Filter Type": ["Filter Type"], + "Datasets do not contain a temporal column": [""], + "Dataset is required": ["Dataset is vereist"], + "Filter is hierarchical": [""], + "Parent filter is required": [""], + "Pre-filter available values": [""], + "Pre-filter": [""], + "Optional time column if time range should apply to another column than the default time column": [ + "" + ], + "Sort filter values": [""], + "Sort type": [""], + "Sort ascending": ["Sorteer oplopend"], + "Sort Metric": [""], + "If a metric is specified, sorting will be done based on the metric value": [ + "" + ], + "Sort metric": ["Sorteer meeteenheid"], + "Single Value": [""], + "Single value type": [""], + "Minimum": [""], + "Exact": [""], + "Maximum": [""], + "Filter has default value": [""], + "Default Value": ["Default Value"], + "Default value is required": [""], + "Refresh the default values": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "You have removed this filter.": ["Je hebt deze filter verwijderd."], + "Restore Filter": ["Herstel Filter"], + "Column is required": [""], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "" + ], + "Default value must be set when \"Filter value is required\" is checked": [ + "" + ], + "Default value must be set when \"Filter has default value\" is checked": [ + "" + ], + "Apply to all panels": ["Toepassen op alle panelen"], + "Apply to specific panels": ["Toepassen op specifieke panelen"], + "Only selected panels will be affected by this filter": [ + "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" + ], + "All panels with this column will be affected by this filter": [ + "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" + ], + "All panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ + "" + ], + "Keep editing": ["Blijf bewerken"], + "Yes, cancel": ["Ja, annuleer"], + "There are unsaved changes.": [""], + "Are you sure you want to cancel?": [ + "Weet je zeker dat je wilt annuleren?" + ], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "White": [""], + "All filters": ["Alle filters"], + "Medium": [""], + "Tab title": ["Titel tabblad"], + "Time granularity": [""], + "Visualization type": ["Type visualisatie"], + "Fixed color": ["Vaste kleur"], + "Right axis metric": ["Meeteenheid rechteras"], + "Linear color scheme": ["Lineair kleurenpalet"], + "Color metric": ["Kleur meeteenheid"], + "One or many controls to pivot as columns": [ + "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" + ], + "Bubble size": ["Bubbelgrootte"], + "Color scheme": ["Kleurenschema"], + "An error occurred while starring this chart": [""], + "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": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "" + ], + "Continue": [""], + "Clear form": [""], + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" + ], + "Customize": ["Pas aan"], + "Width": ["Breedte"], + "Copy chart URL to clipboard": ["Kopieer grafiek URL naar klembord"], + "Sorry, your browser does not support copying.": [ + "Sorry, uw browser ondersteunt het kopiëren niet." + ], + "Superset Chart": ["Superset Grafiek"], + "Export to .JSON format": ["Exporteer naar .JSON formaat"], + "Export to .CSV format": ["Exporteer naar .CSV-formaat"], + "rows": ["rijen"], + "Limit reached": ["Limiet bereikt"], + "**Select** a dashboard OR **create** a new one": [ + "**Selecteer** een dashboard OF **maak** een nieuw dashboard aan" + ], + "Please enter a chart name": ["Voer een grafieknaam in"], + "Save chart": ["Grafiek opslaan"], + "Save & go to dashboard": ["Opslaan en naar dashboard gaan"], + "Save as new chart": ["Opslaan als nieuwe grafiek"], + "Save (Overwrite)": ["Opslaan (overschrijven)"], + "Save as ...": ["Opslaan als …"], + "Chart name": ["Grafiek naam"], + "Add to dashboard": ["Toevoegen aan het dashboard"], + "Select a dashboard": [""], + "Copy": [""], + "rows retrieved": ["opgehaalde rijen"], + "Formatted date": [""], + "Column Formatting": [""], + "No samples were returned for this query": [""], + "No results": [""], + "Run a query to display samples": [""], + "Run a query to display results": [""], + "Sorry, an error occurred": [""], + "View samples": ["Bekijk voorbeelden"], + "Search Metrics & Columns": ["Zoek meeteenheden & kolommen"], + "Showing %s of %s": ["Weergave %s van %s"], + "Show less...": [""], + "Show all...": [""], + "Show Less...": [""], + "New chart": ["Nieuwe grafiek"], + "Edit properties": ["Eigenschappen bewerken"], + "Run in SQL Lab": ["Uitvoeren in SQL Lab"], + "%s - untitled": ["%s - zonder titel"], + "Edit chart properties": ["Grafiek eigenschappen bewerken"], + "Controls labeled ": [""], + "Control labeled ": ["Controle gelabeld "], + "Open Datasource tab": ["Open Datasource tab"], + "Original": [""], + "Pivoted": [""], + "You do not have permission to edit this chart": [ + "U heeft geen toestemming om deze grafiek te bewerken" + ], + "Chart properties updated": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "" + ], + "Person or group that has certified this chart.": [""], + "Configuration": ["Configuratie"], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.": [ + "Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit standaard de timeout van de dataset is indien ongedefinieerd." + ], + "A list of users who can alter the chart. Searchable by name or username.": [ + "" + ], + "Invalid lat/long configuration.": [ + "Ongeldige breedtegraad/lengtegraad configuratie." + ], + "Reverse lat/long ": ["Omgekeerde breedtegraad/lengtegraad "], + "Longitude & Latitude columns": ["Kolommen lengtegraad en breedtegraad"], + "Delimited long & lat single column": [ + "Afgebakende lengtegraad en breedtegraad in enkele kolom" + ], + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek voor meer details" + ], + "Geohash": ["Geohash"], + "textarea": ["tekstveld"], + "in modal": ["in modal"], + "Sorry, An error occurred": ["Sorry, er is een fout opgetreden"], + "Failed to verify select options: %s": [ + "Mislukt bij het verifiëren van geselecteerde opties: %s" + ], + "Annotation layer value": [""], + "Annotation Slice Configuration": ["Configuratie van Aantekening sectie"], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "In dit gedeelte kunt u configureren hoe u de slice gebruikt\n om aantekeningen te genereren." + ], + "Annotation layer time column": [""], + "Interval start column": [""], + "Event time column": [""], + "This column must contain date/time information.": [""], + "Annotation layer interval end": [""], + "Interval End column": [""], + "Annotation layer title column": [""], + "Title Column": [""], + "Pick a title for you annotation.": [""], + "Annotation layer description columns": [""], + "Description Columns": [""], + "Pick one or more columns that should be shown in the annotation. If you don't select a column all of them will be shown.": [ + "" + ], + "Display configuration": ["Weergave configuratie"], + "Configure your how you overlay is displayed here.": [ + "Configureer hier hoe uw overlay wordt weergegeven." + ], + "Annotation layer stroke": [""], + "Style": ["Stijl"], + "Annotation layer opacity": [""], + "Color": ["Kleur"], + "Layer configuration": ["Laagconfiguratie"], + "Configure the basics of your Annotation Layer.": [ + "Configureer de basis van uw Aantekeningenlaag." + ], + "Mandatory": ["Verplicht"], + "Hide layer": ["Laag verbergen"], + "Show label": [""], + "Whether to always show the annotation label": [""], + "Annotation layer type": ["Type aantekeningenlaag"], + "Choose the annotation layer type": ["Kies het aantekeningenlaagtype"], + "Annotation source type": [""], + "Choose the source of your annotations": [""], + "Annotation Source": [""], + "Remove": ["Verwijder"], + "Edit annotation layer": ["Bewerk de aantekeningenlaag"], + "Add annotation layer": ["Aantekeningenlaag toevoegen"], + "Empty collection": ["Lege verzameling"], + "Add an item": ["Voeg een item toe"], + "Remove item": ["Item verwijderen"], + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" + ], + "This color scheme is being overriden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" + ], + "Dashboard scheme": [""], + "Select color scheme": [""], + "Select scheme": [""], + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "green": [""], + "yellow": [""], + "red": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": ["Vereist"], + "Operator": [""], + "Left value": [""], + "Right value": [""], + "Target value": [""], + "Select column": [""], + "Edit dataset": ["Bewerk de dataset"], + "View in SQL Lab": ["Bekijk in SQL Lab"], + "More dataset related options": ["Meer dataset gerelateerde opties"], + "Missing URL parameters": [""], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [ + "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." + ], + "RANGE TYPE": ["BEREIK TYPE"], + "Actual time range": ["Reële tijdspanne"], + "CANCEL": ["ANNULEER"], + "APPLY": ["TOEPASSEN"], + "Edit time range": ["Bewerk tijdspanne"], + "Configure Advanced Time Range ": [ + "Geavanceerde tijdspanne configureren " + ], + "START (INCLUSIVE)": ["START (INCLUSIEF)"], + "Start date included in time range": [ + "Begindatum opgenomen in de tijdspanne" + ], + "END (EXCLUSIVE)": ["EINDE (EXCLUSIEF)"], + "End date excluded from time range": [ + "Einddatum uitgesloten uit de tijdspanne" + ], + "Configure Time Range: Previous...": ["Configureer Tijdspanne: Vorige…"], + "Configure Time Range: Last...": ["Configureer Tijdspanne: Laatste…"], + "Configure custom time range": ["Configureer aangepaste tijdspanne"], + "Relative quantity": ["Relatieve hoeveelheid"], + "Relative period": [""], + "Anchor to": ["Veranker naar"], + "NOW": ["NU"], + "Date/Time": ["Datum/Tijd"], + "Return to specific datetime.": [ + "Terugkeren naar specifieke datum/tijd." + ], + "Syntax": ["Syntax"], + "Example": ["Voorbeeld"], + "Moves the given set of dates by a specified interval.": [ + "Verplaatst de gegeven reeks datums met een opgegeven interval." + ], + "Truncates the specified date to the accuracy specified by the date unit.": [ + "" + ], + "Get the last date by the date unit.": [ + "Verkrijg de laatste datum door de datum eenheid." + ], + "Get the specify date for the holiday": [ + "Zoek de specifieke datum voor de vakantie" + ], + "Last": [""], + "Previous": ["Vorige"], + "Custom": [""], + "last day": [""], + "last week": [""], + "last month": [""], + "last quarter": [""], + "last year": [""], + "previous calendar week": [""], + "previous calendar month": [""], + "previous calendar year": [""], + "Seconds %s": [""], + "Minutes %s": [""], + "Hours %s": [""], + "Days %s": [""], + "Weeks %s": [""], + "Months %s": [""], + "Quarters %s": [""], + "Years %s": [""], + "Before": [""], + "After": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved expressions": [""], + "Saved": ["Opgeslagen"], + "%s column(s)": ["%s kolom(men)"], + "No temporal columns found": [""], + "No saved expressions found": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" + ], + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + "Simple": ["Eenvoudig"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": ["Custom SQL"], + "My column": [""], + "Drop a column here or click": [""], + "Drop column here": [""], + "Click to edit label": [""], + "Drop columns/metrics here or click": [""], + "Drop columns or metrics here": [""], + "Drop a column/metric here or click": [""], + "Drop column or metric here": [""], + "Drop columns here": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Deze filter werd geërfd van de context van het dashboard.\n Dit wordt niet opgeslagen bij het opslaan van de grafiek.\n " + ], + "Default": ["Standaard"], + "(optional) default value for the filter, when using the multiple option, you can use a semicolon-delimited list of options.": [ + "" + ], + "Metric to sort the results by": [ + "Meeteenheid om de resultaten op te sorteren" + ], + "Check for sorting ascending": ["Controle op oplopend sorteren"], + "Allow multiple selections": ["Meerdere selecties toestaan"], + "Multiple selections allowed, otherwise filter is limited to a single value": [ + "" + ], + "Search all filter options": ["Zoek in alle filteropties"], + "By default, each filter loads at most 1000 choices at the initial page load. Check this box if you have more than 1000 filter values and want to enable dynamically searching that loads filter values as users type (may add stress to your database).": [ + "" + ], + "User must select a value for this filter": [ + "De gebruiker moet een waarde voor deze filter kiezen" + ], + "Filter configuration": ["Filter configuratie"], + "Add filter": ["Filter toevoegen"], + "Custom SQL ad-hoc filters are not available for the native Druid connector": [ + "" + ], + "%s option(s)": ["%s optie(s)"], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, probeer het Custom SQL tabblad." + ], + "%s column(s) and metric(s)": ["%s kolom(men) en meeteenhe(i)d(en)"], + "To filter on a metric, use Custom SQL tab.": [ + "Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." + ], + "%s operator(s)": ["%s operator(s)"], + "Select operator": [""], + "Comparator option": [""], + "Type a value here": ["Geef hier een waarde op"], + "Filter value (case sensitive)": ["Filterwaarde (hoofdlettergevoelig)"], + "choose WHERE or HAVING...": ["kies WHERE of HAVING…"], + "Filters by columns": ["Filter op kolommen"], + "Filters by metrics": ["Filter op meeteenheden"], + "Fixed": ["Vast"], + "Based on a metric": ["Gebaseerd op een meeteenheid"], + "My metric": ["Mijn meeteenheid"], + "Add metric": ["Meeteenheid toevoegen"], + "Select aggregate options": [""], + "%s aggregates(s)": ["%s aggrega(a)t(en)"], + "Select saved metrics": [""], + "%s saved metric(s)": ["%s opgeslagen meeteenhe(i)d(en)"], + "Saved metric": ["Opgeslagen meeteenheid"], + "No saved metrics found": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["kolom"], + "aggregate": ["aggregaat"], + "Custom SQL ad-hoc metrics are not available for the native Druid connector": [ + "" + ], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Error while fetching data: %s": [""], + "Time series columns": ["Time series kolommen"], + "Other": [""], + "Recommended tags": [""], + "Category": [""], + "Tags": [""], + "Search all charts": [""], + "No description available.": [""], + "Examples": ["Voorbeelden"], + "This visualization type is not supported.": [ + "Dit visualisatietype wordt niet ondersteund." + ], + "Select Viz Type": [""], + "Click to change visualization type": [ + "Klik om van visualisatietype te veranderen" + ], + "Select a visualization type": ["Selecteer een visualisatie type"], + "Select": [""], + "Code": ["Code"], + "Markup type": ["Opmaaktype(Markup type)"], + "Pick your favorite markup language": [ + "Kies uw favoriete opmaaktaal (markup language)" + ], + "Put your code here": ["Plaats je code hier"], + "Chart type": ["Toe grafiek"], + "URL parameters": ["URL parameters"], + "Extra parameters for use in jinja templated queries": [ + "Extra parameters voor gebruik in jinja templated queries" + ], + "Annotations and layers": ["Aantekeningen en lagen"], + "Python functions": ["Python functies"], + "My beautiful colors": [""], + "No columns": ["Geen kolommen"], + "%s option": ["%s optie"], + "UI Configuration": [""], + "Can select multiple values": [""], + "Filter value is required": [""], + "User must select a value before applying the filter": [""], + "Group By filter plugin": [""], + "Chosen non-numeric column": ["Gekozen niet-numerieke kolom"], + "Single value": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + " (excluded)": [""], + "Select first filter value by default": [""], + "When using this option, default value can’t be set": [""], + "Inverse selection": [""], + "Exclude selected values": [""], + "Dynamically search all filter values": [""], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "No time columns": ["Geen tijdskolommen"], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Favorites": ["Favorieten"], + "Created content": ["Aangemaakte content"], + "Recent activity": ["Recente activiteit"], + "Security & Access": ["Veiligheid & toegang"], + "No charts": ["Geen grafieken"], + "No dashboards": ["Geen dashboards"], + "No favorite charts yet, go click on stars!": [ + "Nog geen favoriete grafieken, klik op sterren!" + ], + "No favorite dashboards yet, go click on stars!": [ + "Nog geen favoriete dashboards, klik op de sterren !" + ], + "Profile picture provided by Gravatar": [ + "Profielfoto geleverd door Gravatar" + ], + "joined": ["joined"], + "id:": ["id:"], + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "An error occurred while editing this report.": [""], + "We were unable to active or deactivate this report.": [""], + "Your report could not be deleted": [""], + "Deleted: %s": ["Verwijderd: %s"], + "Image download failed, please refresh and try again.": [""], + "Unexpected error: ": [""], + "(no description, click to see stack trace)": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while creating %ss: %s": [""], + "An error occurred while importing %s: %s": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error saving the favorite status: %s": [""], + "Link Copied!": ["Link gekopieerd!"], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [ + "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" + ], + "There was an issue deleting: %s": [ + "Er was een probleem bij het verwijderen van: %s" + ], + "There was an issue deleting %s: %s": [ + "Er was een probleem met het verwijderen van %s: %s" + ], + "Working": [""], + "Error": [""], + "Not triggered": [""], + "On Grace": [""], + "report": ["rapport"], + "alert": ["Waarschuwing"], + "reports": ["rapporten"], + "alerts": ["waarschuwingen"], + "There was an issue deleting the selected %s: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde %s: %s" + ], + "Last run": ["Laatste run"], + "Notification method": ["Methode voor kennisgeving"], + "Execution log": ["Uitvoeringslog"], + "Actions": ["Acties"], + "Bulk select": ["Selecteer in bulk"], + "No %s yet": ["Nog geen %s"], + "Created by": ["Gecreëerd door"], + "An error occurred while fetching created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden: %s" + ], + "Status": ["Status"], + "Alerts & reports": ["Waarschuwingen & rapporten"], + "Reports": ["Rapporten"], + "Delete %s?": ["%s verwijderen?"], + "Please confirm": ["Gelieve te bevestigen"], + "Are you sure you want to delete the selected %s?": [ + "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + ], + "< (Smaller than)": ["< (Kleiner dan)"], + "> (Larger than)": ["> (Groter dan)"], + "<= (Smaller or equal)": ["<= (Kleiner of gelijk)"], + ">= (Larger or equal)": [">= (Groter of gelijk)"], + "== (Is equal)": ["== (Is gelijk)"], + "!= (Is not equal)": ["!= (Is niet gelijk)"], + "Not null": ["Not null"], + "30 days": ["30 dagen"], + "60 days": ["60 dagen"], + "90 days": ["90 dagen"], + "Add notification method": ["Meldingsmethode toevoegen"], + "Add delivery method": ["Leveringswijze toevoegen"], + "Edit Report": [""], + "Edit Alert": [""], + "Add Report": [""], + "Add Alert": [""], + "Report name": ["Naam rapport"], + "Alert name": ["Naam van de waarschuwing"], + "Alert condition": ["Naam waarschuwingsconditie"], + "Trigger Alert If...": ["Trigger waarschuwing als…"], + "Condition": [""], + "Threshold value should be double precision number": [""], + "Report schedule": ["Rapportageplanning"], + "Alert condition schedule": ["Waarschuwing conditie planning"], + "Schedule settings": ["Planning instellingen"], + "Log retention": ["Log retentie"], + "Working timeout": ["Time-out"], + "Time in seconds": ["Tijd in seconden"], + "Grace period": ["Grace periode"], + "Message content": ["Inhoud van het bericht"], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "log": ["log"], + "State": ["Status"], + "Execution ID": ["Uitvoerings ID"], + "Scheduled at (UTC)": ["Gepland om (UTC)"], + "Start at (UTC)": ["Start op (UTC)"], + "Duration": ["Duur"], + "Error message": ["Foutmelding"], + "CRON expression": ["CRON expressie"], + "Report sent": ["Rapport verzonden"], + "Alert triggered, notification sent": [ + "Alarm geactiveerd, kennisgeving verzonden" + ], + "Report sending": ["Rapport verzenden"], + "Alert running": ["Alarm actief"], + "Report failed": ["Rapport mislukt"], + "Alert failed": ["Waarschuwing mislukt"], + "Nothing triggered": ["Niets getriggerd"], + "Alert Triggered, In Grace Period": [ + "Waarschuwing geactiveerd, in grace periode" + ], + "Delivery method": [""], + "Select Delivery Method": [""], + "Recipients are separated by \",\" or \";\"": [ + "Ontvangers worden gescheiden door “,” of “;”" + ], + "annotation": ["aantekening"], + "There was an issue deleting the selected annotations: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde aantekeningen: %s" + ], + "Edit annotation": ["Bewerk aantekening"], + "Delete annotation": ["Aantekening verwijderen"], + "Annotation": ["Aantekening"], + "No annotation yet": ["Nog geen aantekeningen"], + "Annotation Layer ${annotationLayerName}": [ + "Aantekening Laag ${annotationLayerName}" + ], + "Are you sure you want to delete ${annotationCurrentlyDeleting?.short_descr}?": [ + "" + ], + "Delete Annotation?": ["Aantekening verwijderen?"], + "Are you sure you want to delete the selected annotations?": [ + "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + ], + "The annotation has been updated": [""], + "The annotation has been saved": [""], + "Add annotation": ["Aantekening toevoegen"], + "Annotation name": ["Naam van de aantekening"], + "date": ["datum"], + "Additional information": ["Bijkomende informatie"], + "Description (this can be seen in the list)": [ + "Omschrijving (dit is te zien in de lijst)" + ], + "annotation_layer": ["annotation_layer"], + "Annotation template updated": [""], + "Annotation template created": [""], + "Edit annotation layer properties": [ + "Eigenschappen aantekeningenlaag bewerken" + ], + "Annotation layer name": ["Naam aantekeningenlaag"], + "Annotation layers": ["Aantekeningenlagen"], + "There was an issue deleting the selected layers: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" + ], + "Last modified": ["Laatst gewijzigd"], + "Created on": ["Gemaakt op"], + "Edit template": ["Bewerk template"], + "Delete template": ["Verwijder template"], + "Annotation layer": ["Aantekeningenlaag"], + "An error occurred while fetching dataset datasource values: %s": [ + "Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" + ], + "No annotation layers yet": ["Nog geen aantekeningen lagen"], + "This action will permanently delete the layer.": [ + "Deze actie zal de laag permanent verwijderen." + ], + "Delete Layer?": ["Laag verwijderen?"], + "Are you sure you want to delete the selected layers?": [ + "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + ], + "Are you sure you want to delete": [ + "Weet je zeker dat je wilt verwijderen" + ], + "Modified %s": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Chart imported": [""], + "There was an issue deleting the selected charts: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" + ], + "Modified by": ["Gewijzigd door"], + "Favorite": ["Favoriet"], + "Any": ["Elke"], + "Yes": ["Ja"], + "No": ["Nee"], + "Owner": ["Eigenaar"], + "All": ["Alle"], + "An error occurred while fetching chart owners values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars waarden: %s" + ], + "An error occurred while fetching chart created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door waarden: %s" + ], + "Viz type": ["Viz type"], + "Certified": [""], + "Alphabetical": ["Alfabetisch"], + "Recently modified": ["Recent gewijzigd"], + "Least recently modified": ["Meest recente wijziging"], + "Import charts": ["Import grafieken "], + "Are you sure you want to delete the selected charts?": [ + "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" + ], + "css_template": ["css_template"], + "Edit CSS template properties": ["Bewerk CSS template eigenschappen"], + "Add CSS template": ["Voeg CSS template toe"], + "CSS template name": ["CSS template naam"], + "css": ["css"], + "CSS templates": ["CSS templates"], + "There was an issue deleting the selected templates: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde templates: %s" + ], + "Last modified by %s": ["Laatst gewijzigd door %s"], + "CSS template": ["CSS template"], + "This action will permanently delete the template.": [ + "Deze actie zal de template permanent verwijderen." + ], + "Delete Template?": ["Template verwijderen?"], + "Are you sure you want to delete the selected templates?": [ + "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + ], + "published": ["gepubliceerd"], + "draft": ["draft"], + "The passwords for the databases below are needed in order to import them together with the dashboards. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" + ], + "Dashboard imported": [""], + "An error occurred while fetching dashboards: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" + ], + "There was an issue deleting the selected dashboards: ": [ + "Er was een probleem met het verwijderen van de geselecteerde dashboards: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar waarden: %s" + ], + "An error occurred while fetching dashboard created by values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door waarden: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + ], + "Saved queries": ["Opgeslagen queries"], + "SQL Copied!": ["SQL gekopieerd!"], + "The passwords for the databases below are needed in order to import them. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more databases that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Je importeert een of meer databases die al bestaan. Overschrijven kan ertoe leiden dat een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" + ], + "database": ["database"], + "Database imported": [""], + "An error occurred while fetching database related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van databasegerelateerde gegevens: %s" + ], + "Import databases": ["Importeer databases"], + "Asynchronous query execution": ["Asynchrone uitvoering van query’s"], + "AQE": ["AQE"], + "Allow data manipulation language": ["Sta data manipulatie taal toe"], + "DML": ["DML"], + "CSV upload": ["CSV upload"], + "Delete database": ["Verwijder database"], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": ["Database verwijderen?"], + "Expose database in SQL Lab": [""], + "Allow this database to be queried in SQL Lab": [ + "Sta toe dat deze database wordt opgevraagd in SQL Lab" + ], + "Allow creation of new tables based on queries": [ + "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" + ], + "Allow creation of new views based on queries": [ + "Aanmaken van nieuwe views gebaseerd op queries toestaan" + ], + "CTAS & CVAS SCHEMA": ["CTAS & CVAS SCHEMA"], + "Create or select schema...": [""], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "" + ], + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Sta manipulatie van de database toe met niet-SELECT statements zoals UPDATE, DELETE, CREATE, enz." + ], + "Enable query cost estimation": [""], + "For Presto and Postgres, shows a button to compute cost before running a query.": [ + "" + ], + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" + ], + "Chart cache timeout": ["Grafiek cache timeout"], + "Enter duration in seconds": [""], + "Schema cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "" + ], + "Table cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "" + ], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ + "" + ], + "Cancel query on window unload event": [""], + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "" + ], + "Secure extra": ["Secure extra"], + "JSON string containing additional connection configuration. This is used to provide connection information for systems like Hive, Presto and BigQuery which do not conform to the username:password syntax normally used by SQLAlchemy.": [ + "" + ], + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Schemas allowed for CSV upload": [""], + "A comma-separated list of schemas that CSVs are allowed to upload to.": [ + "" + ], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "Allow data upload": ["Sta upload van gegevens toe"], + "If selected, please set the schemas allowed for data upload in Extra.": [ + "Indien geselecteerd, gelieve de toegestane schema’s voor data upload in te stellen in Extra." + ], + "Metadata Parameters": [""], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "Engine Parameters": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "Version": [""], + "Version number": [""], + "Specify the database version. This should be used with Presto in order to enable query cost estimation.": [ + "" + ], + "Display Name": ["Toon naam"], + "Name your database": [""], + "Pick a name to help you identify this database.": [ + "Kies een naam om je te helpen deze database te identificeren." + ], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" + ], + "Refer to the": [""], + "for more information on how to structure your URI.": [""], + "Test connection": ["Test connectie"], + "Missing Required Fields": [""], + "Please complete all required fields.": [""], + "Could not verify the host": [""], + "The host is invalid. Please verify that this field is entered correctly.": [ + "" + ], + "Port is closed": [""], + "Please verify that port is open to connect.": [""], + "Invalid Port Number": [""], + "The port must be a whole number less than or equal to 65535.": [""], + "Invalid account information": [""], + "Either the username or password is incorrect.": [""], + "Incorrect Fields": [""], + "Please make sure all fields are filled out correctly": [""], + "URL could not be identified": [""], + "The URL could not be identified. Please check for typos and make sure that \"Type of google sheet allowed\" selection matches the input": [ + "" + ], + "Please enter a SQLAlchemy URI to test": [ + "Voer een SQLAlchemy URI in om te testen" + ], + "Database settings updated": [""], + "Database connected": [""], + "Sorry there was an error fetching database information: %s": [ + "Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" + ], + "Or choose from a list of other databases we support:": [""], + "Supported databases": [""], + "Choose a database...": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" + ], + "here": [""], + "Back": [""], + "Connect": [""], + "Finish": [""], + "Database Creation Error": [""], + "Edit database": ["Bewerk database"], + "Connect a database": [""], + "Connect this database using the dynamic form instead": [""], + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "" + ], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "e.g. 127.0.0.1": [""], + "Host": [""], + "e.g. 5432": [""], + "e.g. world_population": [""], + "Copy the name of the database you are trying to connect to.": [""], + "e.g. Analytics": [""], + "e.g. ********": [""], + "Pick a nickname for this database to display as in Superset.": [""], + "e.g. param1=value1¶m2=value2": [""], + "Additional Parameters": [""], + "Add additional custom parameters": [""], + "SSL Mode \"require\" will be used.": [""], + "Type of Google Sheets allowed": [""], + "Publicly shared sheets only": [""], + "Public and privately shared sheets": [""], + "How do you want to enter service account credentials?": [""], + "Upload JSON file": [""], + "Copy and Paste JSON credentials": [""], + "Service Account": [""], + "Copy and paste the entire service account .json file here": [""], + "Upload Credentials": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Enter a name for this sheet": [""], + "Paste the shareable Google Sheet URL here": [""], + "Add sheet": [""], + "Copy the account name of that database you are trying to connect to.": [ + "" + ], + "Add dataset": ["Voeg dataset toe"], + "Dataset imported": [""], + "An error occurred while fetching dataset related data": [ + "Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde gegevens" + ], + "An error occurred while fetching dataset related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: %s" + ], + "Physical dataset": ["Fysieke dataset"], + "Virtual dataset": ["Virtuele dataset"], + "An error occurred while fetching dataset owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de dataset: %s" + ], + "An error occurred while fetching datasets: %s": [ + "Er is een fout opgetreden bij het ophalen van datasets: %s" + ], + "An error occurred while fetching schema values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + ], + "Import datasets": ["Importeer datasets"], + "There was an issue deleting the selected datasets: %s": [ + "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" + ], + "The dataset %s is linked to %s charts that appear on %s dashboards. Are you sure you want to continue? Deleting the dataset will break those objects.": [ + "" + ], + "Delete Dataset?": ["Dataset verwijderen?"], + "Are you sure you want to delete the selected datasets?": [ + "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + ], + "0 Selected": ["0 Geselecteerd"], + "%s Selected (Virtual)": ["%s Geselecteerd (Virtueel)"], + "%s Selected (Physical)": ["%s Geselecteerd (Fysiek)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s Geselecteerd (%s Fysiek, %s Virtueel)" + ], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "There was an issue previewing the selected query. %s": [ + "Er was een probleem met het bekijken van de geselecteerde query. %s" + ], + "Duration: %s": ["Duur: %s"], + "Tab name": ["Tab naam"], + "TABLES": ["TABLES"], + "Open query in SQL Lab": ["Open query in SQL Lab"], + "An error occurred while fetching database values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" + ], + "An error occurred while fetching user values: %s": [""], + "Search by query text": ["Zoek op querytekst"], + "Query preview": ["Query preview"], + "Next": ["Volgende"], + "Open in SQL Lab": ["Open in SQL Lab"], + "User query": ["User query"], + "Executed query": ["Uitgevoerde query"], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Query imported": [""], + "There was an issue previewing the selected query %s": [ + "Er was een probleem met het bekijken van de geselecteerde query %s" + ], + "Import queries": ["Importeer queries"], + "There was an issue deleting the selected queries: %s": [ + "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" + ], + "Edit query": ["Bewerk query"], + "Copy query URL": ["Kopieer query URL"], + "Export query": ["Exporteer query"], + "Delete query": ["Verwijder query"], + "This action will permanently delete the saved query.": [ + "Deze actie zal de opgeslagen query permanent verwijderen." + ], + "Delete Query?": ["Verwijder Query?"], + "Are you sure you want to delete the selected queries?": [ + "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + ], + "queries": ["queries"], + "Query name": ["Query naam"], + "[Untitled]": ["[Untitled]"], + "Unknown": ["Onbekend"], + "Viewed %s": [""], + "Edited": ["Bewerkt"], + "Created": ["Aangemaakt"], + "Viewed": ["Bekeken"], + "Mine": ["Mijn"], + "View All »": [""], + "charts": [""], + "dashboards": [""], + "recents": [""], + "saved queries": [""], + "No %(tableName)s yet": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier verschijnen" + ], + "Recently created charts, dashboards, and saved queries will appear here": [ + "Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" + ], + "Example %(tableName)s will appear here": [""], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" + ], + "SQL query": ["SQL query"], + "${tableName\n .split('')\n .slice(0, tableName.length - 1)\n .join('')}\n ": [ + "${tableName\n .split(‘’)\n .slice(0, tableName.length - 1)\n .join(‘’)}\n " + ], + "You don't have any favorites yet!": ["Je hebt nog geen favorieten!"], + "See all %(tableName)s": [""], + "query": ["query"], + "Share": ["Deel"], + "Ran %s": [""], + "There was an issue fetching your recent activity: %s": [ + "Er was een probleem bij het ophalen van uw recente activiteit: %s" + ], + "There was an issues fetching your dashboards: %s": [ + "Er was een probleem met het ophalen van uw dashboards: %s" + ], + "There was an issues fetching your chart: %s": [ + "Er was een probleem met het ophalen van je grafiek: %s" + ], + "There was an issues fetching your saved queries: %s": [ + "Er was een probleem met het ophalen van uw opgeslagen zoekopdrachten: %s" + ], + "Recents": ["Recente"], + "Upload a CSV": ["Upload CSV"], + "Upload a Columnar File": [""], + "Upload Excel": ["Upload Excel"], + "About": ["Over"], + "Powered by Apache Superset": [""], + "Documentation": [""], + "Report a bug": [""], + "Select start and end date": ["Selecteer begin- en einddatum"], + "Type or Select [%s]": ["Type of selecteer [%s]"], + "No results found": ["Geen resultaten gevonden"], + "Tools": [""], + "Filter box": ["Filter box"], + "Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.\n\n Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!": [ + "" + ], + "Show Druid granularity dropdown": ["Toon Druid granularity dropdown"], + "Check to include Druid granularity dropdown": [ + "Vink aan om Druïde granulariteit dropdown op te nemen" + ], + "Show Druid time origin": ["Toon Druid time origin"], + "Check to include time origin dropdown": [ + "Vink aan om tijd oorsprong dropdown op te nemen" + ], + "Filters configuration": ["Filters configuratie"], + "Filter configuration for the filter box": [ + "Filterconfiguratie voor de filterbox" + ], + "Date filter": ["Datum filter"], + "Whether to include a time filter": [ + "Geef aan of een tijdfilter moet worden opgenomen" + ], + "Instant filtering": ["Onmiddellijke filtering"], + "Check to apply filters instantly as they change instead of displaying [Apply] button": [ + "Vink aan om filters onmiddellijk toe te passen als ze veranderen in plaats van de [Toepassen] knop weer te geven" + ], + "Show SQL time grain dropdown": [""], + "Show time grain dropdown": [""], + "Check to include SQL time grain dropdown": [""], + "Check to include time grain dropdown": [""], + "Show SQL time column": ["Toon SQL time column"], + "Show time column": [""], + "Check to include time column dropdown": [ + "Vink aan om tijdkolom dropdown op te nemen" + ], + "Limit selector values": ["Beperk selector waarden"], + "These filters apply to the values available in the dropdowns": [ + "Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de dropdowns" + ], + "URL": ["URL"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Time-series Table": ["Time-series Table"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "Text": [""], + "We have the following keys: %s": [""] + } + } +} diff --git a/superset/translations/nl/LC_MESSAGES/messages.po b/superset/translations/nl/LC_MESSAGES/messages.po new file mode 100644 index 0000000000000..0aab807a6e247 --- /dev/null +++ b/superset/translations/nl/LC_MESSAGES/messages.po @@ -0,0 +1,16043 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# Dutch translations for Superset. +# Copyright (C) 2021 Superset +# This file is distributed under the same license as the Superset project. +# FIRST AUTHORExample:'postgresql://user:password@your-postgres-" +"db/database'
" +msgstr "" + +#: superset/views/database/views.py:118 +msgid "CSV to Database configuration" +msgstr "CSV naar Database configuratie" + +#: superset/views/database/views.py:136 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for csv uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/views/database/views.py:146 +msgid "" +"You cannot specify a namespace both in the name of the table: " +"\"%(csv_table.table)s\" and in the schema field: " +"\"%(csv_table.schema)s\". Please remove one" +msgstr "" + +#: superset/views/database/views.py:240 +#, python-format +msgid "" +"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in" +" database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" + +#: superset/views/database/views.py:252 +#, python-format +msgid "" +"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in " +"database \"%(db_name)s\"" +msgstr "" +"CSV-bestand “%(csv_filename)s” geüpload naar tabel “%(table_name)s” in " +"database “%(db_name)s”" + +#: superset/views/database/views.py:268 +msgid "Excel to Database configuration" +msgstr "Excel naar Database configuratie" + +#: superset/views/database/views.py:283 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for excel uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/views/database/views.py:293 +msgid "" +"You cannot specify a namespace both in the name of the table: " +"\"%(excel_table.table)s\" and in the schema field: " +"\"%(excel_table.schema)s\". Please remove one" +msgstr "" + +#: superset/views/database/views.py:386 +#, python-format +msgid "" +"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" " +"in database \"%(db_name)s\". Error message: %(error_msg)s" +msgstr "" + +#: superset/views/database/views.py:398 +#, python-format +msgid "" +"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in" +" database \"%(db_name)s\"" +msgstr "" + +#: superset/views/database/views.py:414 +msgid "Columnar to Database configuration" +msgstr "" + +#: superset/views/database/views.py:439 +msgid "" +"Multiple file extensions are not allowed for columnar uploads. Please " +"make sure all files are of the same extension." +msgstr "" + +#: superset/views/database/views.py:452 +#, python-format +msgid "" +"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed " +"for columnar uploads. Please contact your Superset Admin." +msgstr "" + +#: superset/views/database/views.py:463 +msgid "" +"You cannot specify a namespace both in the name of the table: " +"\"%(columnar_table.table)s\" and in the schema field: " +"\"%(columnar_table.schema)s\". Please remove one" +msgstr "" + +#: superset/views/database/views.py:538 +#, python-format +msgid "" +"Unable to upload Columnar file \"%(filename)s\" to table " +"\"%(table_name)s\" in database \"%(db_name)s\". Error message: " +"%(error_msg)s" +msgstr "" + +#: superset/views/database/views.py:550 +#, python-format +msgid "" +"Columnar file \"%(columnar_filename)s\" uploaded to table " +"\"%(table_name)s\" in database \"%(db_name)s\"" +msgstr "" + +#: superset/views/datasource/views.py:71 +msgid "Request missing data field." +msgstr "Verzoek om ontbrekend data veld." + +#: superset/views/datasource/views.py:119 +#, python-format +msgid "Duplicate column name(s): %(columns)s" +msgstr "Dubbele kolomnaam (of -namen): %(columns)s" + +#: superset/views/log/__init__.py:21 +msgid "Logs" +msgstr "Logs" + +#: superset/views/log/__init__.py:22 +msgid "Show Log" +msgstr "Toon Log" + +#: superset/views/log/__init__.py:23 +msgid "Add Log" +msgstr "Voeg Log toe" + +#: superset/views/log/__init__.py:24 +msgid "Edit Log" +msgstr "Bewerk Log" + +#: superset/views/log/__init__.py:31 +msgid "Action" +msgstr "Actie" + +#: superset/views/log/__init__.py:32 +msgid "dttm" +msgstr "dttm" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24 +msgid "Time Range" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25 +msgid "Time Column" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26 +msgid "Time Grain" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27 +#: superset-frontend/src/explore/constants.ts:116 +msgid "Origin" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28 +msgid "Time Granularity" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73 +#: superset-frontend/src/explore/controlPanels/sections.tsx:25 +#: superset-frontend/src/explore/controlPanels/sections.tsx:84 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182 +msgid "Time" +msgstr "Tijd" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39 +#: superset-frontend/src/explore/controls.jsx:113 +msgid "A reference to the [Time] configuration, taking granularity into account" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45 +msgid "Aggregate" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46 +msgid "Raw records" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46 +#: superset-frontend/src/components/CertifiedBadge/index.tsx:42 +#, python-format +msgid "Certified by %s" +msgstr "Gecertificeerd door %s" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64 +#: superset-frontend/src/explore/components/ControlHeader.tsx:82 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262 +msgid "description" +msgstr "omschrijving" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74 +#: superset-frontend/src/explore/components/ControlHeader.tsx:92 +msgid "bolt" +msgstr "bolt" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98 +#: superset-frontend/src/explore/components/ControlHeader.tsx:93 +msgid "Changing this control takes effect instantly" +msgstr "Het veranderen van deze controleknop heeft onmiddellijk effect" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50 +msgid "Show info tooltip" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:46 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:53 +#, python-format +msgid "column name: %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:47 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:71 +#, python-format +msgid "verbose name: %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:70 +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:80 +#, python-format +msgid "metric name: %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx:77 +#, python-format +msgid "label name: %s" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25 +#: superset-frontend/src/explore/controlPanels/sections.tsx:146 +msgid "Advanced analytics" +msgstr "Geavanceerde analytics" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:246 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:129 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:379 +#: superset-frontend/src/explore/controlPanels/sections.tsx:148 +msgid "" +"This section contains options that allow for advanced analytical post " +"processing of query results" +msgstr "" +"Dit onderdeel bevat opties die geavanceerde analytische nabewerking van " +"queryresultaten mogelijk maken" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33 +#: superset-frontend/src/explore/controlPanels/sections.tsx:154 +msgid "Rolling window" +msgstr "Rollend venster" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39 +#: superset-frontend/src/explore/controlPanels/sections.tsx:160 +msgid "Rolling function" +msgstr "Rolfunctie" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:124 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:646 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:126 +msgid "None" +msgstr "Geen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:268 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:151 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:400 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:182 +#: superset-frontend/src/explore/controlPanels/sections.tsx:169 +msgid "" +"Defines a rolling window function to apply, works along with the " +"[Periods] text box" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:194 +#: superset-frontend/src/explore/controlPanels/sections.tsx:179 +msgid "Periods" +msgstr "Periodes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:282 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:414 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:196 +#: superset-frontend/src/explore/controlPanels/sections.tsx:181 +msgid "" +"Defines the size of the rolling window function, relative to the time " +"granularity selected" +msgstr "" +"Bepaalt de grootte van de rolvenster functie, ten opzichte van de " +"geselecteerde tijdgranulariteit" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73 +#: superset-frontend/src/explore/controlPanels/sections.tsx:191 +msgid "Min periods" +msgstr "Min periodes" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:294 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:177 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:428 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:210 +#: superset-frontend/src/explore/controlPanels/sections.tsx:193 +msgid "" +"The minimum number of rolling periods required to show a value. For " +"instance if you do a cumulative sum on 7 days you may want your \"Min " +"Period\" to be 7, so that all data points shown are the total of 7 " +"periods. This will hide the \"ramp up\" taking place over the first 7 " +"periods" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88 +#: superset-frontend/src/explore/controlPanels/sections.tsx:203 +msgid "Time comparison" +msgstr "Tijdsvergelijking" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96 +#: superset-frontend/src/explore/controlPanels/sections.tsx:211 +msgid "Time shift" +msgstr "Time shift" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:109 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:326 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:209 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:459 +#: superset-frontend/src/explore/controlPanels/sections.tsx:224 +msgid "" +"Overlay one or more timeseries from a relative time period. Expects " +"relative time deltas in natural language (example: 24 hours, 7 days, 52 " +"weeks, 365 days). Free text is supported." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:123 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:338 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:221 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:473 +#: superset-frontend/src/explore/controlPanels/sections.tsx:236 +msgid "Calculation type" +msgstr "Soort berekening" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:131 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:346 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:229 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:481 +#: superset-frontend/src/explore/controlPanels/sections.tsx:244 +msgid "" +"How to display time shifts: as individual lines; as the difference " +"between the main time series and each time shift; as the percentage " +"change; or as the ratio between series and time shifts." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:139 +msgid "Resample" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:146 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:364 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:247 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:497 +#: superset-frontend/src/explore/controlPanels/sections.tsx:261 +msgid "Rule" +msgstr "Regel" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:158 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:374 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:257 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:500 +#: superset-frontend/src/explore/controlPanels/sections.tsx:264 +msgid "Pandas resample rule" +msgstr "Pandas resample regel" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:168 +msgid "Fill method" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:179 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:392 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:275 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:520 +#: superset-frontend/src/explore/controlPanels/sections.tsx:282 +msgid "Pandas resample method" +msgstr "Pandas resample methode" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25 +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:262 +msgid "Annotations and Layers" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27 +msgid "Chart Title" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:408 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:109 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:299 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:154 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:134 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:151 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:209 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:212 +#: superset-frontend/src/explore/controls.jsx:421 +msgid "X Axis" +msgstr "X As" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37 +msgid "X Axis Title" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51 +msgid "X AXIS TITLE BOTTOM MARGIN" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:323 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:228 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:187 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:244 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:247 +#: superset-frontend/src/explore/controls.jsx:428 +msgid "Y Axis" +msgstr "Y As" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65 +msgid "Y Axis Title" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79 +msgid "Y AXIS TITLE MARGIN" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94 +msgid "Y AXIS TITLE POSITION" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36 +msgid "Predictive Analytics" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44 +msgid "Enable forecast" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47 +msgid "Enable forecasting" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56 +msgid "Forecast periods" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59 +msgid "How many periods into the future do we want to predict" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70 +msgid "Confidence interval" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73 +msgid "Width of the confidence interval. Should be between 0 and 1" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:92 +msgid "" +"Should yearly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:111 +msgid "" +"Should weekly seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:130 +msgid "" +"Should daily seasonality be applied. An integer value will specify " +"Fourier order of seasonality." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28 +#: superset-frontend/src/explore/controlPanels/sections.tsx:27 +#: superset-frontend/src/explore/controlPanels/sections.tsx:85 +msgid "Time related form attributes" +msgstr "Tijdgerelateerde vormattributen" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48 +msgid "Datasource & Chart Type" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58 +#: superset-frontend/src/explore/controlPanels/sections.tsx:42 +msgid "Chart ID" +msgstr "Grafiek ID" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60 +#: superset-frontend/src/explore/controlPanels/sections.tsx:44 +msgid "The id of the active chart" +msgstr "Het id van de actieve grafiek" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67 +#: superset-frontend/src/explore/controlPanels/sections.tsx:51 +msgid "Cache Timeout (seconds)" +msgstr "Cache Timeout (seconden)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69 +#: superset-frontend/src/explore/controlPanels/sections.tsx:53 +msgid "The number of seconds before expiring the cache" +msgstr "Het aantal seconden voor het verstrijken van de cache" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76 +msgid "URL Parameters" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78 +msgid "Extra url parameters for use in Jinja templated queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87 +msgid "Extra Parameters" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89 +msgid "" +"Extra parameters that any plugins can choose to set for use in Jinja " +"templated queries" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98 +#: superset-frontend/src/explore/controlPanels/sections.tsx:69 +msgid "Time range endpoints" +msgstr "Time range endpoints" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100 +#: superset-frontend/src/explore/controlPanels/sections.tsx:71 +msgid "Time range endpoints (SIP-15)" +msgstr "Time range endpoints (SIP-15)" + +#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:476 +msgid "Color Scheme" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:306 +#: superset-frontend/src/explore/controls.jsx:123 +msgid "Group by" +msgstr "Groep per" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33 +#: superset-frontend/src/explore/controls.jsx:126 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a series limit to limit the number of fetched and rendered " +"series." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:217 +msgid "One or many columns to pivot as columns" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:387 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:121 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128 +#: superset-frontend/src/explore/controls.jsx:400 +msgid "Series" +msgstr "Series" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:390 +#: superset-frontend/src/explore/controls.jsx:403 +msgid "" +"Defines the grouping of entities. Each series is shown as a specific " +"color on the chart and has a legend toggle" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:399 +#: superset-frontend/src/explore/controls.jsx:412 +msgid "Entity" +msgstr "Entiteit" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:403 +#: superset-frontend/src/explore/controls.jsx:416 +msgid "This defines the element to be plotted on the chart" +msgstr "Dit definieert het element dat op de grafiek moet worden uitgezet" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:147 +#: superset-frontend/src/explore/controls.jsx:162 +msgid "One or many metrics to display" +msgstr "Eén of vele meeteenheden om weer te geven" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185 +msgid "Right Axis Metric" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:187 +#: superset-frontend/src/explore/controls.jsx:217 +msgid "Choose a metric for right axis" +msgstr "Kies een meeteenheid voor de rechteras" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371 +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259 +#: superset-frontend/src/explore/controls.jsx:384 +msgid "Sort by" +msgstr "Sorteer op" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:373 +#: superset-frontend/src/explore/controls.jsx:387 +msgid "" +"Metric used to define how the top series are sorted if a series or row " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:422 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123 +msgid "Bubble Size" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:423 +msgid "Metric used to calculate bubble size" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:409 +#: superset-frontend/src/explore/controls.jsx:422 +msgid "Metric assigned to the [X] axis" +msgstr "Meeteenheid toegewezen aan de [X]-as" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:417 +#: superset-frontend/src/explore/controls.jsx:430 +msgid "Metric assigned to the [Y] axis" +msgstr "Meeteenheid toegewezen aan de [Y]-as" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:208 +msgid "Color Metric" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:211 +#: superset-frontend/src/explore/controls.jsx:238 +msgid "A metric to use for color" +msgstr "Een meeteenheid te gebruiken voor kleur" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:268 +#: superset-frontend/src/explore/controls.jsx:297 +msgid "" +"The time column for the visualization. Note that you can define arbitrary" +" expression that return a DATETIME column in the table. Also note that " +"the filter below is applied against this column or expression" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176 +msgid "Drop temporal column here" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30 +msgid "Emit dashboard cross filters" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33 +msgid "Emit dashboard cross filters." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105 +msgid "" +"One or many columns to group by. High cardinality groupings should " +"include a sort by metric and series limit to limit the number of fetched " +"and rendered series." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:172 +#: superset-frontend/src/explore/controls.jsx:202 +msgid "The type of visualization to display" +msgstr "Het type visualisatie dat moet worden weergegeven" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:177 +msgid "Fixed Color" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:178 +#: superset-frontend/src/explore/controls.jsx:207 +msgid "Use this to define a static color for all circles" +msgstr "Gebruik dit om een statische kleur te definiëren voor alle cirkels" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:192 +msgid "Linear Color Scheme" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:229 +#: superset-frontend/src/explore/controls.jsx:258 +msgid "" +"Defines the origin where time buckets start, accepts natural dates as in " +"`now`, `sunday` or `1970-01-01`" +msgstr "" +"Definieert de oorsprong waar de time buckets beginnen, accepteert " +"natuurlijke datums als in `nu`, `zondag` of `1970-01-01`" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:258 +#: superset-frontend/src/explore/controls.jsx:287 +msgid "" +"The time granularity for the visualization. Note that you can type and " +"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:299 +#: superset-frontend/src/explore/controls.jsx:326 +msgid "" +"The time granularity for the visualization. This applies a date " +"transformation to alter your time column and defines a new time " +"granularity. The options here are defined on a per database engine basis " +"in the Superset source code." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:315 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35 +#: superset-frontend/src/explore/controls.jsx:342 +msgid "No filter" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:316 +#: superset-frontend/src/explore/controls.jsx:343 +msgid "" +"The time range for the visualization. All relative times, e.g. \"Last " +"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using" +" the server's local time (sans timezone). All tooltips and placeholder " +"times are expressed in UTC (sans timezone). The timestamps are then " +"evaluated by the database using the engine's local timezone. Note one can" +" explicitly set the timezone per the ISO 8601 format if specifying either" +" the start and/or end time." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:333 +#: superset-frontend/src/explore/controls.jsx:360 +msgid "Row limit" +msgstr "Rij limiet" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:337 +#: superset-frontend/src/explore/controls.jsx:364 +msgid "Limits the number of rows that get displayed." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:343 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:358 +#: superset-frontend/src/explore/controls.jsx:370 +msgid "Series limit" +msgstr "Serie limiet" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:347 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:361 +#: superset-frontend/src/explore/controls.jsx:374 +msgid "" +"Limits the number of series that get displayed. A joined subquery (or an " +"extra phase where subqueries are not supported) is applied to limit the " +"number of series that get fetched and rendered. This feature is useful " +"when grouping by high cardinality column(s) though does increase the " +"query complexity and cost." +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:430 +#: superset-frontend/src/explore/controls.jsx:442 +msgid "Y Axis Format" +msgstr "Y-as Formaat" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:439 +#: superset-frontend/src/explore/controls.jsx:454 +msgid "" +"When `Calculation type` is set to \"Percentage change\", the Y Axis " +"Format is forced to `.1%`" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:452 +msgid "Time format" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:480 +#: superset-frontend/src/explore/controls.jsx:484 +msgid "The color scheme for rendering chart" +msgstr "Het kleurenschema voor de rendering grafiek" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:342 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1043 +#: superset-frontend/src/explore/controlPanels/sections.tsx:125 +msgid "Sort descending" +msgstr "Sorteer aflopend" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31 +msgid "" +"Whether to sort descending or ascending. Takes effect only when \"Sort " +"by\" is set" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168 +msgid "Show less columns" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173 +msgid "Show all columns" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47 +msgid "Emit Target" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48 +msgid "" +"If you wish to specify a different target column than the original " +"column, it can be entered here" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58 +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1103 +msgid "D3 format" +msgstr "D3 formaat" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80 +msgid "Fraction digits" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81 +msgid "Number of decimal digits to round numbers to" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90 +msgid "Min Width" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91 +msgid "" +"Default minimal column width in pixels, actual width may still be larger " +"than this if other columns don't need much space" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105 +msgid "Text align" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106 +msgid "Horizontal alignment" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:331 +msgid "Left" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112 +msgid "Center" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:332 +msgid "Right" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119 +msgid "Show cell bars" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:420 +msgid "Whether to display a bar chart background in table columns" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:431 +msgid "Align +/-" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128 +msgid "Whether to align positive and negative values in cell bar chart at 0" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:443 +msgid "Color +/-" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:446 +msgid "Whether to colorize numeric values by if they are positive or negative" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153 +msgid "Small number format" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154 +msgid "" +"D3 number format for numbers between -1.0 and 1.0, useful when you want " +"to have different siginificant digits for small and large numbers" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150 +msgid "D3 format syntax: https://github.com/d3/d3-format" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28 +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49 +msgid "Adaptative formating" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40 +msgid "Duration in ms (66000 => 1m 6s)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41 +msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)" +msgstr "" + +#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44 +msgid "D3 time format syntax: https://github.com/d3/d3-time-format" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63 +msgid "" +"No results were returned for this query. If you expected results to be " +"returned, ensure any filters are configured properly and the datasource " +"contains data for the selected time range." +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75 +msgid "No Results" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130 +msgid "Found invalid orderby options" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31 +#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32 +msgid "is expected to be an integer" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28 +#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32 +msgid "is expected to be a number" +msgstr "" + +#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29 +msgid "cannot be empty" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91 +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:52 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:53 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:40 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:62 +#: superset-frontend/src/explore/controlPanels/sections.tsx:113 +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:31 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:41 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:29 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:179 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:26 +msgid "Query" +msgstr "Query" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40 +msgid "Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49 +msgid "The time unit used for the grouping of blocks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56 +msgid "Subdomain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65 +msgid "" +"The time unit for each block. Should be a smaller unit than " +"domain_granularity. Should be larger or equal to Time Grain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:142 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:67 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:81 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:280 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:104 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35 +#: superset-frontend/src/explore/fixtures.tsx:31 +#: superset-frontend/src/explore/fixtures.tsx:74 +#: superset-frontend/src/explore/fixtures.tsx:83 +msgid "Chart Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91 +msgid "Cell Size" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92 +msgid "The size of the square cell, in pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103 +msgid "Cell Padding" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104 +msgid "The distance between cells, in pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117 +msgid "Cell Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118 +msgid "The pixel radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129 +msgid "Color Steps" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130 +msgid "The number color \"steps\"" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141 +msgid "Time Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:97 +msgid "Legend" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152 +msgid "Whether to display the legend (toggles)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182 +msgid "Show Values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185 +msgid "Whether to display the numerical values within the cells" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178 +msgid "Show Metric Names" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181 +msgid "Whether to display the metric name as a title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191 +msgid "Number Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25 +msgid "Correlation" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27 +msgid "" +"Visualizes how a metric has changed over a time using a color scale and a" +" calendar view. Gray values are used to indicate missing values and the " +"linear color scheme is used to encode the magnitude of each day's value." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44 +msgid "Business" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43 +#: superset-frontend/src/visualizations/TimeTable/index.ts:32 +msgid "Comparison" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:36 +msgid "Intensity" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46 +msgid "Pattern" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48 +msgid "Report" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59 +#: superset-frontend/src/visualizations/TimeTable/index.ts:37 +msgid "Trend" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38 +msgid "Sort by metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39 +msgid "Whether to sort results by the selected metric in descending order." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:153 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:130 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:79 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:225 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113 +msgid "Number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57 +msgid "Choose a number format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1234 +msgid "Source" +msgstr "Bron" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63 +msgid "Choose a source" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62 +msgid "Target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69 +msgid "Choose a target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32 +msgid "Flow" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28 +msgid "" +"Showcases the flow or link between categories using thickness of chords. " +"The value and corresponding thickness can be different for each side." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35 +msgid "Relationships between community channels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34 +msgid "Chord Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41 +msgid "Aesthetic" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67 +msgid "Circular" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:42 +#: superset-frontend/src/visualizations/TimeTable/index.ts:33 +msgid "Legacy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64 +msgid "Proportional" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44 +msgid "Relational" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40 +msgid "Country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43 +msgid "Which country to plot the map for?" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78 +msgid "ISO 3166-2 Codes" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79 +msgid "" +"Column containing ISO 3166-2 codes of region/province/department in your " +"table." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85 +msgid "Metric to display bottom title" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:27 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:78 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:62 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:51 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:67 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:63 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:50 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:25 +msgid "Map" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27 +msgid "" +"Visualizes how a single metric varies across a country's principal " +"subdivisions (states, provinces, etc) on a chloropleth map. Each " +"subdivision's value is elevated when you hover over the corresponding " +"geographic boundary." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:37 +msgid "2D" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:38 +msgid "Geo" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +msgid "Range" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:89 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:76 +msgid "Stacked" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50 +msgid "Sorry, there appears to be no data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35 +msgid "Event definition" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43 +msgid "Event Names" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:127 +#: superset-frontend/src/explore/fixtures.tsx:96 +msgid "Columns to display" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63 +msgid "Order by entity id" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64 +msgid "" +"Important! Select this if the table is not already sorted by entity id, " +"else there is no guarantee that all events for each entity are returned." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78 +msgid "Minimum leaf node event count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81 +msgid "" +"Leaf nodes that represent fewer than this number of events will be " +"initially hidden in the visualization" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96 +msgid "Additional metadata" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105 +msgid "Metadata" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107 +msgid "Select any columns for metadata inspection" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125 +msgid "Entity ID" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126 +msgid "e.g., a \"user id\" column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129 +msgid "Max Events" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130 +msgid "The maximum number of events to return, equivalent to the number of rows" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26 +msgid "" +"Compares the lengths of time different activities take in a shared " +"timeline view." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29 +msgid "Event Flow" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56 +msgid "Progressive" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58 +msgid "Link Length" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70 +msgid "Link length in the force layout" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81 +msgid "Charge" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95 +msgid "Charge in the force layout" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33 +msgid "Source / Target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34 +msgid "Choose a source and a target" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27 +msgid "Force-directed Graph" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36 +msgid "Axis ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37 +msgid "Axis descending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38 +msgid "Metric ascending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39 +msgid "Metric descending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104 +msgid "Heatmap Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114 +msgid "XScale Interval" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119 +msgid "Number of steps to take between ticks when displaying the X scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130 +msgid "YScale Interval" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135 +msgid "Number of steps to take between ticks when displaying the Y scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146 +msgid "Rendering" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153 +msgid "" +"image-rendering CSS attribute of the canvas object that defines how the " +"browser scales up the image" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165 +msgid "Normalize Across" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172 +msgid "" +"Color will be rendered based on a ratio of the cell against the sum of " +"across this criteria" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77 +msgid "Left Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81 +msgid "Left margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187 +msgid "Bottom Margin" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191 +msgid "Bottom margin, in pixels, allowing for more room for axis labels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235 +msgid "Value bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238 +msgid "" +"Hard value bounds applied for color coding. Is only relevant and applied " +"when the normalization is applied against the whole heatmap." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251 +msgid "Sort X Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263 +msgid "Sort Y Axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287 +msgid "Show percentage" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289 +msgid "Whether to include the percentage in the tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141 +msgid "Normalized" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317 +msgid "Whether to apply a normal distribution based on rank on the color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329 +msgid "Value Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30 +msgid "" +"Visualize a related metric across pairs of groups. Heatmaps excel at " +"showcasing the correlation or strength between two groups. Color is used " +"to emphasize the strength of the link between each pair of groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34 +msgid "Sizes of vehicles" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36 +msgid "Employment and education" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43 +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:38 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45 +msgid "Density" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:76 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72 +msgid "Predictive" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46 +msgid "Single Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116 +msgid "count" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120 +msgid "cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124 +msgid "percentile (exclusive)" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38 +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48 +msgid "Select the numeric columns to draw the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86 +msgid "No of Bins" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98 +msgid "Select the number of bins for the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175 +msgid "X Axis Label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333 +msgid "Y Axis Label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143 +msgid "Whether to normalize the histogram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153 +msgid "Cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155 +msgid "Whether to make the histogram cumulative" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25 +msgid "Distribution" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29 +msgid "" +"Take your data points, and group them into \"bins\" to see where the " +"densest areas of information lie" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33 +msgid "Population age data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:121 +msgid "Sort Descending" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47 +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:90 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:87 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:344 +#: superset-frontend/src/explore/controlPanels/sections.tsx:127 +msgid "Whether to sort descending or ascending" +msgstr "Aflopend of oplopend sorteren" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367 +#: superset-frontend/src/explore/controlPanels/sections.tsx:136 +msgid "Contribution" +msgstr "Bijdrage" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:55 +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:61 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:59 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:74 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:369 +#: superset-frontend/src/explore/controlPanels/sections.tsx:138 +msgid "Compute the contribution to the total" +msgstr "Bereken de bijdrage aan het totaal" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:73 +msgid "Series Height" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:85 +msgid "Pixel height of each series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:93 +msgid "Value Domain" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:100 +msgid "" +"series: Treat each series independently; overall: All series use the same" +" scale; change: Show changes compared to the first data point in each " +"series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28 +msgid "" +"Compares how a metric changes over time between different groups. Each " +"group is mapped to a row and change over time is visualized bar lengths " +"and color." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32 +msgid "Horizon Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53 +msgid "Longitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54 +msgid "Column containing longitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63 +msgid "Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64 +msgid "Column containing latitude data" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74 +msgid "Clustering Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87 +msgid "" +"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 " +"to turn off clustering, but beware that a large number of points (>1000) " +"will cause lag." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101 +msgid "Points" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108 +msgid "Point Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110 +msgid "" +"The radius of individual points (ones that are not in a cluster). Either " +"a numerical column or `Auto`, which scales the point based on the largest" +" cluster" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132 +msgid "Point Radius Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:90 +msgid "The unit of measure for the specified point radius" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144 +msgid "Labelling" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152 +msgid "label" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154 +msgid "" +"`count` is COUNT(*) if a group by is used. Numerical columns will be " +"aggregated with the aggregator. Non-numerical columns will be used to " +"label points. Leave empty to get a count of points in each cluster." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171 +msgid "Cluster label aggregator" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182 +msgid "" +"Aggregate function applied to the list of points in each cluster to " +"produce the cluster label." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192 +msgid "Visual Tweaks" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199 +msgid "Live render" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201 +msgid "Points and clusters will update as the viewport is being changed" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:367 +msgid "Map Style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:379 +msgid "Base layer map style" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636 +msgid "Opacity" +msgstr "Opaciteit" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239 +msgid "Opacity of all clusters, points, and labels. Between 0 and 1." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251 +msgid "RGB Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261 +msgid "The color for points and clusters in RGB" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:290 +msgid "Viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276 +msgid "Default longitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280 +msgid "Longitude of default viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290 +msgid "Default latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294 +msgid "Latitude of default viewport" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306 +msgid "Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310 +msgid "Zoom level of the map" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323 +msgid "" +"One or many controls to group by. If grouping, latitude and longitude " +"columns must be present." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30 +msgid "Light mode" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31 +msgid "Dark mode" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33 +msgid "MapBox" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:85 +msgid "Scatter" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74 +msgid "Transformable" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74 +msgid "Significance Level" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:76 +msgid "Threshold alpha level for determining significance" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87 +msgid "p-value precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:89 +msgid "Number of decimal places with which to display p-values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100 +msgid "Lift percent precision" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:102 +msgid "Number of decimal places with which to display lift values" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26 +msgid "" +"Table that visualizes paired t-tests, which are used to understand " +"statistical differences between groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29 +msgid "Paired t-test Table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +msgid "Statistical" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50 +#: superset-frontend/src/visualizations/TimeTable/index.ts:35 +msgid "Tabular" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:51 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:77 +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:121 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:223 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:367 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48 +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:67 +msgid "Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:59 +msgid "Data Table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:62 +msgid "Whether to display the interactive data table" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:69 +msgid "Include Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:72 +msgid "Include series name as an axis" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33 +msgid "Ranking" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27 +msgid "" +"Plots the individual metrics for each row in the data vertically and " +"links them together as a line. This chart is useful for comparing " +"multiple metrics across all of the samples or rows in the data." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57 +msgid "Coordinates" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42 +msgid "Directional" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:69 +msgid "Time Series Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83 +msgid "Not Time Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:85 +msgid "Ignore time" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88 +msgid "Time Series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:90 +msgid "Standard time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93 +msgid "Aggregate Mean" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:95 +msgid "Mean of values over specified period" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98 +msgid "Aggregate Sum" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:100 +msgid "Sum of values over specified period" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103 +msgid "Difference" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:105 +msgid "Metric change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110 +msgid "Percent Change" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:112 +msgid "Metric percent change in value from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117 +msgid "Factor" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:119 +msgid "Metric factor change from `since` to `until`" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124 +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:163 +msgid "Advanced Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:126 +msgid "Use the Advanced Analytics options below" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:135 +msgid "Settings for time series" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:165 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:89 +msgid "Date Time Format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:178 +msgid "Partition Limit" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:181 +msgid "" +"The maximum number of subdivisions of each group; lower values are pruned" +" first" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:191 +msgid "Partition Threshold" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:194 +msgid "" +"Partitions whose height to parent height proportions are below this value" +" are pruned" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:206 +msgid "Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:209 +msgid "Use a log scale" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:218 +msgid "Equal Date Sizes" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:221 +msgid "Check to force date partitions to have the same height" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:232 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:102 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281 +msgid "Rich Tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:235 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:105 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284 +msgid "The rich tooltip shows a list of all series for that point in time" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:253 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:136 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:385 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:167 +msgid "Rolling Window" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:259 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:142 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:391 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:173 +msgid "Rolling Function" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:208 +msgid "Min Periods" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:305 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:188 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:438 +msgid "Time Comparison" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:313 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:196 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:446 +msgid "Time Shift" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:355 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:238 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:489 +msgid "Python Functions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:382 +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:265 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:510 +#: superset-frontend/src/explore/controlPanels/sections.tsx:272 +msgid "Method" +msgstr "Methode" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25 +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50 +msgid "Part of a Whole" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26 +msgid "Compare the same summarized metric across multiple groups." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27 +msgid "Partition Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28 +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42 +msgid "Categorical" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:58 +msgid "Pivot Options" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:65 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:139 +msgid "Aggregation function" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:76 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:162 +msgid "" +"Aggregate function to apply when pivoting and computing the total rows " +"and columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:354 +msgid "Show totals" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:91 +msgid "Display total row/column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98 +msgid "Combine Metrics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:100 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:212 +msgid "" +"Display metrics side by side within each column, as opposed to each " +"column being displayed side by side for each metric." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112 +msgid "Transpose Pivot" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:114 +msgid "Swap Groups and Columns" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:144 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:138 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241 +msgid "Date format" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location.\n" +"\n" +" This chart is being deprecated and we recommend checking out Pivot " +"Table V2 instead!" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:114 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:102 +#: superset-frontend/src/explore/fixtures.tsx:40 +msgid "Use Area Proportions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:115 +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:103 +#: superset-frontend/src/explore/fixtures.tsx:41 +msgid "" +"Check if the Rose Chart should use segment area instead of segment radius" +" for proportioning" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26 +msgid "" +"A polar coordinate chart where the circle is broken into wedges of equal " +"angle, and the value represented by any wedge is illustrated by its area," +" rather than its radius or sweep angle." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29 +msgid "Nightingale Rose Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +msgid "Advanced-Analytics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34 +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37 +msgid "Multi-Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44 +msgid "" +"Limiting rows may result in incomplete data and misleading charts. " +"Consider filtering or grouping source/target names instead." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29 +msgid "" +"Visualizes the flow of different group's values through different stages " +"of a system. New stages in the pipeline are visualized as nodes or " +"layers. The thickness of the bars or edges represent the metric being " +"visualized." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33 +msgid "Demographics" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34 +msgid "Survey Responses" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36 +msgid "Sankey Diagram" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63 +#: superset-frontend/src/visualizations/TimeTable/index.ts:34 +msgid "Percentages" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27 +msgid "Sankey Diagram with Loops" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56 +msgid "Primary Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57 +msgid "The primary metric is used to define the arc segment sizes" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62 +msgid "Secondary Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64 +msgid "" +"[optional] this secondary metric is used to define the color as a ratio " +"against the primary metric. When omitted, the color is categorical and " +"based on labels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71 +msgid "When only a primary metric is provided, a categorical color scale is used." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76 +msgid "When a secondary metric is provided, a linear color scale is used." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81 +msgid "Hierarchy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82 +msgid "This defines the level of the hierarchy" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28 +msgid "" +"Uses circles to visualize the flow of data through different stages of a " +"system. Hover over individual paths in the visualization to understand " +"the stages a value took. Useful for multi-stage, multi-group visualizing " +"funnels and pipelines." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32 +msgid "Sunburst Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33 +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62 +msgid "Multi-Levels" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:65 +msgid "Ratio" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:69 +msgid "Target aspect ratio for treemap tiles." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31 +msgid "" +"Shows the composition of a dataset by segmenting a given rectangle as " +"smaller rectangles with areas proportional to their value or contribution" +" to the whole. Those rectangles may also, in turn, be further segmented " +"hierarchically." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39 +msgid "Country Field Type" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47 +msgid "" +"The country code standard that Superset should expect to find in the " +"[country] column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80 +msgid "Show Bubbles" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83 +msgid "Whether to display bubbles on top of countries" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59 +msgid "Max Bubble Size" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115 +msgid "Country Column" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116 +msgid "3 letter code of the country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119 +msgid "Metric for Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120 +msgid "Metric that defines the color of the country" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124 +msgid "Metric that defines the size of the bubble" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127 +msgid "Bubble Color" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130 +msgid "Country Color Scheme" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29 +msgid "A map of the world, that can indicate values in different countries." +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:36 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32 +msgid "Multi-Dimensions" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58 +#: superset-frontend/src/visualizations/TimeTable/index.ts:31 +msgid "Multi-Variables" +msgstr "" + +#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:44 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:92 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:86 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +msgid "Popular" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:37 +msgid "deck.gl charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:40 +msgid "Pick a set of deck.gl charts to layer on top of one another" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138 +msgid "Select charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139 +msgid "Error while fetching charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:27 +msgid "Compose multiple layers together to form complex visuals." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:28 +msgid "deck.gl Multiple Layers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:34 +msgid "deckGL" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/components/PlaySlider.jsx:152 +msgid "Data has no time steps" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:52 +msgid "Start Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:54 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:66 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:306 +msgid "Point to your spatial columns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:64 +msgid "End Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:85 +msgid "Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:92 +msgid "Target Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:93 +msgid "Color of the target location" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:105 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:142 +msgid "Categorical Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:106 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:143 +msgid "Pick a dimension from which categorical colors are defined" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:119 +msgid "Stroke Width" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/controlPanel.ts:132 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:91 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:58 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:90 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts:76 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:182 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:153 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:62 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:813 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:578 +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1168 +msgid "Advanced" +msgstr "Geavanceerd" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:27 +msgid "Plot the distance (like flight paths) between origin and destination." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:30 +msgid "deck.gl Arc" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:35 +msgid "3D" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Arc/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60 +msgid "Web" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:69 +msgid "GeoJson Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts:80 +msgid "Point Radius Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:27 +msgid "" +"The GeoJsonLayer takes in GeoJSON formatted data and renders it as " +"interactive polygons, lines and points (circles, icons and/or texts)." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/index.js:30 +msgid "deck.gl Geojson" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:69 +#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:92 +msgid "Height" +msgstr "Hoogte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/controlPanel.ts:70 +msgid "Metric used to control height" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:27 +msgid "" +"Visualize geospatial data like 3D buildings, landscapes, or objects in " +"grid view." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:30 +msgid "deck.gl Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Grid/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:33 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72 +#: superset-frontend/src/filters/components/GroupBy/index.ts:31 +#: superset-frontend/src/filters/components/Range/index.ts:31 +#: superset-frontend/src/filters/components/Select/index.ts:32 +#: superset-frontend/src/filters/components/Time/index.ts:31 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:31 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:31 +msgid "Experimental" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:63 +msgid "Dynamic Aggregation Function" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/controlPanel.ts:64 +msgid "The function to use when aggregating points into groups" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:27 +msgid "" +"Overlays a hexagonal grid on a map, and aggregates data within the " +"boundary of each cell." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Hex/index.js:30 +msgid "deck.gl 3D Hexagon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:27 +msgid "Visualizes connected points, which form a path, on a map." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/index.js:28 +msgid "deck.gl Path" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:64 +msgid "Polygon Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:73 +msgid "Polygon Encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:84 +msgid "Elevation" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:102 +msgid "Polygon Settings" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:121 +msgid "Opacity, expects values between 0 and 100" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:132 +msgid "Number of buckets to group data" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:135 +msgid "How many buckets should the data be grouped in." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:145 +msgid "Bucket break points" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:147 +msgid "List of n+1 values for bucketing metric into n buckets." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:159 +msgid "Emit Filter Events" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:162 +msgid "Whether to apply filter when items are clicked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:169 +msgid "Multiple filtering" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/controlPanel.ts:172 +msgid "Allow sending multiple polygons as a filter event" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:27 +msgid "" +"Visualizes geographic areas from your data as polygons on a Mapbox " +"rendered map. Polygons can be colored using a metric." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/index.js:30 +msgid "deck.gl Polygon" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:71 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:317 +msgid "Point Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:79 +msgid "Point Unit" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:101 +msgid "Minimum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:106 +msgid "" +"Minimum radius size of the circle, in pixels. As the zoom level changes, " +"this insures that the circle respects this minimum radius." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:116 +msgid "Maximum Radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:121 +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-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts:132 +msgid "Point Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:27 +msgid "" +"A map that takes rendering circles with a variable radius at " +"latitude/longitude coordinates" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/index.js:30 +msgid "deck.gl Scatterplot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:57 +msgid "Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:73 +msgid "Weight" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/controlPanel.ts:74 +msgid "Metric used as a weight for the grid's coloring" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:27 +msgid "" +"Aggregates data within the boundary of grid cells and maps the aggregated" +" values to a dynamic color scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/index.js:30 +msgid "deck.gl Screen Grid" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:40 +msgid "" +"For more information about objects are in context in the scope of this " +"function, refer to the" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:43 +msgid " source code of Superset's sandboxed parser" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:72 +msgid "This functionality is disabled in your environment for security reasons." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:85 +msgid "Ignore null locations" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:87 +msgid "Whether to ignore locations that are null" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:95 +msgid "Auto Zoom" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:98 +msgid "When checked, the map will zoom to your data after each query" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:108 +msgid "Dimension" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:109 +msgid "Select a dimension" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:119 +msgid "Extra data for JS" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:121 +msgid "List of extra columns made available in Javascript functions" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:130 +msgid "Javascript data interceptor" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:131 +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-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:142 +msgid "Javascript tooltip generator" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:143 +msgid "" +"Define a function that receives the input and outputs the content for a " +"tooltip" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:152 +msgid "Javascript onClick href" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:153 +msgid "Define a function that returns a URL to navigate to when user clicks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:160 +msgid "Legend Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:161 +msgid "Choose the format for legend values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:173 +msgid "Legend Position" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:174 +msgid "Choose the position of the legend" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:193 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:27 +msgid "Lines column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:195 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:28 +msgid "The database columns that contains lines information" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:207 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667 +msgid "Line width" +msgstr "Lijndikte" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:211 +msgid "The width of the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:218 +msgid "Fill Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:219 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:232 +msgid "" +" Set the opacity to 0 if you do not want to override the color specified " +"in the GeoJSON" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:231 +msgid "Stroke Color" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:245 +msgid "Filled" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:247 +msgid "Whether to fill the objects" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:256 +msgid "Stroked" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:258 +msgid "Whether to display the stroke" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:267 +msgid "Extruded" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:278 +msgid "Grid Size" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:282 +msgid "Defines the grid size in pixels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:292 +msgid "Parameters related to the view and perspective on the map" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:304 +msgid "Longitude & Latitude" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:319 +msgid "Fixed point radius" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:330 +msgid "Multiplier" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:334 +msgid "Factor to multiply the metric by" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:342 +msgid "Lines encoding" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:345 +msgid "The encoding format of the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:358 +msgid "Reverse Lat & Long" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:387 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:36 +msgid "GeoJson Column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx:389 +#: superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/sharedDndControls.jsx:37 +msgid "Select the geojson column" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53 +msgid "Right Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64 +msgid "Show Markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67 +msgid "Show data points as circle markers on the lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91 +msgid "Y bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105 +msgid "Whether to display the min and max values of the Y-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102 +msgid "Y 2 bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113 +msgid "Line Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124 +msgid "Line interpolation as defined by d3.js" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132 +msgid "Show Range Filter" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141 +msgid "Whether to display the time range interactive selector" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160 +msgid "Extra Controls" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163 +msgid "" +"Whether to show extra controls or not. Extra controls include things like" +" making mulitBar charts stacked or side by side." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62 +msgid "X Tick Layout" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72 +msgid "The way the ticks are laid out on the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215 +msgid "X Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227 +msgid "Y Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230 +msgid "Use a log scale for the Y-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:355 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:273 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:236 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:216 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:233 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:289 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:292 +msgid "Y Axis Bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:358 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:276 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:239 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:236 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:292 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:295 +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-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254 +msgid "Y Axis 2 Bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270 +msgid "X bounds" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273 +msgid "Whether to display the min and max values of the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294 +msgid "Bar Values" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297 +msgid "Show the value on top of the bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305 +msgid "Stacked Bars" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316 +msgid "Reduce X ticks" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319 +msgid "" +"Reduces the number of X-axis ticks to be rendered. If true, the x-axis " +"will not overflow and labels may be missing. If false, a minimum width " +"will be applied to columns and the width may overflow into an horizontal " +"scroll." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366 +msgid "You cannot use 45° tick layout along with the time range filter" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52 +#: superset-frontend/src/explore/fixtures.tsx:55 +msgid "Stacked Style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:49 +msgid "Evolution" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32 +msgid "" +"A time series chart that visualizes how a related metric from multiple " +"groups vary over time. Each group is visualized using a different color." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36 +msgid "Stretched style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37 +msgid "Stacked style" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38 +msgid "Video game consoles" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39 +msgid "Vehicle Types" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:136 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:139 +msgid "Area Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46 +msgid "Continuous" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:84 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71 +msgid "Line" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:46 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:50 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29 +msgid "nvd3" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38 +msgid "Deprecated" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31 +msgid "" +"Visualize how a metric changes over time using bars. Add a group by " +"column to visualize group level metrics and how they change over time." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35 +msgid "Time-series Bar Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:91 +msgid "Bar" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:90 +msgid "Vertical" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26 +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27 +msgid "Box Plot" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104 +msgid "X Log Scale" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107 +msgid "Use a log scale for the X-axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27 +msgid "" +"Visualizes a metric across three dimensions of data in a single chart (X " +"axis, Y axis, and bubble size). Bubbles from the same group can be " +"showcased using bubble color." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39 +msgid "Ranges" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41 +msgid "Ranges to highlight with shading" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48 +msgid "Range labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50 +msgid "Labels for the ranges" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59 +msgid "Markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61 +msgid "List of values to mark with triangles" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68 +msgid "Marker labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70 +msgid "Labels for the markers" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79 +msgid "Marker lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81 +msgid "List of values to mark with lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88 +msgid "Marker line labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90 +msgid "Labels for the marker lines" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:29 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:31 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37 +msgid "KPI" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27 +msgid "" +"Showcases the progress of a single metric against a given target. The " +"higher the fill, the closer the metric is to the target." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27 +msgid "" +"Visualizes many different time-series objects in a single chart. This " +"chart is being deprecated and we recommend using the Time-series Chart " +"instead." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30 +msgid "Time-series Percent Change" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:94 +msgid "Sort Bars" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:97 +msgid "Sort bars by x labels." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:135 +msgid "Breakdowns" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:136 +msgid "Defines how each series is broken down" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30 +msgid "" +"Compares metrics from different categories using bars. Bar lengths are " +"used to indicate the magnitude of each value and color is used to " +"differentiate groups." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38 +msgid "Bar Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:39 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43 +msgid "Additive" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44 +msgid "Discrete" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40 +msgid "Y Axis 1" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50 +msgid "Y Axis 2" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68 +msgid "Left Axis Metric" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69 +msgid "Choose a metric for left axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72 +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166 +msgid "Left Axis Format" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27 +msgid "" +"Visualizes 2 metrics as line plots using the same x-axis. This chart is " +"useful for comparing metrics across the same time range." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30 +msgid "Dual Line Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55 +msgid "Propagate" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58 +msgid "Send range filter events to other charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32 +msgid "Classic chart that visualizes how metrics change over time." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36 +msgid "Battery level over time" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77 +#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26 +msgid "Line Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64 +msgid "Prefix metric name with slice name" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88 +msgid "Y Axis Left" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97 +msgid "Left Axis chart(s)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100 +msgid "Choose one or more charts for left axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123 +msgid "Y Axis Right" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132 +msgid "Right Axis chart(s)" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135 +msgid "Choose one or more charts for right axis" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27 +msgid "" +"Visualize two different time series using the same x-axis time range. " +"This chart is being deprecated and we recommend using the Mixed " +"Timeseries Chart instead!" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30 +msgid "Multiple Line Charts" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95 +msgid "Label Type" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103 +msgid "What should be shown on the label?" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208 +msgid "Donut" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211 +msgid "Do you want a donut or a pie?" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71 +msgid "Show Labels" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99 +msgid "" +"Whether to display the labels. Note that the label only displays when the" +" the 5% threshold." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161 +msgid "Put labels outside" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112 +msgid "Put the labels outside the pie?" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63 +msgid "Pie Chart" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53 +msgid "Frequency" +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65 +msgid "" +"The periodicity over which to pivot time. Users can provide\n" +" \"Pandas\" offset alias.\n" +" Click on the info bubble for more details on accepted " +"\"freq\" expressions." +msgstr "" + +#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28 +msgid "Time-series Period Pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:37 +msgid "Show legend" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:40 +msgid "Whether to display a legend for the chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:48 +msgid "Margin" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:52 +msgid "Additional padding for legend." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:90 +msgid "Legend type" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:108 +msgid "Show Value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:111 +msgid "Show series values on the chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:119 +msgid "Stack series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:122 +msgid "Stack series on top of each other" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:130 +msgid "Only Total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:133 +msgid "" +"Only show the total value on the stacked chart, and not show on the " +"selected category" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:145 +msgid "X-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:148 +msgid "Dimension to use on x-axis." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:157 +msgid "Percentage threshold" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:161 +msgid "Minimum threshold in percentage points for showing labels." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:187 +msgid "Rich tooltip" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:190 +msgid "Shows a list of all series available at that point in time" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:200 +msgid "Tooltip time format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:210 +msgid "Tooltip sort by metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:213 +msgid "Whether to sort tooltip by the selected metric in descending order." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:222 +msgid "Tooltip" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:109 +#, python-format +msgid "Last available value seen on %s" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:112 +msgid "Not up to date" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:149 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:257 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91 +msgid "No data" +msgstr "Geen data" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:179 +msgid "No data after filtering or data is NULL for the latest time record" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx:182 +msgid "Try applying different filters or ensuring your datasource has data" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:28 +msgid "Big Number Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:35 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:69 +msgid "Tiny" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:39 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:73 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25 +msgid "Small" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:77 +msgid "Normal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:81 +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35 +msgid "Large" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:51 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:85 +msgid "Huge" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/sharedControls.ts:62 +msgid "Subheader Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:46 +msgid "Subheader" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:48 +msgid "Description text that shows up below your Big Number" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:82 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:151 +msgid "Force date format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts:85 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:154 +msgid "Use date formatting even when metric value is not a timestamp" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:30 +msgid "" +"Showcases a single metric front-and-center. Big number is best used to " +"call attention to a KPI or the one thing you want your audience to focus " +"on." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:34 +msgid "A Big Number" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:35 +msgid "With a subheader" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/index.ts:41 +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:39 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45 +msgid "Formattable" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:48 +msgid "Comparison Period Lag" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:50 +msgid "Based on granularity, number of time periods to compare against" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:61 +msgid "Comparison suffix" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:62 +msgid "Suffix to apply after the percentage display" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:71 +msgid "Show Timestamp" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:74 +msgid "Whether to display the timestamp" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:83 +msgid "Show Trend Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:86 +msgid "Whether to display the trend line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:95 +msgid "Start y-axis at 0" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:98 +msgid "" +"Start y-axis at zero. Uncheck to start y-axis at minimum value in the " +"data." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:109 +msgid "Fix to selected Time Range" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx:110 +msgid "" +"Fix the trend line to the full time range specified in case filtered " +"results do not include the start or end dates" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/index.ts:32 +msgid "" +"Showcases a single number accompanied by a simple line chart, to call " +"attention to an important metric along with its change over time or other" +" dimension." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45 +msgid "Whisker/outlier options" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53 +#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47 +msgid "Determines how whiskers and outliers are calculated." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129 +msgid "Categories to group by on the x-axis." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132 +msgid "Distribute across" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134 +msgid "" +"Columns to calculate distribution across. Defaults to temporal column if " +"left empty." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50 +msgid "" +"Also known as a box and whisker plot, this visualization compares the " +"distributions of a related metric across multiple groups. The box in the " +"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers " +"around each box visualize the min, max, range, and outer 2 quartiles." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55 +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:80 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:70 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124 +msgid "ECharts" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65 +msgid "Labels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74 +msgid "Whether to display the labels." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49 +msgid "" +"Showcases how a metric changes as the funnel progresses. This classic " +"chart is useful for visualizing drop-off between stages in a pipeline or " +"lifecycle." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52 +msgid "Funnel Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58 +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49 +msgid "Sequential" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43 +msgid "Columns to group by" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78 +msgid "General" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:88 +msgid "Min" +msgstr "Min" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89 +msgid "Minimum value on the gauge axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100 +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48 +#: superset-frontend/src/explore/components/controls/BoundsControl.tsx:96 +msgid "Max" +msgstr "Max" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101 +msgid "Maximum value on the gauge axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110 +msgid "Start angle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111 +msgid "Angle at which to start progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120 +msgid "End angle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121 +msgid "Angle at which to end progress axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133 +msgid "Font size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134 +msgid "Font size for axis labels, detail value and other text elements" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:231 +msgid "Value format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166 +msgid "Additional text to add before or after the value, e.g. unit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179 +msgid "Show pointer" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180 +msgid "Whether to show the pointer" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191 +msgid "Animation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192 +msgid "Whether to animate the progress and the value or just display them" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200 +msgid "Axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206 +msgid "Show axis line ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207 +msgid "Whether to show minor ticks on the axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218 +msgid "Show split lines" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219 +msgid "Whether to show the split lines on the axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230 +msgid "Split number" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231 +msgid "Number of split segments on the axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239 +msgid "Progress" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245 +msgid "Show progress" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246 +msgid "Whether to show the progress of gauge chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257 +msgid "Overlap" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258 +msgid "Whether the progress bar overlaps when there are multiple groups of data" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271 +msgid "Round cap" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272 +msgid "Style the ends of the progress bar with a round cap" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280 +msgid "Intervals" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286 +msgid "Interval bounds" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287 +msgid "" +"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and " +"4-5. Last number should match the value provided for MAX." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300 +msgid "Interval colors" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301 +msgid "" +"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers " +"denote colors from the chosen color scheme and are 1-indexed. Length must" +" be matching that of interval bounds." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39 +msgid "" +"Uses a gauge to showcase progress of a metric towards a target. The " +"position of the dial represents the progress and the terminal value in " +"the gauge represents the target value." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42 +msgid "Gauge Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53 +msgid "Name of the source nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63 +msgid "Name of the target nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73 +msgid "Source category" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74 +msgid "" +"The category of source nodes used to assign colors. If a node is " +"associated with more than one category, only the first will be used." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86 +msgid "Target category" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87 +msgid "Category of target nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107 +msgid "Chart options" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110 +msgid "Layout" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108 +msgid "Graph layout" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111 +msgid "Force" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114 +msgid "Layout type of graph" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124 +msgid "Edge symbols" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125 +msgid "Symbol of two ends of edge line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128 +msgid "None -> None" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129 +msgid "None -> Arrow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130 +msgid "Circle -> Arrow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131 +msgid "Circle -> Circle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141 +msgid "Enable node dragging" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144 +msgid "Whether to enable node dragging in force layout mode." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270 +msgid "Enable graph roaming" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165 +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274 +msgid "Disabled" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275 +msgid "Scale only" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276 +msgid "Move only" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277 +msgid "Scale and Move" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279 +msgid "Whether to enable changing graph position and scaling." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182 +msgid "Node select mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186 +msgid "Single" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187 +msgid "Multiple" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189 +msgid "Allow node selections" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198 +msgid "Label threshold" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202 +msgid "Minimum value for label to be displayed on graph." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213 +msgid "Node size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217 +msgid "" +"Median node size, the largest node will be 4 times larger than the " +"smallest" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226 +msgid "Edge width" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230 +msgid "" +"Median edge width, the thickest edge will be 4 times thicker than the " +"thinnest." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241 +msgid "Edge length" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247 +msgid "Edge length between nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262 +msgid "Gravity" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268 +msgid "Strength to pull the graph toward center" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283 +msgid "Repulsion" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289 +msgid "Repulsion strength between nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304 +msgid "Friction" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310 +msgid "Friction between nodes" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34 +msgid "" +"Displays connections between entities in a graph structure. Useful for " +"mapping relationships and showing which nodes are important in a network." +" Graph charts can be configured to be force-directed or circulate. If " +"your data has a geospatial component, try the deck.gl Arc chart." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37 +msgid "Graph Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45 +msgid "Structural" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135 +msgid "Series type" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:129 +msgid "Series chart type (line, bar etc)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168 +msgid "Area chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:139 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:142 +msgid "Draw area under curves. Only applicable for line types." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202 +msgid "Opacity of area chart." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:153 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:94 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:111 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:169 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:172 +msgid "Marker" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:117 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:97 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:114 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:175 +msgid "Draw a marker on data points. Only applicable for line types." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225 +msgid "Marker size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:172 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:133 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:113 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:130 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:191 +msgid "Size of marker. Also applies to forecast observations." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243 +msgid "Primary" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244 +msgid "Secondary" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:249 +msgid "Primary or secondary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284 +msgid "Query A" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:285 +msgid "Query B" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:291 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:185 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:126 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:143 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:204 +msgid "Data Zoom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:294 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:188 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:149 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:129 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:146 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:204 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:207 +msgid "Enable data zooming controls" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:308 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:174 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:155 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:171 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:229 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:232 +msgid "Rotate x axis label" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:315 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:220 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:162 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:236 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:239 +msgid "Input field supports custom rotation. e.g. 30 for 30°" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:329 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:247 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:190 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:207 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:263 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:266 +msgid "Minor Split Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:332 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:250 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:213 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:193 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:210 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:266 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:269 +msgid "Draw split lines for minor y-axis ticks" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:341 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:259 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:202 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:219 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:275 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:278 +msgid "Truncate Y Axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:344 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:262 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:205 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:222 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:278 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:281 +msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:372 +msgid "Primary y-axis format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:381 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:405 +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:414 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:235 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:238 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:201 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:178 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:181 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:195 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:198 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:251 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:254 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:254 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:257 +msgid "Logarithmic y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:384 +msgid "Logarithmic scale on primary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:393 +msgid "Secondary y-axis format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:402 +msgid "Secondary y-axis title" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:417 +msgid "Logarithmic scale on secondary y-axis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58 +msgid "" +"Visualize two different time series using the same x-axis time range. " +"Note that each time series can be visualized differently (e.g. 1 using " +"bars and 1 using a line)." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67 +msgid "Mixed Time-Series" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164 +msgid "Put the labels outside of the pie?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175 +msgid "Label Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178 +msgid "Draw line from Pie to label when labels outside?" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187 +msgid "Pie shape" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193 +msgid "Outer Radius" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199 +msgid "Outer edge of Pie chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220 +msgid "Inner Radius" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226 +msgid "Inner radius of donut hole" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54 +msgid "" +"The classic. Great for showing how much of a company each investor gets, " +"what demographics follow your blog, or what portion of the budget goes to" +" the military industrial complex.\n" +"\n" +" Pie charts can be difficult to interpret precisely. If clarity of" +" relative proportion is important, consider using a bar or other chart " +"type instead." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49 +msgid "The maximum value of metrics. It is an optional configuration" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123 +msgid "Label position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161 +msgid "Radar" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167 +msgid "Customize Metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168 +msgid "Further customize how to display each metric" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198 +msgid "Circle radar shape" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201 +msgid "Radar render type, whether to display 'circle' shape." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50 +msgid "" +"Visualize a parallel set of metrics across multiple groups. Each group is" +" visualized using its own line of points and each metric is represented " +"as an edge in the chart." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53 +msgid "Radar Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:68 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:65 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:71 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:72 +msgid "Contribution Mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:75 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:72 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:78 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:79 +msgid "Calculate contribution per series or row" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:117 +msgid "Series Style" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:135 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:150 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:153 +msgid "Area chart opacity" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:141 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:156 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:159 +msgid "Opacity of Area Chart. Also applies to confidence band." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:167 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:128 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:108 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:125 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:183 +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:186 +msgid "Marker Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:52 +msgid "" +"Swiss army knife for visualizing data. Choose between step, line, " +"scatter, and bar charts. This viz type has many customization options as " +"well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:55 +msgid "" +"Swiss army knife for visualizing time series data. Choose between step, " +"line, scatter, and bar charts. This viz type has many customization " +"options as well." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:66 +msgid "Generic Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:67 +msgid "Time-series Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:58 +msgid "" +"Area charts are similar to line charts in that they represent variables " +"with the same scale, but area charts stack the metrics on top of each " +"other." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:61 +msgid "" +"Time-series Area chart are similar to line chart in that they represent " +"variables with the same scale, but area charts stack the metrics on top " +"of each other. An area chart in Superset can be stream, stack, or expand." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:72 +msgid "Area Chart v2" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:73 +msgid "Time-series Area Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:225 +msgid "It’s not recommended to truncate y-axis in Bar chart." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:64 +msgid "Bar Charts are used to show metrics as a series of bars." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:65 +msgid "" +"Time-series Bar Charts are used to show the changes in a metric over time" +" as a series of bars." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80 +msgid "Bar Chart v2" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81 +msgid "Time-series Bar Chart v2" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:63 +msgid "" +"Line chart is used to visualize measurements taken over a given category." +" Line chart is a type of chart which displays information as a series of " +"data points connected by straight line segments. It is a basic type of " +"chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:66 +msgid "" +"Time-series line chart is used to visualize repeated measurements taken " +"over regular time intervals. Line chart is a type of chart which displays" +" information as a series of data points connected by straight line " +"segments. It is a basic type of chart common in many fields." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:78 +msgid "Time-series Line Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:62 +msgid "" +"Scatter Plot has the horizontal axis in linear units, and the points are " +"connected in order. It shows a statistical relationship between two " +"variables." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:65 +msgid "" +"Time-series Scatter Plot has time on the horizontal axis in linear units," +" and the points are connected in order. It shows a statistical " +"relationship between two variables." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76 +#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26 +msgid "Scatter Plot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77 +msgid "Time-series Scatter Plot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:62 +msgid "" +"Smooth-line is a variation of the line chart. Without angles and hard " +"edges, Smooth-line sometimes looks smarter and more professional." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:65 +msgid "" +"Time-series Smooth-line is a variation of the line chart. Without angles " +"and hard edges, Smooth-line sometimes looks smarter and more " +"professional." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76 +msgid "Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77 +msgid "Time-series Smooth Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:116 +msgid "Step type" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:124 +msgid "" +"Defines whether the step should appear at the beginning, middle or end " +"between two data points" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:53 +msgid "" +"Stepped-line graph (also called step chart) is a variation of line chart " +"but with the line forming a series of steps between data points. A step " +"chart can be useful when you want to show the changes that occur at " +"irregular intervals." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:56 +msgid "" +"Time-series Stepped-line graph (also called step chart) is a variation of" +" line chart but with the line forming a series of steps between data " +"points. A step chart can be useful when you want to show the changes that" +" occur at irregular intervals." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67 +msgid "Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68 +msgid "Time-series Stepped Line" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50 +msgid "Id" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51 +msgid "Name of the id column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60 +msgid "Parent" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61 +msgid "Name of the column containing the id of the parent node" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73 +msgid "Optional name of the data column." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84 +msgid "Root node id" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85 +msgid "Id of root node of the tree." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98 +msgid "Metric for node values" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117 +msgid "Tree layout" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120 +msgid "Orthogonal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121 +msgid "Radial" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246 +msgid "Layout type of tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134 +msgid "Tree orientation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137 +msgid "Left to Right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138 +msgid "Right to Left" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139 +msgid "Top to Bottom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140 +msgid "Bottom to Top" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142 +msgid "Orientation of tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155 +msgid "Node label position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176 +msgid "left" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177 +msgid "top" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178 +msgid "right" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161 +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179 +msgid "bottom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163 +msgid "Position of intermidiate node label on tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173 +msgid "Child label position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181 +msgid "Position of child node label on tree" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191 +msgid "Emphasis" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194 +msgid "ancestor" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195 +msgid "descendant" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197 +msgid "Which relatives to highlight on hover" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210 +msgid "Symbol" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214 +msgid "Empty circle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218 +msgid "Circle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222 +msgid "Rectangle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226 +msgid "Triangle" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230 +msgid "Diamond" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234 +msgid "Pin" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238 +msgid "Arrow" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255 +msgid "Symbol size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261 +msgid "Size of edge symbols" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35 +msgid "" +"Visualize multiple levels of hierarchy using a familiar tree-like " +"structure." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39 +msgid "Tree Chart" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83 +msgid "Show Upper Labels" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86 +msgid "Show labels when the node has children." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52 +msgid "" +"Show hierarchical relationships of data, with with the value represented " +"by area, showing proportion and contribution to the whole." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56 +msgid "Treemap v2" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49 +msgid "Columns to group by on the columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:58 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289 +msgid "Rows" +msgstr "Rijen" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59 +msgid "Columns to group by on the rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:78 +msgid "Apply metrics on" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:84 +msgid "Use metrics as a top level group for columns or for rows" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:98 +msgid "Cell limit" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:99 +msgid "Limits the number of cells that get retrieved." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:109 +msgid "" +"Metric used to define how the top series are sorted if a series or cell " +"limit is present. If undefined reverts to the first metric (where " +"appropriate)." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:174 +msgid "Show rows total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:177 +msgid "Display row level total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:186 +msgid "Show columns total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:189 +msgid "Display column level total" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198 +msgid "Transpose pivot" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:200 +msgid "Swap rows and columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:210 +msgid "Combine metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:381 +msgid "D3 time format for datetime columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:254 +msgid "Sort rows by" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:258 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:286 +msgid "key a-z" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:259 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:287 +msgid "key z-a" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:260 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:288 +msgid "value ascending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289 +msgid "value descending" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:266 +msgid "Change order of rows." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:267 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:295 +msgid "Available sorting modes:" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269 +msgid "By key: use row names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270 +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:298 +msgid "By value: use metric values as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:282 +msgid "Sort columns by" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:294 +msgid "Change order of columns." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:297 +msgid "By key: use column names as sorting key" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310 +msgid "Rows subtotal position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:314 +msgid "Top" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:315 +msgid "Bottom" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:318 +msgid "Position of row level subtotal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:327 +msgid "Columns subtotal position" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:335 +msgid "Position of column level subtotal" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:345 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:477 +msgid "Conditional formatting" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:346 +msgid "Apply conditional color formatting to metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51 +msgid "" +"Used to summarize a set of data by grouping together multiple statistics " +"along two axes. Examples: Sales numbers by region and month, tasks by " +"status and assignee, active users by age and location. Not the most " +"visually stunning visualization, but highly informative and versatile." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54 +msgid "Pivot Table v2" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.js:801 +msgid "Unknown input format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124 +msgid "search.num_records" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139 +msgid "page_size.show" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159 +msgid "page_size.entries" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:446 +msgid "Totals" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26 +msgid "page_size.all" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83 +msgid "Group By, Metrics or Percentage Metrics must have a value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89 +msgid "Query mode" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:140 +msgid "must have a value" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:149 +msgid "Percentage metrics" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:150 +msgid "" +"Metrics for which percentage of total are to be displayed. Calculated " +"from only data within the row limit." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:274 +msgid "Ordering" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:275 +msgid "Order results by selected columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:294 +msgid "Server pagination" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:295 +msgid "Enable server side pagination of results (experimental feature)" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:316 +msgid "Server Page Length" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:319 +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:395 +msgid "Rows per page, 0 means no pagination" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:330 +msgid "Include time" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:331 +msgid "Whether to include the time granularity as defined in the time section" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:356 +msgid "" +"Show total aggregations of selected metrics. Note that row limit does not" +" apply to the result." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:376 +msgid "Timestamp format" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:392 +msgid "Page length" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:407 +msgid "Search box" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:410 +msgid "Whether to include a client-side search box" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:417 +msgid "Cell bars" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:434 +msgid "" +"Whether to align background charts with both positive and negative values" +" at 0" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:457 +msgid "Customize columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:458 +msgid "Further customize how to display each column" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:478 +msgid "Apply conditional color formatting to numeric columns" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37 +msgid "" +"Classic row-by-column spreadsheet like view of a dataset. Use tables to " +"showcase a view into the underlying data or to show aggregated metrics." +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29 +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39 +msgid "Word Cloud" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57 +msgid "Minimum Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60 +msgid "Font size for the smallest value in the list" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68 +msgid "Maximum Font Size" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71 +msgid "Font size for the biggest value in the list" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80 +msgid "Word Rotation" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89 +msgid "Rotation to apply to words in the cloud" +msgstr "" + +#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35 +msgid "" +"Visualizes the words in a column that appear the most often. Bigger font " +"corresponds to higher frequency." +msgstr "" + +#: superset-frontend/src/CRUD/CollectionTable.tsx:417 +msgid "Add item" +msgstr "Voeg item toe" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:106 +msgid "The query couldn't be loaded" +msgstr "De query kon niet geladen worden" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:159 +msgid "" +"Your query has been scheduled. To see details of your query, navigate to " +"Saved queries" +msgstr "" +"Uw zoekopdracht is ingepland. Om de details van uw zoekopdracht te zien, " +"navigeert u naar Opgeslagen zoekopdrachten" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:166 +msgid "Your query could not be scheduled" +msgstr "Uw vraag kon niet worden gepland" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:194 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:305 +msgid "Failed at retrieving results" +msgstr "Fout bij het ophalen van resultaten" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:232 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:258 +msgid "" +"An error occurred while storing the latest query id in the backend. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:350 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:390 +msgid "Unknown error" +msgstr "Onbekende fout" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:408 +msgid "Query was stopped." +msgstr "Query is gestopt." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:410 +#, python-format +msgid "Failed at stopping query. %s" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:435 +msgid "" +"Unable to migrate table schema state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:453 +msgid "" +"Unable to migrate query state to backend. Superset will retry later. " +"Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:499 +msgid "" +"Unable to migrate query editor state to backend. Superset will retry " +"later. Please contact your administrator if this problem persists." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:532 +msgid "Unable to add a new tab to the backend. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:549 +#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74 +#, python-format +msgid "Copy of %s" +msgstr "Kopie van %s" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:576 +msgid "" +"An error occurred while setting the active tab. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het actieve tabblad. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:664 +msgid "An error occurred while fetching tab state" +msgstr "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:700 +msgid "" +"An error occurred while hiding the left bar. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het verbergen van de linker balk. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:722 +msgid "An error occurred while removing tab. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:746 +msgid "An error occurred while removing query. Please contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:769 +msgid "" +"An error occurred while setting the tab database ID. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van de database-ID van het " +"tabblad. Neem contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:800 +msgid "" +"An error occurred while setting the tab schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het tabblad schema. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:833 +msgid "" +"An error occurred while setting the tab autorun. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van het tabblad autorun. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:858 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:968 +msgid "" +"An error occurred while setting the tab title. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden bij het instellen van de tabbladtitel. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:885 +msgid "Your query could not be saved" +msgstr "Uw zoekopdracht kon niet worden opgeslagen" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:900 +msgid "Your query was not properly saved" +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:903 +msgid "Your query was saved" +msgstr "Uw zoekopdracht werd opgeslagen" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:915 +msgid "Your query was updated" +msgstr "Uw zoekopdracht werd bijgewerkt" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:919 +msgid "Your query could not be updated" +msgstr "Uw zoekopdracht kon niet worden bijgewerkt" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:935 +msgid "" +"An error occurred while storing your query in the backend. To avoid " +"losing your changes, please save your query using the \"Save Query\" " +"button." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:994 +msgid "" +"An error occurred while setting the tab template parameters. Please " +"contact your administrator." +msgstr "" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1054 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1079 +msgid "An error occurred while fetching table metadata" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " +"tabel" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1120 +msgid "" +"An error occurred while fetching table metadata. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de metagegevens van de " +"tabel. Neem contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1168 +msgid "" +"An error occurred while expanding the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het uitbreiden van het tabelschema. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1192 +msgid "" +"An error occurred while collapsing the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het samenvouwen van het tabelschema. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1215 +msgid "" +"An error occurred while removing the table schema. Please contact your " +"administrator." +msgstr "" +"Er is een fout opgetreden tijdens het verwijderen van het tabelschema. Neem " +"contact op met uw beheerder." + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1248 +msgid "Shared query" +msgstr "Gedeelde zoekopdracht" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1310 +msgid "The datasource couldn't be loaded" +msgstr "De datasource kon niet geladen worden" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1340 +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1362 +msgid "An error occurred while creating the data source" +msgstr "Er is een fout opgetreden bij het aanmaken van de gegevensbron" + +#: superset-frontend/src/SqlLab/actions/sqlLab.js:1383 +msgid "An error occurred while fetching function names." +msgstr "Er is een fout opgetreden bij het ophalen van functienamen." + +#: superset-frontend/src/SqlLab/components/App/index.jsx:91 +#, python-format +msgid "" +"SQL Lab uses your browser's local storage to store queries and results.\n" +"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB " +"storage space.\n" +"To keep SQL Lab from crashing, please delete some query tabs.\n" +"You can re-access these queries by using the Save feature before you " +"delete the tab.\n" +"Note that you will need to close other SQL Lab windows before you do this." +msgstr "" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90 +msgid "Estimate selected query cost" +msgstr "Kostenraming van de geselecteerde zoekopdracht" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91 +msgid "Estimate cost" +msgstr "Kostenraming" + +#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95 +msgid "Cost estimate" +msgstr "Kostenraming" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:70 +msgid "Creating a data source and creating a new tab" +msgstr "Een gegevensbron maken en een nieuw tabblad maken" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:75 +#: superset-frontend/src/components/TableLoader/index.tsx:55 +#: superset-frontend/src/utils/getClientErrorObject.ts:136 +msgid "An error occurred" +msgstr "Er is een fout opgetreden" + +#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.tsx:83 +#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.tsx:41 +msgid "Explore the result set in the data exploration view" +msgstr "Verken de resultaten in de gegevensverkenningsweergave" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76 +msgid "Source SQL" +msgstr "Bron SQL" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82 +msgid "Executed SQL" +msgstr "" + +#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:962 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294 +msgid "SQL" +msgstr "SQL" + +#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:55 +msgid "No query history yet..." +msgstr "Nog geen zoekgeschiedenis…" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:137 +msgid "An error occurred when refreshing queries" +msgstr "Er is een fout opgetreden bij het vernieuwen van de queries" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:185 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:184 +msgid "It seems you don't have access to any database" +msgstr "Het lijkt erop dat je geen toegang hebt tot een database" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:200 +msgid "Filter by user" +msgstr "Filter op gebruiker" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:209 +msgid "Filter by database" +msgstr "Filter op database" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:218 +msgid "Query search string" +msgstr "Query zoek string" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:224 +msgid "[From]-" +msgstr "[From]-" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:236 +msgid "[To]-" +msgstr "[To]-" + +#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:245 +msgid "Filter by status" +msgstr "Filter op status" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:117 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142 +msgid "Success" +msgstr "Succes" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:123 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:129 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153 +msgid "Failed" +msgstr "Mislukt" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:135 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158 +msgid "Running" +msgstr "Running" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:141 +msgid "Fetching" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:147 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163 +msgid "Offline" +msgstr "Offline" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:153 +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:159 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168 +msgid "Scheduled" +msgstr "Gepland" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:165 +msgid "Unknown Status" +msgstr "" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:214 +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:80 +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:125 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316 +#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:431 +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:403 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:364 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:390 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219 +msgid "Edit" +msgstr "Bewerk" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:233 +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:421 +msgid "View results" +msgstr "Resultaten weergeven" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:236 +msgid "Data preview" +msgstr "Data preview" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:279 +msgid "Overwrite text in the editor with a query on this table" +msgstr "Overschrijf tekst in de editor met een query op deze tabel" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:288 +msgid "Run query in a new tab" +msgstr "Query uitvoeren in een nieuw tabblad" + +#: superset-frontend/src/SqlLab/components/QueryTable/index.tsx:294 +msgid "Remove query from log" +msgstr "Verwijder de query uit de log" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:349 +msgid "An error occurred saving dataset" +msgstr "Er is een fout opgetreden bij het opslaan van dataset" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:541 +msgid "Download to CSV" +msgstr "Download naar CSV" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:550 +msgid "Copy to Clipboard" +msgstr "Kopieer naar Klembord" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:565 +msgid "Too many columns to filter" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:566 +msgid "Filter results" +msgstr "Filter resultaten" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:587 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d by the " +"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or " +"download to csv to see more rows up to the %(limit)d limit." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:593 +#, python-format +msgid "" +"The number of results displayed is limited to %(rows)d. Please add " +"additional limits/filters, download to csv, or contact an admin to see " +"more rows up to the %(limit)d limit." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:607 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the query" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:619 +#, python-format +msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:628 +#, python-format +msgid "" +"The number of rows displayed is limited to %(rows)d by the query and " +"limit dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:639 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:646 +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:660 +#, python-format +msgid "%(rows)d rows returned" +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:648 +#, python-format +msgid "The number of rows displayed is limited to %s by the dropdown." +msgstr "" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:686 +msgid "Query was stopped" +msgstr "Query is gestopt" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:692 +msgid "Database error" +msgstr "Database fout" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:719 +msgid "was created" +msgstr "werd gecreëerd" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:726 +msgid "Query in a new tab" +msgstr "Zoekopdracht in een nieuw tabblad" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:774 +msgid "The query returned no data" +msgstr "De query leverde geen gegevens op" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:791 +msgid "Fetch data preview" +msgstr "Gegevens ophalen preview" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:802 +msgid "Refetch results" +msgstr "Resultaten opnieuw ophalen" + +#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:823 +msgid "Track job" +msgstr "Track job" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49 +#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:61 +msgid "Stop" +msgstr "Stop" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54 +msgid "Run selection" +msgstr "Selectie uitvoeren" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56 +#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:71 +msgid "Run" +msgstr "Uitvoeren" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115 +msgid "Stop running (Ctrl + x)" +msgstr "Stop de uitvoering (Ctrl + x)" + +#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116 +msgid "Run query (Ctrl + Return)" +msgstr "Query uitvoeren (Ctrl + Return)" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108 +msgid "Save & Explore" +msgstr "Opslaan en verkennen" + +#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120 +msgid "Overwrite & Explore" +msgstr "Overschrijven en verkennen" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75 +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114 +msgid "Undefined" +msgstr "Ongedefinieerd" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:165 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:171 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:186 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:231 +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88 +#: superset-frontend/src/dashboard/components/Header/index.jsx:599 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:98 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 +#: superset-frontend/src/dashboard/components/SaveModal.tsx:219 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:156 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:210 +#: superset-frontend/src/explore/components/QueryAndSaveBtns.tsx:107 +#: superset-frontend/src/explore/components/SaveModal.tsx:202 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:353 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:495 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1027 +msgid "Save" +msgstr "Opslaan" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:165 +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:171 +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:252 +msgid "Save as" +msgstr "Opslaan als" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:174 +msgid "Save query" +msgstr "Zoekopdracht opslaan" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:186 +msgid "Save as new" +msgstr "Opslaan als nieuw" + +#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:195 +msgid "Update" +msgstr "Update" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152 +msgid "Label for your query" +msgstr "Label voor uw zoekopdracht" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166 +msgid "Write a description for your query" +msgstr "Schrijf een omschrijving voor uw zoekopdracht." + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211 +msgid "Schedule query" +msgstr "Query planning" + +#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221 +#: superset-frontend/src/components/ReportModal/index.tsx:370 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237 +msgid "Schedule" +msgstr "Planning" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61 +msgid "There was an error with your request" +msgstr "Er is een fout opgetreden in uw verzoek." + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75 +msgid "Please save the query to enable sharing" +msgstr "Sla de query op om te kunnen delen" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88 +msgid "Copy query link to your clipboard" +msgstr "Kopieer query link naar uw klembord" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89 +msgid "Save the query to enable this feature" +msgstr "Sla de query op om deze functie in te schakelen" + +#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98 +msgid "Copy link" +msgstr "Kopieer link" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:140 +msgid "No stored results found, you need to re-run your query" +msgstr "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:164 +msgid "Run a query to display results here" +msgstr "Voer een query uit om de resultaten hier weer te geven" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:173 +#, python-format +msgid "Preview: `%s`" +msgstr "Preview: `%s`" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:201 +msgid "Results" +msgstr "Resultaten" + +#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:204 +#: superset-frontend/src/views/CRUD/data/common.ts:44 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89 +msgid "Query history" +msgstr "Geschiedenis van de opzoeking" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317 +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327 +#: superset-frontend/src/chart/Chart.jsx:297 +msgid "Run query" +msgstr "Zoekopdracht uitvoeren" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:337 +msgid "New tab" +msgstr "Nieuw tabblad" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:341 +#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44 +msgid "Untitled query" +msgstr "Naamloze zoekopdracht" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:349 +msgid "Stop query" +msgstr "Query stoppen" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:533 +msgid "Schedule the query periodically" +msgstr "Plan de zoekopdracht periodiek" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:534 +msgid "You must run the query successfully first" +msgstr "U moet de query eerst succesvol uitvoeren" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:539 +msgid "Autocomplete" +msgstr "Autocomplete" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:623 +msgid "CREATE TABLE AS" +msgstr "CREATE TABLE AS" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:636 +msgid "CREATE VIEW AS" +msgstr "CREATE VIEW AS" + +#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:671 +msgid "Estimate the cost before running a query" +msgstr "Kostenraming voordat een query wordt uitgevoerd" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:120 +msgid "Collapse table preview" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:120 +msgid "Expand table preview" +msgstr "" + +#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx:178 +msgid "Reset state" +msgstr "Reset status" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238 +msgid "Enter a new title for the tab" +msgstr "Voer een nieuwe titel in voor het tabblad" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260 +msgid "" +"-- Note: Unless you save your query, these tabs will NOT persist if you " +"clear your cookies or change browsers.\n" +"\n" +msgstr "" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264 +#, python-format +msgid "Untitled Query %s" +msgstr "Naamloze Query %s" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339 +msgid "Close tab" +msgstr "Tabblad sluiten" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345 +msgid "Rename tab" +msgstr "Tabblad hernoemen" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +msgid "Expand tool bar" +msgstr "Werkbalk uitbreiden" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351 +msgid "Hide tool bar" +msgstr "Verberg werkbalk" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360 +msgid "Close all other tabs" +msgstr "Sluit alle andere tabbladen" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366 +msgid "Duplicate tab" +msgstr "Tabblad Dupliceren" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420 +msgid "New tab (Ctrl + q)" +msgstr "Nieuw tabblad (Ctrl + q)" + +#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421 +msgid "New tab (Ctrl + t)" +msgstr "Nieuw tabblad (Ctrl + t)" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103 +msgid "Copy partition query to clipboard" +msgstr "Kopieer partitie query naar klembord" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120 +msgid "latest partition:" +msgstr "laatste partitie:" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157 +msgid "Keys for table" +msgstr "Sleutels voor tabel" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166 +#, python-format +msgid "View keys & indexes (%s)" +msgstr "Bekijk sleutels & indexen (%s)" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183 +msgid "Original table column order" +msgstr "Originele tabel kolom volgorde" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184 +msgid "Sort columns alphabetically" +msgstr "Sorteer kolommen alfabetisch" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192 +msgid "Copy SELECT statement to the clipboard" +msgstr "Kopieer SELECT-instructie naar het klembord" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204 +msgid "Show CREATE VIEW statement" +msgstr "Toon CREATE VIEW statement" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205 +msgid "CREATE VIEW statement" +msgstr "CREATE VIEW statement" + +#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211 +msgid "Remove table preview" +msgstr "Verwijder tabel preview" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99 +msgid "Edit template parameters" +msgstr "Bewerk template parameters" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103 +msgid "Parameters " +msgstr "" + +#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109 +msgid "Invalid JSON" +msgstr "Ongeldige JSON" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275 +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:162 +msgid "Create a new chart" +msgstr "Maak een nieuwe grafiek" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278 +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288 +msgid "Choose a dataset" +msgstr "Kies een dataset" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:813 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:842 +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:575 +#: superset-frontend/src/explore/controls.jsx:189 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:310 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:547 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:506 +msgid "Dataset" +msgstr "Dataset" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293 +msgid "Instructions to add a dataset are available in the Superset tutorial." +msgstr "" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308 +msgid "Choose chart type" +msgstr "" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322 +msgid "Please select both a Dataset and a Chart type to proceed" +msgstr "" + +#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330 +msgid "Create new chart" +msgstr "Maak een nieuwe grafiek" + +#: superset-frontend/src/chart/Chart.jsx:260 +msgid "" +"Drag and drop values into highlighted field(s) on the left control panel " +"and run query" +msgstr "" + +#: superset-frontend/src/chart/Chart.jsx:263 +msgid "" +"Select values in highlighted field(s) on the left control panel and run " +"query" +msgstr "" + +#: superset-frontend/src/chart/Chart.jsx:268 +msgid "Add required control values to preview chart" +msgstr "" + +#: superset-frontend/src/chart/ChartRenderer.jsx:237 +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:161 +msgid "No results were returned for this query" +msgstr "" + +#: superset-frontend/src/chart/ChartRenderer.jsx:238 +msgid "" +"Make sure that the controls are configured properly and the datasource " +"contains data for the selected time range" +msgstr "" + +#: superset-frontend/src/chart/chartAction.js:569 +msgid "An error occurred while loading the SQL" +msgstr "Er is een fout opgetreden bij het laden van de SQL" + +#: superset-frontend/src/chart/chartReducer.ts:82 +msgid "Updating chart was stopped" +msgstr "" + +#: superset-frontend/src/chart/chartReducer.ts:94 +#, python-format +msgid "An error occurred while rendering the visualization: %s" +msgstr "" + +#: superset-frontend/src/chart/chartReducer.ts:106 +#: superset-frontend/src/chart/chartReducer.ts:170 +msgid "Network error." +msgstr "" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:181 +msgid "Click to see difference" +msgstr "Klik om het verschil te zien" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:186 +msgid "Altered" +msgstr "Gewijzigd" + +#: superset-frontend/src/components/AlteredSliceTag/index.jsx:203 +msgid "Chart changes" +msgstr "Veranderingen in de grafiek" + +#: superset-frontend/src/components/AnchorLink/index.jsx:84 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:313 +msgid "Superset chart" +msgstr "Superset grafiek" + +#: superset-frontend/src/components/AnchorLink/index.jsx:85 +msgid "Check out this chart in dashboard:" +msgstr "Kijk naar deze grafiek in het dashboard:" + +#: superset-frontend/src/components/AsyncSelect/index.jsx:41 +#: superset-frontend/src/components/Select/Select.tsx:288 +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106 +#: superset-frontend/src/explore/components/controls/SelectControl.jsx:228 +msgid "Select ..." +msgstr "Selecteer …" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30 +msgid "Loaded data cached" +msgstr "Geladen gegevens in de cache" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34 +msgid "Loaded from cache" +msgstr "Geladen uit de cache" + +#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39 +msgid "Click to force-refresh" +msgstr "Klik om te herladen" + +#: superset-frontend/src/components/CachedLabel/index.tsx:51 +msgid "cached" +msgstr "cached" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:44 +#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65 +#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:82 +msgid "Copy to clipboard" +msgstr "Kopieer naar klembord" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:77 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:101 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:112 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113 +msgid "Copied to clipboard!" +msgstr "Gekopieerd naar het klembord!" + +#: superset-frontend/src/components/CopyToClipboard/index.jsx:81 +msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!" +msgstr "" +"Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35 +msgid "every" +msgstr "elke" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28 +msgid "every month" +msgstr "elke maand" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29 +msgid "every day of the month" +msgstr "elke dag van de maand" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30 +msgid "day of the month" +msgstr "dag van de maand" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31 +msgid "every day of the week" +msgstr "elke dag van de week" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32 +msgid "day of the week" +msgstr "dag van de week" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33 +msgid "every hour" +msgstr "elk uur" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34 +msgid "every minute" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36 +msgid "year" +msgstr "jaar" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37 +msgid "month" +msgstr "maand" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38 +msgid "week" +msgstr "week" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39 +msgid "day" +msgstr "dag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40 +msgid "hour" +msgstr "uur" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41 +msgid "minute" +msgstr "minuut" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42 +msgid "reboot" +msgstr "herstart" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43 +msgid "Every" +msgstr "Elke" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44 +msgid "in" +msgstr "in" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46 +msgid "on" +msgstr "op" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47 +msgid "and" +msgstr "en" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48 +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50 +msgid "at" +msgstr "op" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49 +msgid ":" +msgstr ":" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51 +msgid "minute(s)" +msgstr "" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52 +msgid "Invalid cron expression" +msgstr "Ongeldige cron expressie" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53 +msgid "Clear" +msgstr "Verwijder" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56 +msgid "Sunday" +msgstr "Zondag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57 +msgid "Monday" +msgstr "Maandag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58 +msgid "Tuesday" +msgstr "Dinsdag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59 +msgid "Wednesday" +msgstr "Woensdag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60 +msgid "Thursday" +msgstr "Donderdag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61 +msgid "Friday" +msgstr "Vrijdag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62 +msgid "Saturday" +msgstr "Zaterdag" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66 +msgid "January" +msgstr "Januari" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67 +msgid "February" +msgstr "Februari" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68 +msgid "March" +msgstr "Maart" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69 +msgid "April" +msgstr "April" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70 +msgid "May" +msgstr "Mei" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71 +msgid "June" +msgstr "Juni" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72 +msgid "July" +msgstr "Juli" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73 +msgid "August" +msgstr "Augustus" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74 +msgid "September" +msgstr "September" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75 +msgid "October" +msgstr "Oktober" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76 +msgid "November" +msgstr "November" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77 +msgid "December" +msgstr "December" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81 +msgid "SUN" +msgstr "ZO" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82 +msgid "MON" +msgstr "MA" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83 +msgid "TUE" +msgstr "DI" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84 +msgid "WED" +msgstr "WO" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85 +msgid "THU" +msgstr "DO" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86 +msgid "FRI" +msgstr "VR" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87 +msgid "SAT" +msgstr "ZA" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91 +msgid "JAN" +msgstr "JAN" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92 +msgid "FEB" +msgstr "FEB" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93 +msgid "MAR" +msgstr "MAA" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94 +msgid "APR" +msgstr "APR" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95 +msgid "MAY" +msgstr "MEI" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96 +msgid "JUN" +msgstr "JUN" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97 +msgid "JUL" +msgstr "JUL" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98 +msgid "AUG" +msgstr "AUG" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99 +msgid "SEP" +msgstr "SEP" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100 +msgid "OCT" +msgstr "OKT" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101 +msgid "NOV" +msgstr "NOV" + +#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102 +msgid "DEC" +msgstr "DEC" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:232 +msgid "There was an error loading the schemas" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:270 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:277 +msgid "Select database or type database name" +msgstr "" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:289 +msgid "Force refresh schema list" +msgstr "Forceer vernieuwen schema lijst" + +#: superset-frontend/src/components/DatabaseSelector/index.tsx:295 +#: superset-frontend/src/components/DatabaseSelector/index.tsx:302 +msgid "Select schema or type schema name" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46 +msgid "" +"Warning! Changing the dataset may break the chart if the metadata does " +"not exist." +msgstr "" +"Waarschuwing! Het veranderen van de dataset kan de grafiek breken als de " +"metadata niet bestaat." + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50 +msgid "" +"Changing the dataset may break the chart if the chart relies on columns " +"or metadata that does not exist in the target dataset" +msgstr "" +"Het wijzigen van de dataset kan de grafiek breken indien de grafiek steunt " +"op kolommen of metadata die niet bestaan in de doel-dataset" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116 +#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:700 +msgid "dataset" +msgstr "dataset" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224 +msgid "Connection" +msgstr "" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:295 +msgid "Change dataset" +msgstr "Wijzig dataset" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285 +msgid "Warning!" +msgstr "Waarschuwing!" + +#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293 +msgid "Search / Filter" +msgstr "Zoek / Filter" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:142 +msgid "Physical (table or view)" +msgstr "Fysiek (tabel of overzicht)" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:143 +msgid "Virtual (SQL)" +msgstr "Virtueel (SQL)" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:207 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1086 +msgid "SQL expression" +msgstr "SQL expressie" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:242 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:310 +msgid "Data type" +msgstr "Data type" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:253 +msgid "Datetime format" +msgstr "Datetime formaat" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:257 +msgid "The pattern of timestamp format. For strings use " +msgstr "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259 +msgid "Python datetime string pattern" +msgstr "Python datetime string patroon" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:261 +msgid " expression which needs to adhere to the " +msgstr " uitdrukking die moet voldoen aan de " + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:263 +msgid "ISO 8601" +msgstr "ISO 8601" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:265 +msgid "" +" standard to ensure that the lexicographical ordering\n" +" coincides with the chronological ordering. If the\n" +" timestamp format does not adhere to the ISO 8601 " +"standard\n" +" you will need to define an expression and type for\n" +" transforming the string into a date or timestamp. " +"Note\n" +" currently time zones are not supported. If time is " +"stored\n" +" in epoch format, put `epoch_s` or `epoch_ms`. If no" +" pattern\n" +" is specified we fall back to using the optional " +"defaults on a per\n" +" database/column name level via the extra parameter." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285 +msgid "Certified By" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1111 +msgid "Person or group that has certified this metric" +msgstr "Persoon of groep die deze meetwaarde heeft gecertificeerd" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:290 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1109 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1117 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:548 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:259 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:260 +msgid "Certified by" +msgstr "Gecertificeerd door" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:296 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:301 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1122 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1128 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:557 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:268 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:271 +msgid "Certification details" +msgstr "Details certificering" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:297 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1124 +msgid "Details of the certification" +msgstr "Details van de certificering" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:311 +msgid "Is dimension" +msgstr "Is dimensie" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:313 +msgid "Default datetime" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:314 +msgid "Is filterable" +msgstr "Kan gefilterd worden" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:441 +msgid "Select owners" +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652 +#, python-format +msgid "Modified columns: %s" +msgstr "Gewijzigde kolommen: %s" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:657 +#, python-format +msgid "Removed columns: %s" +msgstr "Verwijderde kolommen: %s" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:662 +#, python-format +msgid "New columns added: %s" +msgstr "Nieuwe kolommen toegevoegd: %s" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:665 +msgid "Metadata has been synced" +msgstr "Metadata zijn gesynchroniseerd" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:671 +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:102 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:67 +msgid "An error has occurred" +msgstr "Er is een fout opgetreden" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700 +#, python-format +msgid "Column name [%s] is duplicated" +msgstr "Kolomnaam [%s] is gedupliceerd" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:706 +#, python-format +msgid "Metric name [%s] is duplicated" +msgstr "Meeteenheid naam [%s] is dubbel" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715 +#, python-format +msgid "Calculated column [%s] requires an expression" +msgstr "Berekende kolom [%s] vereist een uitdrukking" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:734 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1055 +msgid "Basic" +msgstr "Berekende kolom [%s] vereist een uitdrukking" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:747 +msgid "Default URL" +msgstr "Standaard URL" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:748 +msgid "Default URL to redirect to when accessing from the dataset list page" +msgstr "" +"Standaard URL om naar door te verwijzen bij toegang vanaf de dataset lijst " +"pagina" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:756 +msgid "Autocomplete filters" +msgstr "Autocomplete filters" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:757 +msgid "Whether to populate autocomplete filters options" +msgstr "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:763 +msgid "Autocomplete query predicate" +msgstr "Autocomplete query predicaat" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:764 +msgid "" +"When using \"Autocomplete filters\", this can be used to improve " +"performance of the query fetching the values. Use this option to apply a " +"predicate (WHERE clause) to the query selecting the distinct values from " +"the table. Typically the intent would be to limit the scan by applying a " +"relative time filter on a partitioned or indexed time-related field." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:784 +msgid "" +"Extra data to specify table metadata. Currently supports metadata of the " +"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\"," +" \"details\": \"This table is the source of truth.\" }, " +"\"warning_markdown\": \"This is a warning.\" }`." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:819 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:283 +msgid "Cache timeout" +msgstr "Cache timeout" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:820 +msgid "The duration of time in seconds before the cache is invalidated" +msgstr "De tijdsduur in seconden voordat de cache ongeldig wordt gemaakt" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:827 +msgid "Hours offset" +msgstr "Uur offset" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:829 +msgid "" +"The number of hours, negative or positive, to shift the time column. This" +" can be used to move UTC time to local time." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:852 +msgid "Spatial" +msgstr "Ruimtelijk" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:892 +msgid "Click the lock to make changes." +msgstr "Klik op het slotje om wijzigingen aan te brengen." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:895 +msgid "Click the lock to prevent further changes." +msgstr "Klik op het slotje om verdere wijzigingen te voorkomen." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:922 +msgid "virtual" +msgstr "virtueel" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:946 +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:953 +msgid "Dataset name" +msgstr "Dataset naam" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:963 +msgid "" +"When specifying SQL, the datasource acts as a view. Superset will use " +"this statement as a subquery while grouping and filtering on the " +"generated parent queries." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:986 +msgid "The JSON metric or post aggregation definition." +msgstr "De JSON metrische of postaggregatiedefinitie." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1001 +msgid "Physical" +msgstr "Fysiek" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1042 +msgid "" +"The pointer to a physical table (or view). Keep in mind that the chart is" +" associated to this Superset logical table, and this logical table points" +" the physical table referenced here." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1133 +msgid "Warning" +msgstr "Waarschuwing" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1135 +msgid "Optional warning about use of this metric" +msgstr "Optionele waarschuwing voor het gebruik van deze meeteenheid" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1220 +msgid "Be careful." +msgstr "Pas op." + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1221 +msgid "" +"Changing these settings will affect all charts using this dataset, " +"including charts owned by other people." +msgstr "" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1268 +msgid "Sync columns from source" +msgstr "Synchroniseer kolommen van bron" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1288 +msgid "Calculated columns" +msgstr "Berekende kolommen" + +#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1315 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:261 +#: superset-frontend/src/views/components/MenuRight.tsx:199 +msgid "Settings" +msgstr "Instellingen" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128 +#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109 +msgid "The dataset has been saved" +msgstr "De dataset is opgeslagen" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167 +msgid "" +"The dataset configuration exposed here\n" +" affects all the charts using this dataset.\n" +" Be mindful that changing settings\n" +" here may affect other charts\n" +" in undesirable ways." +msgstr "" +"De dataset configuratie die hier wordt getoond\n" +" heeft invloed op alle grafieken die deze dataset gebruiken.\n" +" Wees je ervan bewust dat het veranderen van instellingen\n" +" hier invloed kan hebben op andere grafieken\n" +" op ongewenste manieren." + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173 +msgid "Are you sure you want to save and apply changes?" +msgstr "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179 +msgid "Confirm save" +msgstr "Opslaan bevestigen" + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:196 +msgid "Edit Dataset " +msgstr "Bewerk Dataset " + +#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:213 +msgid "Use legacy datasource editor" +msgstr "Gebruik de legacy datasource editor" + +#: superset-frontend/src/components/DeleteModal/index.tsx:69 +msgid "DELETE" +msgstr "VERWIJDER" + +#: superset-frontend/src/components/DeleteModal/index.tsx:84 +msgid "delete" +msgstr "verwijder" + +#: superset-frontend/src/components/DeleteModal/index.tsx:92 +#: superset-frontend/src/components/ImportModal/index.tsx:251 +#, python-format +msgid "Type \"%s\" to confirm" +msgstr "Type “%s” om te bevestigen" + +#: superset-frontend/src/components/EditableTitle/index.tsx:206 +msgid "Click to edit" +msgstr "Klik om te bewerken" + +#: superset-frontend/src/components/EditableTitle/index.tsx:208 +msgid "You don't have the rights to alter this title." +msgstr "Je hebt niet de rechten om deze titel te veranderen." + +#: superset-frontend/src/components/ErrorBoundary/index.jsx:51 +#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26 +msgid "Unexpected error" +msgstr "Onverwachte fout" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62 +msgid "This may be triggered by:" +msgstr "Dit kan veroorzaakt worden door:" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72 +msgid "Please reach out to the Chart Owner for assistance." +msgstr "Neem contact op met de eigenaar van de grafiek voor hulp." + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70 +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83 +#, python-format +msgid "Chart Owner: %s" +msgstr "Eigenaar grafiek: %s" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84 +#, python-format +msgid "" +"%(message)s\n" +"This may be triggered by: \n" +"%(issues)s" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90 +#, python-format +msgid "%s Error" +msgstr "%s Fout" + +#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34 +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:279 +msgid "Missing dataset" +msgstr "Ontbrekende dataset" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126 +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142 +msgid "See more" +msgstr "Zie meer" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155 +msgid "See less" +msgstr "Zie minder" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184 +msgid "Copy message" +msgstr "Kopieer bericht" + +#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192 +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:342 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:483 +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:821 +msgid "Close" +msgstr "Sluit" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61 +msgid "This was triggered by:" +msgstr "Dit werd veroorzaakt door:" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77 +msgid "Did you mean:" +msgstr "Bedoelde je:" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88 +#, python-format +msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\"" +msgstr "%(suggestion)s in plaats van “%(undefinedParameter)s?”" + +#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116 +msgid "Parameter error" +msgstr "Parameter fout" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46 +#, python-format +msgid "" +"We’re having trouble loading this visualization. Queries are set to " +"timeout after %s second." +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52 +#, python-format +msgid "" +"We’re having trouble loading these results. Queries are set to timeout " +"after %s second." +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93 +#, python-format +msgid "" +"%(subtitle)s\n" +"This may be triggered by:\n" +" %(issue)s" +msgstr "" + +#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98 +msgid "Timeout error" +msgstr "Timeout fout" + +#: superset-frontend/src/components/FaveStar/index.tsx:81 +msgid "Click to favorite/unfavorite" +msgstr "Klik om voorkeur aan te geven/voorkeur te verwijderen" + +#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:348 +msgid "Cell content" +msgstr "Cel inhoud" + +#: superset-frontend/src/components/ImportModal/index.tsx:208 +msgid "OVERWRITE" +msgstr "OVERSCHRIJVEN" + +#: superset-frontend/src/components/ImportModal/index.tsx:280 +msgid "Overwrite" +msgstr "Overschrijven" + +#: superset-frontend/src/components/ImportModal/index.tsx:280 +msgid "Import" +msgstr "Importeer" + +#: superset-frontend/src/components/ImportModal/index.tsx:284 +#, python-format +msgid "Import %s" +msgstr "Importeer %s" + +#: superset-frontend/src/components/LastUpdated/index.tsx:74 +#, python-format +msgid "Last Updated %s" +msgstr "Laatst bijgewerkt %s" + +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82 +#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83 +msgid "Sort" +msgstr "" + +#: superset-frontend/src/components/ListView/ListView.tsx:245 +#, python-format +msgid "%s Selected" +msgstr "%s Geselecteerd" + +#: superset-frontend/src/components/ListView/ListView.tsx:349 +msgid "Deselect all" +msgstr "Alles deselecteren" + +#: superset-frontend/src/components/ListView/ListView.tsx:399 +msgid "No Data" +msgstr "Geen Data" + +#: superset-frontend/src/components/ListView/ListView.tsx:420 +#: superset-frontend/src/components/TableView/TableView.tsx:237 +#, python-format +msgid "%s-%s of %s" +msgstr "%s-%s van %s" + +#: superset-frontend/src/components/ListView/Filters/Search.tsx:70 +msgid "Type a value" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:77 +msgid "Filter" +msgstr "" + +#: superset-frontend/src/components/ListView/Filters/Select.tsx:84 +msgid "Select or type a value" +msgstr "" + +#: superset-frontend/src/components/Modal/Modal.tsx:198 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797 +msgid "OK" +msgstr "OK" + +#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48 +msgid "An error occurred while fetching dashboards" +msgstr "" + +#: superset-frontend/src/components/OmniContainer/index.tsx:102 +msgid "Search all dashboards" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:266 +msgid "Edit Email Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:266 +msgid "New Email Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:282 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1057 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:230 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220 +#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119 +msgid "Add" +msgstr "Voeg toe" + +#: superset-frontend/src/components/ReportModal/index.tsx:290 +msgid "Message Content" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:304 +msgid "Text embedded in email" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:308 +msgid "Image (PNG) embedded in email" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:311 +msgid "Formatted CSV attached in email" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:332 +msgid "Weekly Report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:359 +msgid "Include a description that will be sent with your report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:372 +msgid "Scheduled reports will be sent to your email as a PNG" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:377 +msgid "0 12 * * 1" +msgstr "" + +#: superset-frontend/src/components/ReportModal/index.tsx:391 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1246 +msgid "Timezone" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64 +msgid "Email reports active" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73 +msgid "Edit email report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78 +msgid "Delete email report" +msgstr "" + +#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470 +#, python-format +msgid "This action will permanently delete %s." +msgstr "Deze actie zal %s permanent verwijderen." + +#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110 +msgid "Delete Report?" +msgstr "" + +#: superset-frontend/src/components/Select/Select.tsx:602 +#: superset-frontend/src/components/Select/Select.tsx:718 +#: superset-frontend/src/dashboard/components/gridComponents/DynamicComponent.tsx:165 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:109 +msgid "Loading..." +msgstr "Bezig met laden…" + +#: superset-frontend/src/components/TableLoader/index.tsx:91 +msgid "Access to user activity data is restricted" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:221 +msgid "There was an error loading the tables" +msgstr "" + +#: superset-frontend/src/components/TableSelector/index.tsx:294 +msgid "See table schema" +msgstr "Zie tabel schema" + +#: superset-frontend/src/components/TableSelector/index.tsx:301 +#: superset-frontend/src/components/TableSelector/index.tsx:311 +msgid "Select table or type table name" +msgstr "Selecteer tabel of type tabelnaam" + +#: superset-frontend/src/components/TableSelector/index.tsx:320 +msgid "Force refresh table list" +msgstr "Forceer vernieuwen tabel lijst" + +#: superset-frontend/src/components/TimezoneSelector/index.tsx:120 +msgid "Timezone selector" +msgstr "" + +#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:124 +#, python-format +msgid "%s%s" +msgstr "%s%s" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180 +msgid "" +"There is not enough space for this component. Try decreasing its width, " +"or increasing the destination width." +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211 +msgid "Can not move top level tab into nested tabs" +msgstr "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" + +#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258 +msgid "This chart has been moved to a different filter scope." +msgstr "Deze grafiek is verplaatst naar een ander filterbereik." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:84 +msgid "There was an issue fetching the favorite status of this dashboard." +msgstr "" +"Er was een probleem met het ophalen van de voorkeur status van dit dashboard." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:105 +msgid "There was an issue favoriting this dashboard." +msgstr "Er was een probleem met het promoten van dit dashboard." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:129 +msgid "This dashboard is now published" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:130 +msgid "This dashboard is now hidden" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:138 +msgid "You do not have permissions to edit this dashboard." +msgstr "U hebt geen rechten om dit dashboard te bewerken." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:219 +msgid "[ untitled dashboard ]" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:269 +#: superset-frontend/src/dashboard/actions/dashboardState.js:307 +msgid "This dashboard was saved successfully." +msgstr "Dit dashboard is succesvol opgeslagen." + +#: superset-frontend/src/dashboard/actions/dashboardState.js:313 +msgid "Sorry, an unknown error occured" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:316 +#, python-format +msgid "Sorry, there was an error saving this dashboard: %s" +msgstr "" + +#: superset-frontend/src/dashboard/actions/dashboardState.js:322 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:109 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48 +msgid "You do not have permission to edit this dashboard" +msgstr "U hebt geen toestemming om dit dashboard te bewerken" + +#: superset-frontend/src/dashboard/actions/sliceEntities.js:116 +#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65 +msgid "Could not fetch all saved charts" +msgstr "Kon niet alle opgeslagen grafieken ophalen" + +#: superset-frontend/src/dashboard/actions/sliceEntities.js:121 +msgid "Sorry there was an error fetching saved charts: " +msgstr "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + +#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132 +msgid "Visualization" +msgstr "Visualisatie" + +#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136 +msgid "Data source" +msgstr "Data bron" + +#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141 +msgid "Added" +msgstr "Toegevoegd" + +#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:104 +msgid "Components" +msgstr "Componenten" + +#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56 +msgid "" +"Any color palette selected here will override the colors applied to this " +"dashboard's individual charts" +msgstr "" +"Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven " +"die worden toegepast op de individuele grafieken van dit dashboard" + +#: superset-frontend/src/dashboard/components/Dashboard.jsx:88 +msgid "You have unsaved changes." +msgstr "Je hebt niet opgeslagen wijzigingen." + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:155 +msgid "Drag and drop components and charts to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardGrid.jsx:156 +msgid "You can create new charts or use existing ones from the panel on the right" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64 +msgid "Ready to review filters in this dashboard?" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69 +msgid "Remind me in 24 hours" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79 +msgid "Start Review" +msgstr "" + +#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86 +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:149 +msgid "" +"filter_box will be deprecated in a future version of Superset. Please " +"replace filter_box by dashboard filter components." +msgstr "" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:31 +msgid "" +"There is no chart definition associated with this component, could it " +"have been deleted?" +msgstr "" + +#: superset-frontend/src/dashboard/components/MissingChart.jsx:36 +msgid "Delete this container and save to remove this message." +msgstr "Verwijder deze container en sla op om dit bericht te verwijderen." + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29 +msgid "Don't refresh" +msgstr "Vernieuw niet" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30 +msgid "10 seconds" +msgstr "10 seconden" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31 +msgid "30 seconds" +msgstr "30 seconden" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32 +msgid "1 minute" +msgstr "1 minuut" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33 +msgid "5 minutes" +msgstr "5 minuten" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34 +msgid "30 minutes" +msgstr "30 minuten" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35 +msgid "1 hour" +msgstr "1 uur" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36 +msgid "6 hours" +msgstr "6 uren" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37 +msgid "12 hours" +msgstr "12 uren" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38 +msgid "24 hours" +msgstr "24 uren" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:90 +msgid "Refresh interval saved" +msgstr "" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:116 +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:121 +msgid "Refresh interval" +msgstr "Interval vernieuwen" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119 +msgid "Refresh frequency" +msgstr "Frequentie vernieuwen" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:135 +msgid "Are you sure you want to proceed?" +msgstr "Weet je zeker dat je door wilt gaan?" + +#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:150 +msgid "Save for this session" +msgstr "Opslaan voor deze sessie" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:155 +msgid "You must pick a name for the new dashboard" +msgstr "U moet een naam kiezen voor het nieuwe dashboard" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:177 +msgid "Save dashboard" +msgstr "Dashboard opslaan" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:186 +#, python-format +msgid "Overwrite Dashboard [%s]" +msgstr "Dashboard overschrijven [%s]" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:194 +msgid "Save as:" +msgstr "Opslaan als:" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:198 +msgid "[dashboard name]" +msgstr "[dashboard naam]" + +#: superset-frontend/src/dashboard/components/SaveModal.tsx:208 +msgid "also copy (duplicate) charts" +msgstr "kopieer ook (duplicate) grafieken" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245 +msgid "Filter your charts" +msgstr "Filter je grafieken" + +#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256 +#, python-format +msgid "Sort by %s" +msgstr "" + +#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65 +msgid "Cross Filter Scoping" +msgstr "Filteroverschrijdende scoping" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93 +msgid "Load a CSS template" +msgstr "Laad een CSS sjabloon" + +#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108 +msgid "Live CSS editor" +msgstr "Live CSS editor" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:387 +msgid "There are no charts added to this dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx:390 +msgid "Go to the edit mode to configure the dashboard and add charts" +msgstr "" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186 +#, python-format +msgid "Applied Cross Filters (%d)" +msgstr "Toegepaste dwarsfilters (%d)" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210 +#, python-format +msgid "Applied Filters (%d)" +msgstr "Toegepaste filters (%d)" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231 +#, python-format +msgid "Incompatible Filters (%d)" +msgstr "Onverenigbare filters (%d)" + +#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255 +#, python-format +msgid "Unset Filters (%d)" +msgstr "Filters niet ingesteld (%d)" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:304 +#, python-format +msgid "" +"This dashboard is currently auto refreshing; the next auto refresh will " +"be in %s." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:385 +msgid "Your dashboard is too large. Please reduce its size before saving it." +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:426 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:223 +msgid "Schedule email report" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:590 +msgid "Discard changes" +msgstr "Wijzigingen weggooien" + +#: superset-frontend/src/dashboard/components/Header/index.jsx:616 +msgid "Edit dashboard" +msgstr "Bewerk dashboard" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132 +msgid "An error occurred while fetching available CSS templates" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:154 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:164 +msgid "Data refreshed" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:217 +msgid "Superset dashboard" +msgstr "Superset dashboard" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:219 +msgid "Check out this dashboard: " +msgstr "Kijk naar dit dashboard:" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:261 +msgid "Copy dashboard URL" +msgstr "Kopieer dashboard URL" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:262 +msgid "Share dashboard by email" +msgstr "Deel dashboard via e-mail" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:275 +msgid "Refresh dashboard" +msgstr "Vernieuw dashboard" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286 +msgid "Set auto-refresh interval" +msgstr "Stel auto-refresh in" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295 +msgid "Set filter mapping" +msgstr "Filter toewijzing instellen" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302 +msgid "Edit dashboard properties" +msgstr "Bewerk dashboard eigenschappen" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309 +msgid "Edit CSS" +msgstr "Bewerk CSS" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:324 +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105 +msgid "Download as image" +msgstr "Download als afbeelding" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326 +msgid "Exit fullscreen" +msgstr "" + +#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327 +msgid "Enter fullscreen" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:98 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228 +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:434 +msgid "Apply" +msgstr "Toepassen" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:264 +msgid "A valid color scheme is required" +msgstr "Een geldig kleurenschema is vereist" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:316 +msgid "Dashboard properties updated" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:334 +msgid "The dashboard has been saved" +msgstr "Het dashboard is opgeslagen" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:350 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:393 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:292 +msgid "Access" +msgstr "Toegang" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:365 +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:412 +msgid "" +"Owners is a list of users who can alter the dashboard. Searchable by name" +" or username." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:371 +msgid "Colors" +msgstr "Kleuren" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:432 +msgid "" +"Roles is a list which defines access to the dashboard. Granting a role " +"access to a dashboard will bypass dataset level checks. If no roles are " +"defined, then the dashboard is available to all roles." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:482 +msgid "Dashboard properties" +msgstr "Dashboard eigenschappen" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:516 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:234 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237 +msgid "Basic information" +msgstr "Basis informatie" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:530 +msgid "URL slug" +msgstr "URL slag" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:534 +msgid "A readable URL for your dashboard" +msgstr "Een leesbare URL voor uw dashboard" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:543 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:257 +msgid "Certification" +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:552 +msgid "Person or group that has certified this dashboard." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:563 +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:274 +msgid "Any additional detail to show in the certification tooltip." +msgstr "" + +#: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx:583 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336 +msgid "JSON metadata" +msgstr "JSON metadata" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33 +msgid "" +"This dashboard is not published, it will not show up in the list of " +"dashboards. Click here to publish this dashboard." +msgstr "" +"Dit dashboard is niet gepubliceerd, het verschijnt niet in de lijst van " +"dashboards. Klik hier om dit dashboard te publiceren." + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38 +msgid "" +"This dashboard is not published which means it will not show up in the " +"list of dashboards. Favorite it to see it there or access it by using the" +" URL directly." +msgstr "" + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43 +msgid "This dashboard is published. Click to make it a draft." +msgstr "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." + +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72 +#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:303 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:501 +msgid "Draft" +msgstr "Draft" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46 +msgid "Annotation layers are still loading." +msgstr "Aantekening lagen worden nog steeds geladen." + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:47 +msgid "One ore more annotation layers failed loading." +msgstr "Aantekening lagen worden nog steeds geladen." + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:96 +msgid "Emitted values" +msgstr "Uitgestuurde waarden" + +#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:152 +msgid "Click to clear emitted filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:240 +#, python-format +msgid "Cached %s" +msgstr "Cached %s" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:243 +#, python-format +msgid "Fetched %s" +msgstr "Opgehaald %s" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:252 +#, python-format +msgid "Query %s: %s" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:256 +msgid "Minimize chart" +msgstr "Grafiek verkleinen" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:256 +msgid "Maximize chart" +msgstr "Maximaliseer grafiek" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:269 +msgid "Force refresh" +msgstr "Vernieuwen forceren" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:279 +msgid "Toggle chart description" +msgstr "Toggle grafiek omschrijving" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:288 +msgid "View chart in Explore" +msgstr "Bekijk de grafiek in Verkenner" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296 +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298 +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86 +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88 +msgid "View query" +msgstr "Bekijk zoekopdracht" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:311 +msgid "Copy chart URL" +msgstr "URL van grafiek kopiëren" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:312 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:176 +msgid "Share chart by email" +msgstr "Deel grafiek per e-mail" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:314 +msgid "Check out this chart: " +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:329 +msgid "Export CSV" +msgstr "Export CSV" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:337 +msgid "Export full CSV" +msgstr "" + +#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:345 +msgid "Cross-filter scoping" +msgstr "Cross-filter scoping" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452 +msgid "Search..." +msgstr "Zoek…" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483 +msgid "No filter is selected." +msgstr "Er is geen filter geselecteerd." + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484 +msgid "Editing 1 filter:" +msgstr "Bewerk 1 filter:" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486 +#, python-format +msgid "Batch editing %d filters:" +msgstr "Batchbewerking %d filters:" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500 +msgid "Configure filter scopes" +msgstr "Filter scopes configureren" + +#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507 +msgid "There are no filters in this dashboard." +msgstr "Er zijn geen filters in dit dashboard." + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36 +msgid "Expand all" +msgstr "Alles uitklappen" + +#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39 +msgid "Collapse all" +msgstr "Alles inklappen" + +#: superset-frontend/src/dashboard/components/gridComponents/Chart.jsx:262 +msgid "An error occurred while opening Explore" +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80 +msgid "This markdown component has an error." +msgstr "Deze markdown component heeft een fout." + +#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167 +msgid "This markdown component has an error. Please revert your recent changes." +msgstr "" + +#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202 +msgid "Delete dashboard tab?" +msgstr "Dashboard tabblad verwijderen?" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31 +msgid "Divider" +msgstr "Verdeler" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31 +msgid "Header" +msgstr "Header" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31 +msgid "Row" +msgstr "Rij" + +#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31 +msgid "Tabs" +msgstr "Tabs" + +#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39 +msgid "Preview" +msgstr "Preview" + +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:104 +#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:117 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:127 +msgid "Sorry, something went wrong. Try again later." +msgstr "Sorry, er ging iets mis. Probeer het later nog eens." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:371 +#, python-format +msgid "All filters (%(filterCount)d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:388 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:428 +msgid "No filters are currently added" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:392 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:432 +msgid "Click the button above to add a filter to the dashboard" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:408 +#, python-format +msgid "Filter sets (%(filterSetCount)d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:111 +msgid "Apply filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:121 +msgid "Clear all" +msgstr "Wis alles" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:183 +msgid "Select parent filters" +msgstr "Selecteer parent filters" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:160 +#, python-format +msgid "Filters out of scope (%d)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:494 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:511 +msgid "Check configuration" +msgstr "Check configuratie" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1195 +msgid "Cannot load filter" +msgstr "Kan filter niet laden" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:118 +msgid "Editing filter set:" +msgstr "Filterset bewerken:" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:142 +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83 +msgid "Filter set with this name already exists" +msgstr "Er bestaat al een filterset met deze naam" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143 +msgid "Filter set already exists" +msgstr "Er bestaat al een filterset" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:164 +#, python-format +msgid "This filter set is identical to: \"%s\"" +msgstr "Deze filterset is identiek aan: “%s”" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82 +msgid "Remove invalid filters" +msgstr "Verwijder ongeldige filters" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:83 +msgid "Rebuild" +msgstr "Herbouw" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:88 +#, python-format +msgid "Filters (%d)" +msgstr "Filters (%d)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109 +msgid "This filter doesn't exist in dashboard. It will not be applied." +msgstr "" +"Deze filter bestaat niet in het dashboard. Het zal niet worden toegepast." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:113 +msgid "Filter metadata changed in dashboard. It will not be applied." +msgstr "Filter metadata veranderd in dashboard. Het zal niet worden toegepast." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81 +msgid "Please filter set name" +msgstr "Filter setnaam a.u.b." + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96 +msgid "Create" +msgstr "Maak" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111 +msgid "Create new filter set" +msgstr "Maak een nieuwe filterset" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:90 +msgid "New filter set" +msgstr "Nieuwe filterset" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:26 +msgid "Please apply filter changes" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:43 +msgid "Unknown value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:104 +msgid "Add/Edit Filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:83 +msgid "Dependent on" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/DependenciesRow.tsx:85 +msgid "Filter only displays values relevant to selections made in other filters." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/ScopeRow.tsx:55 +msgid "Scope" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/TypeRow.tsx:31 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:771 +msgid "Filter type" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FilterCard/useFilterScope.ts:70 +#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85 +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122 +msgid "All charts" +msgstr "Alle grafieken" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:44 +msgid "Title is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110 +msgid "(Removed)" +msgstr "(Verwijderd)" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126 +msgid "Undo?" +msgstr "Ongedaan maken?" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:95 +msgid "Add filters and dividers" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:477 +msgid "Add and edit filters" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83 +msgid "Cannot create cyclic hierarchy" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130 +msgid "Column select" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133 +msgid "Select a column" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134 +msgid "No compatible columns found" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75 +msgid "Value is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:265 +msgid "Scoping" +msgstr "Scoping" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:272 +msgid "Filter Configuration" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:276 +msgid "Filter Settings" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:301 +#: superset-frontend/src/filters/components/Select/index.ts:28 +msgid "Select filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:301 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1204 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1225 +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140 +msgid "Value" +msgstr "Waarde" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 +#: superset-frontend/src/filters/components/Range/index.ts:28 +msgid "Range filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:302 +msgid "Numerical range" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 +#: superset-frontend/src/filters/components/Time/index.ts:27 +msgid "Time filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:303 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:959 +#: superset-frontend/src/explore/constants.ts:113 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382 +msgid "Time range" +msgstr "Tijdsspanne" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:304 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:986 +#: superset-frontend/src/explore/constants.ts:114 +#: superset-frontend/src/filters/components/TimeColumn/index.ts:28 +msgid "Time column" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:305 +#: superset-frontend/src/explore/constants.ts:115 +#: superset-frontend/src/filters/components/TimeGrain/index.ts:28 +msgid "Time grain" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:306 +#: superset-frontend/src/filters/components/GroupBy/index.ts:28 +msgid "Group By" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:625 +msgid "Pre-filter is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:639 +msgid "(deleted)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:645 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:894 +msgid "Parent filter" +msgstr "Parent filter" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:757 +msgid "Filter name" +msgstr "Filter naam" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:759 +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:765 +msgid "Name is required" +msgstr "Naam is vereist" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:767 +msgid "Filter Type" +msgstr "Filter Type" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:789 +msgid "Datasets do not contain a temporal column" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:823 +msgid "Dataset is required" +msgstr "Dataset is vereist" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:868 +msgid "Filter is hierarchical" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:902 +msgid "Parent filter is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:915 +msgid "Pre-filter available values" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:950 +msgid "Pre-filter" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:989 +msgid "" +"Optional time column if time range should apply to another column than " +"the default time column" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1021 +msgid "Sort filter values" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1035 +msgid "Sort type" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1042 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:66 +msgid "Sort ascending" +msgstr "Sorteer oplopend" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1052 +msgid "Sort Metric" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1055 +msgid "If a metric is specified, sorting will be done based on the metric value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1065 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188 +msgid "Sort metric" +msgstr "Sorteer meeteenheid" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1088 +msgid "Single Value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1104 +msgid "Single value type" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1112 +msgid "Minimum" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1114 +msgid "Exact" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1116 +msgid "Maximum" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1146 +msgid "Filter has default value" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1158 +msgid "Default Value" +msgstr "Default Value" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1187 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222 +msgid "Default value is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1227 +msgid "Refresh the default values" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1233 +msgid "Fill all required fields to enable \"Default Value\"" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39 +msgid "You have removed this filter." +msgstr "Je hebt deze filter verwijderd." + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46 +msgid "Restore Filter" +msgstr "Herstel Filter" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:119 +msgid "Column is required" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:174 +msgid "Populate \"Default value\" to enable this control" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:88 +msgid "" +"Default value set automatically when \"Select first filter value by " +"default\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:92 +msgid "Default value must be set when \"Filter value is required\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:96 +msgid "Default value must be set when \"Filter has default value\" is checked" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:122 +msgid "Apply to all panels" +msgstr "Toepassen op alle panelen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:124 +msgid "Apply to specific panels" +msgstr "Toepassen op specifieke panelen" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:130 +msgid "Only selected panels will be affected by this filter" +msgstr "Alleen geselecteerde panelen zullen door deze filter worden beïnvloed" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131 +msgid "All panels with this column will be affected by this filter" +msgstr "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49 +msgid "All panels" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:55 +msgid "This chart might be incompatible with the filter (datasets don't match)" +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56 +msgid "Keep editing" +msgstr "Blijf bewerken" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64 +msgid "Yes, cancel" +msgstr "Ja, annuleer" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45 +msgid "There are unsaved changes." +msgstr "" + +#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49 +msgid "Are you sure you want to cancel?" +msgstr "Weet je zeker dat je wilt annuleren?" + +#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:220 +msgid "Error loading chart datasources. Filters may not work correctly." +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25 +msgid "Transparent" +msgstr "" + +#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30 +msgid "White" +msgstr "" + +#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44 +msgid "All filters" +msgstr "Alle filters" + +#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30 +msgid "Medium" +msgstr "" + +#: superset-frontend/src/dashboard/util/newComponentFactory.js:58 +#: superset-frontend/src/dashboard/util/newComponentFactory.js:59 +msgid "Tab title" +msgstr "Titel tabblad" + +#: superset-frontend/src/explore/constants.ts:117 +msgid "Time granularity" +msgstr "" + +#: superset-frontend/src/explore/controls.jsx:200 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:297 +msgid "Visualization type" +msgstr "Type visualisatie" + +#: superset-frontend/src/explore/controls.jsx:206 +msgid "Fixed color" +msgstr "Vaste kleur" + +#: superset-frontend/src/explore/controls.jsx:215 +msgid "Right axis metric" +msgstr "Meeteenheid rechteras" + +#: superset-frontend/src/explore/controls.jsx:222 +msgid "Linear color scheme" +msgstr "Lineair kleurenpalet" + +#: superset-frontend/src/explore/controls.jsx:235 +msgid "Color metric" +msgstr "Kleur meeteenheid" + +#: superset-frontend/src/explore/controls.jsx:246 +msgid "One or many controls to pivot as columns" +msgstr "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" + +#: superset-frontend/src/explore/controls.jsx:435 +msgid "Bubble size" +msgstr "Bubbelgrootte" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218 +#: superset-frontend/src/explore/controlPanels/sections.tsx:79 +#: superset-frontend/src/explore/controls.jsx:480 +msgid "Color scheme" +msgstr "Kleurenschema" + +#: superset-frontend/src/explore/actions/exploreActions.ts:95 +msgid "An error occurred while starring this chart" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:38 +msgid "GROUP BY" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:39 +msgid "Use this section if you want a query that aggregates" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:52 +msgid "NOT GROUPED BY" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.test.tsx:53 +msgid "Use this section if you want to query atomic rows" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:396 +msgid "Keep control settings?" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:397 +msgid "" +"You've changed datasets. Any controls with data (columns, metrics) that " +"match this new dataset have been retained." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:402 +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:413 +msgid "Continue" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:403 +msgid "Clear form" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:408 +msgid "No form settings were maintained" +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:409 +msgid "" +"We were unable to carry over any controls when switching to this new " +"dataset." +msgstr "" + +#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:450 +msgid "Customize" +msgstr "Pas aan" + +#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106 +msgid "Width" +msgstr "Breedte" + +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:104 +msgid "Copy chart URL to clipboard" +msgstr "Kopieer grafiek URL naar klembord" + +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:116 +#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:220 +#: superset-frontend/src/views/CRUD/hooks.ts:604 +msgid "Sorry, your browser does not support copying." +msgstr "Sorry, uw browser ondersteunt het kopiëren niet." + +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:122 +msgid "Superset Chart" +msgstr "Superset Grafiek" + +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:183 +msgid "Export to .JSON format" +msgstr "Exporteer naar .JSON formaat" + +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:203 +#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:211 +msgid "Export to .CSV format" +msgstr "Exporteer naar .CSV-formaat" + +#: superset-frontend/src/explore/components/RowCountLabel.tsx:33 +msgid "rows" +msgstr "rijen" + +#: superset-frontend/src/explore/components/RowCountLabel.tsx:40 +msgid "Limit reached" +msgstr "Limiet bereikt" + +#: superset-frontend/src/explore/components/SaveModal.tsx:35 +msgid "**Select** a dashboard OR **create** a new one" +msgstr "**Selecteer** een dashboard OF **maak** een nieuw dashboard aan" + +#: superset-frontend/src/explore/components/SaveModal.tsx:133 +msgid "Please enter a chart name" +msgstr "Voer een grafieknaam in" + +#: superset-frontend/src/explore/components/SaveModal.tsx:171 +msgid "Save chart" +msgstr "Grafiek opslaan" + +#: superset-frontend/src/explore/components/SaveModal.tsx:190 +msgid "Save & go to dashboard" +msgstr "Opslaan en naar dashboard gaan" + +#: superset-frontend/src/explore/components/SaveModal.tsx:201 +msgid "Save as new chart" +msgstr "Opslaan als nieuwe grafiek" + +#: superset-frontend/src/explore/components/SaveModal.tsx:234 +msgid "Save (Overwrite)" +msgstr "Opslaan (overschrijven)" + +#: superset-frontend/src/explore/components/SaveModal.tsx:243 +msgid "Save as ..." +msgstr "Opslaan als …" + +#: superset-frontend/src/explore/components/SaveModal.tsx:247 +msgid "Chart name" +msgstr "Grafiek naam" + +#: superset-frontend/src/explore/components/SaveModal.tsx:258 +msgid "Add to dashboard" +msgstr "Toevoegen aan het dashboard" + +#: superset-frontend/src/explore/components/SaveModal.tsx:264 +msgid "Select a dashboard" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:65 +msgid "Copy" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:113 +msgid "rows retrieved" +msgstr "opgehaalde rijen" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:132 +msgid "Formatted date" +msgstr "" + +#: superset-frontend/src/explore/components/DataTableControl/index.tsx:203 +msgid "Column Formatting" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:160 +msgid "No samples were returned for this query" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:169 +msgid "No results" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:181 +msgid "Run a query to display samples" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:182 +msgid "Run a query to display results" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:298 +msgid "Sorry, an error occurred" +msgstr "" + +#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:438 +msgid "View samples" +msgstr "Bekijk voorbeelden" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:273 +msgid "Search Metrics & Columns" +msgstr "Zoek meeteenheden & kolommen" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:287 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:323 +#, python-format +msgid "Showing %s of %s" +msgstr "Weergave %s van %s" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:311 +msgid "Show less..." +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:311 +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:347 +msgid "Show all..." +msgstr "" + +#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:347 +msgid "Show Less..." +msgstr "" + +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61 +msgid "New chart" +msgstr "Nieuwe grafiek" + +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80 +msgid "Edit properties" +msgstr "Eigenschappen bewerken" + +#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101 +msgid "Run in SQL Lab" +msgstr "Uitvoeren in SQL Lab" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:175 +#, python-format +msgid "%s - untitled" +msgstr "%s - zonder titel" + +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:310 +#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:313 +msgid "Edit chart properties" +msgstr "Grafiek eigenschappen bewerken" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:484 +msgid "Controls labeled " +msgstr "" + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:484 +msgid "Control labeled " +msgstr "Controle gelabeld " + +#: superset-frontend/src/explore/components/ExploreViewContainer/index.jsx:605 +msgid "Open Datasource tab" +msgstr "Open Datasource tab" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74 +msgid "Original" +msgstr "" + +#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80 +msgid "Pivoted" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:69 +msgid "You do not have permission to edit this chart" +msgstr "U heeft geen toestemming om deze grafiek te bewerken" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:164 +msgid "Chart properties updated" +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252 +msgid "" +"The description can be displayed as widget headers in the dashboard view." +" Supports markdown." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263 +msgid "Person or group that has certified this chart." +msgstr "" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:281 +msgid "Configuration" +msgstr "Configuratie" + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287 +msgid "" +"Duration (in seconds) of the caching timeout for this chart. Note this " +"defaults to the dataset's timeout if undefined." +msgstr "" +"Duur (in seconden) van de caching timeout voor deze grafiek. Merk op dat dit " +"standaard de timeout van de dataset is indien ongedefinieerd." + +#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:305 +msgid "A list of users who can alter the chart. Searchable by name or username." +msgstr "" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82 +msgid "Invalid lat/long configuration." +msgstr "Ongeldige breedtegraad/lengtegraad configuratie." + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155 +msgid "Reverse lat/long " +msgstr "Omgekeerde breedtegraad/lengtegraad " + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168 +msgid "Longitude & Latitude columns" +msgstr "Kolommen lengtegraad en breedtegraad" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184 +msgid "Delimited long & lat single column" +msgstr "Afgebakende lengtegraad en breedtegraad in enkele kolom" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185 +msgid "" +"Multiple formats accepted, look the geopy.points Python library for more " +"details" +msgstr "" +"Meerdere formaten geaccepteerd, zie de geopy.points Python bibliotheek voor " +"meer details" + +#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203 +msgid "Geohash" +msgstr "Geohash" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:96 +msgid "textarea" +msgstr "tekstveld" + +#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:126 +msgid "in modal" +msgstr "in modal" + +#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84 +msgid "Sorry, An error occurred" +msgstr "Sorry, er is een fout opgetreden" + +#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201 +#, python-format +msgid "Failed to verify select options: %s" +msgstr "Mislukt bij het verifiëren van geselecteerde opties: %s" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403 +msgid "Annotation layer value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465 +msgid "Annotation Slice Configuration" +msgstr "Configuratie van Aantekening sectie" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466 +msgid "" +"This section allows you to configure how to use the slice\n" +" to generate annotations." +msgstr "" +"In dit gedeelte kunt u configureren hoe u de slice gebruikt\n" +" om aantekeningen te genereren." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472 +msgid "Annotation layer time column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477 +msgid "Interval start column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478 +msgid "Event time column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496 +msgid "This column must contain date/time information." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492 +msgid "Annotation layer interval end" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495 +msgid "Interval End column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506 +msgid "Annotation layer title column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509 +msgid "Title Column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510 +msgid "Pick a title for you annotation." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517 +msgid "Annotation layer description columns" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520 +msgid "Description Columns" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521 +msgid "" +"Pick one or more columns that should be shown in the annotation. If you " +"don't select a column all of them will be shown." +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615 +msgid "Display configuration" +msgstr "Weergave configuratie" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616 +msgid "Configure your how you overlay is displayed here." +msgstr "Configureer hier hoe uw overlay wordt weergegeven." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619 +msgid "Annotation layer stroke" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621 +msgid "Style" +msgstr "Stijl" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634 +msgid "Annotation layer opacity" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648 +msgid "Color" +msgstr "Kleur" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717 +msgid "Layer configuration" +msgstr "Laagconfiguratie" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718 +msgid "Configure the basics of your Annotation Layer." +msgstr "Configureer de basis van uw Aantekeningenlaag." + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763 +msgid "Mandatory" +msgstr "Verplicht" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730 +msgid "Hide layer" +msgstr "Laag verbergen" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736 +msgid "Show label" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739 +msgid "Whether to always show the annotation label" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746 +msgid "Annotation layer type" +msgstr "Type aantekeningenlaag" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745 +msgid "Choose the annotation layer type" +msgstr "Kies het aantekeningenlaagtype" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755 +msgid "Annotation source type" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757 +msgid "Choose the source of your annotations" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758 +msgid "Annotation Source" +msgstr "" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779 +msgid "Remove" +msgstr "Verwijder" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:174 +msgid "Edit annotation layer" +msgstr "Bewerk de aantekeningenlaag" + +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:205 +#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:217 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:242 +msgid "Add annotation layer" +msgstr "Aantekeningenlaag toevoegen" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59 +msgid "Empty collection" +msgstr "Lege verzameling" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63 +msgid "Add an item" +msgstr "Voeg een item toe" + +#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142 +msgid "Remove item" +msgstr "Item verwijderen" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66 +msgid "" +"The color scheme is determined by the related dashboard.\n" +" Edit the color scheme in the dashboard properties." +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127 +msgid "" +"This color scheme is being overriden by custom label colors.\n" +" Check the JSON metadata in the Advanced settings" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153 +msgid "Dashboard scheme" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188 +msgid "Select color scheme" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194 +msgid "Select scheme" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151 +msgid "Edit formatter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169 +msgid "Add new formatter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176 +msgid "Add new color formatter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41 +msgid "green" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42 +msgid "yellow" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43 +msgid "red" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79 +msgid "This value should be smaller than the right target value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84 +msgid "This value should be greater than the left target value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104 +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252 +msgid "Required" +msgstr "Vereist" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125 +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130 +msgid "Operator" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147 +msgid "Left value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160 +msgid "Right value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176 +msgid "Target value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:300 +msgid "Select column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:202 +msgid "Edit dataset" +msgstr "Bewerk de dataset" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:207 +msgid "View in SQL Lab" +msgstr "Bekijk in SQL Lab" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:248 +msgid "More dataset related options" +msgstr "Meer dataset gerelateerde opties" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:261 +msgid "Missing URL parameters" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:266 +msgid "The URL is missing the dataset_id or slice_id parameters." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:284 +msgid "The dataset linked to this chart may have been deleted." +msgstr "De aan deze grafiek gekoppelde dataset is mogelijk verwijderd." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292 +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294 +msgid "RANGE TYPE" +msgstr "BEREIK TYPE" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316 +msgid "Actual time range" +msgstr "Reële tijdspanne" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334 +msgid "CANCEL" +msgstr "ANNULEER" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344 +msgid "APPLY" +msgstr "TOEPASSEN" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353 +msgid "Edit time range" +msgstr "Bewerk tijdspanne" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58 +msgid "Configure Advanced Time Range " +msgstr "Geavanceerde tijdspanne configureren " + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122 +msgid "START (INCLUSIVE)" +msgstr "START (INCLUSIEF)" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117 +msgid "Start date included in time range" +msgstr "Begindatum opgenomen in de tijdspanne" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176 +msgid "END (EXCLUSIVE)" +msgstr "EINDE (EXCLUSIEF)" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171 +msgid "End date excluded from time range" +msgstr "Einddatum uitgesloten uit de tijdspanne" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46 +msgid "Configure Time Range: Previous..." +msgstr "Configureer Tijdspanne: Vorige…" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41 +msgid "Configure Time Range: Last..." +msgstr "Configureer Tijdspanne: Laatste…" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111 +msgid "Configure custom time range" +msgstr "Configureer aangepaste tijdspanne" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198 +msgid "Relative quantity" +msgstr "Relatieve hoeveelheid" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210 +msgid "Relative period" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223 +msgid "Anchor to" +msgstr "Veranker naar" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232 +msgid "NOW" +msgstr "NU" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235 +msgid "Date/Time" +msgstr "Datum/Tijd" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29 +msgid "Return to specific datetime." +msgstr "Terugkeren naar specifieke datum/tijd." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89 +msgid "Syntax" +msgstr "Syntax" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81 +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95 +msgid "Example" +msgstr "Voorbeeld" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43 +msgid "Moves the given set of dates by a specified interval." +msgstr "Verplaatst de gegeven reeks datums met een opgegeven interval." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58 +msgid "Truncates the specified date to the accuracy specified by the date unit." +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75 +msgid "Get the last date by the date unit." +msgstr "Verkrijg de laatste datum door de datum eenheid." + +#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88 +msgid "Get the specify date for the holiday" +msgstr "Zoek de specifieke datum voor de vakantie" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31 +msgid "Last" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32 +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105 +msgid "Previous" +msgstr "Vorige" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33 +msgid "Custom" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39 +msgid "last day" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40 +msgid "last week" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41 +msgid "last month" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42 +msgid "last quarter" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43 +msgid "last year" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50 +msgid "previous calendar week" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53 +msgid "previous calendar month" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56 +msgid "previous calendar year" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63 +#, python-format +msgid "Seconds %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64 +#, python-format +msgid "Minutes %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65 +#, python-format +msgid "Hours %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66 +#, python-format +msgid "Days %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67 +#, python-format +msgid "Weeks %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68 +#, python-format +msgid "Months %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69 +#, python-format +msgid "Quarters %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70 +#, python-format +msgid "Years %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76 +msgid "Before" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84 +msgid "After" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90 +msgid "Specific Date/Time" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91 +msgid "Relative Date/Time" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92 +msgid "Now" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93 +msgid "Midnight" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:230 +msgid "Saved expressions" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:246 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:367 +msgid "Saved" +msgstr "Opgeslagen" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:255 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:305 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:292 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301 +#, python-format +msgid "%s column(s)" +msgstr "%s kolom(men)" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:273 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:292 +msgid "No temporal columns found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:274 +msgid "No saved expressions found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:278 +msgid "Add calculated temporal columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:281 +msgid "Add calculated columns to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:288 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:401 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:404 +msgid "Simple" +msgstr "Eenvoudig" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:293 +msgid "Mark a column as temporal in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:319 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226 +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:447 +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:450 +msgid "Custom SQL" +msgstr "Custom SQL" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:43 +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59 +msgid "My column" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:220 +msgid "Drop a column here or click" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:225 +msgid "Drop column here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76 +msgid "Click to edit label" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388 +msgid "Drop columns/metrics here or click" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389 +msgid "Drop columns or metrics here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367 +msgid "Drop a column/metric here or click" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372 +msgid "Drop column or metric here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80 +msgid "Drop columns here" +msgstr "" + +#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68 +#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:317 +msgid "" +"\n" +" This filter was inherited from the dashboard's context.\n" +" It won't be saved when saving the chart.\n" +" " +msgstr "" +"\n" +" Deze filter werd geërfd van de context van het dashboard.\n" +" Dit wordt niet opgeslagen bij het opslaan van de grafiek.\n" +" " + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167 +msgid "Default" +msgstr "Standaard" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168 +msgid "" +"(optional) default value for the filter, when using the multiple option, " +"you can use a semicolon-delimited list of options." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185 +msgid "Metric to sort the results by" +msgstr "Meeteenheid om de resultaten op te sorteren" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:68 +msgid "Check for sorting ascending" +msgstr "Controle op oplopend sorteren" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216 +msgid "Allow multiple selections" +msgstr "Meerdere selecties toestaan" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218 +msgid "Multiple selections allowed, otherwise filter is limited to a single value" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232 +msgid "Search all filter options" +msgstr "Zoek in alle filteropties" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:138 +msgid "" +"By default, each filter loads at most 1000 choices at the initial page " +"load. Check this box if you have more than 1000 filter values and want to" +" enable dynamically searching that loads filter values as users type (may" +" add stress to your database)." +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253 +msgid "User must select a value for this filter" +msgstr "De gebruiker moet een waarde voor deze filter kiezen" + +#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282 +msgid "Filter configuration" +msgstr "Filter configuratie" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367 +msgid "Add filter" +msgstr "Filter toevoegen" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222 +msgid "Custom SQL ad-hoc filters are not available for the native Druid connector" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:258 +#, python-format +msgid "%s option(s)" +msgstr "%s optie(s)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:271 +msgid "Select subject" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:274 +msgid "No such column found. To filter on a metric, try the Custom SQL tab." +msgstr "" +"Geen dergelijke kolom gevonden. Om te filteren op een meeteenheid, probeer " +"het Custom SQL tabblad." + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:282 +#, python-format +msgid "%s column(s) and metric(s)" +msgstr "%s kolom(men) en meeteenhe(i)d(en)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:293 +msgid "To filter on a metric, use Custom SQL tab." +msgstr "" +"Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303 +#, python-format +msgid "%s operator(s)" +msgstr "%s operator(s)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:309 +msgid "Select operator" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:318 +msgid "Comparator option" +msgstr "" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:325 +msgid "Type a value here" +msgstr "Geef hier een waarde op" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:430 +msgid "Filter value (case sensitive)" +msgstr "Filterwaarde (hoofdlettergevoelig)" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101 +msgid "choose WHERE or HAVING..." +msgstr "kies WHERE of HAVING…" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134 +msgid "Filters by columns" +msgstr "Filter op kolommen" + +#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136 +msgid "Filters by metrics" +msgstr "Filter op meeteenheden" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149 +msgid "Fixed" +msgstr "Vast" + +#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165 +msgid "Based on a metric" +msgstr "Gebaseerd op een meeteenheid" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73 +msgid "My metric" +msgstr "Mijn meeteenheid" + +#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336 +msgid "Add metric" +msgstr "Meeteenheid toevoegen" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:309 +msgid "Select aggregate options" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310 +#, python-format +msgid "%s aggregates(s)" +msgstr "%s aggrega(a)t(en)" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:318 +msgid "Select saved metrics" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319 +#, python-format +msgid "%s saved metric(s)" +msgstr "%s opgeslagen meeteenhe(i)d(en)" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369 +msgid "Saved metric" +msgstr "Opgeslagen meeteenheid" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:385 +msgid "No saved metrics found" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:386 +msgid "Add metrics to dataset in \"Edit datasource\" modal" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397 +msgid "Simple ad-hoc metrics are not enabled for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:409 +msgid "column" +msgstr "kolom" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:420 +msgid "aggregate" +msgstr "aggregaat" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:439 +msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector" +msgstr "" + +#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:442 +msgid "Custom SQL ad-hoc metrics are not enabled for this dataset" +msgstr "" + +#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89 +#, python-format +msgid "Error while fetching data: %s" +msgstr "" + +#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48 +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:38 +msgid "Time series columns" +msgstr "Time series kolommen" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:703 +msgid "Other" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597 +msgid "Recommended tags" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602 +msgid "Category" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607 +msgid "Tags" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703 +msgid "Search all charts" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752 +msgid "No description available." +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759 +#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:183 +#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:184 +msgid "Examples" +msgstr "Voorbeelden" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67 +msgid "This visualization type is not supported." +msgstr "Dit visualisatietype wordt niet ondersteund." + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106 +msgid "Select Viz Type" +msgstr "" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114 +msgid "Click to change visualization type" +msgstr "Klik om van visualisatietype te veranderen" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131 +msgid "Select a visualization type" +msgstr "Selecteer een visualisatie type" + +#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132 +msgid "Select" +msgstr "" + +#: superset-frontend/src/explore/controlPanels/Separator.js:25 +#: superset-frontend/src/explore/controlPanels/Separator.js:46 +msgid "Code" +msgstr "Code" + +#: superset-frontend/src/explore/controlPanels/Separator.js:32 +msgid "Markup type" +msgstr "Opmaaktype(Markup type)" + +#: superset-frontend/src/explore/controlPanels/Separator.js:37 +msgid "Pick your favorite markup language" +msgstr "Kies uw favoriete opmaaktaal (markup language)" + +#: superset-frontend/src/explore/controlPanels/Separator.js:47 +msgid "Put your code here" +msgstr "Plaats je code hier" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:32 +msgid "Chart type" +msgstr "Toe grafiek" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:60 +msgid "URL parameters" +msgstr "URL parameters" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:62 +msgid "Extra parameters for use in jinja templated queries" +msgstr "Extra parameters voor gebruik in jinja templated queries" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:91 +msgid "Annotations and layers" +msgstr "Aantekeningen en lagen" + +#: superset-frontend/src/explore/controlPanels/sections.tsx:252 +msgid "Python functions" +msgstr "Python functies" + +#: superset-frontend/src/explore/controlUtils/controlUtils.test.tsx:63 +msgid "My beautiful colors" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82 +msgid "No columns" +msgstr "Geen kolommen" + +#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83 +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:258 +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82 +#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92 +#, python-format +msgid "%s option" +msgstr "%s optie" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:47 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:57 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:45 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25 +msgid "UI Configuration" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:77 +msgid "Can select multiple values" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:72 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:55 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:90 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:53 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33 +msgid "Filter value is required" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:75 +#: superset-frontend/src/filters/components/Range/controlPanel.ts:58 +#: superset-frontend/src/filters/components/Select/controlPanel.ts:93 +#: superset-frontend/src/filters/components/Time/controlPanel.ts:56 +#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36 +#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36 +msgid "User must select a value before applying the filter" +msgstr "" + +#: superset-frontend/src/filters/components/GroupBy/index.ts:29 +msgid "Group By filter plugin" +msgstr "" + +#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281 +msgid "Chosen non-numeric column" +msgstr "Gekozen niet-numerieke kolom" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:67 +msgid "Single value" +msgstr "" + +#: superset-frontend/src/filters/components/Range/controlPanel.ts:70 +msgid "Use only a single value." +msgstr "" + +#: superset-frontend/src/filters/components/Range/index.ts:29 +msgid "Range filter plugin using AntD" +msgstr "" + +#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:124 +msgid " (excluded)" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:104 +msgid "Select first filter value by default" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:110 +msgid "When using this option, default value can’t be set" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:123 +msgid "Inverse selection" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:125 +msgid "Exclude selected values" +msgstr "" + +#: superset-frontend/src/filters/components/Select/controlPanel.ts:136 +msgid "Dynamically search all filter values" +msgstr "" + +#: superset-frontend/src/filters/components/Select/index.ts:29 +msgid "Select filter plugin using AntD" +msgstr "" + +#: superset-frontend/src/filters/components/Time/index.ts:28 +msgid "Custom time filter plugin" +msgstr "" + +#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81 +msgid "No time columns" +msgstr "Geen tijdskolommen" + +#: superset-frontend/src/filters/components/TimeColumn/index.ts:29 +msgid "Time column filter plugin" +msgstr "" + +#: superset-frontend/src/filters/components/TimeGrain/index.ts:29 +msgid "Time grain filter plugin" +msgstr "" + +#: superset-frontend/src/profile/components/App.tsx:52 +msgid "Favorites" +msgstr "Favorieten" + +#: superset-frontend/src/profile/components/App.tsx:62 +msgid "Created content" +msgstr "Aangemaakte content" + +#: superset-frontend/src/profile/components/App.tsx:72 +msgid "Recent activity" +msgstr "Recente activiteit" + +#: superset-frontend/src/profile/components/App.tsx:82 +msgid "Security & Access" +msgstr "Veiligheid & toegang" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:45 +msgid "No charts" +msgstr "Geen grafieken" + +#: superset-frontend/src/profile/components/CreatedContent.tsx:63 +msgid "No dashboards" +msgstr "Geen dashboards" + +#: superset-frontend/src/profile/components/Favorites.tsx:46 +msgid "No favorite charts yet, go click on stars!" +msgstr "Nog geen favoriete grafieken, klik op sterren!" + +#: superset-frontend/src/profile/components/Favorites.tsx:64 +msgid "No favorite dashboards yet, go click on stars!" +msgstr "Nog geen favoriete dashboards, klik op de sterren !" + +#: superset-frontend/src/profile/components/UserInfo.tsx:44 +msgid "Profile picture provided by Gravatar" +msgstr "Profielfoto geleverd door Gravatar" + +#: superset-frontend/src/profile/components/UserInfo.tsx:64 +msgid "joined" +msgstr "joined" + +#: superset-frontend/src/profile/components/UserInfo.tsx:75 +msgid "id:" +msgstr "id:" + +#: superset-frontend/src/reports/actions/reports.js:67 +msgid "There was an issue fetching reports attached to this dashboard." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:109 +msgid "The report has been created" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:125 +msgid "An error occurred while editing this report." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:143 +msgid "We were unable to active or deactivate this report." +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:159 +msgid "Your report could not be deleted" +msgstr "" + +#: superset-frontend/src/reports/actions/reports.js:163 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:547 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:233 +#: superset-frontend/src/views/CRUD/utils.tsx:275 +#: superset-frontend/src/views/CRUD/utils.tsx:314 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172 +#, python-format +msgid "Deleted: %s" +msgstr "Verwijderd: %s" + +#: superset-frontend/src/utils/downloadAsImage.ts:63 +msgid "Image download failed, please refresh and try again." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:56 +msgid "Unexpected error: " +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:57 +msgid "(no description, click to see stack trace)" +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:113 +msgid "Issue 1000 - The dataset is too large to query." +msgstr "" + +#: superset-frontend/src/utils/getClientErrorObject.ts:119 +msgid "Issue 1001 - The database is under an unusual load." +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:103 +#, python-format +msgid "An error occurred while fetching %s info: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:171 +#: superset-frontend/src/views/CRUD/hooks.ts:258 +#: superset-frontend/src/views/CRUD/hooks.ts:344 +#, python-format +msgid "An error occurred while fetching %ss: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:301 +#, python-format +msgid "An error occurred while creating %ss: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:438 +#: superset-frontend/src/views/CRUD/hooks.ts:451 +#, python-format +msgid "An error occurred while importing %s: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:522 +#, python-format +msgid "There was an error fetching the favorite status: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:543 +#, python-format +msgid "There was an error saving the favorite status: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:217 +#: superset-frontend/src/views/CRUD/hooks.ts:601 +msgid "Link Copied!" +msgstr "Link gekopieerd!" + +#: superset-frontend/src/views/CRUD/hooks.ts:625 +msgid "Connection looks good!" +msgstr "" + +#: superset-frontend/src/views/CRUD/hooks.ts:628 +#, python-format +msgid "ERROR: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/utils.tsx:210 +msgid "There was an error fetching your recent activity:" +msgstr "Er is een fout opgetreden bij het ophalen van uw recente activiteit:" + +#: superset-frontend/src/views/CRUD/utils.tsx:278 +#, python-format +msgid "There was an issue deleting: %s" +msgstr "Er was een probleem bij het verwijderen van: %s" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:154 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:551 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:236 +#: superset-frontend/src/views/CRUD/utils.tsx:318 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175 +#, python-format +msgid "There was an issue deleting %s: %s" +msgstr "Er was een probleem met het verwijderen van %s: %s" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55 +msgid "Working" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56 +msgid "Error" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57 +msgid "Not triggered" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58 +msgid "On Grace" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:492 +msgid "report" +msgstr "rapport" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90 +msgid "alert" +msgstr "Waarschuwing" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117 +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126 +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72 +msgid "reports" +msgstr "rapporten" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91 +msgid "alerts" +msgstr "waarschuwingen" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180 +#, python-format +msgid "There was an issue deleting the selected %s: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde %s: %s" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228 +msgid "Last run" +msgstr "Laatste run" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1386 +msgid "Notification method" +msgstr "Methode voor kennisgeving" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307 +msgid "Execution log" +msgstr "Uitvoeringslog" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:447 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:419 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:381 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:406 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:414 +msgid "Actions" +msgstr "Acties" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:624 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:574 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:496 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:170 +msgid "Bulk select" +msgstr "Selecteer in bulk" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376 +#, python-format +msgid "No %s yet" +msgstr "Nog geen %s" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:501 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:325 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:473 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:298 +msgid "Created by" +msgstr "Gecreëerd door" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392 +#, python-format +msgid "An error occurred while fetching created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van gecreeerd door waarden: %s" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:304 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:494 +msgid "Status" +msgstr "Status" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432 +msgid "Alerts & reports" +msgstr "Waarschuwingen & rapporten" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443 +msgid "Reports" +msgstr "Rapporten" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481 +#, python-format +msgid "Delete %s?" +msgstr "%s verwijderen?" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365 +#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:384 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:671 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325 +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:357 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:613 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500 +msgid "Please confirm" +msgstr "Gelieve te bevestigen" + +#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486 +#, python-format +msgid "Are you sure you want to delete the selected %s?" +msgstr "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:88 +msgid "< (Smaller than)" +msgstr "< (Kleiner dan)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:93 +msgid "> (Larger than)" +msgstr "> (Groter dan)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:98 +msgid "<= (Smaller or equal)" +msgstr "<= (Kleiner of gelijk)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:103 +msgid ">= (Larger or equal)" +msgstr ">= (Groter of gelijk)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:108 +msgid "== (Is equal)" +msgstr "== (Is gelijk)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:113 +msgid "!= (Is not equal)" +msgstr "!= (Is niet gelijk)" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:118 +msgid "Not null" +msgstr "Not null" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:130 +msgid "30 days" +msgstr "30 dagen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:134 +msgid "60 days" +msgstr "60 dagen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:138 +msgid "90 days" +msgstr "90 dagen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:393 +msgid "Add notification method" +msgstr "Meldingsmethode toevoegen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:394 +msgid "Add delivery method" +msgstr "Leveringswijze toevoegen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1069 +msgid "Edit Report" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1071 +msgid "Edit Alert" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1073 +msgid "Add Report" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1074 +msgid "Add Alert" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 +msgid "Report name" +msgstr "Naam rapport" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1082 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1090 +msgid "Alert name" +msgstr "Naam van de waarschuwing" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1141 +msgid "Alert condition" +msgstr "Naam waarschuwingsconditie" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186 +msgid "Trigger Alert If..." +msgstr "Trigger waarschuwing als…" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1191 +msgid "Condition" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1206 +msgid "Threshold value should be double precision number" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1237 +msgid "Report schedule" +msgstr "Rapportageplanning" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238 +msgid "Alert condition schedule" +msgstr "Waarschuwing conditie planning" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1257 +msgid "Schedule settings" +msgstr "Planning instellingen" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1261 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1266 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267 +msgid "Log retention" +msgstr "Log retentie" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1281 +msgid "Working timeout" +msgstr "Time-out" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1290 +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1305 +msgid "Time in seconds" +msgstr "Tijd in seconden" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1298 +msgid "Grace period" +msgstr "Grace periode" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1315 +msgid "Message content" +msgstr "Inhoud van het bericht" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1363 +msgid "Send as PNG" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1364 +msgid "Send as CSV" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1367 +msgid "Send as text" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63 +msgid "log" +msgstr "log" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348 +msgid "State" +msgstr "Status" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105 +msgid "Execution ID" +msgstr "Uitvoerings ID" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117 +msgid "Scheduled at (UTC)" +msgstr "Gepland om (UTC)" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125 +msgid "Start at (UTC)" +msgstr "Start op (UTC)" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135 +msgid "Duration" +msgstr "Duur" + +#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144 +msgid "Error message" +msgstr "Foutmelding" + +#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75 +msgid "CRON expression" +msgstr "CRON expressie" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67 +msgid "Report sent" +msgstr "Rapport verzonden" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68 +msgid "Alert triggered, notification sent" +msgstr "Alarm geactiveerd, kennisgeving verzonden" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74 +msgid "Report sending" +msgstr "Rapport verzenden" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75 +msgid "Alert running" +msgstr "Alarm actief" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81 +msgid "Report failed" +msgstr "Rapport mislukt" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82 +msgid "Alert failed" +msgstr "Waarschuwing mislukt" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87 +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97 +msgid "Nothing triggered" +msgstr "Niets getriggerd" + +#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92 +msgid "Alert Triggered, In Grace Period" +msgstr "Waarschuwing geactiveerd, in grace periode" + +#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124 +msgid "Delivery method" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127 +msgid "Select Delivery Method" +msgstr "" + +#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160 +msgid "Recipients are separated by \",\" or \";\"" +msgstr "Ontvangers worden gescheiden door “,” of “;”" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106 +msgid "annotation" +msgstr "aantekening" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127 +#, python-format +msgid "There was an issue deleting the selected annotations: %s" +msgstr "" +"Er was een probleem met het verwijderen van de geselecteerde aantekeningen: " +"%s" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174 +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +msgid "Edit annotation" +msgstr "Bewerk aantekening" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181 +msgid "Delete annotation" +msgstr "Aantekening verwijderen" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202 +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248 +msgid "Annotation" +msgstr "Aantekening" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254 +msgid "No annotation yet" +msgstr "Nog geen aantekeningen" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263 +msgid "Annotation Layer ${annotationLayerName}" +msgstr "Aantekening Laag ${annotationLayerName}" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286 +msgid "" +"Are you sure you want to delete " +"${annotationCurrentlyDeleting?.short_descr}?" +msgstr "" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296 +msgid "Delete Annotation?" +msgstr "Aantekening verwijderen?" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301 +msgid "Are you sure you want to delete the selected annotations?" +msgstr "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152 +msgid "The annotation has been updated" +msgstr "" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168 +msgid "The annotation has been saved" +msgstr "" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283 +msgid "Add annotation" +msgstr "Aantekening toevoegen" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292 +msgid "Annotation name" +msgstr "Naam van de aantekening" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304 +msgid "date" +msgstr "datum" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324 +msgid "Additional information" +msgstr "Bijkomende informatie" + +#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:266 +msgid "Description (this can be seen in the list)" +msgstr "Omschrijving (dit is te zien in de lijst)" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:104 +msgid "annotation_layer" +msgstr "annotation_layer" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:139 +msgid "Annotation template updated" +msgstr "" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:154 +msgid "Annotation template created" +msgstr "" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:241 +msgid "Edit annotation layer properties" +msgstr "Eigenschappen aantekeningenlaag bewerken" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:251 +msgid "Annotation layer name" +msgstr "Naam aantekeningenlaag" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343 +msgid "Annotation layers" +msgstr "Aantekeningenlagen" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111 +#, python-format +msgid "There was an issue deleting the selected layers: %s" +msgstr "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:344 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:313 +msgid "Last modified" +msgstr "Laatst gewijzigd" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:350 +msgid "Created on" +msgstr "Gemaakt op" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210 +msgid "Edit template" +msgstr "Bewerk template" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219 +msgid "Delete template" +msgstr "Verwijder template" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265 +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322 +msgid "Annotation layer" +msgstr "Aantekeningenlaag" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:435 +#, python-format +msgid "An error occurred while fetching dataset datasource values: %s" +msgstr "" +"Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328 +msgid "No annotation layers yet" +msgstr "Nog geen aantekeningen lagen" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353 +msgid "This action will permanently delete the layer." +msgstr "Deze actie zal de laag permanent verwijderen." + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361 +msgid "Delete Layer?" +msgstr "Laag verwijderen?" + +#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366 +msgid "Are you sure you want to delete the selected layers?" +msgstr "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:387 +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:360 +msgid "Are you sure you want to delete" +msgstr "Weet je zeker dat je wilt verwijderen" + +#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155 +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164 +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:129 +#, python-format +msgid "Modified %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:82 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the charts. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:89 +msgid "" +"You are importing one or more charts that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:200 +msgid "Chart imported" +msgstr "" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:230 +#, python-format +msgid "There was an issue deleting the selected charts: %s" +msgstr "" +"Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:330 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:293 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:320 +msgid "Modified by" +msgstr "Gewijzigd door" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:435 +#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:165 +#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:162 +msgid "Favorite" +msgstr "Favoriet" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:468 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:562 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511 +msgid "Any" +msgstr "Elke" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:470 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:564 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:442 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:513 +msgid "Yes" +msgstr "Ja" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:471 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:565 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:443 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:514 +msgid "No" +msgstr "Nee" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:480 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:452 +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:418 +msgid "Owner" +msgstr "Eigenaar" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:505 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:526 +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:551 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:456 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:477 +msgid "All" +msgstr "Alle" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:490 +#, python-format +msgid "An error occurred while fetching chart owners values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars " +"waarden: %s" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:511 +#, python-format +msgid "An error occurred while fetching chart created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de grafiek gemaakt door " +"waarden: %s" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:522 +msgid "Viz type" +msgstr "Viz type" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:557 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:506 +msgid "Certified" +msgstr "" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:582 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:531 +msgid "Alphabetical" +msgstr "Alfabetisch" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:588 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:537 +msgid "Recently modified" +msgstr "Recent gewijzigd" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:594 +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:543 +msgid "Least recently modified" +msgstr "Meest recente wijziging" + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:648 +msgid "Import charts" +msgstr "Import grafieken " + +#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:672 +msgid "Are you sure you want to delete the selected charts?" +msgstr "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91 +msgid "css_template" +msgstr "css_template" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231 +msgid "Edit CSS template properties" +msgstr "Bewerk CSS template eigenschappen" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232 +msgid "Add CSS template" +msgstr "Voeg CSS template toe" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241 +msgid "CSS template name" +msgstr "CSS template naam" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253 +msgid "css" +msgstr "css" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71 +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240 +msgid "CSS templates" +msgstr "CSS templates" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115 +#, python-format +msgid "There was an issue deleting the selected templates: %s" +msgstr "" +"Er was een probleem met het verwijderen van de geselecteerde templates: %s" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151 +#, python-format +msgid "Last modified by %s" +msgstr "Laatst gewijzigd door %s" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249 +msgid "CSS template" +msgstr "CSS template" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313 +msgid "This action will permanently delete the template." +msgstr "Deze actie zal de template permanent verwijderen." + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321 +msgid "Delete Template?" +msgstr "Template verwijderen?" + +#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326 +msgid "Are you sure you want to delete the selected templates?" +msgstr "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +msgid "published" +msgstr "gepubliceerd" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153 +msgid "draft" +msgstr "draft" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the dashboards. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64 +msgid "" +"You are importing one or more dashboards that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe " +"leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt " +"overschrijven?" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:144 +msgid "Dashboard imported" +msgstr "" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:202 +#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:130 +#, python-format +msgid "An error occurred while fetching dashboards: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:228 +msgid "There was an issue deleting the selected dashboards: " +msgstr "" +"Er was een probleem met het verwijderen van de geselecteerde dashboards: " + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:462 +#, python-format +msgid "An error occurred while fetching dashboard owner values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar " +"waarden: %s" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:483 +#, python-format +msgid "An error occurred while fetching dashboard created by values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dashboard gemaakt door " +"waarden: %s" + +#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:614 +msgid "Are you sure you want to delete the selected dashboards?" +msgstr "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/data/common.ts:38 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108 +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:317 +msgid "Saved queries" +msgstr "Opgeslagen queries" + +#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71 +msgid "SQL Copied!" +msgstr "SQL gekopieerd!" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39 +msgid "" +"The passwords for the databases below are needed in order to import them." +" Please note that the \"Secure Extra\" and \"Certificate\" sections of " +"the database configuration are not present in export files, and should be" +" added manually after the import if they are needed." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45 +msgid "" +"You are importing one or more databases that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" +"Je importeert een of meer databases die al bestaan. Overschrijven kan ertoe " +"leiden dat een deel van je werk verloren gaat. Weet je zeker dat je wilt " +"overschrijven?" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:94 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:477 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:467 +msgid "database" +msgstr "database" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:118 +msgid "Database imported" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:135 +#, python-format +msgid "An error occurred while fetching database related data: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van databasegerelateerde " +"gegevens: %s" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:201 +msgid "Import databases" +msgstr "Importeer databases" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:242 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:407 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285 +msgid "Asynchronous query execution" +msgstr "Asynchrone uitvoering van query’s" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:245 +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:410 +msgid "AQE" +msgstr "AQE" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:262 +msgid "Allow data manipulation language" +msgstr "Sta data manipulatie taal toe" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:265 +msgid "DML" +msgstr "DML" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:277 +msgid "CSV upload" +msgstr "CSV upload" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:338 +msgid "Delete database" +msgstr "Verwijder database" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:445 +#, python-format +msgid "" +"The database %s is linked to %s charts that appear on %s dashboards and " +"users have %s SQL Lab tabs using this database open. Are you sure you " +"want to continue? Deleting the database will break those objects." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:459 +msgid "Delete Database?" +msgstr "Database verwijderen?" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76 +msgid "Expose database in SQL Lab" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79 +msgid "Allow this database to be queried in SQL Lab" +msgstr "Sta toe dat deze database wordt opgevraagd in SQL Lab" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98 +msgid "Allow creation of new tables based on queries" +msgstr "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112 +msgid "Allow creation of new views based on queries" +msgstr "Aanmaken van nieuwe views gebaseerd op queries toestaan" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118 +msgid "CTAS & CVAS SCHEMA" +msgstr "CTAS & CVAS SCHEMA" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124 +msgid "Create or select schema..." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129 +msgid "" +"Force all tables and views to be created in this schema when clicking " +"CTAS or CVAS in SQL Lab." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145 +msgid "" +"Allow manipulation of the database using non-SELECT statements such as " +"UPDATE, DELETE, CREATE, etc." +msgstr "" +"Sta manipulatie van de database toe met niet-SELECT statements zoals UPDATE, " +"DELETE, CREATE, enz." + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176 +msgid "Enable query cost estimation" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179 +msgid "" +"For Presto and Postgres, shows a button to compute cost before running a " +"query." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192 +msgid "Allow this database to be explored" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195 +msgid "When enabled, users are able to visualize SQL Lab results in Explore." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216 +msgid "Chart cache timeout" +msgstr "Grafiek cache timeout" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266 +msgid "Enter duration in seconds" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235 +msgid "Schema cache timeout" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250 +msgid "" +"Duration (in seconds) of the metadata caching timeout for schemas of this" +" database. If left unset, the cache never expires." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257 +msgid "Table cache timeout" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272 +msgid "" +"Duration (in seconds) of the metadata caching timeout for tables of this " +"database. If left unset, the cache never expires. " +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288 +msgid "" +"Operate the database in asynchronous mode, meaning that the queries are " +"executed on remote workers as opposed to on the web server itself. This " +"assumes that you have a Celery worker setup as well as a results backend." +" Refer to the installation docs for more information." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304 +msgid "Cancel query on window unload event" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307 +msgid "" +"Terminate running queries when browser window closed or navigated to " +"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake " +"databases." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331 +msgid "Secure extra" +msgstr "Secure extra" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341 +msgid "" +"JSON string containing additional connection configuration. This is used " +"to provide connection information for systems like Hive, Presto and " +"BigQuery which do not conform to the username:password syntax normally " +"used by SQLAlchemy." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356 +msgid "Enter CA_BUNDLE" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361 +msgid "" +"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on" +" certain database engines." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369 +msgid "Schemas allowed for CSV upload" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383 +msgid "A comma-separated list of schemas that CSVs are allowed to upload to." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395 +msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400 +msgid "" +"If Presto or Trino, all the queries in SQL Lab are going to be executed " +"as the currently logged on user who must have permission to run them. If " +"Hive and hive.server2.enable.doAs is enabled, will run the queries as " +"service account, but impersonate the currently logged on user via " +"hive.server2.proxy.user property." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417 +msgid "Allow data upload" +msgstr "Sta upload van gegevens toe" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420 +msgid "If selected, please set the schemas allowed for data upload in Extra." +msgstr "" +"Indien geselecteerd, gelieve de toegestane schema’s voor data upload in te " +"stellen in Extra." + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442 +msgid "Metadata Parameters" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452 +msgid "" +"The metadata_params object gets unpacked into the sqlalchemy.MetaData " +"call." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464 +msgid "Engine Parameters" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474 +msgid "" +"The engine_params object gets unpacked into the sqlalchemy.create_engine " +"call." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482 +msgid "Version" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489 +msgid "Version number" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494 +msgid "" +"Specify the database version. This should be used with Presto in order to" +" enable query cost estimation." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:54 +msgid "Display Name" +msgstr "Toon naam" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:63 +msgid "Name your database" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:68 +msgid "Pick a name to help you identify this database." +msgstr "Kies een naam om je te helpen deze database te identificeren." + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:83 +msgid "dialect+driver://username:password@host:port/database" +msgstr "dialect+driver://username:password@host:port/database" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:90 +msgid "Refer to the" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:98 +msgid "for more information on how to structure your URI." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:108 +msgid "Test connection" +msgstr "Test connectie" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93 +msgid "Missing Required Fields" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94 +msgid "Please complete all required fields." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97 +msgid "Could not verify the host" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98 +msgid "The host is invalid. Please verify that this field is entered correctly." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103 +msgid "Port is closed" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104 +msgid "Please verify that port is open to connect." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107 +msgid "Invalid Port Number" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108 +msgid "The port must be a whole number less than or equal to 65535." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117 +msgid "Invalid account information" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118 +msgid "Either the username or password is incorrect." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121 +msgid "Incorrect Fields" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122 +msgid "Please make sure all fields are filled out correctly" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125 +msgid "URL could not be identified" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126 +msgid "" +"The URL could not be identified. Please check for typos and make sure " +"that \"Type of google sheet allowed\" selection matches the input" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:488 +msgid "Please enter a SQLAlchemy URI to test" +msgstr "Voer een SQLAlchemy URI in om te testen" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:602 +msgid "Database settings updated" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:621 +msgid "Database connected" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:639 +#, python-format +msgid "Sorry there was an error fetching database information: %s" +msgstr "" +"Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:684 +msgid "Or choose from a list of other databases we support:" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:686 +msgid "Supported databases" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:690 +msgid "Choose a database..." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:713 +msgid "Want to add a new database?" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:718 +msgid "Any databases that allow connections via SQL Alchemy URIs can be added. " +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:732 +msgid "" +"Any databases that allow connections via SQL Alchemy URIs can be added. " +"Learn about how to connect a database driver " +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:740 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1158 +msgid "here" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:802 +msgid "Back" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:793 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1027 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1215 +msgid "Connect" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:810 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:824 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1215 +msgid "Finish" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:931 +msgid "Database Creation Error" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1032 +msgid "Edit database" +msgstr "Bewerk database" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1032 +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1219 +msgid "Connect a database" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1090 +msgid "Connect this database using the dynamic form instead" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1093 +msgid "" +"Click this link to switch to an alternate form that exposes only the " +"required fields needed to connect this database." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1149 +msgid "" +"Select databases require additional fields to be completed in the " +"Advanced tab to successfully connect the database. Learn what " +"requirements your databases has " +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1323 +msgid "Connect this database with a SQLAlchemy URI string instead" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1328 +msgid "" +"Click this link to switch to an alternate form that allows you to input " +"the SQLAlchemy URL for this database manually." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40 +msgid "" +"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. " +"mydatabase.com)." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45 +msgid "e.g. 127.0.0.1" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47 +msgid "Host" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67 +msgid "e.g. 5432" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88 +msgid "e.g. world_population" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91 +msgid "Copy the name of the database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108 +msgid "e.g. Analytics" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129 +msgid "e.g. ********" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151 +msgid "Pick a nickname for this database to display as in Superset." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172 +msgid "e.g. param1=value1¶m2=value2" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173 +msgid "Additional Parameters" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175 +msgid "Add additional custom parameters" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202 +msgid "SSL Mode \"require\" will be used." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73 +msgid "Type of Google Sheets allowed" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83 +msgid "Publicly shared sheets only" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86 +msgid "Public and privately shared sheets" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94 +msgid "How do you want to enter service account credentials?" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102 +msgid "Upload JSON file" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106 +msgid "Copy and Paste JSON credentials" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115 +msgid "Service Account" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124 +msgid "Copy and paste the entire service account .json file here" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134 +msgid "Upload Credentials" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136 +msgid "" +"Use the JSON file you automatically downloaded when creating your service" +" account." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41 +msgid "Connect Google Sheets as tables to this database" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47 +msgid "Google Sheet Name and URL" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55 +msgid "Enter a name for this sheet" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79 +msgid "Paste the shareable Google Sheet URL here" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99 +msgid "Add sheet" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26 +msgid "Copy the account name of that database you are trying to connect to." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121 +msgid "Add dataset" +msgstr "Voeg dataset toe" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:150 +msgid "Dataset imported" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:185 +msgid "An error occurred while fetching dataset related data" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde " +"gegevens" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:205 +#, python-format +msgid "An error occurred while fetching dataset related data: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: " +"%s" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:224 +msgid "Physical dataset" +msgstr "Fysieke dataset" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:232 +msgid "Virtual dataset" +msgstr "Virtuele dataset" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:427 +#, python-format +msgid "An error occurred while fetching dataset owner values: %s" +msgstr "" +"Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de " +"dataset: %s" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:446 +#, python-format +msgid "An error occurred while fetching datasets: %s" +msgstr "Er is een fout opgetreden bij het ophalen van datasets: %s" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:461 +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:455 +#, python-format +msgid "An error occurred while fetching schema values: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:518 +msgid "Import datasets" +msgstr "Importeer datasets" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:569 +#, python-format +msgid "There was an issue deleting the selected datasets: %s" +msgstr "" +"Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:593 +#, python-format +msgid "" +"The dataset %s is linked to %s charts that appear on %s dashboards. Are " +"you sure you want to continue? Deleting the dataset will break those " +"objects." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:606 +msgid "Delete Dataset?" +msgstr "Dataset verwijderen?" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:619 +msgid "Are you sure you want to delete the selected datasets?" +msgstr "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:669 +msgid "0 Selected" +msgstr "0 Geselecteerd" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:672 +#, python-format +msgid "%s Selected (Virtual)" +msgstr "%s Geselecteerd (Virtueel)" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:679 +#, python-format +msgid "%s Selected (Physical)" +msgstr "%s Geselecteerd (Fysiek)" + +#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:686 +#, python-format +msgid "%s Selected (%s Physical, %s Virtual)" +msgstr "%s Geselecteerd (%s Fysiek, %s Virtueel)" + +#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the datasets. Please note that the \"Secure Extra\" and " +"\"Certificate\" sections of the database configuration are not present in" +" export files, and should be added manually after the import if they are " +"needed." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30 +msgid "" +"You are importing one or more datasets that already exist. Overwriting " +"might cause you to lose some of your work. Are you sure you want to " +"overwrite?" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109 +#, python-format +msgid "There was an issue previewing the selected query. %s" +msgstr "Er was een probleem met het bekijken van de geselecteerde query. %s" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205 +#, python-format +msgid "Duration: %s" +msgstr "Duur: %s" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218 +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145 +msgid "Tab name" +msgstr "Tab naam" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:306 +msgid "TABLES" +msgstr "TABLES" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317 +msgid "Open query in SQL Lab" +msgstr "Open query in SQL Lab" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341 +#, python-format +msgid "An error occurred while fetching database values: %s" +msgstr "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375 +#, python-format +msgid "An error occurred while fetching user values: %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388 +msgid "Search by query text" +msgstr "Zoek op querytekst" + +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:377 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97 +msgid "Query preview" +msgstr "Query preview" + +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113 +msgid "Next" +msgstr "Volgende" + +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141 +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121 +msgid "Open in SQL Lab" +msgstr "Open in SQL Lab" + +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154 +msgid "User query" +msgstr "User query" + +#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162 +msgid "Executed query" +msgstr "Uitgevoerde query" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56 +msgid "" +"The passwords for the databases below are needed in order to import them " +"together with the saved queries. Please note that the \"Secure Extra\" " +"and \"Certificate\" sections of the database configuration are not " +"present in export files, and should be added manually after the import if" +" they are needed." +msgstr "" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63 +msgid "" +"You are importing one or more saved queries that already exist. " +"Overwriting might cause you to lose some of your work. Are you sure you " +"want to overwrite?" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:130 +msgid "Query imported" +msgstr "" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:153 +#, python-format +msgid "There was an issue previewing the selected query %s" +msgstr "Er was een probleem met het bekijken van de geselecteerde query %s" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:191 +msgid "Import queries" +msgstr "Importeer queries" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:263 +#, python-format +msgid "There was an issue deleting the selected queries: %s" +msgstr "" +"Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:384 +msgid "Edit query" +msgstr "Bewerk query" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:391 +msgid "Copy query URL" +msgstr "Kopieer query URL" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:398 +msgid "Export query" +msgstr "Exporteer query" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:405 +msgid "Delete query" +msgstr "Verwijder query" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:476 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249 +msgid "This action will permanently delete the saved query." +msgstr "Deze actie zal de opgeslagen query permanent verwijderen." + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:486 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261 +msgid "Delete Query?" +msgstr "Verwijder Query?" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:501 +msgid "Are you sure you want to delete the selected queries?" +msgstr "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:544 +msgid "queries" +msgstr "queries" + +#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125 +msgid "Query name" +msgstr "Query naam" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:93 +msgid "[Untitled]" +msgstr "[Untitled]" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94 +msgid "Unknown" +msgstr "Onbekend" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:123 +#, python-format +msgid "Viewed %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:160 +msgid "Edited" +msgstr "Bewerkt" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:168 +msgid "Created" +msgstr "Aangemaakt" + +#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:179 +msgid "Viewed" +msgstr "Bekeken" + +#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:173 +#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:173 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278 +msgid "Mine" +msgstr "Mijn" + +#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:220 +#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:228 +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296 +msgid "View All »" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26 +msgid "charts" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27 +msgid "dashboards" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28 +msgid "recents" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29 +msgid "saved queries" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74 +#, python-format +msgid "No %(tableName)s yet" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81 +msgid "Recently viewed charts, dashboards, and saved queries will appear here" +msgstr "" +"Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier " +"verschijnen" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86 +msgid "Recently created charts, dashboards, and saved queries will appear here" +msgstr "" +"Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92 +#, python-format +msgid "Example %(tableName)s will appear here" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96 +msgid "Recently edited charts, dashboards, and saved queries will appear here" +msgstr "" +"Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124 +#: superset-frontend/src/views/components/MenuRight.tsx:59 +msgid "SQL query" +msgstr "SQL query" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125 +msgid "" +"${tableName\n" +" .split('')\n" +" .slice(0, tableName.length - 1)\n" +" .join('')}\n" +" " +msgstr "" +"${tableName\n" +" .split(‘’)\n" +" .slice(0, tableName.length - 1)\n" +" .join(‘’)}\n" +" " + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144 +msgid "You don't have any favorites yet!" +msgstr "Je hebt nog geen favorieten!" + +#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157 +#, python-format +msgid "See all %(tableName)s" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129 +msgid "query" +msgstr "query" + +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229 +msgid "Share" +msgstr "Deel" + +#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318 +#, python-format +msgid "Ran %s" +msgstr "" + +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:194 +#, python-format +msgid "There was an issue fetching your recent activity: %s" +msgstr "Er was een probleem bij het ophalen van uw recente activiteit: %s" + +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:210 +#, python-format +msgid "There was an issues fetching your dashboards: %s" +msgstr "Er was een probleem met het ophalen van uw dashboards: %s" + +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:221 +#, python-format +msgid "There was an issues fetching your chart: %s" +msgstr "Er was een probleem met het ophalen van je grafiek: %s" + +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:232 +#, python-format +msgid "There was an issues fetching your saved queries: %s" +msgstr "" +"Er was een probleem met het ophalen van uw opgeslagen zoekopdrachten: %s" + +#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:276 +msgid "Recents" +msgstr "Recente" + +#: superset-frontend/src/views/components/MenuRight.tsx:40 +msgid "Upload a CSV" +msgstr "Upload CSV" + +#: superset-frontend/src/views/components/MenuRight.tsx:46 +msgid "Upload a Columnar File" +msgstr "" + +#: superset-frontend/src/views/components/MenuRight.tsx:52 +msgid "Upload Excel" +msgstr "Upload Excel" + +#: superset-frontend/src/views/components/MenuRight.tsx:242 +msgid "About" +msgstr "Over" + +#: superset-frontend/src/views/components/MenuRight.tsx:246 +msgid "Powered by Apache Superset" +msgstr "" + +#: superset-frontend/src/views/components/MenuRight.tsx:280 +msgid "Documentation" +msgstr "" + +#: superset-frontend/src/views/components/MenuRight.tsx:291 +msgid "Report a bug" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273 +msgid "Select start and end date" +msgstr "Selecteer begin- en einddatum" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:380 +#, python-format +msgid "Type or Select [%s]" +msgstr "Type of selecteer [%s]" + +#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:401 +msgid "No results found" +msgstr "Geen resultaten gevonden" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25 +msgid "Tools" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26 +msgid "Filter box" +msgstr "Filter box" + +#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28 +msgid "" +"Chart component that lets you add a custom filter UI in your dashboard. " +"When added to dashboard, a filter box lets users specify specific values " +"or ranges to filter charts by. The charts that each filter box is applied" +" to can be fine tuned as well in the dashboard view.\n" +"\n" +" Note that this plugin is being replaced with the new Filters feature " +"that lives in the dashboard view itself. It's easier to use and has more " +"capabilities!" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33 +msgid "Show Druid granularity dropdown" +msgstr "Toon Druid granularity dropdown" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35 +msgid "Check to include Druid granularity dropdown" +msgstr "Vink aan om Druïde granulariteit dropdown op te nemen" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44 +msgid "Show Druid time origin" +msgstr "Toon Druid time origin" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46 +msgid "Check to include time origin dropdown" +msgstr "Vink aan om tijd oorsprong dropdown op te nemen" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57 +msgid "Filters configuration" +msgstr "Filters configuratie" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66 +msgid "Filter configuration for the filter box" +msgstr "Filterconfiguratie voor de filterbox" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79 +msgid "Date filter" +msgstr "Datum filter" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81 +msgid "Whether to include a time filter" +msgstr "Geef aan of een tijdfilter moet worden opgenomen" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90 +msgid "Instant filtering" +msgstr "Onmiddellijke filtering" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93 +msgid "" +"Check to apply filters instantly as they change instead of displaying " +"[Apply] button" +msgstr "" +"Vink aan om filters onmiddellijk toe te passen als ze veranderen in plaats " +"van de [Toepassen] knop weer te geven" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105 +msgid "Show SQL time grain dropdown" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106 +msgid "Show time grain dropdown" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109 +msgid "Check to include SQL time grain dropdown" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110 +msgid "Check to include time grain dropdown" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120 +msgid "Show SQL time column" +msgstr "Toon SQL time column" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121 +msgid "Show time column" +msgstr "" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123 +msgid "Check to include time column dropdown" +msgstr "Vink aan om tijdkolom dropdown op te nemen" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134 +msgid "Limit selector values" +msgstr "Beperk selector waarden" + +#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135 +msgid "These filters apply to the values available in the dropdowns" +msgstr "" +"Deze filters zijn van toepassing op de waarden die beschikbaar zijn in de " +"dropdowns" + +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:51 +msgid "URL" +msgstr "URL" + +#: superset-frontend/src/visualizations/TimeTable/controlPanel.js:52 +msgid "" +"Templated link, it's possible to include {{ metric }} or other values " +"coming from the controls." +msgstr "" + +#: superset-frontend/src/visualizations/TimeTable/index.ts:26 +msgid "Time-series Table" +msgstr "Time-series Table" + +#: superset-frontend/src/visualizations/TimeTable/index.ts:27 +msgid "" +"Compare multiple time series charts (as sparklines) and related metrics " +"quickly." +msgstr "" + +#: superset-frontend/src/visualizations/TimeTable/index.ts:36 +msgid "Text" +msgstr "" + +#: superset-frontend/src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx:29 +#, python-format +msgid "We have the following keys: %s" +msgstr ""