You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/05/14 22:26:43 UTC

[incubator-superset] branch master updated: fix: invalid JSON in FR and DE translations (#9803)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ed1d030  fix: invalid JSON in FR and DE translations (#9803)
ed1d030 is described below

commit ed1d030667c50e48f1d8a3ecdc7772a005d173a0
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Fri May 15 01:26:12 2020 +0300

    fix: invalid JSON in FR and DE translations (#9803)
    
    * fix: invalid JSON in FR translation
    
    * fix: broken or misformatted translations and add unit test for JSON validty
    
    * Move translation lint test to CI task
---
 .github/workflows/superset-translations.yml        |   19 +
 superset-frontend/package.json                     |    4 +-
 superset/translations/de/LC_MESSAGES/messages.json | 1003 ++++-
 superset/translations/en/LC_MESSAGES/messages.json |   13 +-
 superset/translations/es/LC_MESSAGES/messages.json | 3412 ++++----------
 superset/translations/fr/LC_MESSAGES/messages.json | 4764 ++++++--------------
 superset/translations/it/LC_MESSAGES/messages.json | 4458 ++++++------------
 superset/translations/ja/LC_MESSAGES/messages.json | 3430 ++++----------
 superset/translations/ko/LC_MESSAGES/messages.json | 1347 +++++-
 superset/translations/pt/LC_MESSAGES/messages.json | 1308 +++++-
 .../translations/pt_BR/LC_MESSAGES/messages.json   | 4006 ++++++----------
 superset/translations/ru/LC_MESSAGES/messages.json | 4744 +++++++------------
 superset/translations/zh/LC_MESSAGES/messages.json | 4104 +++++------------
 13 files changed, 12590 insertions(+), 20022 deletions(-)

diff --git a/.github/workflows/superset-translations.yml b/.github/workflows/superset-translations.yml
new file mode 100644
index 0000000..79c2a95
--- /dev/null
+++ b/.github/workflows/superset-translations.yml
@@ -0,0 +1,19 @@
+name: Translations
+
+on: [push, pull_request]
+
+jobs:
+  frontend-build:
+    name: build
+    runs-on: ubuntu-18.04
+    steps:
+    - name: Checkout code
+      uses: actions/checkout@v2
+    - name: Install dependencies
+      uses: apache-superset/cached-dependencies@adc6f73
+      with:
+        run: npm-install
+    - name: lint
+      working-directory: ./superset-frontend
+      run: |
+        npm run check-translation
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index b8b87a5..328ed15 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -21,7 +21,9 @@
     "lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx,.ts,.tsx . && npm run type",
     "prettier-check": "prettier --check '{src,stylesheets}/**/*.{css,less,sass,scss}'",
     "lint-fix": "eslint --fix --ignore-path=.eslintignore --ext .js,.jsx,.ts,tsx . && npm run clean-css && npm run type",
-    "clean-css": "prettier --write '{src,stylesheets}/**/*.{css,less,sass,scss}'"
+    "clean-css": "prettier --write '{src,stylesheets}/**/*.{css,less,sass,scss}'",
+    "check-translation": "prettier --check ../superset/translations/**/LC_MESSAGES/*.json",
+    "clean-translation": "prettier --write ../superset/translations/**/LC_MESSAGES/*.json"
   },
   "repository": {
     "type": "git",
diff --git a/superset/translations/de/LC_MESSAGES/messages.json b/superset/translations/de/LC_MESSAGES/messages.json
index 0a71b27..9a83960 100644
--- a/superset/translations/de/LC_MESSAGES/messages.json
+++ b/superset/translations/de/LC_MESSAGES/messages.json
@@ -1,4 +1,999 @@
-{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"de"},"Time Column":["Zeitspalte"],"second":["Sekunde"],"minute":["Minute"],"hour":["Stunde"],"day":["Tag"],"week":["Woche"],"month":["Monat"],"quarter":["Vierteljahr"],"year":["Jahr"],"week_start_monday":[""],"week_ending_saturday":[""],"week_start_sunday":[""],"5 minute":["5 Minuten"],"half hour":["halbe Stunde"],"10 minute":["10 Minuten"],"[Superset] Access to th [...]
- to new dashboard":["Schiebe zum neuen Dashboard hinzufügen"],"Save & go to dashboard":["Speichern & zum Dashboard gehen"],"Check out this slice: %s":[""],"`Min` value should be numeric or empty":[""],"`Max` value should be numeric or empty":[""],"Min":[""],"Max":[""],"Something went wrong while fetching the datasource list":[""],"Click to point to another datasource":[""],"Edit the datasource's configuration":[""],"Select a datasource":[""],"Search / Filter":[""],"Filter value":[""],"Se [...]
- rich tooltip shows a list of all series for that point in time":[""],"Y Log Scale":[""],"Use a log scale for the Y axis":[""],"X Log Scale":[""],"Use a log scale for the X axis":[""],"Donut":[""],"Do you want a donut or a pie?":[""],"Put labels outside":[""],"Put the labels outside the pie?":[""],"Contribution":[""],"Compute the contribution to the total":[""],"Period Ratio":[""],"[integer] Number of period to compare against, this is relative to the granularity selected":[""],"Period R [...]
- explore view's filter section with a list of distinct values fetched from the backend on the fly":[""],"Redirects to this endpoint when clicking on the datasource from the datasource list":[""],"Associated Slices":[""],"Data Source":["Datenquelle"],"Owner":[""],"Is Hidden":[""],"Enable Filter Select":[""],"Default Endpoint":[""],"Time Offset":[""],"Cache Timeout":[""],"Druid Datasources":["Druid Datenquellen"],"Scan New Datasources":["Neue Datenquellen suchen"],"Refresh Druid Metadata": [...]
+{
+  "domain": "superset",
+  "locale_data": {
+    "superset": {
+      "": {
+        "domain": "superset",
+        "plural_forms": "nplurals=2; plural=(n != 1)",
+        "lang": "de"
+      },
+      "Time Column": ["Zeitspalte"],
+      "second": ["Sekunde"],
+      "minute": ["Minute"],
+      "hour": ["Stunde"],
+      "day": ["Tag"],
+      "week": ["Woche"],
+      "month": ["Monat"],
+      "quarter": ["Vierteljahr"],
+      "year": ["Jahr"],
+      "week_start_monday": [""],
+      "week_ending_saturday": [""],
+      "week_start_sunday": [""],
+      "5 minute": ["5 Minuten"],
+      "half hour": ["halbe Stunde"],
+      "10 minute": ["10 Minuten"],
+      "[Superset] Access to the datasource %(name)s was granted": [
+        "[Superset] Zugriff auf Datenquelle %(name)s war genehmigt "
+      ],
+      "Viz fehlt eine Datenquelle": [""],
+      "From date cannot be larger than to date": [
+        "'Von Datum' kann nicht größer als 'bis Datum' sein"
+      ],
+      "Table View": ["Tabellenansicht"],
+      "Pick a granularity in the Time section or uncheck 'Include Time'": [""],
+      "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
+        ""
+      ],
+      "Pivot Table": ["Pivot-Tabelle"],
+      "Please choose at least one \"Group by\" field ": [""],
+      "Please choose at least one metric": [
+        "Bitte wählt zumindest eine Metrik"
+      ],
+      "'Group By' and 'Columns' can't overlap": [""],
+      "Markup": ["Auszeichnung"],
+      "Separator": [""],
+      "Word Cloud": ["Wortwolke"],
+      "Treemap": [""],
+      "Calendar Heatmap": [""],
+      "Box Plot": ["Box-Plot"],
+      "Bubble Chart": [""],
+      "Pick a metric for x, y and size": [""],
+      "Bullet Chart": [""],
+      "Pick a metric to display": [""],
+      "Big Number with Trendline": [""],
+      "Pick a metric!": ["Wählt eine Metrik!"],
+      "Big Number": ["Große Nummer"],
+      "Time Series - Line Chart": [""],
+      "Pick a time granularity for your time series": [""],
+      "Time Series - Dual Axis Line Chart": [""],
+      "Pick a metric for left axis!": [""],
+      "Pick a metric for right axis!": [""],
+      "Please choose different metrics on left and right axis": [""],
+      "Time Series - Bar Chart": [""],
+      "Time Series - Percent Change": [""],
+      "Time Series - Stacked": [""],
+      "Distribution - NVD3 - Pie Chart": [""],
+      "Histogram": ["Histogramm"],
+      "Must have one numeric column specified": [""],
+      "Distribution - Bar Chart": [""],
+      "Can't have overlap between Series and Breakdowns": [""],
+      "Pick at least one metric": [""],
+      "Pick at least one field for [Series]": [""],
+      "Sunburst": [""],
+      "Sankey": [""],
+      "Pick exactly 2 columns as [Source / Target]": [""],
+      "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
+        ""
+      ],
+      "Directed Force Layout": [""],
+      "Pick exactly 2 columns to 'Group By'": [""],
+      "Country Map": [""],
+      "World Map": [""],
+      "Filters": [""],
+      "Pick at least one filter field": [""],
+      "iFrame": [""],
+      "Parallel Coordinates": [""],
+      "Heatmap": [""],
+      "Horizon Charts": [""],
+      "Mapbox": [""],
+      "Must have a [Group By] column to have 'count' as the [Label]": [""],
+      "Choice of [Label] must be present in [Group By]": [""],
+      "Choice of [Point Radius] must be present in [Group By]": [""],
+      "[Longitude] and [Latitude] columns must be present in [Group By]": [""],
+      "Event flow": [""],
+      "Time Series - Paired t-test": [""],
+      "Your query was saved": ["Ihre Abfrage wurde gespeichert"],
+      "Your query could not be saved": [
+        "Ihre Abfrage konnte nicht gespeichert werden"
+      ],
+      "Failed at retrieving results from the results backend": [""],
+      "Could not connect to server": [""],
+      "Your session timed out, please refresh your page and try again.": [""],
+      "Query was stopped.": [""],
+      "Failed at stopping query.": [""],
+      "Error occurred while fetching table metadata": [""],
+      "shared query": [""],
+      "The query couldn't be loaded": [""],
+      "An error occurred while creating the data source": [""],
+      "Pick a chart type!": [""],
+      "To use this chart type you need at least one column flagged as a date": [
+        ""
+      ],
+      "To use this chart type you need at least one dimension": [""],
+      "To use this chart type you need at least one aggregation function": [""],
+      "Untitled Query": [""],
+      "Copy of %s": [""],
+      "share query": [""],
+      "copy URL to clipboard": [""],
+      "Raw SQL": [""],
+      "Source SQL": [""],
+      "SQL": [""],
+      "No query history yet...": [""],
+      "It seems you don't have access to any database": [""],
+      "Search Results": [""],
+      "[From]-": [""],
+      "[To]-": [""],
+      "[Query Status]": [""],
+      "Search": ["Suche"],
+      "Open in SQL Editor": ["Bearbeiten in SQL Editor"],
+      "view results": [""],
+      "Data preview": [""],
+      "Visualize the data out of this query": [""],
+      "Overwrite text in editor with a query on this table": [""],
+      "Run query in a new tab": [""],
+      "Remove query from log": [""],
+      ".CSV": [""],
+      "Visualize": ["Visualalisieren"],
+      "Table": ["Tabellen"],
+      "was created": [""],
+      "Query in a new tab": [""],
+      "Fetch data preview": [""],
+      "Track Job": [""],
+      "Loading...": [""],
+      "Run Selected Query": [""],
+      "Run Query": [""],
+      "Run query asynchronously": [""],
+      "Stop": ["Stopp"],
+      "Undefined": [""],
+      "Label": [""],
+      "Label for your query": [""],
+      "Description": [""],
+      "Write a description for your query": [""],
+      "Save": [""],
+      "Cancel": [""],
+      "Save Query": [""],
+      "Run a query to display results here": [""],
+      "Preview for %s": [""],
+      "Results": [""],
+      "Query History": [""],
+      "Create table as with query results": [""],
+      "new table name": [""],
+      "Error while fetching table list": [""],
+      "Error while fetching schema list": [""],
+      "Error while fetching database list": [""],
+      "Database:": [""],
+      "Select a database": [""],
+      "Select a schema (%s)": [""],
+      "Schema:": [""],
+      "Add a table (%s)": [""],
+      "Type to search ...": [""],
+      "Reset State": [""],
+      "Enter a new title for the tab": [""],
+      "Untitled Query %s": [""],
+      "close tab": [""],
+      "rename tab": [""],
+      "expand tool bar": [""],
+      "hide tool bar": [""],
+      "Copy partition query to clipboard": [""],
+      "latest partition:": [""],
+      "Keys for table": [""],
+      "View keys & indexes (%s)": [""],
+      "Sort columns alphabetically": [""],
+      "Original table column order": [""],
+      "Copy SELECT statement to clipboard": [""],
+      "Remove table preview": [""],
+      "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
+        ""
+      ],
+      "AS my_alias": [""],
+      "using only alphanumeric characters and underscores": [""],
+      "Creating a data source and popping a new tab": [""],
+      "No results available for this query": [""],
+      "Chart Type": [""],
+      "[Chart Type]": [""],
+      "Datasource Name": [""],
+      "datasource name": [""],
+      "Select ...": [""],
+      "Loaded data cached": [""],
+      "Loaded from cache": [""],
+      "Click to force-refresh": [""],
+      "Copy to clipboard": [""],
+      "Not successful": [""],
+      "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""],
+      "Copied!": [""],
+      "Title": ["Titel"],
+      "click to edit title": [""],
+      "You don't have the rights to alter this title.": [""],
+      "Click to favorite/unfavorite": [""],
+      "You have unsaved changes.": [""],
+      "Click the": [""],
+      "button on the top right to save your changes.": [""],
+      "Served from data cached %s . Click to force refresh.": [
+        "Von Daten dienten um %s im Cache gespeichert. Aktualisierung erzwingen durch Klicken"
+      ],
+      "Click to force refresh": ["Aktualisierung erzwingen"],
+      "Error": ["Fehler"],
+      "Sorry, there was an error adding slices to this dashboard: %s": [""],
+      "Active Dashboard Filters": [""],
+      "Checkout this dashboard: %s": [""],
+      "Force refresh the whole dashboard": [
+        "Ganze Dashboard Aktualisierung erzwingen"
+      ],
+      "Edit this dashboard's properties": ["Dashboardeigenschaften bearbeiten"],
+      "Load a template": ["Vorlage laden"],
+      "Load a CSS template": ["CSS Vorlage laden"],
+      "CSS": ["CSS"],
+      "Live CSS Editor": [""],
+      "Don't refresh": ["Nicht aktualisieren"],
+      "10 seconds": ["10 Sekunden"],
+      "30 seconds": ["30 Sekunden"],
+      "1 minute": ["1 Minute"],
+      "5 minutes": ["5 Minuten"],
+      "Refresh Interval": ["Aktualisierung Zwischenzeit"],
+      "Choose the refresh frequency for this dashboard": [
+        "Aktualisierungsfrequenz auswählen für dieses Dashboard"
+      ],
+      "This dashboard was saved successfully.": [
+        "Dashboard wurde erfolgreich gespeichert"
+      ],
+      "Sorry, there was an error saving this dashboard: ": [""],
+      "You must pick a name for the new dashboard": [""],
+      "Save Dashboard": ["Dashboard speichern"],
+      "Overwrite Dashboard [%s]": [""],
+      "Save as:": ["Speichern als:"],
+      "[dashboard name]": [""],
+      "Name": ["Name"],
+      "Viz": [""],
+      "Modified": ["Geändert"],
+      "Add Slices": [""],
+      "Add a new slice to the dashboard": [""],
+      "Add Slices to Dashboard": [""],
+      "Move chart": ["Diagramm bewegen"],
+      "Force refresh data": ["Aktualisierung erzwingen"],
+      "Toggle chart description": ["Diagramm Beschreibung umschalten"],
+      "Edit chart": ["Diagramm bearbeiten"],
+      "Export CSV": ["Exportieren als CSV"],
+      "Explore chart": ["Diagramm untersuchen"],
+      "Remove chart from dashboard": ["Diagramm von Dashboard entfernen"],
+      "%s - untitled": ["%s - unbenannt"],
+      "Edit slice properties": [""],
+      "description": ["Beschreibung"],
+      "bolt": [""],
+      "Error...": ["Fehler..."],
+      "Query": ["Abfrage"],
+      "Height": ["Höhe"],
+      "Width": ["Breite"],
+      "Export to .json": ["Exportieren als JSON"],
+      "Export to .csv format": ["Exportieren als CSV"],
+      "Please enter a slice name": ["Bitten Scheibename eingeben"],
+      "Please select a dashboard": ["Bitte Dashboard auswählen"],
+      "Please enter a dashboard name": ["Bitte Dashboardname eingeben"],
+      "Save A Slice": ["Scheibe speichern"],
+      "Overwrite slice %s": ["Überschreiben Scheibe %s"],
+      "Save as": ["Speichern als"],
+      "[slice name]": [""],
+      "Do not add to a dashboard": ["Nicht zum Dashboard hinzufügen"],
+      "Add slice to existing dashboard": [
+        "Schiebe zum vorhandenen Dashboard hinzufügen"
+      ],
+      "Add to new dashboard": ["Schiebe zum neuen Dashboard hinzufügen"],
+      "Save & go to dashboard": ["Speichern & zum Dashboard gehen"],
+      "Check out this slice: %s": [""],
+      "`Min` value should be numeric or empty": [""],
+      "`Max` value should be numeric or empty": [""],
+      "Min": [""],
+      "Max": [""],
+      "Something went wrong while fetching the datasource list": [""],
+      "Click to point to another datasource": [""],
+      "Edit the datasource's configuration": [""],
+      "Select a datasource": [""],
+      "Search / Filter": [""],
+      "Filter value": [""],
+      "Select metric": [""],
+      "Select column": [""],
+      "Select operator": [""],
+      "Add Filter": [""],
+      "Error while fetching data": [""],
+      "Select %s": [""],
+      "textarea": [""],
+      "Edit": [""],
+      "in modal": [""],
+      "Select a visualization type": ["Visualisierungstyp wählen"],
+      "Updating chart was stopped": [""],
+      "An error occurred while rendering the visualization: %s": [""],
+      "Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.": [
+        ""
+      ],
+      "Network error.": [""],
+      "A reference to the [Time] configuration, taking granularity into account": [
+        ""
+      ],
+      "Group by": [""],
+      "One or many controls to group by": [""],
+      "Datasource": ["Datenquelle"],
+      "Visualization Type": ["Visualisierungstyp"],
+      "The type of visualization to display": [
+        "Der Visualisierungstyp anzuzeigen"
+      ],
+      "Metrics": ["Metriken"],
+      "One or many metrics to display": [""],
+      "Y Axis Bounds": [""],
+      "Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [
+        ""
+      ],
+      "Ordering": [""],
+      "Annotation Layers": ["Anmerkungstufe"],
+      "Annotation layers to overlay on the visualization": [
+        "Anmerkungstufe auf die Visualisierung zu legen"
+      ],
+      "Select a annotation layer": ["Anmerkungstufe auswählen"],
+      "Error while fetching annotation layers": [
+        "Fehler bei Anmerkungstufeabruf"
+      ],
+      "Metric": ["Metrik"],
+      "Choose the metric": ["Metrik auswählen"],
+      "Right Axis Metric": [""],
+      "Choose a metric for right axis": [""],
+      "Stacked Style": [""],
+      "Linear Color Scheme": [""],
+      "Normalize Across": [""],
+      "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [
+        ""
+      ],
+      "Horizon Color Scale": [""],
+      "Defines how the color are attributed.": [""],
+      "Rendering": [""],
+      "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [
+        ""
+      ],
+      "XScale Interval": [""],
+      "Number of steps to take between ticks when displaying the X scale": [""],
+      "YScale Interval": [""],
+      "Number of steps to take between ticks when displaying the Y scale": [""],
+      "Include Time": [""],
+      "Whether to include the time granularity as defined in the time section": [
+        ""
+      ],
+      "Stacked Bars": [""],
+      "Show totals": [""],
+      "Display total row/column": [""],
+      "Show Markers": [""],
+      "Show data points as circle markers on the lines": [""],
+      "Bar Values": [""],
+      "Show the value on top of the bar": [""],
+      "Sort Bars": [""],
+      "Sort bars by x labels.": [""],
+      "Combine Metrics": [""],
+      "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [
+        ""
+      ],
+      "Extra Controls": [""],
+      "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [
+        ""
+      ],
+      "Reduce X ticks": [""],
+      "Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [
+        ""
+      ],
+      "Include Series": [""],
+      "Include series name as an axis": [""],
+      "Color Metric": [""],
+      "A metric to use for color": [""],
+      "Country Name": [""],
+      "The name of country that Superset should display": [""],
+      "Country Field Type": [""],
+      "The country code standard that Superset should expect to find in the [country] column": [
+        ""
+      ],
+      "Columns": [""],
+      "One or many controls to pivot as columns": [""],
+      "Columns to display": [""],
+      "Origin": [""],
+      "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [
+        ""
+      ],
+      "Bottom Margin": [""],
+      "Bottom margin, in pixels, allowing for more room for axis labels": [""],
+      "Left Margin": [""],
+      "Left margin, in pixels, allowing for more room for axis labels": [""],
+      "Time Granularity": [""],
+      "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [
+        ""
+      ],
+      "Domain": [""],
+      "The time unit used for the grouping of blocks": [""],
+      "Subdomain": [""],
+      "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [
+        ""
+      ],
+      "Link Length": [""],
+      "Link length in the force layout": [""],
+      "Charge": [""],
+      "Charge in the force layout": [""],
+      "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression": [
+        ""
+      ],
+      "Time Grain": [""],
+      "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [
+        ""
+      ],
+      "Resample Rule": [""],
+      "Pandas resample rule": [""],
+      "Resample How": [""],
+      "Pandas resample how": [""],
+      "Resample Fill Method": [""],
+      "Pandas resample fill method": [""],
+      "Since": [""],
+      "7 days ago": [""],
+      "Until": [""],
+      "Max Bubble Size": [""],
+      "Whisker/outlier options": [""],
+      "Determines how whiskers and outliers are calculated.": [""],
+      "Ratio": [""],
+      "Target aspect ratio for treemap tiles.": [""],
+      "Number format": [""],
+      "Row limit": [""],
+      "Series limit": [""],
+      "Limits the number of time series that get displayed": [""],
+      "Sort By": [""],
+      "Metric used to define the top series": [""],
+      "Rolling": [""],
+      "Defines a rolling window function to apply, works along with the [Periods] text box": [
+        ""
+      ],
+      "Periods": [""],
+      "Defines the size of the rolling window function, relative to the time granularity selected": [
+        ""
+      ],
+      "Min Periods": [""],
+      "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [
+        ""
+      ],
+      "Series": [""],
+      "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [
+        ""
+      ],
+      "Entity": [""],
+      "This defines the element to be plotted on the chart": [""],
+      "X Axis": [""],
+      "Metric assigned to the [X] axis": [""],
+      "Y Axis": [""],
+      "Metric assigned to the [Y] axis": [""],
+      "Bubble Size": [""],
+      "URL": [""],
+      "The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.": [
+        ""
+      ],
+      "X Axis Label": [""],
+      "Y Axis Label": [""],
+      "Custom WHERE clause": [""],
+      "The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Custom HAVING clause": [""],
+      "The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Comparison Period Lag": [""],
+      "Based on granularity, number of time periods to compare against": [""],
+      "Comparison suffix": [""],
+      "Suffix to apply after the percentage display": [""],
+      "Table Timestamp Format": [""],
+      "Timestamp Format": [""],
+      "Series Height": [""],
+      "Pixel height of each series": [""],
+      "Page Length": [""],
+      "Rows per page, 0 means no pagination": [""],
+      "X Axis Format": [""],
+      "Y Axis Format": [""],
+      "Right Axis Format": [""],
+      "Markup Type": [""],
+      "Pick your favorite markup language": [""],
+      "Rotation": [""],
+      "Rotation to apply to words in the cloud": [""],
+      "Line Style": [""],
+      "Line interpolation as defined by d3.js": [""],
+      "Label Type": [""],
+      "What should be shown on the label?": [""],
+      "Code": [""],
+      "Put your code here": [""],
+      "Aggregation function": [""],
+      "Aggregate function to apply when pivoting and computing the total rows and columns": [
+        ""
+      ],
+      "Font Size From": [""],
+      "Font size for the smallest value in the list": [""],
+      "Font Size To": [""],
+      "Font size for the biggest value in the list": [""],
+      "Instant Filtering": [""],
+      "Range Filter": [""],
+      "Whether to display the time range interactive selector": [""],
+      "Date Filter": [""],
+      "Whether to include a time filter": [""],
+      "Data Table": [""],
+      "Whether to display the interactive data table": [""],
+      "Search Box": [""],
+      "Whether to include a client side search box": [""],
+      "Table Filter": [""],
+      "Whether to apply filter when table cell is clicked": [""],
+      "Show Bubbles": [""],
+      "Whether to display bubbles on top of countries": [""],
+      "Legend": [""],
+      "Whether to display the legend (toggles)": [""],
+      "X bounds": [""],
+      "Whether to display the min and max values of the X axis": [""],
+      "Y bounds": [""],
+      "Whether to display the min and max values of the Y axis": [""],
+      "Rich Tooltip": [""],
+      "The rich tooltip shows a list of all series for that point in time": [
+        ""
+      ],
+      "Y Log Scale": [""],
+      "Use a log scale for the Y axis": [""],
+      "X Log Scale": [""],
+      "Use a log scale for the X axis": [""],
+      "Donut": [""],
+      "Do you want a donut or a pie?": [""],
+      "Put labels outside": [""],
+      "Put the labels outside the pie?": [""],
+      "Contribution": [""],
+      "Compute the contribution to the total": [""],
+      "Period Ratio": [""],
+      "[integer] Number of period to compare against, this is relative to the granularity selected": [
+        ""
+      ],
+      "Period Ratio Type": [""],
+      "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [
+        ""
+      ],
+      "Time Shift": [""],
+      "Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example:  24 hours, 7 days, 56 weeks, 365 days)": [
+        ""
+      ],
+      "Subheader": [""],
+      "Description text that shows up below your Big Number": [""],
+      "label": [""],
+      "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [
+        ""
+      ],
+      "Map Style": [""],
+      "Base layer map style": [""],
+      "Clustering Radius": [""],
+      "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [
+        ""
+      ],
+      "Point Radius": [""],
+      "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [
+        ""
+      ],
+      "Point Radius Unit": [""],
+      "The unit of measure for the specified point radius": [""],
+      "Opacity": [""],
+      "Opacity of all clusters, points, and labels. Between 0 and 1.": [""],
+      "Zoom": [""],
+      "Zoom level of the map": [""],
+      "Default latitude": [""],
+      "Latitude of default viewport": [""],
+      "Default longitude": [""],
+      "Longitude of default viewport": [""],
+      "Live render": [""],
+      "Points and clusters will update as viewport is being changed": [""],
+      "RGB Color": [""],
+      "The color for points and clusters in RGB": [""],
+      "Ranges": [""],
+      "Ranges to highlight with shading": [""],
+      "Range labels": [""],
+      "Labels for the ranges": [""],
+      "Markers": [""],
+      "List of values to mark with triangles": [""],
+      "Marker labels": [""],
+      "Labels for the markers": [""],
+      "Marker lines": [""],
+      "List of values to mark with lines": [""],
+      "Marker line labels": [""],
+      "Labels for the marker lines": [""],
+      "Slice ID": [""],
+      "The id of the active slice": [""],
+      "Cache Timeout (seconds)": [""],
+      "The number of seconds before expiring the cache": [""],
+      "Order by entity id": [""],
+      "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [
+        ""
+      ],
+      "Minimum leaf node event count": [""],
+      "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [
+        ""
+      ],
+      "Color Scheme": ["Farbschema"],
+      "The color scheme for rendering chart": [""],
+      "Time": [""],
+      "Time related form attributes": [""],
+      "Datasource & Chart Type": [""],
+      "This section exposes ways to include snippets of SQL in your query": [
+        ""
+      ],
+      "Annotations": ["Anmerkungen"],
+      "Advanced Analytics": [""],
+      "This section contains options that allow for advanced analytical post processing of query results": [
+        ""
+      ],
+      "Result Filters": [""],
+      "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [
+        ""
+      ],
+      "Chart Options": [""],
+      "Breakdowns": [""],
+      "Defines how each series is broken down": [""],
+      "Pie Chart": [""],
+      "Dual Axis Line Chart": [""],
+      "Y Axis 1": [""],
+      "Y Axis 2": [""],
+      "Left Axis Metric": [""],
+      "Choose a metric for left axis": [""],
+      "Left Axis Format": [""],
+      "Axes": [""],
+      "GROUP BY": [""],
+      "Use this section if you want a query that aggregates": [""],
+      "NOT GROUPED BY": [""],
+      "Use this section if you want to query atomic rows": [""],
+      "Options": [""],
+      "Bubbles": [""],
+      "Numeric Column": [""],
+      "Select the numeric column to draw the histogram": [""],
+      "No of Bins": [""],
+      "Select number of bins for the histogram": [""],
+      "Primary Metric": [""],
+      "The primary metric is used to define the arc segment sizes": [""],
+      "Secondary Metric": [""],
+      "This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups": [
+        ""
+      ],
+      "Hierarchy": ["Hierarchie"],
+      "This defines the level of the hierarchy": [""],
+      "Source / Target": [""],
+      "Choose a source and a target": [""],
+      "Chord Diagram": [""],
+      "Choose a number format": [""],
+      "Source": [""],
+      "Choose a source": [""],
+      "Target": [""],
+      "Choose a target": [""],
+      "ISO 3166-1 codes of region/province/department": [""],
+      "It's ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)": [
+        ""
+      ],
+      "Country Control": [""],
+      "3 letter code of the country": [""],
+      "Metric for color": [""],
+      "Metric that defines the color of the country": [""],
+      "Bubble size": [""],
+      "Metric that defines the size of the bubble": [""],
+      "Filter Box": [""],
+      "Filter controls": [""],
+      "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [
+        ""
+      ],
+      "Heatmap Options": [""],
+      "Horizon": [""],
+      "Points": [""],
+      "Labelling": [""],
+      "Visual Tweaks": [""],
+      "Viewport": [""],
+      "Longitude": [""],
+      "Column containing longitude data": [""],
+      "Latitude": [""],
+      "Column containing latitude data": [""],
+      "Cluster label aggregator": [""],
+      "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [
+        ""
+      ],
+      "Tooltip": [""],
+      "Show a tooltip when hovering over points and clusters describing the label": [
+        ""
+      ],
+      "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [
+        ""
+      ],
+      "Event definition": [""],
+      "Additional meta data": [""],
+      "Column containing entity ids": [""],
+      "e.g., a \"user id\" column": [""],
+      "Column containing event names": [""],
+      "Event count limit": [""],
+      "The maximum number of events to return, equivalent to number of rows": [
+        ""
+      ],
+      "Meta data": [""],
+      "Select any columns for meta data inspection": [""],
+      "The server could not be reached. You may want to verify your connection and try again.": [
+        ""
+      ],
+      "An unknown error occurred. (Status: %s )": [""],
+      "Favorites": ["Favoriten"],
+      "Created Content": ["Erstellte Inhalt"],
+      "Recent Activity": ["Kürzliche Aktivitäten"],
+      "Security & Access": ["Sicherheit & Zugriff"],
+      "No slices": ["Keine Schieben"],
+      "No dashboards": ["Keine Dashboards"],
+      "Dashboards": ["Dashboards"],
+      "Slices": ["Schieben"],
+      "No favorite slices yet, go click on stars!": [
+        "Noch keine Lieblingsscheiben, klicken Sie auf ein paar Sterne!"
+      ],
+      "No favorite dashboards yet, go click on stars!": [
+        "Noch keine Lieblingsdashboards, klicken Sie auf ein paar Sterne!"
+      ],
+      "Roles": ["Rollen"],
+      "Databases": ["Datenbanken"],
+      "Datasources": ["Datenquellen"],
+      "Profile picture provided by Gravatar": ["Profilbild von Gravatar"],
+      "joined": [""],
+      "id:": [""],
+      "Sorry, there appears to be no data": [""],
+      "Select [%s]": [""],
+      "No data was returned.": ["Keine Daten zurückgesendet"],
+      "List Druid Column": ["Druid Spalten auflisten"],
+      "Show Druid Column": ["Druid Spalte anzeigen"],
+      "Add Druid Column": ["Druid Spalte einfügen"],
+      "Edit Druid Column": ["Druid Spalte bearbeiten"],
+      "Column": ["Spalte"],
+      "Type": ["Typ"],
+      "Groupable": [""],
+      "Filterable": [""],
+      "Count Distinct": [""],
+      "Sum": [""],
+      "Whether this column is exposed in the `Filters` section of the explore view.": [
+        ""
+      ],
+      "List Druid Metric": ["Druid Metriken auflisten"],
+      "Show Druid Metric": ["Druid Metrik anzeigen"],
+      "Add Druid Metric": ["Druid Metrik einfügen"],
+      "Edit Druid Metric": ["Druid Metric bearbeiten"],
+      "Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric": [
+        ""
+      ],
+      "Verbose Name": [""],
+      "JSON": ["JSON"],
+      "Druid Datasource": ["Druid Datenquelle"],
+      "Warning Message": ["Warnmeldung"],
+      "List Druid Cluster": ["Druid Cluster auflisten"],
+      "Show Druid Cluster": ["Druid Cluster anzeigen"],
+      "Add Druid Cluster": ["Druid Cluster einfügen"],
+      "Edit Druid Cluster": ["Druid Cluster bearbeiten"],
+      "Cluster": [""],
+      "Broker Host": [""],
+      "Broker Port": [""],
+      "Broker Endpoint": [""],
+      "Druid Clusters": [""],
+      "Sources": ["Quellen"],
+      "List Druid Datasource": ["Druid Datenquellen auflisten"],
+      "Show Druid Datasource": ["Druid Datenquelle anzeigen"],
+      "Add Druid Datasource": ["Druid Datenquelle einfügen"],
+      "Edit Druid Datasource": ["Druid Datenquelle bearbeiten"],
+      "The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'": [
+        ""
+      ],
+      "Timezone offset (in hours) for this datasource": [""],
+      "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [
+        ""
+      ],
+      "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [
+        ""
+      ],
+      "Redirects to this endpoint when clicking on the datasource from the datasource list": [
+        ""
+      ],
+      "Associated Slices": [""],
+      "Data Source": ["Datenquelle"],
+      "Owner": [""],
+      "Is Hidden": [""],
+      "Enable Filter Select": [""],
+      "Default Endpoint": [""],
+      "Time Offset": [""],
+      "Cache Timeout": [""],
+      "Druid Datasources": ["Druid Datenquellen"],
+      "Scan New Datasources": ["Neue Datenquellen suchen"],
+      "Refresh Druid Metadata": ["Druid Metadata aktualisieren"],
+      "Datetime column not provided as part table configuration and is required by this type of chart": [
+        ""
+      ],
+      "Empty query?": ["Leere Abfrage?"],
+      "Metric '{}' is not valid": ["Metrik '{}' ist nicht valide"],
+      "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [
+        ""
+      ],
+      "List Columns": ["Spalten auflisten"],
+      "Show Column": ["Spalte anzeigen"],
+      "Add Column": ["Spalte einfügen"],
+      "Edit Column": ["Spalte bearbeiten"],
+      "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [
+        ""
+      ],
+      "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [
+        ""
+      ],
+      "Expression": [""],
+      "Is temporal": [""],
+      "Datetime Format": [""],
+      "Database Expression": [""],
+      "List Metrics": ["Metriken auflisten"],
+      "Show Metric": ["Metrik anzeigen"],
+      "Add Metric": ["Metrik einfügen"],
+      "Edit Metric": ["Metrik bearbeiten"],
+      "SQL Expression": [""],
+      "D3 Format": [""],
+      "Is Restricted": ["Ist begrenzt"],
+      "List Tables": ["Tabellen auflisten"],
+      "Show Table": ["Tabelle anzeigen"],
+      "Add Table": ["Tabelle einfügen"],
+      "Edit Table": ["Tabelle bearbeiten"],
+      "Name of the table that exists in the source database": [""],
+      "Schema, as used only in some databases like Postgres, Redshift and DB2": [
+        ""
+      ],
+      "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [
+        ""
+      ],
+      "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [
+        ""
+      ],
+      "Redirects to this endpoint when clicking on the table from the table list": [
+        ""
+      ],
+      "Changed By": ["Bearbeitet von"],
+      "Database": ["Datenbank"],
+      "Last Changed": ["Bearbeitet am"],
+      "Schema": [""],
+      "Offset": [""],
+      "Table Name": ["Tabellenname"],
+      "Fetch Values Predicate": [""],
+      "Main Datetime Column": [""],
+      "Table [{}] could not be found, please double check your database connection, schema, and table name": [
+        ""
+      ],
+      "The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.": [
+        ""
+      ],
+      "Tables": ["Tabellen"],
+      "Profile": ["Profil"],
+      "Logout": ["Abmelden"],
+      "Login": ["Anmelden"],
+      "Record Count": ["Datensätzeanzahl"],
+      "No records found": ["Keine Datensätze gefunden"],
+      "Import": ["Importieren"],
+      "No Access!": ["Keine Zugriff!"],
+      "You do not have permissions to access the datasource(s): %(name)s.": [
+        ""
+      ],
+      "Request Permissions": ["Berechtigung anfordern"],
+      "Welcome!": ["Willkommen!"],
+      "Test Connection": ["Verbindungstest"],
+      "Manage": ["Einstellungen"],
+      "Datasource %(name)s already exists": [""],
+      "json isn't valid": [""],
+      "Delete": ["Löschen"],
+      "Delete all Really?": ["Wirklich alle löschen?"],
+      "This endpoint requires the `all_datasource_access` permission": [""],
+      "The datasource seems to have been deleted": [""],
+      "The access requests seem to have been deleted": [""],
+      "The user seems to have been deleted": [""],
+      "You don't have access to this datasource": [
+        "Sie haben keine Zugriff auf diese Datenquelle"
+      ],
+      "This view requires the database %(name)s or `all_datasource_access` permission": [
+        ""
+      ],
+      "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [
+        ""
+      ],
+      "List Databases": ["Dakenbanken auflisten"],
+      "Show Database": ["Datenbank anzeigen"],
+      "Add Database": ["Datenbank einfügen"],
+      "Edit Database": ["Datenbank bearbeiten"],
+      "Expose this DB in SQL Lab": [""],
+      "Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)": [
+        ""
+      ],
+      "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [
+        ""
+      ],
+      "Allow CREATE TABLE AS option in SQL Lab": [""],
+      "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [
+        ""
+      ],
+      "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [
+        ""
+      ],
+      "All the queries in Sql Lab are going to be executed on behalf of currently authorized user.": [
+        ""
+      ],
+      "Expose in SQL Lab": [""],
+      "Allow CREATE TABLE AS": [""],
+      "Allow DML": [""],
+      "CTAS Schema": [""],
+      "Creator": ["Schöpfer"],
+      "SQLAlchemy URI": [""],
+      "Extra": [""],
+      "Allow Run Sync": [""],
+      "Allow Run Async": [""],
+      "Impersonate queries to the database": [""],
+      "Import Dashboards": ["Dashboards importieren"],
+      "User": ["Benutzer"],
+      "User Roles": ["Benutzer Rollen"],
+      "Database URL": ["Datenbank URL"],
+      "Roles to grant": [""],
+      "Created On": [""],
+      "Access requests": ["Zugriffsanforderungen"],
+      "Security": ["Sicherheit"],
+      "List Slices": ["Schieben auflisten"],
+      "Show Slice": ["Schiebe anzeigen"],
+      "Add Slice": ["Schiebe einfügen"],
+      "Edit Slice": ["Schiebe bearbeiten"],
+      "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [
+        ""
+      ],
+      "Duration (in seconds) of the caching timeout for this slice.": [""],
+      "Last Modified": ["Geändert"],
+      "Owners": [""],
+      "Parameters": ["Parameter"],
+      "Slice": ["Schiebe"],
+      "List Dashboards": ["Dashboards auflisten"],
+      "Show Dashboard": ["Dashboard anzeigen"],
+      "Add Dashboard": ["Dashboard einfügen"],
+      "Edit Dashboard": ["Dashboard bearbeiten"],
+      "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [
+        ""
+      ],
+      "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [
+        ""
+      ],
+      "To get a readable URL for your dashboard": [""],
+      "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [
+        ""
+      ],
+      "Owners is a list of users who can alter the dashboard.": [""],
+      "Dashboard": [""],
+      "Slug": [""],
+      "Position JSON": [""],
+      "JSON Metadata": [""],
+      "Underlying Tables": [""],
+      "Export": [""],
+      "Export dashboards?": [""],
+      "Action": ["Aktion"],
+      "dttm": [""],
+      "Action Log": ["Aktionsprotokoll"],
+      "Access was requested": ["Zugang wurde beantragt"],
+      "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [
+        ""
+      ],
+      "Role %(r)s was extended to provide the access to the datasource %(ds)s": [
+        ""
+      ],
+      "You have no permission to approve this request": [""],
+      "Malformed request. slice_id or table_name and db_name arguments are expected": [
+        ""
+      ],
+      "Slice %(id)s not found": [""],
+      "Table %(t)s wasn't found in the database %(d)s": [""],
+      "Can't find User '%(name)s', please ask your admin to create one.": [""],
+      "Can't find DruidCluster with cluster_name = '%(name)s'": [""],
+      "Query record was not created as expected.": [""],
+      "Template Name": ["Vorlagename"],
+      "CSS Templates": ["CSS Vorlagen"],
+      "SQL Editor": [""],
+      "SQL Lab": [""],
+      "Query Search": ["Abfragen suchen"],
+      "Status": [""],
+      "Start Time": ["Von Zeit"],
+      "End Time": ["Bis Zeit"],
+      "Queries": ["Abfragen"],
+      "List Saved Query": ["Gespeicherte Abfragen auflisten"],
+      "Show Saved Query": ["Gespeicherte Abfrage anzeigen"],
+      "Add Saved Query": ["Gespeicherte Abfrage einfügen"],
+      "Edit Saved Query": ["Gespeicherte Abfrage bearbeiten"],
+      "Pop Tab Link": [""],
+      "Changed on": ["Bearbeitet am"],
+      "Saved Queries": ["Gespeicherte Abfragen"]
+    }
+  }
+}
diff --git a/superset/translations/en/LC_MESSAGES/messages.json b/superset/translations/en/LC_MESSAGES/messages.json
index e375244..fa83e99 100644
--- a/superset/translations/en/LC_MESSAGES/messages.json
+++ b/superset/translations/en/LC_MESSAGES/messages.json
@@ -1 +1,12 @@
-{"domain":"superset","locale_data":{"superset":{"":{"domain":"superset","plural_forms":"nplurals=2; plural=(n != 1)","lang":"en"}}}}
\ No newline at end of file
+{
+  "domain": "superset",
+  "locale_data": {
+    "superset": {
+      "": {
+        "domain": "superset",
+        "plural_forms": "nplurals=2; plural=(n != 1)",
+        "lang": "en"
+      }
+    }
+  }
+}
diff --git a/superset/translations/es/LC_MESSAGES/messages.json b/superset/translations/es/LC_MESSAGES/messages.json
index 1f0d3b0..7838c45 100644
--- a/superset/translations/es/LC_MESSAGES/messages.json
+++ b/superset/translations/es/LC_MESSAGES/messages.json
@@ -1,2415 +1,999 @@
 {
-   "domain": "superset",
-   "locale_data": {
-      "superset": {
-         "": {
-            "domain": "superset",
-            "plural_forms": "nplurals=2; plural=(n != 1)",
-            "lang": "es"
-         },
-         "Time Column": [
-            "Columna de Tiempo"
-         ],
-         "second": [
-            "segundo"
-         ],
-         "minute": [
-            "minuto"
-         ],
-         "hour": [
-            "hora"
-         ],
-         "day": [
-            "día"
-         ],
-         "week": [
-            "semana"
-         ],
-         "month": [
-            "mes"
-         ],
-         "quarter": [
-            "trimestre"
-         ],
-         "year": [
-            "año"
-         ],
-         "week_start_monday": [
-            "semana_empieza_lunes"
-         ],
-         "week_ending_saturday": [
-            "semana_termina_sábado"
-         ],
-         "week_start_sunday": [
-            "semana_empieza_domingo"
-         ],
-         "5 minute": [
-            "5 minutos"
-         ],
-         "half hour": [
-            "media hora"
-         ],
-         "10 minute": [
-            "10 minutos"
-         ],
-         "[Superset] Access to the datasource %(name)s was granted": [
-            "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)"
-         ],
-         "Viz is missing a datasource": [
-            "Falta una fuente de datos"
-         ],
-         "From date cannot be larger than to date": [
-            "La fecha de inicio no puede ser superior a la de fin"
-         ],
-         "Table View": [
-            "Vista de Tabla"
-         ],
-         "Pick a granularity in the Time section or uncheck 'Include Time'": [
-            "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'"
-         ],
-         "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
-            ""
-         ],
-         "Pivot Table": [
-            "Tabla Dinámica"
-         ],
-         "Please choose at least one \"Group by\" field ": [
-            ""
-         ],
-         "Please choose at least one metric": [
-            ""
-         ],
-         "'Group By' and 'Columns' can't overlap": [
-            ""
-         ],
-         "Markup": [
-            "Texto con Formato"
-         ],
-         "Separator": [
-            "Separador"
-         ],
-         "Word Cloud": [
-            "Nube de Etiquetas"
-         ],
-         "Treemap": [
-            "Mapa de Arbol"
-         ],
-         "Calendar Heatmap": [
-            "Mapa de Calor del Calendario"
-         ],
-         "Box Plot": [
-            "Diagrama de Caja"
-         ],
-         "Bubble Chart": [
-            "Gráfico de Burbujas"
-         ],
-         "Pick a metric for x, y and size": [
-            "Elige una métrica y tamaño para x, y "
-         ],
-         "Bullet Chart": [
-            "Grafico de Puntos"
-         ],
-         "Pick a metric to display": [
-            "Elige una métrica para mostrar"
-         ],
-         "Big Number with Trendline": [
-            "Número Grande con Línea de Tendencia"
-         ],
-         "Pick a metric!": [
-            "Elige una métrica!"
-         ],
-         "Big Number": [
-            "Número Grande"
-         ],
-         "Time Series - Line Chart": [
-            "Serie Temporal - Gráfico de Líneas"
-         ],
-         "Pick a time granularity for your time series": [
-            ""
-         ],
-         "Time Series - Dual Axis Line Chart": [
-            ""
-         ],
-         "Pick a metric for left axis!": [
-            ""
-         ],
-         "Pick a metric for right axis!": [
-            ""
-         ],
-         "Please choose different metrics on left and right axis": [
-            ""
-         ],
-         "Time Series - Bar Chart": [
-            ""
-         ],
-         "Time Series - Percent Change": [
-            ""
-         ],
-         "Time Series - Stacked": [
-            ""
-         ],
-         "Distribution - NVD3 - Pie Chart": [
-            ""
-         ],
-         "Histogram": [
-            "Histograma"
-         ],
-         "Must have one numeric column specified": [
-            ""
-         ],
-         "Distribution - Bar Chart": [
-            ""
-         ],
-         "Can't have overlap between Series and Breakdowns": [
-            ""
-         ],
-         "Pick at least one metric": [
-            ""
-         ],
-         "Pick at least one field for [Series]": [
-            ""
-         ],
-         "Sunburst": [
-            ""
-         ],
-         "Sankey": [
-            ""
-         ],
-         "Pick exactly 2 columns as [Source / Target]": [
-            ""
-         ],
-         "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
-            ""
-         ],
-         "Directed Force Layout": [
-            ""
-         ],
-         "Pick exactly 2 columns to 'Group By'": [
-            ""
-         ],
-         "Country Map": [
-            "Mapa de País"
-         ],
-         "World Map": [
-            "Mapa Mundial"
-         ],
-         "Filters": [
-            "Filtros"
-         ],
-         "Pick at least one filter field": [
-            "Elige al menos un campo de filtro"
-         ],
-         "iFrame": [
-            "iFrame"
-         ],
-         "Parallel Coordinates": [
-            "Coordenadas Paralelas"
-         ],
-         "Heatmap": [
-            "Mapa de Calor"
-         ],
-         "Horizon Charts": [
-            "Gráficos de Horizontes"
-         ],
-         "Mapbox": [
-            "Caja de Mapa"
-         ],
-         "Must have a [Group By] column to have 'count' as the [Label]": [
-            ""
-         ],
-         "Choice of [Label] must be present in [Group By]": [
-            ""
-         ],
-         "Choice of [Point Radius] must be present in [Group By]": [
-            ""
-         ],
-         "[Longitude] and [Latitude] columns must be present in [Group By]": [
-            ""
-         ],
-         "Event flow": [
-            "Flujo de Evento"
-         ],
-         "Time Series - Paired t-test": [
-            "Serie Temportal - Prueba-T Pareada"
-         ],
-         "Your query was saved": [
-            "Tu consulta fue guardada"
-         ],
-         "Your query could not be saved": [
-            "Tu consulta no pudo ser guardada"
-         ],
-         "Failed at retrieving results from the results backend": [
-            ""
-         ],
-         "Could not connect to server": [
-            ""
-         ],
-         "Your session timed out, please refresh your page and try again.": [
-            ""
-         ],
-         "Query was stopped.": [
-            "La consulta ha sido detenida."
-         ],
-         "Failed at stopping query.": [
-            "No se ha podido detener la consulta."
-         ],
-         "Error occurred while fetching table metadata": [
-            ""
-         ],
-         "shared query": [
-            "consulta compartida"
-         ],
-         "The query couldn't be loaded": [
-            ""
-         ],
-         "An error occurred while creating the data source": [
-            ""
-         ],
-         "Pick a chart type!": [
-            "Elige un tipo de gráfico!"
-         ],
-         "To use this chart type you need at least one column flagged as a date": [
-            ""
-         ],
-         "To use this chart type you need at least one dimension": [
-            ""
-         ],
-         "To use this chart type you need at least one aggregation function": [
-            ""
-         ],
-         "Untitled Query": [
-            "Consulta sin Nombre"
-         ],
-         "Copy of %s": [
-            "Copia de %s"
-         ],
-         "share query": [
-            "compartir consulta"
-         ],
-         "copy URL to clipboard": [
-            "copiar URL al portapapeles"
-         ],
-         "Raw SQL": [
-            "SQL Directo"
-         ],
-         "Source SQL": [
-            "Fuente SQL"
-         ],
-         "SQL": [
-            "SQL"
-         ],
-         "No query history yet...": [
-            "No hay histórico de consultas"
-         ],
-         "It seems you don't have access to any database": [
-            ""
-         ],
-         "Search Results": [
-            "Buscar Resultados"
-         ],
-         "[From]-": [
-            ""
-         ],
-         "[To]-": [
-            ""
-         ],
-         "[Query Status]": [
-            ""
-         ],
-         "Search": [
-            "Buscar"
-         ],
-         "Open in SQL Editor": [
-            "Abrir en el Editor SQL"
-         ],
-         "view results": [
-            "ver resultados"
-         ],
-         "Data preview": [
-            "Previsualización de Datos"
-         ],
-         "Visualize the data out of this query": [
-            ""
-         ],
-         "Overwrite text in editor with a query on this table": [
-            ""
-         ],
-         "Run query in a new tab": [
-            "Ejecutar consulta en otra pestaña"
-         ],
-         "Remove query from log": [
-            "Eliminar consulta del historial"
-         ],
-         ".CSV": [
-            ".CSV"
-         ],
-         "Visualize": [
-            "Visualizar"
-         ],
-         "Table": [
-            "Tabla"
-         ],
-         "was created": [
-            ""
-         ],
-         "Query in a new tab": [
-            "Consultar en otra pestaña"
-         ],
-         "Fetch data preview": [
-            ""
-         ],
-         "Track Job": [
-            ""
-         ],
-         "Loading...": [
-            "Cargando..."
-         ],
-         "Run Selected Query": [
-            ""
-         ],
-         "Run Query": [
-            "Ejecutar consulta"
-         ],
-         "Run query asynchronously": [
-            ""
-         ],
-         "Stop": [
-            "Detener"
-         ],
-         "Undefined": [
-            "Indefinido"
-         ],
-         "Label": [
-            "Etiqueta"
-         ],
-         "Label for your query": [
-            ""
-         ],
-         "Description": [
-            ""
-         ],
-         "Write a description for your query": [
-            ""
-         ],
-         "Save": [
-            "Guardar"
-         ],
-         "Cancel": [
-            "Cancelar"
-         ],
-         "Save Query": [
-            "Guardar Consulta"
-         ],
-         "Run a query to display results here": [
-            ""
-         ],
-         "Preview for %s": [
-            ""
-         ],
-         "Results": [
-            "Resultados"
-         ],
-         "Query History": [
-            "Historial de la Consulta"
-         ],
-         "Create table as with query results": [
-            ""
-         ],
-         "new table name": [
-            "nuevo nombre de tabla"
-         ],
-         "Error while fetching table list": [
-            "Error recuperando la lista de tablas"
-         ],
-         "Error while fetching schema list": [
-            "Error recuperando la lista de esquemas"
-         ],
-         "Error while fetching database list": [
-            "Error recuperando la lista de bases de datos"
-         ],
-         "Database:": [
-            "Base de datos:"
-         ],
-         "Select a database": [
-            "Selecciona una base de datos"
-         ],
-         "Select a schema (%s)": [
-            ""
-         ],
-         "Schema:": [
-            "Esquema:"
-         ],
-         "Add a table (%s)": [
-            ""
-         ],
-         "Type to search ...": [
-            ""
-         ],
-         "Reset State": [
-            ""
-         ],
-         "Enter a new title for the tab": [
-            ""
-         ],
-         "Untitled Query %s": [
-            ""
-         ],
-         "close tab": [
-            "cerrar pestaña"
-         ],
-         "rename tab": [
-            "renombrar pestaña"
-         ],
-         "expand tool bar": [
-            "expandir la barra de herramientas"
-         ],
-         "hide tool bar": [
-            "esconder la barra de herramientas"
-         ],
-         "Copy partition query to clipboard": [
-            ""
-         ],
-         "latest partition:": [
-            ""
-         ],
-         "Keys for table": [
-            ""
-         ],
-         "View keys & indexes (%s)": [
-            ""
-         ],
-         "Sort columns alphabetically": [
-            ""
-         ],
-         "Original table column order": [
-            ""
-         ],
-         "Copy SELECT statement to clipboard": [
-            ""
-         ],
-         "Remove table preview": [
-            ""
-         ],
-         "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
-            ""
-         ],
-         "AS my_alias": [
-            ""
-         ],
-         "using only alphanumeric characters and underscores": [
-            ""
-         ],
-         "Creating a data source and popping a new tab": [
-            ""
-         ],
-         "No results available for this query": [
-            ""
-         ],
-         "Chart Type": [
-            "Tipo Gráfico"
-         ],
-         "[Chart Type]": [
-            ""
-         ],
-         "Datasource Name": [
-            "Nombre de la Fuente de Datos"
-         ],
-         "datasource name": [
-            "nombre de la fuente de datos"
-         ],
-         "Select ...": [
-            "Selecciona ..."
-         ],
-         "Loaded data cached": [
-            ""
-         ],
-         "Loaded from cache": [
-            ""
-         ],
-         "Click to force-refresh": [
-            ""
-         ],
-         "Copy to clipboard": [
-            "Copiar al portapapeles"
-         ],
-         "Not successful": [
-            "Sin éxito"
-         ],
-         "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [
-            ""
-         ],
-         "Copied!": [
-            "Copiado!"
-         ],
-         "Title": [
-            "Título"
-         ],
-         "click to edit title": [
-            ""
-         ],
-         "You don't have the rights to alter this title.": [
-            ""
-         ],
-         "Click to favorite/unfavorite": [
-            ""
-         ],
-         "You have unsaved changes.": [
-            ""
-         ],
-         "Click the": [
-            ""
-         ],
-         "button on the top right to save your changes.": [
-            ""
-         ],
-         "Served from data cached %s . Click to force refresh.": [
-            ""
-         ],
-         "Click to force refresh": [
-            ""
-         ],
-         "Error": [
-            "Error"
-         ],
-         "Sorry, there was an error adding slices to this dashboard: %s": [
-            ""
-         ],
-         "Active Dashboard Filters": [
-            ""
-         ],
-         "Checkout this dashboard: %s": [
-            ""
-         ],
-         "Force refresh the whole dashboard": [
-            ""
-         ],
-         "Edit this dashboard's properties": [
-            ""
-         ],
-         "Load a template": [
-            "Cargar una plantilla"
-         ],
-         "Load a CSS template": [
-            "Cargar una plantilla CSS"
-         ],
-         "CSS": [
-            "CSS"
-         ],
-         "Live CSS Editor": [
-            "Editor CSS"
-         ],
-         "Don't refresh": [
-            "No Actualizar"
-         ],
-         "10 seconds": [
-            "10 segundos"
-         ],
-         "30 seconds": [
-            "30 segundos"
-         ],
-         "1 minute": [
-            "1 minuto"
-         ],
-         "5 minutes": [
-            "5 minutos"
-         ],
-         "Refresh Interval": [
-            "Intérvalo Actualización"
-         ],
-         "Choose the refresh frequency for this dashboard": [
-            ""
-         ],
-         "This dashboard was saved successfully.": [
-            ""
-         ],
-         "Sorry, there was an error saving this dashboard: ": [
-            ""
-         ],
-         "You must pick a name for the new dashboard": [
-            ""
-         ],
-         "Save Dashboard": [
-            ""
-         ],
-         "Overwrite Dashboard [%s]": [
-            ""
-         ],
-         "Save as:": [
-            "Guardar como:"
-         ],
-         "[dashboard name]": [
-            ""
-         ],
-         "Name": [
-            "Nombre"
-         ],
-         "Viz": [
-            "Viz"
-         ],
-         "Modified": [
-            "Modificado"
-         ],
-         "Add Slices": [
-            "Añadir Segmentos"
-         ],
-         "Add a new slice to the dashboard": [
-            ""
-         ],
-         "Add Slices to Dashboard": [
-            ""
-         ],
-         "Move chart": [
-            "Mover gráfico"
-         ],
-         "Force refresh data": [
-            ""
-         ],
-         "Toggle chart description": [
-            ""
-         ],
-         "Edit chart": [
-            "Editar gráfico"
-         ],
-         "Export CSV": [
-            "Exportar CSV"
-         ],
-         "Explore chart": [
-            "Explorar gráfico"
-         ],
-         "Remove chart from dashboard": [
-            ""
-         ],
-         "%s - untitled": [
-            ""
-         ],
-         "Edit slice properties": [
-            ""
-         ],
-         "description": [
-            "descripción"
-         ],
-         "bolt": [
-            "tornillo"
-         ],
-         "Error...": [
-            "Error..."
-         ],
-         "Query": [
-            "Consulta"
-         ],
-         "Height": [
-            "Altura"
-         ],
-         "Width": [
-            "Anchura"
-         ],
-         "Export to .json": [
-            "Exportar a .json"
-         ],
-         "Export to .csv format": [
-            "Exportar a .csv"
-         ],
-         "Please enter a slice name": [
-            ""
-         ],
-         "Please select a dashboard": [
-            ""
-         ],
-         "Please enter a dashboard name": [
-            ""
-         ],
-         "Save A Slice": [
-            "Guardar un Segmento"
-         ],
-         "Overwrite slice %s": [
-            ""
-         ],
-         "Save as": [
-            "Guardar como"
-         ],
-         "[slice name]": [
-            ""
-         ],
-         "Do not add to a dashboard": [
-            "No añadir a un cuadro de mando"
-         ],
-         "Add slice to existing dashboard": [
-            "Añadir a un cuadro de mando existente"
-         ],
-         "Add to new dashboard": [
-            "Añadir a un nuevo cuadro de mando"
-         ],
-         "Save & go to dashboard": [
-            "Guardar e ir al cuadro de mando"
-         ],
-         "Check out this slice: %s": [
-            ""
-         ],
-         "`Min` value should be numeric or empty": [
-            "El valor `Mín` debe ser numérico o vacío"
-         ],
-         "`Max` value should be numeric or empty": [
-            "El valor `Máx` debe ser numérico o vacío"
-         ],
-         "Min": [
-            "Mín"
-         ],
-         "Max": [
-            "Máx"
-         ],
-         "Something went wrong while fetching the datasource list": [
-            ""
-         ],
-         "Click to point to another datasource": [
-            ""
-         ],
-         "Edit the datasource's configuration": [
-            ""
-         ],
-         "Select a datasource": [
-            "Selecciona una fuente de datos"
-         ],
-         "Search / Filter": [
-            "Buscar / Filtrar"
-         ],
-         "Filter value": [
-            "Valor del Filtro"
-         ],
-         "Select metric": [
-            "Selecciona la métrica"
-         ],
-         "Select column": [
-            "Selecciona la columna"
-         ],
-         "Select operator": [
-            "Selecciona el operador"
-         ],
-         "Add Filter": [
-            "Añadir Filtro"
-         ],
-         "Error while fetching data": [
-            "Error recuperando datos"
-         ],
-         "Select %s": [
-            ""
-         ],
-         "textarea": [
-            "área de texto"
-         ],
-         "Edit": [
-            "Editar"
-         ],
-         "in modal": [
-            ""
-         ],
-         "Select a visualization type": [
-            "Selecciona un tipo de visualización"
-         ],
-         "Updating chart was stopped": [
-            "La actualización del gráfico ha sido detenida"
-         ],
-         "An error occurred while rendering the visualization: %s": [
-            ""
-         ],
-         "Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.": [
-            ""
-         ],
-         "Network error.": [
-            "Error de red."
-         ],
-         "A reference to the [Time] configuration, taking granularity into account": [
-            ""
-         ],
-         "Group by": [
-            "Agrupar por"
-         ],
-         "One or many controls to group by": [
-            ""
-         ],
-         "Datasource": [
-            "Fuente de datos"
-         ],
-         "Visualization Type": [
-            "Tipo de Visualización"
-         ],
-         "The type of visualization to display": [
-            ""
-         ],
-         "Metrics": [
-            "Métricas"
-         ],
-         "One or many metrics to display": [
-            ""
-         ],
-         "Y Axis Bounds": [
-            "Límites del Eje Y"
-         ],
-         "Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [
-            ""
-         ],
-         "Ordering": [
-            ""
-         ],
-         "Annotation Layers": [
-            "Capas de Anotación"
-         ],
-         "Annotation layers to overlay on the visualization": [
-            ""
-         ],
-         "Select a annotation layer": [
-            "Selecciona una capa de anotación"
-         ],
-         "Error while fetching annotation layers": [
-            ""
-         ],
-         "Metric": [
-            "Métrica"
-         ],
-         "Choose the metric": [
-            "Elige la métrica"
-         ],
-         "Right Axis Metric": [
-            ""
-         ],
-         "Choose a metric for right axis": [
-            ""
-         ],
-         "Stacked Style": [
-            ""
-         ],
-         "Linear Color Scheme": [
-            ""
-         ],
-         "Normalize Across": [
-            ""
-         ],
-         "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [
-            ""
-         ],
-         "Horizon Color Scale": [
-            ""
-         ],
-         "Defines how the color are attributed.": [
-            ""
-         ],
-         "Rendering": [
-            ""
-         ],
-         "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [
-            ""
-         ],
-         "XScale Interval": [
-            "Intervalo Escala X"
-         ],
-         "Number of steps to take between ticks when displaying the X scale": [
-            ""
-         ],
-         "YScale Interval": [
-            "Intervalo Escala Y"
-         ],
-         "Number of steps to take between ticks when displaying the Y scale": [
-            ""
-         ],
-         "Include Time": [
-            "Incluir Tiempo"
-         ],
-         "Whether to include the time granularity as defined in the time section": [
-            ""
-         ],
-         "Stacked Bars": [
-            ""
-         ],
-         "Show totals": [
-            "Mostrar Totales"
-         ],
-         "Display total row/column": [
-            ""
-         ],
-         "Show Markers": [
-            "Mostrar Marcadores"
-         ],
-         "Show data points as circle markers on the lines": [
-            ""
-         ],
-         "Bar Values": [
-            ""
-         ],
-         "Show the value on top of the bar": [
-            ""
-         ],
-         "Sort Bars": [
-            ""
-         ],
-         "Sort bars by x labels.": [
-            ""
-         ],
-         "Combine Metrics": [
-            "Combinar Métricas"
-         ],
-         "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [
-            ""
-         ],
-         "Extra Controls": [
-            ""
-         ],
-         "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [
-            ""
-         ],
-         "Reduce X ticks": [
-            ""
-         ],
-         "Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [
-            ""
-         ],
-         "Include Series": [
-            ""
-         ],
-         "Include series name as an axis": [
-            ""
-         ],
-         "Color Metric": [
-            ""
-         ],
-         "A metric to use for color": [
-            ""
-         ],
-         "Country Name": [
-            "Nombre País"
-         ],
-         "The name of country that Superset should display": [
-            ""
-         ],
-         "Country Field Type": [
-            "Tipo de Campo de País"
-         ],
-         "The country code standard that Superset should expect to find in the [country] column": [
-            ""
-         ],
-         "Columns": [
-            "Columnas"
-         ],
-         "One or many controls to pivot as columns": [
-            ""
-         ],
-         "Columns to display": [
-            ""
-         ],
-         "Origin": [
-            "Origen"
-         ],
-         "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [
-            ""
-         ],
-         "Bottom Margin": [
-            ""
-         ],
-         "Bottom margin, in pixels, allowing for more room for axis labels": [
-            ""
-         ],
-         "Left Margin": [
-            "Margen Izquierdo"
-         ],
-         "Left margin, in pixels, allowing for more room for axis labels": [
-            ""
-         ],
-         "Time Granularity": [
-            "Granularidad de Tiempo"
-         ],
-         "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [
-            ""
-         ],
-         "Domain": [
-            "Dominio"
-         ],
-         "The time unit used for the grouping of blocks": [
-            ""
-         ],
-         "Subdomain": [
-            "Subdominio"
-         ],
-         "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [
-            ""
-         ],
-         "Link Length": [
-            ""
-         ],
-         "Link length in the force layout": [
-            ""
-         ],
-         "Charge": [
-            ""
-         ],
-         "Charge in the force layout": [
-            ""
-         ],
-         "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression": [
-            ""
-         ],
-         "Time Grain": [
-            "Granularidad Temporal"
-         ],
-         "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [
-            ""
-         ],
-         "Resample Rule": [
-            ""
-         ],
-         "Pandas resample rule": [
-            ""
-         ],
-         "Resample How": [
-            ""
-         ],
-         "Pandas resample how": [
-            ""
-         ],
-         "Resample Fill Method": [
-            ""
-         ],
-         "Pandas resample fill method": [
-            ""
-         ],
-         "Since": [
-            "desde"
-         ],
-         "7 days ago": [
-            "Hace 7 días"
-         ],
-         "Until": [
-            "Hasta"
-         ],
-         "Max Bubble Size": [
-            ""
-         ],
-         "Whisker/outlier options": [
-            ""
-         ],
-         "Determines how whiskers and outliers are calculated.": [
-            ""
-         ],
-         "Ratio": [
-            "Proporción"
-         ],
-         "Target aspect ratio for treemap tiles.": [
-            ""
-         ],
-         "Number format": [
-            "Formato numérico"
-         ],
-         "Row limit": [
-            "Límite filas"
-         ],
-         "Series limit": [
-            ""
-         ],
-         "Limits the number of time series that get displayed": [
-            ""
-         ],
-         "Sort By": [
-            "Ordenar por"
-         ],
-         "Metric used to define the top series": [
-            ""
-         ],
-         "Rolling": [
-            ""
-         ],
-         "Defines a rolling window function to apply, works along with the [Periods] text box": [
-            ""
-         ],
-         "Periods": [
-            ""
-         ],
-         "Defines the size of the rolling window function, relative to the time granularity selected": [
-            ""
-         ],
-         "Min Periods": [
-            ""
-         ],
-         "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [
-            ""
-         ],
-         "Series": [
-            "Series"
-         ],
-         "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [
-            ""
-         ],
-         "Entity": [
-            "Entidad"
-         ],
-         "This defines the element to be plotted on the chart": [
-            ""
-         ],
-         "X Axis": [
-            "Eje X"
-         ],
-         "Metric assigned to the [X] axis": [
-            ""
-         ],
-         "Y Axis": [
-            "Eje Y"
-         ],
-         "Metric assigned to the [Y] axis": [
-            ""
-         ],
-         "Bubble Size": [
-            "Tamaño burbuja"
-         ],
-         "URL": [
-            "URL"
-         ],
-         "The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.": [
-            ""
-         ],
-         "X Axis Label": [
-            "Etiqueta Eje X"
-         ],
-         "Y Axis Label": [
-            "Etiqueta Eje Y"
-         ],
-         "Custom WHERE clause": [
-            "Cláusula WHERE personalizada"
-         ],
-         "The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
-            ""
-         ],
-         "Custom HAVING clause": [
-            "Cláusula HAVING personalizada"
-         ],
-         "The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
-            ""
-         ],
-         "Comparison Period Lag": [
-            ""
-         ],
-         "Based on granularity, number of time periods to compare against": [
-            ""
-         ],
-         "Comparison suffix": [
-            ""
-         ],
-         "Suffix to apply after the percentage display": [
-            ""
-         ],
-         "Table Timestamp Format": [
-            ""
-         ],
-         "Timestamp Format": [
-            ""
-         ],
-         "Series Height": [
-            ""
-         ],
-         "Pixel height of each series": [
-            ""
-         ],
-         "Page Length": [
-            "Longitud de Página"
-         ],
-         "Rows per page, 0 means no pagination": [
-            ""
-         ],
-         "X Axis Format": [
-            "Formato Eje X"
-         ],
-         "Y Axis Format": [
-            "Formato Eje Y"
-         ],
-         "Right Axis Format": [
-            ""
-         ],
-         "Markup Type": [
-            ""
-         ],
-         "Pick your favorite markup language": [
-            ""
-         ],
-         "Rotation": [
-            "Rotación"
-         ],
-         "Rotation to apply to words in the cloud": [
-            ""
-         ],
-         "Line Style": [
-            "Estilo Línea"
-         ],
-         "Line interpolation as defined by d3.js": [
-            ""
-         ],
-         "Label Type": [
-            "Tipo Etiqueta"
-         ],
-         "What should be shown on the label?": [
-            ""
-         ],
-         "Code": [
-            "Código"
-         ],
-         "Put your code here": [
-            "Pon tu código aquí"
-         ],
-         "Aggregation function": [
-            "Función de agregación"
-         ],
-         "Aggregate function to apply when pivoting and computing the total rows and columns": [
-            ""
-         ],
-         "Font Size From": [
-            ""
-         ],
-         "Font size for the smallest value in the list": [
-            ""
-         ],
-         "Font Size To": [
-            ""
-         ],
-         "Font size for the biggest value in the list": [
-            ""
-         ],
-         "Instant Filtering": [
-            ""
-         ],
-         "Range Filter": [
-            "Filtro de Rango"
-         ],
-         "Whether to display the time range interactive selector": [
-            ""
-         ],
-         "Date Filter": [
-            "Filtro de Fecha"
-         ],
-         "Whether to include a time filter": [
-            ""
-         ],
-         "Data Table": [
-            "Tabla de Datos"
-         ],
-         "Whether to display the interactive data table": [
-            ""
-         ],
-         "Search Box": [
-            "Caja de Búsqueda"
-         ],
-         "Whether to include a client side search box": [
-            ""
-         ],
-         "Table Filter": [
-            "Filtro de Tabla"
-         ],
-         "Whether to apply filter when table cell is clicked": [
-            ""
-         ],
-         "Show Bubbles": [
-            "Mostrar Burbujas"
-         ],
-         "Whether to display bubbles on top of countries": [
-            ""
-         ],
-         "Legend": [
-            "Leyenda"
-         ],
-         "Whether to display the legend (toggles)": [
-            ""
-         ],
-         "X bounds": [
-            "Límites X"
-         ],
-         "Whether to display the min and max values of the X axis": [
-            ""
-         ],
-         "Y bounds": [
-            "Límites Y"
-         ],
-         "Whether to display the min and max values of the Y axis": [
-            ""
-         ],
-         "Rich Tooltip": [
-            ""
-         ],
-         "The rich tooltip shows a list of all series for that point in time": [
-            ""
-         ],
-         "Y Log Scale": [
-            "Escala Logarítmica Y"
-         ],
-         "Use a log scale for the Y axis": [
-            ""
-         ],
-         "X Log Scale": [
-            "Escala Logarítmica X"
-         ],
-         "Use a log scale for the X axis": [
-            ""
-         ],
-         "Donut": [
-            "Donut"
-         ],
-         "Do you want a donut or a pie?": [
-            "¿Quieres un donut o un pastel?"
-         ],
-         "Put labels outside": [
-            "Poner las etiquetas fuera"
-         ],
-         "Put the labels outside the pie?": [
-            ""
-         ],
-         "Contribution": [
-            "Contribución"
-         ],
-         "Compute the contribution to the total": [
-            ""
-         ],
-         "Period Ratio": [
-            "Ratio de Periodo"
-         ],
-         "[integer] Number of period to compare against, this is relative to the granularity selected": [
-            ""
-         ],
-         "Period Ratio Type": [
-            "Tipo de Ratio de Periodo"
-         ],
-         "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [
-            ""
-         ],
-         "Time Shift": [
-            ""
-         ],
-         "Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example:  24 hours, 7 days, 56 weeks, 365 days)": [
-            ""
-         ],
-         "Subheader": [
-            "Sub-encabezado"
-         ],
-         "Description text that shows up below your Big Number": [
-            ""
-         ],
-         "label": [
-            "etiqueta"
-         ],
-         "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [
-            ""
-         ],
-         "Map Style": [
-            "Estilo Mapa"
-         ],
-         "Base layer map style": [
-            ""
-         ],
-         "Clustering Radius": [
-            ""
-         ],
-         "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [
-            ""
-         ],
-         "Point Radius": [
-            ""
-         ],
-         "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [
-            ""
-         ],
-         "Point Radius Unit": [
-            ""
-         ],
-         "The unit of measure for the specified point radius": [
-            ""
-         ],
-         "Opacity": [
-            "Opacidad"
-         ],
-         "Opacity of all clusters, points, and labels. Between 0 and 1.": [
-            ""
-         ],
-         "Zoom": [
-            "Acercamiento"
-         ],
-         "Zoom level of the map": [
-            "Nivel de acercamiento del mapa"
-         ],
-         "Default latitude": [
-            "Latitud por defecto"
-         ],
-         "Latitude of default viewport": [
-            "Latitud de la ventana gráfica predeterminada"
-         ],
-         "Default longitude": [
-            "Longitud por defecto"
-         ],
-         "Longitude of default viewport": [
-            "Longitud de la ventana gráfica predeterminada"
-         ],
-         "Live render": [
-            ""
-         ],
-         "Points and clusters will update as viewport is being changed": [
-            ""
-         ],
-         "RGB Color": [
-            "Color RGB"
-         ],
-         "The color for points and clusters in RGB": [
-            ""
-         ],
-         "Ranges": [
-            "Rangos"
-         ],
-         "Ranges to highlight with shading": [
-            ""
-         ],
-         "Range labels": [
-            ""
-         ],
-         "Labels for the ranges": [
-            ""
-         ],
-         "Markers": [
-            "Marcadores"
-         ],
-         "List of values to mark with triangles": [
-            ""
-         ],
-         "Marker labels": [
-            "Etiquetas de Marcadores"
-         ],
-         "Labels for the markers": [
-            "Etiquetas para los Marcadores"
-         ],
-         "Marker lines": [
-            "Líneas de Marcadores"
-         ],
-         "List of values to mark with lines": [
-            ""
-         ],
-         "Marker line labels": [
-            "Etiquetas de Líneas para los Marcadores"
-         ],
-         "Labels for the marker lines": [
-            ""
-         ],
-         "Slice ID": [
-            ""
-         ],
-         "The id of the active slice": [
-            ""
-         ],
-         "Cache Timeout (seconds)": [
-            ""
-         ],
-         "The number of seconds before expiring the cache": [
-            ""
-         ],
-         "Order by entity id": [
-            ""
-         ],
-         "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [
-            ""
-         ],
-         "Minimum leaf node event count": [
-            ""
-         ],
-         "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [
-            ""
-         ],
-         "Color Scheme": [
-            ""
-         ],
-         "The color scheme for rendering chart": [
-            ""
-         ],
-         "Time": [
-            "Tiempo"
-         ],
-         "Time related form attributes": [
-            ""
-         ],
-         "Datasource & Chart Type": [
-            "Tipo de Fuente de Datos y Gráfico"
-         ],
-         "This section exposes ways to include snippets of SQL in your query": [
-            ""
-         ],
-         "Annotations": [
-            "Anotaciones"
-         ],
-         "Advanced Analytics": [
-            "Analíticas Avanzadas"
-         ],
-         "This section contains options that allow for advanced analytical post processing of query results": [
-            ""
-         ],
-         "Result Filters": [
-            ""
-         ],
-         "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [
-            ""
-         ],
-         "Chart Options": [
-            "Opciones de Gráfico"
-         ],
-         "Breakdowns": [
-            "Descomposiciones"
-         ],
-         "Defines how each series is broken down": [
-            ""
-         ],
-         "Pie Chart": [
-            "Gráfico Pastel"
-         ],
-         "Dual Axis Line Chart": [
-            ""
-         ],
-         "Y Axis 1": [
-            "Eje Y 1"
-         ],
-         "Y Axis 2": [
-            "Eje Y 2"
-         ],
-         "Left Axis Metric": [
-            ""
-         ],
-         "Choose a metric for left axis": [
-            ""
-         ],
-         "Left Axis Format": [
-            "Formato del Eje Izquierdo"
-         ],
-         "Axes": [
-            "Ejes"
-         ],
-         "GROUP BY": [
-            "AGRUPAR POR"
-         ],
-         "Use this section if you want a query that aggregates": [
-            ""
-         ],
-         "NOT GROUPED BY": [
-            "NO AGRUPADO POR"
-         ],
-         "Use this section if you want to query atomic rows": [
-            ""
-         ],
-         "Options": [
-            "Opciones"
-         ],
-         "Bubbles": [
-            "Burbujas"
-         ],
-         "Numeric Column": [
-            "Columna Numérica"
-         ],
-         "Select the numeric column to draw the histogram": [
-            ""
-         ],
-         "No of Bins": [
-            ""
-         ],
-         "Select number of bins for the histogram": [
-            ""
-         ],
-         "Primary Metric": [
-            "Métrica Primaria"
-         ],
-         "The primary metric is used to define the arc segment sizes": [
-            ""
-         ],
-         "Secondary Metric": [
-            "Métrica Segundaria"
-         ],
-         "This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups": [
-            ""
-         ],
-         "Hierarchy": [
-            "Jerarquía"
-         ],
-         "This defines the level of the hierarchy": [
-            ""
-         ],
-         "Source / Target": [
-            "Origen / Destino"
-         ],
-         "Choose a source and a target": [
-            ""
-         ],
-         "Chord Diagram": [
-            "Diagrama de Cuerdas"
-         ],
-         "Choose a number format": [
-            "Elige un formato numérico"
-         ],
-         "Source": [
-            "Fuente"
-         ],
-         "Choose a source": [
-            "Elige una fuente"
-         ],
-         "Target": [
-            "Destino"
-         ],
-         "Choose a target": [
-            "Elige un destino"
-         ],
-         "ISO 3166-2 codes of region/province/department": [
-            ""
-         ],
-         "It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)": [
-            ""
-         ],
-         "Country Control": [
-            "Control de País"
-         ],
-         "3 letter code of the country": [
-            ""
-         ],
-         "Metric for color": [
-            ""
-         ],
-         "Metric that defines the color of the country": [
-            ""
-         ],
-         "Bubble size": [
-            ""
-         ],
-         "Metric that defines the size of the bubble": [
-            ""
-         ],
-         "Filter Box": [
-            ""
-         ],
-         "Filter controls": [
-            ""
-         ],
-         "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [
-            ""
-         ],
-         "Heatmap Options": [
-            ""
-         ],
-         "Horizon": [
-            "Horizonte"
-         ],
-         "Points": [
-            "Puntos"
-         ],
-         "Labelling": [
-            "Etiquetando"
-         ],
-         "Visual Tweaks": [
-            ""
-         ],
-         "Viewport": [
-            ""
-         ],
-         "Longitude": [
-            "Longitud"
-         ],
-         "Column containing longitude data": [
-            ""
-         ],
-         "Latitude": [
-            "Latitud"
-         ],
-         "Column containing latitude data": [
-            ""
-         ],
-         "Cluster label aggregator": [
-            ""
-         ],
-         "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [
-            ""
-         ],
-         "Tooltip": [
-            "Ayuda"
-         ],
-         "Show a tooltip when hovering over points and clusters describing the label": [
-            ""
-         ],
-         "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [
-            ""
-         ],
-         "Event definition": [
-            "Definición evento"
-         ],
-         "Additional meta data": [
-            ""
-         ],
-         "Column containing entity ids": [
-            ""
-         ],
-         "e.g., a \"user id\" column": [
-            ""
-         ],
-         "Column containing event names": [
-            ""
-         ],
-         "Event count limit": [
-            ""
-         ],
-         "The maximum number of events to return, equivalent to number of rows": [
-            ""
-         ],
-         "Meta data": [
-            ""
-         ],
-         "Select any columns for meta data inspection": [
-            ""
-         ],
-         "The server could not be reached. You may want to verify your connection and try again.": [
-            ""
-         ],
-         "An unknown error occurred. (Status: %s )": [
-            ""
-         ],
-         "Favorites": [
-            "Favoritos"
-         ],
-         "Created Content": [
-            ""
-         ],
-         "Recent Activity": [
-            "Actividad Reciente"
-         ],
-         "Security & Access": [
-            "Acceso y Seguridad"
-         ],
-         "No slices": [
-            "Sin segmentos"
-         ],
-         "No dashboards": [
-            "Sin cuadros de mando"
-         ],
-         "Dashboards": [
-            "Cuadros de Mando"
-         ],
-         "Slices": [
-            "Segmentos"
-         ],
-         "No favorite slices yet, go click on stars!": [
-            ""
-         ],
-         "No favorite dashboards yet, go click on stars!": [
-            ""
-         ],
-         "Roles": [
-            "Roles"
-         ],
-         "Databases": [
-            "Bases de datos"
-         ],
-         "Datasources": [
-            "Fuentes de datos"
-         ],
-         "Profile picture provided by Gravatar": [
-            ""
-         ],
-         "joined": [
-            ""
-         ],
-         "id:": [
-            "id:"
-         ],
-         "Sorry, there appears to be no data": [
-            ""
-         ],
-         "Select [%s]": [
-            ""
-         ],
-         "No data was returned.": [
-            ""
-         ],
-         "List Druid Column": [
-            "Mostrar Columnas Druid"
-         ],
-         "Show Druid Column": [
-            "Mostrar Columna Druid"
-         ],
-         "Add Druid Column": [
-            "Añadir Columna Druid"
-         ],
-         "Edit Druid Column": [
-            "Editar Columna Druid"
-         ],
-         "Column": [
-            "Columna"
-         ],
-         "Type": [
-            "Tipo"
-         ],
-         "Groupable": [
-            "Agrupable"
-         ],
-         "Filterable": [
-            "Filtrable"
-         ],
-         "Count Distinct": [
-            "Contar Distintos"
-         ],
-         "Sum": [
-            "Suma"
-         ],
-         "Whether this column is exposed in the `Filters` section of the explore view.": [
-            ""
-         ],
-         "List Druid Metric": [
-            "Mostrar Métricas Druid"
-         ],
-         "Show Druid Metric": [
-            "Mostrar Métrica Druid"
-         ],
-         "Add Druid Metric": [
-            "Añadir Métricas Druid"
-         ],
-         "Edit Druid Metric": [
-            "Editar Métricas Druid"
-         ],
-         "Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric": [
-            ""
-         ],
-         "Verbose Name": [
-            "Nombre detallado"
-         ],
-         "JSON": [
-            "JSON"
-         ],
-         "Druid Datasource": [
-            "Fuente de datos Druid"
-         ],
-         "Warning Message": [
-            "Mensaje de Aviso"
-         ],
-         "List Druid Cluster": [
-            ""
-         ],
-         "Show Druid Cluster": [
-            ""
-         ],
-         "Add Druid Cluster": [
-            ""
-         ],
-         "Edit Druid Cluster": [
-            ""
-         ],
-         "Cluster": [
-            "Cluster"
-         ],
-         "Broker Host": [
-            ""
-         ],
-         "Broker Port": [
-            ""
-         ],
-         "Broker Endpoint": [
-            ""
-         ],
-         "Druid Clusters": [
-            ""
-         ],
-         "Sources": [
-            "Fuentes"
-         ],
-         "List Druid Datasource": [
-            "Mostrar Fuentes de Datos Druid"
-         ],
-         "Show Druid Datasource": [
-            "Mostrar Fuente de Datos Druid"
-         ],
-         "Add Druid Datasource": [
-            "Añadir Fuente de Datos Druid"
-         ],
-         "Edit Druid Datasource": [
-            "Editar Fuente de Datos Druid"
-         ],
-         "The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'": [
-            ""
-         ],
-         "Timezone offset (in hours) for this datasource": [
-            ""
-         ],
-         "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [
-            ""
-         ],
-         "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [
-            ""
-         ],
-         "Redirects to this endpoint when clicking on the datasource from the datasource list": [
-            ""
-         ],
-         "Associated Slices": [
-            "Segmentos Asociados"
-         ],
-         "Data Source": [
-            "Fuente de Datos"
-         ],
-         "Owner": [
-            "Propietario"
-         ],
-         "Is Hidden": [
-            "Está Escondida"
-         ],
-         "Enable Filter Select": [
-            ""
-         ],
-         "Default Endpoint": [
-            ""
-         ],
-         "Time Offset": [
-            ""
-         ],
-         "Cache Timeout": [
-            ""
-         ],
-         "Druid Datasources": [
-            "Fuentes de Datos Druid"
-         ],
-         "Scan New Datasources": [
-            "Buscar Nuevas Fuentes de Datos"
-         ],
-         "Refresh Druid Metadata": [
-            ""
-         ],
-         "Datetime column not provided as part table configuration and is required by this type of chart": [
-            ""
-         ],
-         "Empty query?": [
-            "¿Consulta vacía?"
-         ],
-         "Metric '{}' is not valid": [
-            ""
-         ],
-         "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [
-            ""
-         ],
-         "List Columns": [
-            "Mostrar Columnas"
-         ],
-         "Show Column": [
-            "Mostrar Columna"
-         ],
-         "Add Column": [
-            "Añadir Columna"
-         ],
-         "Edit Column": [
-            "Editar Columna"
-         ],
-         "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [
-            ""
-         ],
-         "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [
-            ""
-         ],
-         "Expression": [
-            "Expresión"
-         ],
-         "Is temporal": [
-            "Es temporal"
-         ],
-         "Datetime Format": [
-            "Formato FechaHora"
-         ],
-         "Database Expression": [
-            "Expresión de Base de Datos"
-         ],
-         "List Metrics": [
-            "Mostrar Métricas"
-         ],
-         "Show Metric": [
-            "Mostrar Métrica"
-         ],
-         "Add Metric": [
-            "Añadir Métrica"
-         ],
-         "Edit Metric": [
-            "Editar Métrica"
-         ],
-         "SQL Expression": [
-            "Expresión SQL"
-         ],
-         "D3 Format": [
-            "Formato D3"
-         ],
-         "Is Restricted": [
-            "Está Restringido"
-         ],
-         "List Tables": [
-            "Mostrar Tablas"
-         ],
-         "Show Table": [
-            "Mostrar Tabla"
-         ],
-         "Add Table": [
-            "Añadir Tabla"
-         ],
-         "Edit Table": [
-            "Esitar Tabla"
-         ],
-         "Name of the table that exists in the source database": [
-            ""
-         ],
-         "Schema, as used only in some databases like Postgres, Redshift and DB2": [
-            ""
-         ],
-         "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [
-            ""
-         ],
-         "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [
-            ""
-         ],
-         "Redirects to this endpoint when clicking on the table from the table list": [
-            ""
-         ],
-         "Changed By": [
-            "Cambiado por"
-         ],
-         "Database": [
-            "Base de datos"
-         ],
-         "Last Changed": [
-            ""
-         ],
-         "Schema": [
-            "Esquema"
-         ],
-         "Offset": [
-            ""
-         ],
-         "Table Name": [
-            "Nombre Tabla"
-         ],
-         "Fetch Values Predicate": [
-            ""
-         ],
-         "Main Datetime Column": [
-            ""
-         ],
-         "Table [{}] could not be found, please double check your database connection, schema, and table name": [
-            ""
-         ],
-         "The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.": [
-            ""
-         ],
-         "Tables": [
-            "Tablas"
-         ],
-         "Profile": [
-            "Perfil"
-         ],
-         "Logout": [
-            "Salir"
-         ],
-         "Login": [
-            "Acceder"
-         ],
-         "Record Count": [
-            "Número de Registros"
-         ],
-         "No records found": [
-            "No se encontrarón registros"
-         ],
-         "Import": [
-            "Importar"
-         ],
-         "No Access!": [
-            "Sin Acceso!"
-         ],
-         "You do not have permissions to access the datasource(s): %(name)s.": [
-            ""
-         ],
-         "Request Permissions": [
-            "Solicitar Permisos"
-         ],
-         "Welcome!": [
-            "Bienvenid@!"
-         ],
-         "Test Connection": [
-            "Probar Conexión"
-         ],
-         "Manage": [
-            "Administrar"
-         ],
-         "Datasource %(name)s already exists": [
-            ""
-         ],
-         "json isn't valid": [
-            "no es json válido"
-         ],
-         "Delete": [
-            "Eliminar"
-         ],
-         "Delete all Really?": [
-            "¿Realmente quieres borrar todo?"
-         ],
-         "This endpoint requires the `all_datasource_access` permission": [
-            ""
-         ],
-         "The datasource seems to have been deleted": [
-            ""
-         ],
-         "The access requests seem to have been deleted": [
-            ""
-         ],
-         "The user seems to have been deleted": [
-            ""
-         ],
-         "You don't have access to this datasource": [
-            ""
-         ],
-         "This view requires the database %(name)s or `all_datasource_access` permission": [
-            ""
-         ],
-         "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [
-            ""
-         ],
-         "List Databases": [
-            "Mostrar Bases de Datos"
-         ],
-         "Show Database": [
-            "Mostrar Base de Datos"
-         ],
-         "Add Database": [
-            "Añadir Base de Datos"
-         ],
-         "Edit Database": [
-            "Editar Base de Datos"
-         ],
-         "Expose this DB in SQL Lab": [
-            "Mostrar esta base de datos en el laboratorio SQL"
-         ],
-         "Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)": [
-            ""
-         ],
-         "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [
-            ""
-         ],
-         "Allow CREATE TABLE AS option in SQL Lab": [
-            ""
-         ],
-         "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [
-            ""
-         ],
-         "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [
-            ""
-         ],
-         "All the queries in Sql Lab are going to be executed on behalf of currently authorized user.": [
-            ""
-         ],
-         "Expose in SQL Lab": [
-            "Mostrar en el laboratorio SQL"
-         ],
-         "Allow CREATE TABLE AS": [
-            "Permitir CREATE TABLE AS"
-         ],
-         "Allow DML": [
-            "Permitir DML"
-         ],
-         "CTAS Schema": [
-            "Esquema CTAS"
-         ],
-         "Creator": [
-            "Creador"
-         ],
-         "SQLAlchemy URI": [
-            ""
-         ],
-         "Extra": [
-            "Extra"
-         ],
-         "Allow Run Sync": [
-            ""
-         ],
-         "Allow Run Async": [
-            ""
-         ],
-         "Impersonate queries to the database": [
-            ""
-         ],
-         "Import Dashboards": [
-            "Importar Cuadros de Mando"
-         ],
-         "User": [
-            "Usuario"
-         ],
-         "User Roles": [
-            "Roles de Usuario"
-         ],
-         "Database URL": [
-            "URL de la Base de datos"
-         ],
-         "Roles to grant": [
-            ""
-         ],
-         "Created On": [
-            "Creado el"
-         ],
-         "Access requests": [
-            "Solicitudes de Acceso"
-         ],
-         "Security": [
-            "Seguridad"
-         ],
-         "List Slices": [
-            "Mostrar Segmentos"
-         ],
-         "Show Slice": [
-            "Mostrar Segmento"
-         ],
-         "Add Slice": [
-            "Añadir Segmento"
-         ],
-         "Edit Slice": [
-            "Esitar Segmento"
-         ],
-         "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [
-            ""
-         ],
-         "Duration (in seconds) of the caching timeout for this slice.": [
-            ""
-         ],
-         "Last Modified": [
-            ""
-         ],
-         "Owners": [
-            "Propietarios"
-         ],
-         "Parameters": [
-            "Parámetros"
-         ],
-         "Slice": [
-            "Segmento"
-         ],
-         "List Dashboards": [
-            "Mostrar Cuadros de Mando"
-         ],
-         "Show Dashboard": [
-            "Mostrar Cuadro de Mando"
-         ],
-         "Add Dashboard": [
-            "Añadir Cuadro de Mando"
-         ],
-         "Edit Dashboard": [
-            "Editar Cuadro de Mando"
-         ],
-         "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [
-            ""
-         ],
-         "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [
-            ""
-         ],
-         "To get a readable URL for your dashboard": [
-            ""
-         ],
-         "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [
-            ""
-         ],
-         "Owners is a list of users who can alter the dashboard.": [
-            ""
-         ],
-         "Dashboard": [
-            "Cuadro de Mando"
-         ],
-         "Slug": [
-            ""
-         ],
-         "Position JSON": [
-            ""
-         ],
-         "JSON Metadata": [
-            "Metadatos JSON"
-         ],
-         "Underlying Tables": [
-            ""
-         ],
-         "Export": [
-            "Exportar"
-         ],
-         "Export dashboards?": [
-            "¿Exportar Cuadros de Mando?"
-         ],
-         "Action": [
-            "Acción"
-         ],
-         "dttm": [
-            "dttm"
-         ],
-         "Action Log": [
-            "Registro Acciones"
-         ],
-         "Access was requested": [
-            "Se ha solicitado Acceso"
-         ],
-         "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [
-            ""
-         ],
-         "Role %(r)s was extended to provide the access to the datasource %(ds)s": [
-            ""
-         ],
-         "You have no permission to approve this request": [
-            ""
-         ],
-         "Malformed request. slice_id or table_name and db_name arguments are expected": [
-            ""
-         ],
-         "Slice %(id)s not found": [
-            ""
-         ],
-         "Table %(t)s wasn't found in the database %(d)s": [
-            ""
-         ],
-         "Can't find User '%(name)s', please ask your admin to create one.": [
-            ""
-         ],
-         "Can't find DruidCluster with cluster_name = '%(name)s'": [
-            ""
-         ],
-         "Query record was not created as expected.": [
-            "El registro de consulta no se creó como se esperaba."
-         ],
-         "Template Name": [
-            "Nombre Plantilla"
-         ],
-         "CSS Templates": [
-            "Plantillas CSS"
-         ],
-         "SQL Editor": [
-            "Editor SQL"
-         ],
-         "SQL Lab": [
-            "Laboratorio SQL"
-         ],
-         "Query Search": [
-            "Consulta de Búsqueda"
-         ],
-         "Status": [
-            "Estado"
-         ],
-         "Start Time": [
-            "Hora Inicio"
-         ],
-         "End Time": [
-            "Hora Fin"
-         ],
-         "Queries": [
-            "Consultas"
-         ],
-         "List Saved Query": [
-            "Mostrar Consultas Guardadas"
-         ],
-         "Show Saved Query": [
-            "Mostrar Consulta Guardada"
-         ],
-         "Add Saved Query": [
-            "Añadir Consulta Guardada"
-         ],
-         "Edit Saved Query": [
-            "Editar Consulta Guardada"
-         ],
-         "Pop Tab Link": [
-            ""
-         ],
-         "Changed on": [
-            "Cambiado el"
-         ],
-         "Saved Queries": [
-            " Consultas Guardadas"
-         ]
-      }
-   }
-}
\ No newline at end of file
+  "domain": "superset",
+  "locale_data": {
+    "superset": {
+      "": {
+        "domain": "superset",
+        "plural_forms": "nplurals=2; plural=(n != 1)",
+        "lang": "es"
+      },
+      "Time Column": ["Columna de Tiempo"],
+      "second": ["segundo"],
+      "minute": ["minuto"],
+      "hour": ["hora"],
+      "day": ["día"],
+      "week": ["semana"],
+      "month": ["mes"],
+      "quarter": ["trimestre"],
+      "year": ["año"],
+      "week_start_monday": ["semana_empieza_lunes"],
+      "week_ending_saturday": ["semana_termina_sábado"],
+      "week_start_sunday": ["semana_empieza_domingo"],
+      "5 minute": ["5 minutos"],
+      "half hour": ["media hora"],
+      "10 minute": ["10 minutos"],
+      "[Superset] Access to the datasource %(name)s was granted": [
+        "Se ha otorgado Acceso [Superset] a la fuente de datos %(name)"
+      ],
+      "Viz is missing a datasource": ["Falta una fuente de datos"],
+      "From date cannot be larger than to date": [
+        "La fecha de inicio no puede ser superior a la de fin"
+      ],
+      "Table View": ["Vista de Tabla"],
+      "Pick a granularity in the Time section or uncheck 'Include Time'": [
+        "Elige una granularidad en la sección de tiempo o desmarca 'Incluir tiempo'"
+      ],
+      "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
+        ""
+      ],
+      "Pivot Table": ["Tabla Dinámica"],
+      "Please choose at least one \"Group by\" field ": [""],
+      "Please choose at least one metric": [""],
+      "'Group By' and 'Columns' can't overlap": [""],
+      "Markup": ["Texto con Formato"],
+      "Separator": ["Separador"],
+      "Word Cloud": ["Nube de Etiquetas"],
+      "Treemap": ["Mapa de Arbol"],
+      "Calendar Heatmap": ["Mapa de Calor del Calendario"],
+      "Box Plot": ["Diagrama de Caja"],
+      "Bubble Chart": ["Gráfico de Burbujas"],
+      "Pick a metric for x, y and size": [
+        "Elige una métrica y tamaño para x, y "
+      ],
+      "Bullet Chart": ["Grafico de Puntos"],
+      "Pick a metric to display": ["Elige una métrica para mostrar"],
+      "Big Number with Trendline": ["Número Grande con Línea de Tendencia"],
+      "Pick a metric!": ["Elige una métrica!"],
+      "Big Number": ["Número Grande"],
+      "Time Series - Line Chart": ["Serie Temporal - Gráfico de Líneas"],
+      "Pick a time granularity for your time series": [""],
+      "Time Series - Dual Axis Line Chart": [""],
+      "Pick a metric for left axis!": [""],
+      "Pick a metric for right axis!": [""],
+      "Please choose different metrics on left and right axis": [""],
+      "Time Series - Bar Chart": [""],
+      "Time Series - Percent Change": [""],
+      "Time Series - Stacked": [""],
+      "Distribution - NVD3 - Pie Chart": [""],
+      "Histogram": ["Histograma"],
+      "Must have one numeric column specified": [""],
+      "Distribution - Bar Chart": [""],
+      "Can't have overlap between Series and Breakdowns": [""],
+      "Pick at least one metric": [""],
+      "Pick at least one field for [Series]": [""],
+      "Sunburst": [""],
+      "Sankey": [""],
+      "Pick exactly 2 columns as [Source / Target]": [""],
+      "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
+        ""
+      ],
+      "Directed Force Layout": [""],
+      "Pick exactly 2 columns to 'Group By'": [""],
+      "Country Map": ["Mapa de País"],
+      "World Map": ["Mapa Mundial"],
+      "Filters": ["Filtros"],
+      "Pick at least one filter field": ["Elige al menos un campo de filtro"],
+      "iFrame": ["iFrame"],
+      "Parallel Coordinates": ["Coordenadas Paralelas"],
+      "Heatmap": ["Mapa de Calor"],
+      "Horizon Charts": ["Gráficos de Horizontes"],
+      "Mapbox": ["Caja de Mapa"],
+      "Must have a [Group By] column to have 'count' as the [Label]": [""],
+      "Choice of [Label] must be present in [Group By]": [""],
+      "Choice of [Point Radius] must be present in [Group By]": [""],
+      "[Longitude] and [Latitude] columns must be present in [Group By]": [""],
+      "Event flow": ["Flujo de Evento"],
+      "Time Series - Paired t-test": ["Serie Temportal - Prueba-T Pareada"],
+      "Your query was saved": ["Tu consulta fue guardada"],
+      "Your query could not be saved": ["Tu consulta no pudo ser guardada"],
+      "Failed at retrieving results from the results backend": [""],
+      "Could not connect to server": [""],
+      "Your session timed out, please refresh your page and try again.": [""],
+      "Query was stopped.": ["La consulta ha sido detenida."],
+      "Failed at stopping query.": ["No se ha podido detener la consulta."],
+      "Error occurred while fetching table metadata": [""],
+      "shared query": ["consulta compartida"],
+      "The query couldn't be loaded": [""],
+      "An error occurred while creating the data source": [""],
+      "Pick a chart type!": ["Elige un tipo de gráfico!"],
+      "To use this chart type you need at least one column flagged as a date": [
+        ""
+      ],
+      "To use this chart type you need at least one dimension": [""],
+      "To use this chart type you need at least one aggregation function": [""],
+      "Untitled Query": ["Consulta sin Nombre"],
+      "Copy of %s": ["Copia de %s"],
+      "share query": ["compartir consulta"],
+      "copy URL to clipboard": ["copiar URL al portapapeles"],
+      "Raw SQL": ["SQL Directo"],
+      "Source SQL": ["Fuente SQL"],
+      "SQL": ["SQL"],
+      "No query history yet...": ["No hay histórico de consultas"],
+      "It seems you don't have access to any database": [""],
+      "Search Results": ["Buscar Resultados"],
+      "[From]-": [""],
+      "[To]-": [""],
+      "[Query Status]": [""],
+      "Search": ["Buscar"],
+      "Open in SQL Editor": ["Abrir en el Editor SQL"],
+      "view results": ["ver resultados"],
+      "Data preview": ["Previsualización de Datos"],
+      "Visualize the data out of this query": [""],
+      "Overwrite text in editor with a query on this table": [""],
+      "Run query in a new tab": ["Ejecutar consulta en otra pestaña"],
+      "Remove query from log": ["Eliminar consulta del historial"],
+      ".CSV": [".CSV"],
+      "Visualize": ["Visualizar"],
+      "Table": ["Tabla"],
+      "was created": [""],
+      "Query in a new tab": ["Consultar en otra pestaña"],
+      "Fetch data preview": [""],
+      "Track Job": [""],
+      "Loading...": ["Cargando..."],
+      "Run Selected Query": [""],
+      "Run Query": ["Ejecutar consulta"],
+      "Run query asynchronously": [""],
+      "Stop": ["Detener"],
+      "Undefined": ["Indefinido"],
+      "Label": ["Etiqueta"],
+      "Label for your query": [""],
+      "Description": [""],
+      "Write a description for your query": [""],
+      "Save": ["Guardar"],
+      "Cancel": ["Cancelar"],
+      "Save Query": ["Guardar Consulta"],
+      "Run a query to display results here": [""],
+      "Preview for %s": [""],
+      "Results": ["Resultados"],
+      "Query History": ["Historial de la Consulta"],
+      "Create table as with query results": [""],
+      "new table name": ["nuevo nombre de tabla"],
+      "Error while fetching table list": [
+        "Error recuperando la lista de tablas"
+      ],
+      "Error while fetching schema list": [
+        "Error recuperando la lista de esquemas"
+      ],
+      "Error while fetching database list": [
+        "Error recuperando la lista de bases de datos"
+      ],
+      "Database:": ["Base de datos:"],
+      "Select a database": ["Selecciona una base de datos"],
+      "Select a schema (%s)": [""],
+      "Schema:": ["Esquema:"],
+      "Add a table (%s)": [""],
+      "Type to search ...": [""],
+      "Reset State": [""],
+      "Enter a new title for the tab": [""],
+      "Untitled Query %s": [""],
+      "close tab": ["cerrar pestaña"],
+      "rename tab": ["renombrar pestaña"],
+      "expand tool bar": ["expandir la barra de herramientas"],
+      "hide tool bar": ["esconder la barra de herramientas"],
+      "Copy partition query to clipboard": [""],
+      "latest partition:": [""],
+      "Keys for table": [""],
+      "View keys & indexes (%s)": [""],
+      "Sort columns alphabetically": [""],
+      "Original table column order": [""],
+      "Copy SELECT statement to clipboard": [""],
+      "Remove table preview": [""],
+      "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
+        ""
+      ],
+      "AS my_alias": [""],
+      "using only alphanumeric characters and underscores": [""],
+      "Creating a data source and popping a new tab": [""],
+      "No results available for this query": [""],
+      "Chart Type": ["Tipo Gráfico"],
+      "[Chart Type]": [""],
+      "Datasource Name": ["Nombre de la Fuente de Datos"],
+      "datasource name": ["nombre de la fuente de datos"],
+      "Select ...": ["Selecciona ..."],
+      "Loaded data cached": [""],
+      "Loaded from cache": [""],
+      "Click to force-refresh": [""],
+      "Copy to clipboard": ["Copiar al portapapeles"],
+      "Not successful": ["Sin éxito"],
+      "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""],
+      "Copied!": ["Copiado!"],
+      "Title": ["Título"],
+      "click to edit title": [""],
+      "You don't have the rights to alter this title.": [""],
+      "Click to favorite/unfavorite": [""],
+      "You have unsaved changes.": [""],
+      "Click the": [""],
+      "button on the top right to save your changes.": [""],
+      "Served from data cached %s . Click to force refresh.": [""],
+      "Click to force refresh": [""],
+      "Error": ["Error"],
+      "Sorry, there was an error adding slices to this dashboard: %s": [""],
+      "Active Dashboard Filters": [""],
+      "Checkout this dashboard: %s": [""],
+      "Force refresh the whole dashboard": [""],
+      "Edit this dashboard's properties": [""],
+      "Load a template": ["Cargar una plantilla"],
+      "Load a CSS template": ["Cargar una plantilla CSS"],
+      "CSS": ["CSS"],
+      "Live CSS Editor": ["Editor CSS"],
+      "Don't refresh": ["No Actualizar"],
+      "10 seconds": ["10 segundos"],
+      "30 seconds": ["30 segundos"],
+      "1 minute": ["1 minuto"],
+      "5 minutes": ["5 minutos"],
+      "Refresh Interval": ["Intérvalo Actualización"],
+      "Choose the refresh frequency for this dashboard": [""],
+      "This dashboard was saved successfully.": [""],
+      "Sorry, there was an error saving this dashboard: ": [""],
+      "You must pick a name for the new dashboard": [""],
+      "Save Dashboard": [""],
+      "Overwrite Dashboard [%s]": [""],
+      "Save as:": ["Guardar como:"],
+      "[dashboard name]": [""],
+      "Name": ["Nombre"],
+      "Viz": ["Viz"],
+      "Modified": ["Modificado"],
+      "Add Slices": ["Añadir Segmentos"],
+      "Add a new slice to the dashboard": [""],
+      "Add Slices to Dashboard": [""],
+      "Move chart": ["Mover gráfico"],
+      "Force refresh data": [""],
+      "Toggle chart description": [""],
+      "Edit chart": ["Editar gráfico"],
+      "Export CSV": ["Exportar CSV"],
+      "Explore chart": ["Explorar gráfico"],
+      "Remove chart from dashboard": [""],
+      "%s - untitled": [""],
+      "Edit slice properties": [""],
+      "description": ["descripción"],
+      "bolt": ["tornillo"],
+      "Error...": ["Error..."],
+      "Query": ["Consulta"],
+      "Height": ["Altura"],
+      "Width": ["Anchura"],
+      "Export to .json": ["Exportar a .json"],
+      "Export to .csv format": ["Exportar a .csv"],
+      "Please enter a slice name": [""],
+      "Please select a dashboard": [""],
+      "Please enter a dashboard name": [""],
+      "Save A Slice": ["Guardar un Segmento"],
+      "Overwrite slice %s": [""],
+      "Save as": ["Guardar como"],
+      "[slice name]": [""],
+      "Do not add to a dashboard": ["No añadir a un cuadro de mando"],
+      "Add slice to existing dashboard": [
+        "Añadir a un cuadro de mando existente"
+      ],
+      "Add to new dashboard": ["Añadir a un nuevo cuadro de mando"],
+      "Save & go to dashboard": ["Guardar e ir al cuadro de mando"],
+      "Check out this slice: %s": [""],
+      "`Min` value should be numeric or empty": [
+        "El valor `Mín` debe ser numérico o vacío"
+      ],
+      "`Max` value should be numeric or empty": [
+        "El valor `Máx` debe ser numérico o vacío"
+      ],
+      "Min": ["Mín"],
+      "Max": ["Máx"],
+      "Something went wrong while fetching the datasource list": [""],
+      "Click to point to another datasource": [""],
+      "Edit the datasource's configuration": [""],
+      "Select a datasource": ["Selecciona una fuente de datos"],
+      "Search / Filter": ["Buscar / Filtrar"],
+      "Filter value": ["Valor del Filtro"],
+      "Select metric": ["Selecciona la métrica"],
+      "Select column": ["Selecciona la columna"],
+      "Select operator": ["Selecciona el operador"],
+      "Add Filter": ["Añadir Filtro"],
+      "Error while fetching data": ["Error recuperando datos"],
+      "Select %s": [""],
+      "textarea": ["área de texto"],
+      "Edit": ["Editar"],
+      "in modal": [""],
+      "Select a visualization type": ["Selecciona un tipo de visualización"],
+      "Updating chart was stopped": [
+        "La actualización del gráfico ha sido detenida"
+      ],
+      "An error occurred while rendering the visualization: %s": [""],
+      "Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is to large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.": [
+        ""
+      ],
+      "Network error.": ["Error de red."],
+      "A reference to the [Time] configuration, taking granularity into account": [
+        ""
+      ],
+      "Group by": ["Agrupar por"],
+      "One or many controls to group by": [""],
+      "Datasource": ["Fuente de datos"],
+      "Visualization Type": ["Tipo de Visualización"],
+      "The type of visualization to display": [""],
+      "Metrics": ["Métricas"],
+      "One or many metrics to display": [""],
+      "Y Axis Bounds": ["Límites del Eje Y"],
+      "Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [
+        ""
+      ],
+      "Ordering": [""],
+      "Annotation Layers": ["Capas de Anotación"],
+      "Annotation layers to overlay on the visualization": [""],
+      "Select a annotation layer": ["Selecciona una capa de anotación"],
+      "Error while fetching annotation layers": [""],
+      "Metric": ["Métrica"],
+      "Choose the metric": ["Elige la métrica"],
+      "Right Axis Metric": [""],
+      "Choose a metric for right axis": [""],
+      "Stacked Style": [""],
+      "Linear Color Scheme": [""],
+      "Normalize Across": [""],
+      "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [
+        ""
+      ],
+      "Horizon Color Scale": [""],
+      "Defines how the color are attributed.": [""],
+      "Rendering": [""],
+      "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [
+        ""
+      ],
+      "XScale Interval": ["Intervalo Escala X"],
+      "Number of steps to take between ticks when displaying the X scale": [""],
+      "YScale Interval": ["Intervalo Escala Y"],
+      "Number of steps to take between ticks when displaying the Y scale": [""],
+      "Include Time": ["Incluir Tiempo"],
+      "Whether to include the time granularity as defined in the time section": [
+        ""
+      ],
+      "Stacked Bars": [""],
+      "Show totals": ["Mostrar Totales"],
+      "Display total row/column": [""],
+      "Show Markers": ["Mostrar Marcadores"],
+      "Show data points as circle markers on the lines": [""],
+      "Bar Values": [""],
+      "Show the value on top of the bar": [""],
+      "Sort Bars": [""],
+      "Sort bars by x labels.": [""],
+      "Combine Metrics": ["Combinar Métricas"],
+      "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [
+        ""
+      ],
+      "Extra Controls": [""],
+      "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [
+        ""
+      ],
+      "Reduce X ticks": [""],
+      "Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [
+        ""
+      ],
+      "Include Series": [""],
+      "Include series name as an axis": [""],
+      "Color Metric": [""],
+      "A metric to use for color": [""],
+      "Country Name": ["Nombre País"],
+      "The name of country that Superset should display": [""],
+      "Country Field Type": ["Tipo de Campo de País"],
+      "The country code standard that Superset should expect to find in the [country] column": [
+        ""
+      ],
+      "Columns": ["Columnas"],
+      "One or many controls to pivot as columns": [""],
+      "Columns to display": [""],
+      "Origin": ["Origen"],
+      "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [
+        ""
+      ],
+      "Bottom Margin": [""],
+      "Bottom margin, in pixels, allowing for more room for axis labels": [""],
+      "Left Margin": ["Margen Izquierdo"],
+      "Left margin, in pixels, allowing for more room for axis labels": [""],
+      "Time Granularity": ["Granularidad de Tiempo"],
+      "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [
+        ""
+      ],
+      "Domain": ["Dominio"],
+      "The time unit used for the grouping of blocks": [""],
+      "Subdomain": ["Subdominio"],
+      "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [
+        ""
+      ],
+      "Link Length": [""],
+      "Link length in the force layout": [""],
+      "Charge": [""],
+      "Charge in the force layout": [""],
+      "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table or. Also note that the filter below is applied against this column or expression": [
+        ""
+      ],
+      "Time Grain": ["Granularidad Temporal"],
+      "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [
+        ""
+      ],
+      "Resample Rule": [""],
+      "Pandas resample rule": [""],
+      "Resample How": [""],
+      "Pandas resample how": [""],
+      "Resample Fill Method": [""],
+      "Pandas resample fill method": [""],
+      "Since": ["desde"],
+      "7 days ago": ["Hace 7 días"],
+      "Until": ["Hasta"],
+      "Max Bubble Size": [""],
+      "Whisker/outlier options": [""],
+      "Determines how whiskers and outliers are calculated.": [""],
+      "Ratio": ["Proporción"],
+      "Target aspect ratio for treemap tiles.": [""],
+      "Number format": ["Formato numérico"],
+      "Row limit": ["Límite filas"],
+      "Series limit": [""],
+      "Limits the number of time series that get displayed": [""],
+      "Sort By": ["Ordenar por"],
+      "Metric used to define the top series": [""],
+      "Rolling": [""],
+      "Defines a rolling window function to apply, works along with the [Periods] text box": [
+        ""
+      ],
+      "Periods": [""],
+      "Defines the size of the rolling window function, relative to the time granularity selected": [
+        ""
+      ],
+      "Min Periods": [""],
+      "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [
+        ""
+      ],
+      "Series": ["Series"],
+      "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [
+        ""
+      ],
+      "Entity": ["Entidad"],
+      "This defines the element to be plotted on the chart": [""],
+      "X Axis": ["Eje X"],
+      "Metric assigned to the [X] axis": [""],
+      "Y Axis": ["Eje Y"],
+      "Metric assigned to the [Y] axis": [""],
+      "Bubble Size": ["Tamaño burbuja"],
+      "URL": ["URL"],
+      "The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.": [
+        ""
+      ],
+      "X Axis Label": ["Etiqueta Eje X"],
+      "Y Axis Label": ["Etiqueta Eje Y"],
+      "Custom WHERE clause": ["Cláusula WHERE personalizada"],
+      "The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Custom HAVING clause": ["Cláusula HAVING personalizada"],
+      "The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Comparison Period Lag": [""],
+      "Based on granularity, number of time periods to compare against": [""],
+      "Comparison suffix": [""],
+      "Suffix to apply after the percentage display": [""],
+      "Table Timestamp Format": [""],
+      "Timestamp Format": [""],
+      "Series Height": [""],
+      "Pixel height of each series": [""],
+      "Page Length": ["Longitud de Página"],
+      "Rows per page, 0 means no pagination": [""],
+      "X Axis Format": ["Formato Eje X"],
+      "Y Axis Format": ["Formato Eje Y"],
+      "Right Axis Format": [""],
+      "Markup Type": [""],
+      "Pick your favorite markup language": [""],
+      "Rotation": ["Rotación"],
+      "Rotation to apply to words in the cloud": [""],
+      "Line Style": ["Estilo Línea"],
+      "Line interpolation as defined by d3.js": [""],
+      "Label Type": ["Tipo Etiqueta"],
+      "What should be shown on the label?": [""],
+      "Code": ["Código"],
+      "Put your code here": ["Pon tu código aquí"],
+      "Aggregation function": ["Función de agregación"],
+      "Aggregate function to apply when pivoting and computing the total rows and columns": [
+        ""
+      ],
+      "Font Size From": [""],
+      "Font size for the smallest value in the list": [""],
+      "Font Size To": [""],
+      "Font size for the biggest value in the list": [""],
+      "Instant Filtering": [""],
+      "Range Filter": ["Filtro de Rango"],
+      "Whether to display the time range interactive selector": [""],
+      "Date Filter": ["Filtro de Fecha"],
+      "Whether to include a time filter": [""],
+      "Data Table": ["Tabla de Datos"],
+      "Whether to display the interactive data table": [""],
+      "Search Box": ["Caja de Búsqueda"],
+      "Whether to include a client side search box": [""],
+      "Table Filter": ["Filtro de Tabla"],
+      "Whether to apply filter when table cell is clicked": [""],
+      "Show Bubbles": ["Mostrar Burbujas"],
+      "Whether to display bubbles on top of countries": [""],
+      "Legend": ["Leyenda"],
+      "Whether to display the legend (toggles)": [""],
+      "X bounds": ["Límites X"],
+      "Whether to display the min and max values of the X axis": [""],
+      "Y bounds": ["Límites Y"],
+      "Whether to display the min and max values of the Y axis": [""],
+      "Rich Tooltip": [""],
+      "The rich tooltip shows a list of all series for that point in time": [
+        ""
+      ],
+      "Y Log Scale": ["Escala Logarítmica Y"],
+      "Use a log scale for the Y axis": [""],
+      "X Log Scale": ["Escala Logarítmica X"],
+      "Use a log scale for the X axis": [""],
+      "Donut": ["Donut"],
+      "Do you want a donut or a pie?": ["¿Quieres un donut o un pastel?"],
+      "Put labels outside": ["Poner las etiquetas fuera"],
+      "Put the labels outside the pie?": [""],
+      "Contribution": ["Contribución"],
+      "Compute the contribution to the total": [""],
+      "Period Ratio": ["Ratio de Periodo"],
+      "[integer] Number of period to compare against, this is relative to the granularity selected": [
+        ""
+      ],
+      "Period Ratio Type": ["Tipo de Ratio de Periodo"],
+      "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [
+        ""
+      ],
+      "Time Shift": [""],
+      "Overlay a timeseries from a relative time period. Expects relative time delta in natural language (example:  24 hours, 7 days, 56 weeks, 365 days)": [
+        ""
+      ],
+      "Subheader": ["Sub-encabezado"],
+      "Description text that shows up below your Big Number": [""],
+      "label": ["etiqueta"],
+      "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [
+        ""
+      ],
+      "Map Style": ["Estilo Mapa"],
+      "Base layer map style": [""],
+      "Clustering Radius": [""],
+      "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [
+        ""
+      ],
+      "Point Radius": [""],
+      "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [
+        ""
+      ],
+      "Point Radius Unit": [""],
+      "The unit of measure for the specified point radius": [""],
+      "Opacity": ["Opacidad"],
+      "Opacity of all clusters, points, and labels. Between 0 and 1.": [""],
+      "Zoom": ["Acercamiento"],
+      "Zoom level of the map": ["Nivel de acercamiento del mapa"],
+      "Default latitude": ["Latitud por defecto"],
+      "Latitude of default viewport": [
+        "Latitud de la ventana gráfica predeterminada"
+      ],
+      "Default longitude": ["Longitud por defecto"],
+      "Longitude of default viewport": [
+        "Longitud de la ventana gráfica predeterminada"
+      ],
+      "Live render": [""],
+      "Points and clusters will update as viewport is being changed": [""],
+      "RGB Color": ["Color RGB"],
+      "The color for points and clusters in RGB": [""],
+      "Ranges": ["Rangos"],
+      "Ranges to highlight with shading": [""],
+      "Range labels": [""],
+      "Labels for the ranges": [""],
+      "Markers": ["Marcadores"],
+      "List of values to mark with triangles": [""],
+      "Marker labels": ["Etiquetas de Marcadores"],
+      "Labels for the markers": ["Etiquetas para los Marcadores"],
+      "Marker lines": ["Líneas de Marcadores"],
+      "List of values to mark with lines": [""],
+      "Marker line labels": ["Etiquetas de Líneas para los Marcadores"],
+      "Labels for the marker lines": [""],
+      "Slice ID": [""],
+      "The id of the active slice": [""],
+      "Cache Timeout (seconds)": [""],
+      "The number of seconds before expiring the cache": [""],
+      "Order by entity id": [""],
+      "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [
+        ""
+      ],
+      "Minimum leaf node event count": [""],
+      "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [
+        ""
+      ],
+      "Color Scheme": [""],
+      "The color scheme for rendering chart": [""],
+      "Time": ["Tiempo"],
+      "Time related form attributes": [""],
+      "Datasource & Chart Type": ["Tipo de Fuente de Datos y Gráfico"],
+      "This section exposes ways to include snippets of SQL in your query": [
+        ""
+      ],
+      "Annotations": ["Anotaciones"],
+      "Advanced Analytics": ["Analíticas Avanzadas"],
+      "This section contains options that allow for advanced analytical post processing of query results": [
+        ""
+      ],
+      "Result Filters": [""],
+      "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [
+        ""
+      ],
+      "Chart Options": ["Opciones de Gráfico"],
+      "Breakdowns": ["Descomposiciones"],
+      "Defines how each series is broken down": [""],
+      "Pie Chart": ["Gráfico Pastel"],
+      "Dual Axis Line Chart": [""],
+      "Y Axis 1": ["Eje Y 1"],
+      "Y Axis 2": ["Eje Y 2"],
+      "Left Axis Metric": [""],
+      "Choose a metric for left axis": [""],
+      "Left Axis Format": ["Formato del Eje Izquierdo"],
+      "Axes": ["Ejes"],
+      "GROUP BY": ["AGRUPAR POR"],
+      "Use this section if you want a query that aggregates": [""],
+      "NOT GROUPED BY": ["NO AGRUPADO POR"],
+      "Use this section if you want to query atomic rows": [""],
+      "Options": ["Opciones"],
+      "Bubbles": ["Burbujas"],
+      "Numeric Column": ["Columna Numérica"],
+      "Select the numeric column to draw the histogram": [""],
+      "No of Bins": [""],
+      "Select number of bins for the histogram": [""],
+      "Primary Metric": ["Métrica Primaria"],
+      "The primary metric is used to define the arc segment sizes": [""],
+      "Secondary Metric": ["Métrica Segundaria"],
+      "This secondary metric is used to define the color as a ratio against the primary metric. If the two metrics match, color is mapped level groups": [
+        ""
+      ],
+      "Hierarchy": ["Jerarquía"],
+      "This defines the level of the hierarchy": [""],
+      "Source / Target": ["Origen / Destino"],
+      "Choose a source and a target": [""],
+      "Chord Diagram": ["Diagrama de Cuerdas"],
+      "Choose a number format": ["Elige un formato numérico"],
+      "Source": ["Fuente"],
+      "Choose a source": ["Elige una fuente"],
+      "Target": ["Destino"],
+      "Choose a target": ["Elige un destino"],
+      "ISO 3166-2 codes of region/province/department": [""],
+      "It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)": [
+        ""
+      ],
+      "Country Control": ["Control de País"],
+      "3 letter code of the country": [""],
+      "Metric for color": [""],
+      "Metric that defines the color of the country": [""],
+      "Bubble size": [""],
+      "Metric that defines the size of the bubble": [""],
+      "Filter Box": [""],
+      "Filter controls": [""],
+      "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [
+        ""
+      ],
+      "Heatmap Options": [""],
+      "Horizon": ["Horizonte"],
+      "Points": ["Puntos"],
+      "Labelling": ["Etiquetando"],
+      "Visual Tweaks": [""],
+      "Viewport": [""],
+      "Longitude": ["Longitud"],
+      "Column containing longitude data": [""],
+      "Latitude": ["Latitud"],
+      "Column containing latitude data": [""],
+      "Cluster label aggregator": [""],
+      "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [
+        ""
+      ],
+      "Tooltip": ["Ayuda"],
+      "Show a tooltip when hovering over points and clusters describing the label": [
+        ""
+      ],
+      "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [
+        ""
+      ],
+      "Event definition": ["Definición evento"],
+      "Additional meta data": [""],
+      "Column containing entity ids": [""],
+      "e.g., a \"user id\" column": [""],
+      "Column containing event names": [""],
+      "Event count limit": [""],
+      "The maximum number of events to return, equivalent to number of rows": [
+        ""
+      ],
+      "Meta data": [""],
+      "Select any columns for meta data inspection": [""],
+      "The server could not be reached. You may want to verify your connection and try again.": [
+        ""
+      ],
+      "An unknown error occurred. (Status: %s )": [""],
+      "Favorites": ["Favoritos"],
+      "Created Content": [""],
+      "Recent Activity": ["Actividad Reciente"],
+      "Security & Access": ["Acceso y Seguridad"],
+      "No slices": ["Sin segmentos"],
+      "No dashboards": ["Sin cuadros de mando"],
+      "Dashboards": ["Cuadros de Mando"],
+      "Slices": ["Segmentos"],
+      "No favorite slices yet, go click on stars!": [""],
+      "No favorite dashboards yet, go click on stars!": [""],
+      "Roles": ["Roles"],
+      "Databases": ["Bases de datos"],
+      "Datasources": ["Fuentes de datos"],
+      "Profile picture provided by Gravatar": [""],
+      "joined": [""],
+      "id:": ["id:"],
+      "Sorry, there appears to be no data": [""],
+      "Select [%s]": [""],
+      "No data was returned.": [""],
+      "List Druid Column": ["Mostrar Columnas Druid"],
+      "Show Druid Column": ["Mostrar Columna Druid"],
+      "Add Druid Column": ["Añadir Columna Druid"],
+      "Edit Druid Column": ["Editar Columna Druid"],
+      "Column": ["Columna"],
+      "Type": ["Tipo"],
+      "Groupable": ["Agrupable"],
+      "Filterable": ["Filtrable"],
+      "Count Distinct": ["Contar Distintos"],
+      "Sum": ["Suma"],
+      "Whether this column is exposed in the `Filters` section of the explore view.": [
+        ""
+      ],
+      "List Druid Metric": ["Mostrar Métricas Druid"],
+      "Show Druid Metric": ["Mostrar Métrica Druid"],
+      "Add Druid Metric": ["Añadir Métricas Druid"],
+      "Edit Druid Metric": ["Editar Métricas Druid"],
+      "Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric": [
+        ""
+      ],
+      "Verbose Name": ["Nombre detallado"],
+      "JSON": ["JSON"],
+      "Druid Datasource": ["Fuente de datos Druid"],
+      "Warning Message": ["Mensaje de Aviso"],
+      "List Druid Cluster": [""],
+      "Show Druid Cluster": [""],
+      "Add Druid Cluster": [""],
+      "Edit Druid Cluster": [""],
+      "Cluster": ["Cluster"],
+      "Broker Host": [""],
+      "Broker Port": [""],
+      "Broker Endpoint": [""],
+      "Druid Clusters": [""],
+      "Sources": ["Fuentes"],
+      "List Druid Datasource": ["Mostrar Fuentes de Datos Druid"],
+      "Show Druid Datasource": ["Mostrar Fuente de Datos Druid"],
+      "Add Druid Datasource": ["Añadir Fuente de Datos Druid"],
+      "Edit Druid Datasource": ["Editar Fuente de Datos Druid"],
+      "The list of slices associated with this table. By altering this datasource, you may change how these associated slices behave. Also note that slices need to point to a datasource, so this form will fail at saving if removing slices from a datasource. If you want to change the datasource for a slice, overwrite the slice from the 'explore view'": [
+        ""
+      ],
+      "Timezone offset (in hours) for this datasource": [""],
+      "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [
+        ""
+      ],
+      "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [
+        ""
+      ],
+      "Redirects to this endpoint when clicking on the datasource from the datasource list": [
+        ""
+      ],
+      "Associated Slices": ["Segmentos Asociados"],
+      "Data Source": ["Fuente de Datos"],
+      "Owner": ["Propietario"],
+      "Is Hidden": ["Está Escondida"],
+      "Enable Filter Select": [""],
+      "Default Endpoint": [""],
+      "Time Offset": [""],
+      "Cache Timeout": [""],
+      "Druid Datasources": ["Fuentes de Datos Druid"],
+      "Scan New Datasources": ["Buscar Nuevas Fuentes de Datos"],
+      "Refresh Druid Metadata": [""],
+      "Datetime column not provided as part table configuration and is required by this type of chart": [
+        ""
+      ],
+      "Empty query?": ["¿Consulta vacía?"],
+      "Metric '{}' is not valid": [""],
+      "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [
+        ""
+      ],
+      "List Columns": ["Mostrar Columnas"],
+      "Show Column": ["Mostrar Columna"],
+      "Add Column": ["Añadir Columna"],
+      "Edit Column": ["Editar Columna"],
+      "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [
+        ""
+      ],
+      "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [
+        ""
+      ],
+      "Expression": ["Expresión"],
+      "Is temporal": ["Es temporal"],
+      "Datetime Format": ["Formato FechaHora"],
+      "Database Expression": ["Expresión de Base de Datos"],
+      "List Metrics": ["Mostrar Métricas"],
+      "Show Metric": ["Mostrar Métrica"],
+      "Add Metric": ["Añadir Métrica"],
+      "Edit Metric": ["Editar Métrica"],
+      "SQL Expression": ["Expresión SQL"],
+      "D3 Format": ["Formato D3"],
+      "Is Restricted": ["Está Restringido"],
+      "List Tables": ["Mostrar Tablas"],
+      "Show Table": ["Mostrar Tabla"],
+      "Add Table": ["Añadir Tabla"],
+      "Edit Table": ["Esitar Tabla"],
+      "Name of the table that exists in the source database": [""],
+      "Schema, as used only in some databases like Postgres, Redshift and DB2": [
+        ""
+      ],
+      "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [
+        ""
+      ],
+      "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [
+        ""
+      ],
+      "Redirects to this endpoint when clicking on the table from the table list": [
+        ""
+      ],
+      "Changed By": ["Cambiado por"],
+      "Database": ["Base de datos"],
+      "Last Changed": [""],
+      "Schema": ["Esquema"],
+      "Offset": [""],
+      "Table Name": ["Nombre Tabla"],
+      "Fetch Values Predicate": [""],
+      "Main Datetime Column": [""],
+      "Table [{}] could not be found, please double check your database connection, schema, and table name": [
+        ""
+      ],
+      "The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.": [
+        ""
+      ],
+      "Tables": ["Tablas"],
+      "Profile": ["Perfil"],
+      "Logout": ["Salir"],
+      "Login": ["Acceder"],
+      "Record Count": ["Número de Registros"],
+      "No records found": ["No se encontrarón registros"],
+      "Import": ["Importar"],
+      "No Access!": ["Sin Acceso!"],
+      "You do not have permissions to access the datasource(s): %(name)s.": [
+        ""
+      ],
+      "Request Permissions": ["Solicitar Permisos"],
+      "Welcome!": ["Bienvenid@!"],
+      "Test Connection": ["Probar Conexión"],
+      "Manage": ["Administrar"],
+      "Datasource %(name)s already exists": [""],
+      "json isn't valid": ["no es json válido"],
+      "Delete": ["Eliminar"],
+      "Delete all Really?": ["¿Realmente quieres borrar todo?"],
+      "This endpoint requires the `all_datasource_access` permission": [""],
+      "The datasource seems to have been deleted": [""],
+      "The access requests seem to have been deleted": [""],
+      "The user seems to have been deleted": [""],
+      "You don't have access to this datasource": [""],
+      "This view requires the database %(name)s or `all_datasource_access` permission": [
+        ""
+      ],
+      "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [
+        ""
+      ],
+      "List Databases": ["Mostrar Bases de Datos"],
+      "Show Database": ["Mostrar Base de Datos"],
+      "Add Database": ["Añadir Base de Datos"],
+      "Edit Database": ["Editar Base de Datos"],
+      "Expose this DB in SQL Lab": [
+        "Mostrar esta base de datos en el laboratorio SQL"
+      ],
+      "Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)": [
+        ""
+      ],
+      "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [
+        ""
+      ],
+      "Allow CREATE TABLE AS option in SQL Lab": [""],
+      "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [
+        ""
+      ],
+      "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [
+        ""
+      ],
+      "All the queries in Sql Lab are going to be executed on behalf of currently authorized user.": [
+        ""
+      ],
+      "Expose in SQL Lab": ["Mostrar en el laboratorio SQL"],
+      "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"],
+      "Allow DML": ["Permitir DML"],
+      "CTAS Schema": ["Esquema CTAS"],
+      "Creator": ["Creador"],
+      "SQLAlchemy URI": [""],
+      "Extra": ["Extra"],
+      "Allow Run Sync": [""],
+      "Allow Run Async": [""],
+      "Impersonate queries to the database": [""],
+      "Import Dashboards": ["Importar Cuadros de Mando"],
+      "User": ["Usuario"],
+      "User Roles": ["Roles de Usuario"],
+      "Database URL": ["URL de la Base de datos"],
+      "Roles to grant": [""],
+      "Created On": ["Creado el"],
+      "Access requests": ["Solicitudes de Acceso"],
+      "Security": ["Seguridad"],
+      "List Slices": ["Mostrar Segmentos"],
+      "Show Slice": ["Mostrar Segmento"],
+      "Add Slice": ["Añadir Segmento"],
+      "Edit Slice": ["Esitar Segmento"],
+      "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [
+        ""
+      ],
+      "Duration (in seconds) of the caching timeout for this slice.": [""],
+      "Last Modified": [""],
+      "Owners": ["Propietarios"],
+      "Parameters": ["Parámetros"],
+      "Slice": ["Segmento"],
+      "List Dashboards": ["Mostrar Cuadros de Mando"],
+      "Show Dashboard": ["Mostrar Cuadro de Mando"],
+      "Add Dashboard": ["Añadir Cuadro de Mando"],
+      "Edit Dashboard": ["Editar Cuadro de Mando"],
+      "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [
+        ""
+      ],
+      "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [
+        ""
+      ],
+      "To get a readable URL for your dashboard": [""],
+      "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [
+        ""
+      ],
+      "Owners is a list of users who can alter the dashboard.": [""],
+      "Dashboard": ["Cuadro de Mando"],
+      "Slug": [""],
+      "Position JSON": [""],
+      "JSON Metadata": ["Metadatos JSON"],
+      "Underlying Tables": [""],
+      "Export": ["Exportar"],
+      "Export dashboards?": ["¿Exportar Cuadros de Mando?"],
+      "Action": ["Acción"],
+      "dttm": ["dttm"],
+      "Action Log": ["Registro Acciones"],
+      "Access was requested": ["Se ha solicitado Acceso"],
+      "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [
+        ""
+      ],
+      "Role %(r)s was extended to provide the access to the datasource %(ds)s": [
+        ""
+      ],
+      "You have no permission to approve this request": [""],
+      "Malformed request. slice_id or table_name and db_name arguments are expected": [
+        ""
+      ],
+      "Slice %(id)s not found": [""],
+      "Table %(t)s wasn't found in the database %(d)s": [""],
+      "Can't find User '%(name)s', please ask your admin to create one.": [""],
+      "Can't find DruidCluster with cluster_name = '%(name)s'": [""],
+      "Query record was not created as expected.": [
+        "El registro de consulta no se creó como se esperaba."
+      ],
+      "Template Name": ["Nombre Plantilla"],
+      "CSS Templates": ["Plantillas CSS"],
+      "SQL Editor": ["Editor SQL"],
+      "SQL Lab": ["Laboratorio SQL"],
+      "Query Search": ["Consulta de Búsqueda"],
+      "Status": ["Estado"],
+      "Start Time": ["Hora Inicio"],
+      "End Time": ["Hora Fin"],
+      "Queries": ["Consultas"],
+      "List Saved Query": ["Mostrar Consultas Guardadas"],
+      "Show Saved Query": ["Mostrar Consulta Guardada"],
+      "Add Saved Query": ["Añadir Consulta Guardada"],
+      "Edit Saved Query": ["Editar Consulta Guardada"],
+      "Pop Tab Link": [""],
+      "Changed on": ["Cambiado el"],
+      "Saved Queries": [" Consultas Guardadas"]
+    }
+  }
+}
diff --git a/superset/translations/fr/LC_MESSAGES/messages.json b/superset/translations/fr/LC_MESSAGES/messages.json
index 4114301..0e0d6cb 100644
--- a/superset/translations/fr/LC_MESSAGES/messages.json
+++ b/superset/translations/fr/LC_MESSAGES/messages.json
@@ -1,3336 +1,1432 @@
 {
-   "domain": "superset",
-   "locale_data": {
-      "superset": {
-         "": {
-            "domain": "superset",
-            "plural_forms": "nplurals=2; plural=(n > 1)",
-            "lang": "fr"
-         },
-         "Time Column": [
-            "Colonne du temps"
-         ],
-         "second": [
-            "seconde"
-         ],
-         "minute": [
-            "minute"
-         ],
-         "hour": [
-            "heure"
-         ],
-         "day": [
-            "jour"
-         ],
-         "week": [
-            "semaine"
-         ],
-         "month": [
-            "mois"
-         ],
-         "quarter": [
-            "trimestre"
-         ],
-         "year": [
-            "année"
-         ],
-         "week_ending_saturday": [
-            "semaine_finit_samedi"
-         ],
-         "week_start_sunday": [
-            "semande_commence_dimanche"
-         ],
-         "week_start_monday": [
-            "semaine_commence_lundi"
-         ],
-         "5 minute": [
-            "5 minutes"
-         ],
-         "half hour": [
-            "demi-heure"
-         ],
-         "10 minute": [
-            "10 minutes"
-         ],
-         "Table Name": [
-            "Nom de la table"
-         ],
-         "Name of table to be created from csv data.": [
-            "Nom de la table à créer à partir de données csv."
-         ],
-         "CSV File": [
-            "Fichier CSV"
-         ],
-         "Select a CSV file to be uploaded to a database.": [
-            "Selectionnez un fichier CSV à uploader dans un base de données."
-         ],
-         "CSV Files Only!": [
-            "Fichier CSV uniquement!"
-         ],
-         "Database": [
-            "Base de données"
-         ],
-         "Delimiter": [
-            "Délimiteur"
-         ],
-         "Delimiter used by CSV file (for whitespace use \\s+).": [
-            "Délimiteur utilisé pour le fichier CSV (pour les espaces blancs utiliser \\s+)."
-         ],
-         "Table Exists": [
-            "Table Existante"
-         ],
-         "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [
-            "Si la table existe, effectuez l'une des opérations suivantes: Échec (ne rien faire), Remplacer (supprimer et recréer la table) ou Ajouter (insérer des données)."
-         ],
-         "Fail": [
-            "Echec"
-         ],
-         "Replace": [
-            "Remplacer"
-         ],
-         "Append": [
-            "Ajouter"
-         ],
-         "Schema": [
-            "Schéma"
-         ],
-         "Specify a schema (if database flavour supports this).": [
-            "Spécifiez un schéma (si la version de base de données le prend en charge)."
-         ],
-         "Header Row": [
-            "Ligne d'en-tête"
-         ],
-         "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [
-            "Ligne contenant les en-têtes à utiliser comme noms de colonne (0 est la première ligne de données). Laisser vide s'il n'y a pas de ligne d'en-tête."
-         ],
-         "Index Column": [
-            "Colonne d'index"
-         ],
-         "Column to use as the row labels of the dataframe. Leave empty if no index column.": [
-            "Colonne à utiliser comme libellé de ligne du cadre de données. Laisser vide s'il n'y a pas de colonne d'index."
-         ],
-         "Mangle Duplicate Columns": [
-            "Mélanger les colonnes en double"
-         ],
-         "Specify duplicate columns as \"X.0, X.1\".": [
-            ""
-         ],
-         "Skip Initial Space": [
-            "Ignorer l'espace initial"
-         ],
-         "Skip spaces after delimiter.": [
-            "Ignorer les espaces après le délimiteur."
-         ],
-         "Skip Rows": [
-            "Ignorer les lignes"
-         ],
-         "Number of rows to skip at start of file.": [
-            "Nombre de lignes à ignorer au début du fichier."
-         ],
-         "Rows to Read": [
-            "Rows to Read""
-         ],
-         "Number of rows of file to read.": [
-            "Nombre de lignes de fichier à lire."
-         ],
-         "Skip Blank Lines": [
-            "Ignorer les lignes blanches"
-         ],
-         "Skip blank lines rather than interpreting them as NaN values.": [
-            "Ignorez les lignes vides plutôt que de les interpréter comme des valeurs NaN."
-         ],
-         "Parse Dates": [
-            ""
-         ],
-         "A comma separated list of columns that should be parsed as dates.": [
-            "Liste de colonnes séparées par des virgules qui doivent être analysées comme des dates."
-         ],
-         "Infer Datetime Format": [
-            "Inférer le format de date / heure"
-         ],
-         "Use Pandas to interpret the datetime format automatically.": [
-            "Utilisez Pandas pour interpréter le format de date et heure automatiquement."
-         ],
-         "Decimal Character": [
-            "Caractère décimal"
-         ],
-         "Character to interpret as decimal point.": [
-            "Caractère à interpréter en tant que point décimal."
-         ],
-         "Dataframe Index": [
-            "Indice de trame de données"
-         ],
-         "Write dataframe index as a column.": [
-            ""
-         ],
-         "Étiquette(s) de colonne": [
-            ""
-         ],
-         "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [
-            "Étiquette de colonne pour la ou les colonnes d'index. Si la valeur est Aucun et que l'Index de la Structure de Données est Vrai, les Noms d'Index sont utilisés."
-         ],
-         "[Superset] Access to the datasource %(name)s was granted": [
-            "[Superset] Accès à la source de données %(name)s accordé"
-         ],
-         "Viz is missing a datasource": [
-            "Viz est une source de données manquante"
-         ],
-         "From date cannot be larger than to date": [
-            "From date ne peut être plus grand que to date"
-         ],
-         "Table View": [
-            "Vue en table"
-         ],
-         "Pick a granularity in the Time section or uncheck 'Include Time'": [
-            "Choississez une granularité dans Time ou décochez 'Include Time'"
-         ],
-         "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
-            "Choisissez soit des champs dans [Grouper par] et [Métriques] ou dans [Colonnes], pas les deux"
-         ],
-         "Time Table View": [
-            ""
-         ],
-         "Pick at least one metric": [
-            "Choisissez au moins une métrique"
-         ],
-         "When using 'Group By' you are limited to use a single metric": [
-            ""
-         ],
-         "Pivot Table": [
-            "Table pivot"
-         ],
-         "Please choose at least one 'Group by' field ": [
-            ""
-         ],
-         "Please choose at least one metric": [
-            "Choississez au moins une métrique"
-         ],
-         "Group By' and 'Columns' can't overlap": [
-            ""
-         ],
-         "Markup": [
-            "Markup"
-         ],
-         "Separator": [
-            "Séparateur"
-         ],
-         "Word Cloud": [
-            "Nuage de mots"
-         ],
-         "Treemap": [
-            "Treemap"
-         ],
-         "Calendar Heatmap": [
-            "Calendrier Heatmap"
-         ],
-         "Box Plot": [
-            "Boites à moustaches"
-         ],
-         "Bubble Chart": [
-            "Bulles"
-         ],
-         "Pick a metric for x, y and size": [
-            "Choisissez une métrique pour x, y, taille"
-         ],
-         "Bullet Chart": [
-            "Points"
-         ],
-         "Pick a metric to display": [
-            "Choisissez une métrique à afficher"
-         ],
-         "Big Number with Trendline": [
-            "Gros nombre avec tendance"
-         ],
-         "Pick a metric!": [
-            "Choisissez une métrique"
-         ],
-         "Big Number": [
-            "Gros nombre"
-         ],
-         "Time Series - Line Chart": [
-            "Séries temporelles - ligne"
-         ],
-         "Pick a time granularity for your time series": [
-            "Choisissez une granularité pour vos séries temporelles"
-         ],
-         "`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.": [
-            ""
-         ],
-         "Time Series - Multiple Line Charts": [
-            ""
-         ],
-         "Time Series - Dual Axis Line Chart": [
-            "Séries temporelles - double axe"
-         ],
-         "Pick a metric for left axis!": [
-            "Choisissez une métrique pour l'axe de gauche"
-         ],
-         "Pick a metric for right axis!": [
-            "Choississez une métrique pour l'axe de droite"
-         ],
-         "Please choose different metrics on left and right axis": [
-            "Choisissez des métriques différentes pour les axes gauches et droits"
-         ],
-         "Time Series - Bar Chart": [
-            "Séries temporelles - histogramme"
-         ],
-         "Time Series - Period Pivot": [
-            ""
-         ],
-         "Time Series - Percent Change": [
-            "Séries temporelles - pourcentage de changement"
-         ],
-         "Time Series - Stacked": [
-            "Séries temporelles - empilées"
-         ],
-         "Distribution - NVD3 - Pie Chart": [
-            "Distribution - camembert"
-         ],
-         "Histogram": [
-            "Histogramme"
-         ],
-         "Must have at least one numeric column specified": [
-            ""
-         ],
-         "Distribution - Bar Chart": [
-            "Distibution - histogramme"
-         ],
-         "Can't have overlap between Series and Breakdowns": [
-            "Il ne faut pas d'élement en commun entre Serie et Breakdowns"
-         ],
-         "Pick at least one field for [Series]": [
-            "Choisissez au moins un champs pour [Séries]"
-         ],
-         "Sunburst": [
-            "Camembert hiérarchique"
-         ],
-         "Sankey": [
-            "Sankey"
-         ],
-         "Pick exactly 2 columns as [Source / Target]": [
-            "Choisissez exactement 2 colonnes pour [Source / Target]"
-         ],
-         "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
-            "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}"
-         ],
-         "Directed Force Layout": [
-            "Graphe orienté"
-         ],
-         "Pick exactly 2 columns to 'Group By'": [
-            "Choisissez exactement 2 colonnes pour 'Grouper par'"
-         ],
-         "Country Map": [
-            "Carte de pays"
-         ],
-         "World Map": [
-            "Carte du monde"
-         ],
-         "Filters": [
-            "Filtres"
-         ],
-         "Pick at least one filter field": [
-            "Choisissez au moins un champ sur lequel filtrer"
-         ],
-         "iFrame": [
-            "iFrame"
-         ],
-         "Parallel Coordinates": [
-            "Coordonnées parallèles"
-         ],
-         "Heatmap": [
-            "Carte de chaleur"
-         ],
-         "Horizon Charts": [
-            "Histogrammes horizontaux"
-         ],
-         "Mapbox": [
-            "Mapbox"
-         ],
-         "Must have a [Group By] column to have 'count' as the [Label]": [
-            "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]"
-         ],
-         "Choice of [Label] must be present in [Group By]": [
-            "Le [Label] choisi doit être présent dans [Grouper par]"
-         ],
-         "Choice of [Point Radius] must be present in [Group By]": [
-            "Le [Point Radius] doit être présent dans [Grouper par]"
-         ],
-         "[Longitude] and [Latitude] columns must be present in [Group By]": [
-            "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]"
-         ],
-         "Deck.gl - Multiple Layers": [
-            ""
-         ],
-         "Bad spatial key": [
-            ""
-         ],
-         "Deck.gl - Scatter plot": [
-            ""
-         ],
-         "Deck.gl - Screen Grid": [
-            ""
-         ],
-         "Deck.gl - 3D Grid": [
-            ""
-         ],
-         "Deck.gl - Paths": [
-            ""
-         ],
-         "Deck.gl - Polygon": [
-            ""
-         ],
-         "Deck.gl - 3D HEX": [
-            ""
-         ],
-         "Deck.gl - GeoJSON": [
-            ""
-         ],
-         "Deck.gl - Arc": [
-            ""
-         ],
-         "Event flow": [
-            "Flot d'événements"
-         ],
-         "Time Series - Paired t-test": [
-            ""
-         ],
-         "Time Series - Nightingale Rose Chart": [
-            ""
-         ],
-         "Partition Diagram": [
-            ""
-         ],
-         "Your session timed out, please refresh your page and try again.": [
-            ""
-         ],
-         "Your query was saved": [
-            ""
-         ],
-         "Your query could not be saved": [
-            ""
-         ],
-         "Failed at retrieving results from the results backend": [
-            ""
-         ],
-         "Unknown error": [
-            ""
-         ],
-         "Query was stopped.": [
-            ""
-         ],
-         "Failed at stopping query.": [
-            ""
-         ],
-         "Error occurred while fetching table metadata": [
-            ""
-         ],
-         "shared query": [
-            ""
-         ],
-         "The query couldn't be loaded": [
-            ""
-         ],
-         "An error occurred while creating the data source": [
-            ""
-         ],
-         "Pick a chart type!": [
-            ""
-         ],
-         "To use this chart type you need at least one column flagged as a date": [
-            ""
-         ],
-         "To use this chart type you need at least one dimension": [
-            ""
-         ],
-         "To use this chart type you need at least one aggregation function": [
-            ""
-         ],
-         "Untitled Query": [
-            ""
-         ],
-         "Copy of %s": [
-            ""
-         ],
-         "share query": [
-            ""
-         ],
-         "copy URL to clipboard": [
-            ""
-         ],
-         "Raw SQL": [
-            ""
-         ],
-         "Source SQL": [
-            ""
-         ],
-         "SQL": [
-            ""
-         ],
-         "No query history yet...": [
-            ""
-         ],
-         "It seems you don't have access to any database": [
-            ""
-         ],
-         "Search Results": [
-            ""
-         ],
-         "[From]-": [
-            ""
-         ],
-         "[To]-": [
-            ""
-         ],
-         "[Query Status]": [
-            ""
-         ],
-         "Search": [
-            ""
-         ],
-         "Open in SQL Editor": [
-            ""
-         ],
-         "view results": [
-            ""
-         ],
-         "Data preview": [
-            ""
-         ],
-         "Visualize the data out of this query": [
-            ""
-         ],
-         "Overwrite text in editor with a query on this table": [
-            ""
-         ],
-         "Run query in a new tab": [
-            ""
-         ],
-         "Remove query from log": [
-            ""
-         ],
-         ".CSV": [
-            ""
-         ],
-         "Visualize": [
-            ""
-         ],
-         "Table": [
-            "Table"
-         ],
-         "was created": [
-            ""
-         ],
-         "Query in a new tab": [
-            ""
-         ],
-         "Fetch data preview": [
-            ""
-         ],
-         "Track Job": [
-            ""
-         ],
-         "Loading...": [
-            ""
-         ],
-         "Run Selected Query": [
-            ""
-         ],
-         "Run Query": [
-            ""
-         ],
-         "Run query synchronously": [
-            ""
-         ],
-         "Run query asynchronously": [
-            ""
-         ],
-         "Stop": [
-            ""
-         ],
-         "Undefined": [
-            ""
-         ],
-         "Label": [
-            "Label"
-         ],
-         "Label for your query": [
-            ""
-         ],
-         "Description": [
-            "Description"
-         ],
-         "Write a description for your query": [
-            ""
-         ],
-         "Save": [
-            ""
-         ],
-         "Cancel": [
-            "Annuler"
-         ],
-         "Save Query": [
-            ""
-         ],
-         "Share Query": [
-            ""
-         ],
-         "Run a query to display results here": [
-            ""
-         ],
-         "Preview for %s": [
-            ""
-         ],
-         "Results": [
-            ""
-         ],
-         "Query History": [
-            ""
-         ],
-         "Create table as with query results": [
-            ""
-         ],
-         "new table name": [
-            ""
-         ],
-         "Error while fetching table list": [
-            ""
-         ],
-         "Error while fetching schema list": [
-            ""
-         ],
-         "Type to search ...": [
-            ""
-         ],
-         "Select table ": [
-            ""
-         ],
-         "Error while fetching database list": [
-            ""
-         ],
-         "Database:": [
-            ""
-         ],
-         "Select a database": [
-            ""
-         ],
-         "Select a schema (%s)": [
-            ""
-         ],
-         "Schema:": [
-            ""
-         ],
-         "Add a table (%s)": [
-            ""
-         ],
-         "Reset State": [
-            ""
-         ],
-         "Enter a new title for the tab": [
-            ""
-         ],
-         "Untitled Query %s": [
-            ""
-         ],
-         "close tab": [
-            ""
-         ],
-         "rename tab": [
-            ""
-         ],
-         "expand tool bar": [
-            ""
-         ],
-         "hide tool bar": [
-            ""
-         ],
-         "Copy partition query to clipboard": [
-            ""
-         ],
-         "latest partition:": [
-            ""
-         ],
-         "Keys for table": [
-            ""
-         ],
-         "View keys & indexes (%s)": [
-            ""
-         ],
-         "Sort columns alphabetically": [
-            ""
-         ],
-         "Original table column order": [
-            ""
-         ],
-         "Copy SELECT statement to clipboard": [
-            ""
-         ],
-         "Remove table preview": [
-            ""
-         ],
-         "Template Parameters": [
-            ""
-         ],
-         "Edit template parameters": [
-            ""
-         ],
-         "Invalid JSON": [
-            ""
-         ],
-         "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
-            ""
-         ],
-         "AS my_alias": [
-            ""
-         ],
-         "using only alphanumeric characters and underscores": [
-            ""
-         ],
-         "Creating a data source and popping a new tab": [
-            ""
-         ],
-         "No results available for this query": [
-            ""
-         ],
-         "Chart Type": [
-            ""
-         ],
-         "[Chart Type]": [
-            ""
-         ],
-         "Datasource Name": [
-            ""
-         ],
-         "datasource name": [
-            ""
-         ],
-         "Create a new chart": [
-            ""
-         ],
-         "Choose a datasource": [
-            ""
-         ],
-         "If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ": [
-            ""
-         ],
-         "Superset tutorial": [
-            ""
-         ],
-         "Choose a visualization type": [
-            ""
-         ],
-         "Create new chart": [
-            ""
-         ],
-         "Unexpected error: ": [
-            ""
-         ],
-         "Unexpected error.": [
-            ""
-         ],
-         "Updating chart was stopped": [
-            ""
-         ],
-         "An error occurred while rendering the visualization: %s": [
-            ""
-         ],
-         "visualization queries are set to timeout at ${action.timeout} seconds. ": [
-            ""
-         ],
-         "Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.": [
-            ""
-         ],
-         "Network error.": [
-            ""
-         ],
-         "Click to see difference": [
-            ""
-         ],
-         "Altered": [
-            ""
-         ],
-         "Chart changes": [
-            ""
-         ],
-         "Select ...": [
-            ""
-         ],
-         "Loaded data cached": [
-            ""
-         ],
-         "Loaded from cache": [
-            ""
-         ],
-         "Click to force-refresh": [
-            ""
-         ],
-         "Copy to clipboard": [
-            ""
-         ],
-         "Not successful": [
-            ""
-         ],
-         "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [
-            ""
-         ],
-         "Copied!": [
-            ""
-         ],
-         "Title": [
-            "Title"
-         ],
-         "click to edit title": [
-            ""
-         ],
-         "You don't have the rights to alter this title.": [
-            ""
-         ],
-         "Click to favorite/unfavorite": [
-            ""
-         ],
-         "Dismiss": [
-            ""
-         ],
-         "%s%s": [
-            ""
-         ],
-         "Active Dashboard Filters": [
-            ""
-         ],
-         "Checkout this dashboard: %s": [
-            ""
-         ],
-         "Save as": [
-            ""
-         ],
-         "Force Refresh": [
-            ""
-         ],
-         "Force refresh the whole dashboard": [
-            ""
-         ],
-         "Set autorefresh": [
-            ""
-         ],
-         "Set the auto-refresh interval for this session": [
-            ""
-         ],
-         "Save the dashboard": [
-            ""
-         ],
-         "Edit properties": [
-            ""
-         ],
-         "Edit the dashboards's properties": [
-            ""
-         ],
-         "Email": [
-            ""
-         ],
-         "Email a link to this dashboard": [
-            ""
-         ],
-         "Add Charts": [
-            ""
-         ],
-         "Add some charts to this dashboard": [
-            ""
-         ],
-         "Edit CSS": [
-            ""
-         ],
-         "Change the style of the dashboard using CSS code": [
-            ""
-         ],
-         "Load a template": [
-            ""
-         ],
-         "Load a CSS template": [
-            ""
-         ],
-         "CSS": [
-            "CSS"
-         ],
-         "Live CSS Editor": [
-            ""
-         ],
-         "You have unsaved changes.": [
-            ""
-         ],
-         "Unsaved changes": [
-            ""
-         ],
-         "Don't refresh": [
-            ""
-         ],
-         "10 seconds": [
-            ""
-         ],
-         "30 seconds": [
-            ""
-         ],
-         "1 minute": [
-            ""
-         ],
-         "5 minutes": [
-            ""
-         ],
-         "30 minutes": [
-            ""
-         ],
-         "1 hour": [
-            ""
-         ],
-         "6 hours": [
-            ""
-         ],
-         "12 hours": [
-            ""
-         ],
-         "24 hours": [
-            ""
-         ],
-         "Refresh Interval": [
-            ""
-         ],
-         "Choose the refresh frequency for this dashboard": [
-            ""
-         ],
-         "This dashboard was saved successfully.": [
-            ""
-         ],
-         "Sorry, there was an error saving this dashboard: ": [
-            ""
-         ],
-         "Error": [
-            ""
-         ],
-         "You must pick a name for the new dashboard": [
-            ""
-         ],
-         "Save Dashboard": [
-            ""
-         ],
-         "Overwrite Dashboard [%s]": [
-            ""
-         ],
-         "Save as:": [
-            ""
-         ],
-         "[dashboard name]": [
-            ""
-         ],
-         "Sorry, there was an error fetching charts to this dashboard: ": [
-            ""
-         ],
-         "Sorry, there was an error adding charts to this dashboard: ": [
-            ""
-         ],
-         "Name": [
-            "Nom"
-         ],
-         "Viz": [
-            ""
-         ],
-         "Datasource": [
-            "Source de données"
-         ],
-         "Modified": [
-            "Modifié"
-         ],
-         "Add a new chart to the dashboard": [
-            ""
-         ],
-         "Add Charts to Dashboard": [
-            ""
-         ],
-         "Served from data cached %s . Click to force refresh.": [
-            ""
-         ],
-         "Force refresh data": [
-            ""
-         ],
-         "Annotation layers are still loading.": [
-            ""
-         ],
-         "One ore more annotation layers failed loading.": [
-            ""
-         ],
-         "Move chart": [
-            ""
-         ],
-         "Toggle chart description": [
-            ""
-         ],
-         "Edit chart": [
-            ""
-         ],
-         "Export CSV": [
-            ""
-         ],
-         "Explore chart": [
-            ""
-         ],
-         "Remove chart from dashboard": [
-            ""
-         ],
-         "A reference to the [Time] configuration, taking granularity into account": [
-            ""
-         ],
-         "Group by": [
-            ""
-         ],
-         "One or many controls to group by": [
-            ""
-         ],
-         "Metrics": [
-            ""
-         ],
-         "One or many metrics to display": [
-            ""
-         ],
-         "Metric": [
-            "Métrique"
-         ],
-         "For more information about objects are in context in the scope of this function, refer to the": [
-            ""
-         ],
-         " source code of Superset's sandboxed parser": [
-            ""
-         ],
-         "This functionality is disabled in your environment for security reasons.": [
-            ""
-         ],
-         "Visualization Type": [
-            "Type de visualisation"
-         ],
-         "The type of visualization to display": [
-            ""
-         ],
-         "Percentage Metrics": [
-            ""
-         ],
-         "Metrics for which percentage of total are to be displayed": [
-            ""
-         ],
-         "Y Axis Bounds": [
-            ""
-         ],
-         "Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [
-            ""
-         ],
-         "Ordering": [
-            ""
-         ],
-         "Fixed Color": [
-            ""
-         ],
-         "Use this to define a static color for all circles": [
-            ""
-         ],
-         "Legend Position": [
-            ""
-         ],
-         "Choose the position of the legend": [
-            ""
-         ],
-         "Fill Color": [
-            ""
-         ],
-         " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [
-            ""
-         ],
-         "Stroke Color": [
-            ""
-         ],
-         "Right Axis Metric": [
-            ""
-         ],
-         "Choose a metric for right axis": [
-            ""
-         ],
-         "Stacked Style": [
-            ""
-         ],
-         "Sort X Axis": [
-            ""
-         ],
-         "Sort Y Axis": [
-            ""
-         ],
-         "Linear Color Scheme": [
-            ""
-         ],
-         "Normalize Across": [
-            ""
-         ],
-         "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [
-            ""
-         ],
-         "Horizon Color Scale": [
-            ""
-         ],
-         "Defines how the color are attributed.": [
-            ""
-         ],
-         "Rendering": [
-            ""
-         ],
-         "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [
-            ""
-         ],
-         "XScale Interval": [
-            ""
-         ],
-         "Number of steps to take between ticks when displaying the X scale": [
-            ""
-         ],
-         "YScale Interval": [
-            ""
-         ],
-         "Number of steps to take between ticks when displaying the Y scale": [
-            ""
-         ],
-         "Include Time": [
-            ""
-         ],
-         "Whether to include the time granularity as defined in the time section": [
-            ""
-         ],
-         "Auto Zoom": [
-            ""
-         ],
-         "When checked, the map will zoom to your data after each query": [
-            ""
-         ],
-         "Show percentage": [
-            ""
-         ],
-         "Whether to include the percentage in the tooltip": [
-            ""
-         ],
-         "Stacked Bars": [
-            ""
-         ],
-         "Show totals": [
-            ""
-         ],
-         "Display total row/column": [
-            ""
-         ],
-         "Show Markers": [
-            ""
-         ],
-         "Show data points as circle markers on the lines": [
-            ""
-         ],
-         "Bar Values": [
-            ""
-         ],
-         "Show the value on top of the bar": [
-            ""
-         ],
-         "Sort Bars": [
-            ""
-         ],
-         "Sort bars by x labels.": [
-            ""
-         ],
-         "Combine Metrics": [
-            ""
-         ],
-         "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [
-            ""
-         ],
-         "Extra Controls": [
-            ""
-         ],
-         "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [
-            ""
-         ],
-         "Reduce X ticks": [
-            ""
-         ],
-         "Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [
-            ""
-         ],
-         "Include Series": [
-            ""
-         ],
-         "Include series name as an axis": [
-            ""
-         ],
-         "Color Metric": [
-            ""
-         ],
-         "A metric to use for color": [
-            ""
-         ],
-         "Country Name": [
-            ""
-         ],
-         "The name of country that Superset should display": [
-            ""
-         ],
-         "Country Field Type": [
-            ""
-         ],
-         "The country code standard that Superset should expect to find in the [country] column": [
-            ""
-         ],
-         "Frequency": [
-            ""
-         ],
-         "The periodicity over which to pivot time. Users can provide\n      \"Pandas\" offset alias.\n      Click on the info bubble for more details on accepted \"freq\" expressions.": [
-            ""
-         ],
-         "Dimension": [
-            ""
-         ],
-         "Select a dimension": [
-            ""
-         ],
-         "Columns": [
-            ""
-         ],
-         "One or many controls to pivot as columns": [
-            ""
-         ],
-         "Columns to display": [
-            ""
-         ],
-         "Longitude & Latitude": [
-            ""
-         ],
-         "Point to your spatial columns": [
-            ""
-         ],
-         "Start Longitude & Latitude": [
-            ""
-         ],
-         "End Longitude & Latitude": [
-            ""
-         ],
-         "Longitude": [
-            ""
-         ],
-         "Select the longitude column": [
-            ""
-         ],
-         "Latitude": [
-            ""
-         ],
-         "Select the latitude column": [
-            ""
-         ],
-         "GeoJson Column": [
-            ""
-         ],
-         "Select the geojson column": [
-            ""
-         ],
-         "Polygon Column": [
-            ""
-         ],
-         "Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points": [
-            ""
-         ],
-         "Point Radius Scale": [
-            ""
-         ],
-         "Stroke Width": [
-            ""
-         ],
-         "Origin": [
-            ""
-         ],
-         "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [
-            ""
-         ],
-         "Bottom Margin": [
-            ""
-         ],
-         "Bottom margin, in pixels, allowing for more room for axis labels": [
-            ""
-         ],
-         "X Tick Layout": [
-            ""
-         ],
-         "The way the ticks are laid out on the X axis": [
-            ""
-         ],
-         "Left Margin": [
-            ""
-         ],
-         "Left margin, in pixels, allowing for more room for axis labels": [
-            ""
-         ],
-         "Time Granularity": [
-            ""
-         ],
-         "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [
-            ""
-         ],
-         "Domain": [
-            ""
-         ],
-         "The time unit used for the grouping of blocks": [
-            ""
-         ],
-         "Subdomain": [
-            ""
-         ],
-         "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [
-            ""
-         ],
-         "Link Length": [
-            ""
-         ],
-         "Link length in the force layout": [
-            ""
-         ],
-         "Charge": [
-            ""
-         ],
-         "Charge in the force layout": [
-            ""
-         ],
-         "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression": [
-            ""
-         ],
-         "Time Grain": [
-            ""
-         ],
-         "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [
-            ""
-         ],
-         "Resample Rule": [
-            ""
-         ],
-         "Pandas resample rule": [
-            ""
-         ],
-         "Resample How": [
-            ""
-         ],
-         "Pandas resample how": [
-            ""
-         ],
-         "Resample Fill Method": [
-            ""
-         ],
-         "Pandas resample fill method": [
-            ""
-         ],
-         "Since": [
-            ""
-         ],
-         "7 days ago": [
-            ""
-         ],
-         "Until": [
-            ""
-         ],
-         "Max Bubble Size": [
-            ""
-         ],
-         "Whisker/outlier options": [
-            ""
-         ],
-         "Determines how whiskers and outliers are calculated.": [
-            ""
-         ],
-         "Ratio": [
-            ""
-         ],
-         "Target aspect ratio for treemap tiles.": [
-            ""
-         ],
-         "Number format": [
-            ""
-         ],
-         "Row limit": [
-            ""
-         ],
-         "Series limit": [
-            ""
-         ],
-         "Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).": [
-            ""
-         ],
-         "Sort By": [
-            ""
-         ],
-         "Metric used to define the top series": [
-            ""
-         ],
-         "Sort Descending": [
-            ""
-         ],
-         "Whether to sort descending or ascending": [
-            ""
-         ],
-         "Rolling": [
-            ""
-         ],
-         "Defines a rolling window function to apply, works along with the [Periods] text box": [
-            ""
-         ],
-         "Multiplier": [
-            ""
-         ],
-         "Factor to multiply the metric by": [
-            ""
-         ],
-         "Periods": [
-            ""
-         ],
-         "Defines the size of the rolling window function, relative to the time granularity selected": [
-            ""
-         ],
-         "Cell Size": [
-            ""
-         ],
-         "The size of the square cell, in pixels": [
-            ""
-         ],
-         "Cell Padding": [
-            ""
-         ],
-         "The distance between cells, in pixels": [
-            ""
-         ],
-         "Cell Radius": [
-            ""
-         ],
-         "The pixel radius": [
-            ""
-         ],
-         "Color Steps": [
-            ""
-         ],
-         "The number color \"steps\"": [
-            ""
-         ],
-         "Grid Size": [
-            ""
-         ],
-         "Defines the grid size in pixels": [
-            ""
-         ],
-         "Min Periods": [
-            ""
-         ],
-         "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [
-            ""
-         ],
-         "Series": [
-            ""
-         ],
-         "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [
-            ""
-         ],
-         "Entity": [
-            ""
-         ],
-         "This defines the element to be plotted on the chart": [
-            ""
-         ],
-         "X Axis": [
-            ""
-         ],
-         "Metric assigned to the [X] axis": [
-            ""
-         ],
-         "Y Axis": [
-            ""
-         ],
-         "Metric assigned to the [Y] axis": [
-            ""
-         ],
-         "Bubble Size": [
-            ""
-         ],
-         "URL": [
-            ""
-         ],
-         "The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.": [
-            ""
-         ],
-         "X Axis Label": [
-            ""
-         ],
-         "Y Axis Label": [
-            ""
-         ],
-         "Custom WHERE clause": [
-            ""
-         ],
-         "The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
-            ""
-         ],
-         "Custom HAVING clause": [
-            ""
-         ],
-         "The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
-            ""
-         ],
-         "Comparison Period Lag": [
-            ""
-         ],
-         "Based on granularity, number of time periods to compare against": [
-            ""
-         ],
-         "Comparison suffix": [
-            ""
-         ],
-         "Suffix to apply after the percentage display": [
-            ""
-         ],
-         "Table Timestamp Format": [
-            ""
-         ],
-         "Timestamp Format": [
-            ""
-         ],
-         "Series Height": [
-            ""
-         ],
-         "Pixel height of each series": [
-            ""
-         ],
-         "Page Length": [
-            ""
-         ],
-         "Rows per page, 0 means no pagination": [
-            ""
-         ],
-         "X Axis Format": [
-            ""
-         ],
-         "Y Axis Format": [
-            ""
-         ],
-         "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`": [
-            ""
-         ],
-         "Right Axis Format": [
-            ""
-         ],
-         "Date Time Format": [
-            ""
-         ],
-         "Markup Type": [
-            ""
-         ],
-         "Pick your favorite markup language": [
-            ""
-         ],
-         "Rotation": [
-            ""
-         ],
-         "Rotation to apply to words in the cloud": [
-            ""
-         ],
-         "Line Style": [
-            ""
-         ],
-         "Line interpolation as defined by d3.js": [
-            ""
-         ],
-         "Label Type": [
-            ""
-         ],
-         "What should be shown on the label?": [
-            ""
-         ],
-         "Code": [
-            ""
-         ],
-         "Put your code here": [
-            ""
-         ],
-         "Aggregation function": [
-            ""
-         ],
-         "Aggregate function to apply when pivoting and computing the total rows and columns": [
-            ""
-         ],
-         "Font Size From": [
-            ""
-         ],
-         "Font size for the smallest value in the list": [
-            ""
-         ],
-         "Font Size To": [
-            ""
-         ],
-         "Font size for the biggest value in the list": [
-            ""
-         ],
-         "Instant Filtering": [
-            ""
-         ],
-         "Extruded": [
-            ""
-         ],
-         "Show Range Filter": [
-            ""
-         ],
-         "Whether to display the time range interactive selector": [
-            ""
-         ],
-         "Date Filter": [
-            ""
-         ],
-         "Whether to include a time filter": [
-            ""
-         ],
-         "Show SQL Granularity Dropdown": [
-            ""
-         ],
-         "Check to include SQL Granularity dropdown": [
-            ""
-         ],
-         "Show SQL Time Column": [
-            ""
-         ],
-         "Check to include Time Column dropdown": [
-            ""
-         ],
-         "Show Druid Granularity Dropdown": [
-            ""
-         ],
-         "Check to include Druid Granularity dropdown": [
-            ""
-         ],
-         "Show Druid Time Origin": [
-            ""
-         ],
-         "Check to include Time Origin dropdown": [
-            ""
-         ],
-         "Data Table": [
-            ""
-         ],
-         "Whether to display the interactive data table": [
-            ""
-         ],
-         "Search Box": [
-            ""
-         ],
-         "Whether to include a client side search box": [
-            ""
-         ],
-         "Table Filter": [
-            ""
-         ],
-         "Whether to apply filter when table cell is clicked": [
-            ""
-         ],
-         "Align +/-": [
-            ""
-         ],
-         "Whether to align the background chart for +/- values": [
-            ""
-         ],
-         "Color +/-": [
-            ""
-         ],
-         "Whether to color +/- values": [
-            ""
-         ],
-         "Show Bubbles": [
-            ""
-         ],
-         "Whether to display bubbles on top of countries": [
-            ""
-         ],
-         "Legend": [
-            ""
-         ],
-         "Whether to display the legend (toggles)": [
-            ""
-         ],
-         "Show Values": [
-            ""
-         ],
-         "Whether to display the numerical values within the cells": [
-            ""
-         ],
-         "Show Metric Names": [
-            ""
-         ],
-         "Whether to display the metric name as a title": [
-            ""
-         ],
-         "X bounds": [
-            ""
-         ],
-         "Whether to display the min and max values of the X axis": [
-            ""
-         ],
-         "Y bounds": [
-            ""
-         ],
-         "Whether to display the min and max values of the Y axis": [
-            ""
-         ],
-         "Rich Tooltip": [
-            ""
-         ],
-         "The rich tooltip shows a list of all series for that point in time": [
-            ""
-         ],
-         "Y Log Scale": [
-            ""
-         ],
-         "Use a log scale for the Y axis": [
-            ""
-         ],
-         "X Log Scale": [
-            ""
-         ],
-         "Use a log scale for the X axis": [
-            ""
-         ],
-         "Log Scale": [
-            ""
-         ],
-         "Use a log scale": [
-            ""
-         ],
-         "Donut": [
-            ""
-         ],
-         "Do you want a donut or a pie?": [
-            ""
-         ],
-         "Put labels outside": [
-            ""
-         ],
-         "Put the labels outside the pie?": [
-            ""
-         ],
-         "Contribution": [
-            ""
-         ],
-         "Compute the contribution to the total": [
-            ""
-         ],
-         "Period Ratio": [
-            ""
-         ],
-         "[integer] Number of period to compare against, this is relative to the granularity selected": [
-            ""
-         ],
-         "Period Ratio Type": [
-            ""
-         ],
-         "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [
-            ""
-         ],
-         "Time Shift": [
-            ""
-         ],
-         "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example:  24 hours, 7 days, 56 weeks, 365 days)": [
-            ""
-         ],
-         "Subheader": [
-            ""
-         ],
-         "Description text that shows up below your Big Number": [
-            ""
-         ],
-         "label": [
-            ""
-         ],
-         "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [
-            ""
-         ],
-         "Map Style": [
-            ""
-         ],
-         "Base layer map style": [
-            ""
-         ],
-         "Clustering Radius": [
-            ""
-         ],
-         "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [
-            ""
-         ],
-         "Point Size": [
-            ""
-         ],
-         "Fixed point radius": [
-            ""
-         ],
-         "Point Radius": [
-            ""
-         ],
-         "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [
-            ""
-         ],
-         "Point Radius Unit": [
-            ""
-         ],
-         "The unit of measure for the specified point radius": [
-            ""
-         ],
-         "Point Unit": [
-            ""
-         ],
-         "Opacity": [
-            ""
-         ],
-         "Opacity of all clusters, points, and labels. Between 0 and 1.": [
-            ""
-         ],
-         "Viewport": [
-            ""
-         ],
-         "Parameters related to the view and perspective on the map": [
-            ""
-         ],
-         "Zoom": [
-            ""
-         ],
-         "Zoom level of the map": [
-            ""
-         ],
-         "Default latitude": [
-            ""
-         ],
-         "Latitude of default viewport": [
-            ""
-         ],
-         "Default longitude": [
-            ""
-         ],
-         "Longitude of default viewport": [
-            ""
-         ],
-         "Live render": [
-            ""
-         ],
-         "Points and clusters will update as viewport is being changed": [
-            ""
-         ],
-         "RGB Color": [
-            ""
-         ],
-         "The color for points and clusters in RGB": [
-            ""
-         ],
-         "Color": [
-            ""
-         ],
-         "Pick a color": [
-            ""
-         ],
-         "Ranges": [
-            ""
-         ],
-         "Ranges to highlight with shading": [
-            ""
-         ],
-         "Range labels": [
-            ""
-         ],
-         "Labels for the ranges": [
-            ""
-         ],
-         "Markers": [
-            ""
-         ],
-         "List of values to mark with triangles": [
-            ""
-         ],
-         "Marker labels": [
-            ""
-         ],
-         "Labels for the markers": [
-            ""
-         ],
-         "Marker lines": [
-            ""
-         ],
-         "List of values to mark with lines": [
-            ""
-         ],
-         "Marker line labels": [
-            ""
-         ],
-         "Labels for the marker lines": [
-            ""
-         ],
-         "Chart ID": [
-            ""
-         ],
-         "The id of the active chart": [
-            ""
-         ],
-         "Cache Timeout (seconds)": [
-            ""
-         ],
-         "The number of seconds before expiring the cache": [
-            ""
-         ],
-         "Order by entity id": [
-            ""
-         ],
-         "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [
-            ""
-         ],
-         "Minimum leaf node event count": [
-            ""
-         ],
-         "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [
-            ""
-         ],
-         "Color Scheme": [
-            ""
-         ],
-         "The color scheme for rendering chart": [
-            ""
-         ],
-         "Significance Level": [
-            ""
-         ],
-         "Threshold alpha level for determining significance": [
-            ""
-         ],
-         "p-value precision": [
-            ""
-         ],
-         "Number of decimal places with which to display p-values": [
-            ""
-         ],
-         "Lift percent precision": [
-            ""
-         ],
-         "Number of decimal places with which to display lift values": [
-            ""
-         ],
-         "Time Series Columns": [
-            ""
-         ],
-         "Use Area Proportions": [
-            ""
-         ],
-         "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [
-            ""
-         ],
-         "Options": [
-            ""
-         ],
-         "Not Time Series": [
-            ""
-         ],
-         "Ignore time": [
-            ""
-         ],
-         "Time Series": [
-            ""
-         ],
-         "Standard time series": [
-            ""
-         ],
-         "Aggregate Mean": [
-            ""
-         ],
-         "Mean of values over specified period": [
-            ""
-         ],
-         "Aggregate Sum": [
-            ""
-         ],
-         "Sum of values over specified period": [
-            ""
-         ],
-         "Difference": [
-            ""
-         ],
-         "Metric change in value from `since` to `until`": [
-            ""
-         ],
-         "Percent Change": [
-            ""
-         ],
-         "Metric percent change in value from `since` to `until`": [
-            ""
-         ],
-         "Factor": [
-            ""
-         ],
-         "Metric factor change from `since` to `until`": [
-            ""
-         ],
-         "Advanced Analytics": [
-            ""
-         ],
-         "Use the Advanced Analytics options below": [
-            ""
-         ],
-         "Settings for time series": [
-            ""
-         ],
-         "Equal Date Sizes": [
-            ""
-         ],
-         "Check to force date partitions to have the same height": [
-            ""
-         ],
-         "Partition Limit": [
-            ""
-         ],
-         "The maximum number of subdivisions of each group; lower values are pruned first": [
-            ""
-         ],
-         "Minimum Radius": [
-            ""
-         ],
-         "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [
-            ""
-         ],
-         "Maximum Radius": [
-            ""
-         ],
-         "Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [
-            ""
-         ],
-         "Partition Threshold": [
-            ""
-         ],
-         "Partitions whose height to parent height proportions are below this value are pruned": [
-            ""
-         ],
-         "Lines column": [
-            ""
-         ],
-         "The database columns that contains lines information": [
-            ""
-         ],
-         "Lines encoding": [
-            ""
-         ],
-         "The encoding format of the lines": [
-            ""
-         ],
-         "Line width": [
-            ""
-         ],
-         "The width of the lines": [
-            ""
-         ],
-         "Line charts": [
-            ""
-         ],
-         "Pick a set of line charts to layer on top of one another": [
-            ""
-         ],
-         "Select charts": [
-            ""
-         ],
-         "Error while fetching charts": [
-            ""
-         ],
-         "Right Axis chart(s)": [
-            ""
-         ],
-         "Choose one or more charts for right axis": [
-            ""
-         ],
-         "Prefix metric name with slice name": [
-            ""
-         ],
-         "Reverse Lat & Long": [
-            ""
-         ],
-         "deck.gl charts": [
-            ""
-         ],
-         "Pick a set of deck.gl charts to layer on top of one another": [
-            ""
-         ],
-         "Javascript data interceptor": [
-            ""
-         ],
-         "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [
-            ""
-         ],
-         "Javascript data mutator": [
-            ""
-         ],
-         "Define a function that receives intercepts the data objects and can mutate it": [
-            ""
-         ],
-         "Javascript tooltip generator": [
-            ""
-         ],
-         "Define a function that receives the input and outputs the content for a tooltip": [
-            ""
-         ],
-         "Javascript onClick href": [
-            ""
-         ],
-         "Define a function that returns a URL to navigate to when user clicks": [
-            ""
-         ],
-         "Extra data for JS": [
-            ""
-         ],
-         "List of extra columns made available in Javascript functions": [
-            ""
-         ],
-         "Stroked": [
-            ""
-         ],
-         "Whether to display the stroke": [
-            ""
-         ],
-         "Filled": [
-            ""
-         ],
-         "Whether to fill the objects": [
-            ""
-         ],
-         "Normalized": [
-            ""
-         ],
-         "Whether to normalize the histogram": [
-            ""
-         ],
-         "is expected to be a number": [
-            ""
-         ],
-         "is expected to be an integer": [
-            ""
-         ],
-         "cannot be empty": [
-            ""
-         ],
-         "Time": [
-            ""
-         ],
-         "Time related form attributes": [
-            ""
-         ],
-         "Datasource & Chart Type": [
-            ""
-         ],
-         "This section exposes ways to include snippets of SQL in your query": [
-            ""
-         ],
-         "Annotations and Layers": [
-            ""
-         ],
-         "Query": [
-            "Requête"
-         ],
-         "This section contains options that allow for advanced analytical post processing of query results": [
-            ""
-         ],
-         "Result Filters": [
-            ""
-         ],
-         "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [
-            ""
-         ],
-         "Chart Options": [
-            ""
-         ],
-         "Breakdowns": [
-            ""
-         ],
-         "Defines how each series is broken down": [
-            ""
-         ],
-         "Pie Chart": [
-            ""
-         ],
-         "Y Axis 1": [
-            ""
-         ],
-         "Y Axis 2": [
-            ""
-         ],
-         "Left Axis chart(s)": [
-            ""
-         ],
-         "Choose one or more charts for left axis": [
-            ""
-         ],
-         "Left Axis Format": [
-            ""
-         ],
-         "Time Series - Periodicity Pivot": [
-            ""
-         ],
-         "Dual Axis Line Chart": [
-            ""
-         ],
-         "Left Axis Metric": [
-            ""
-         ],
-         "Choose a metric for left axis": [
-            ""
-         ],
-         "Map": [
-            ""
-         ],
-         "Deck.gl - Hexagons": [
-            ""
-         ],
-         "Advanced": [
-            ""
-         ],
-         "Height": [
-            "Hauteur"
-         ],
-         "Metric used to control height": [
-            ""
-         ],
-         "Deck.gl - Grid": [
-            ""
-         ],
-         "Deck.gl - Screen grid": [
-            ""
-         ],
-         "Grid": [
-            ""
-         ],
-         "Weight": [
-            ""
-         ],
-         "Metric used as a weight for the grid's coloring": [
-            ""
-         ],
-         "Deck.gl - GeoJson": [
-            ""
-         ],
-         "GeoJson Settings": [
-            ""
-         ],
-         "Polygon Settings": [
-            ""
-         ],
-         "Arc": [
-            ""
-         ],
-         "Point Color": [
-            ""
-         ],
-         "Categorical Color": [
-            ""
-         ],
-         "Pick a dimension from which categorical colors are defined": [
-            ""
-         ],
-         "GROUP BY": [
-            ""
-         ],
-         "Use this section if you want a query that aggregates": [
-            ""
-         ],
-         "NOT GROUPED BY": [
-            ""
-         ],
-         "Use this section if you want to query atomic rows": [
-            ""
-         ],
-         "Time Series Table": [
-            ""
-         ],
-         "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [
-            ""
-         ],
-         "Pivot Options": [
-            ""
-         ],
-         "Number Format": [
-            ""
-         ],
-         "Time Format": [
-            ""
-         ],
-         "Numeric Columns": [
-            ""
-         ],
-         "Select the numeric columns to draw the histogram": [
-            ""
-         ],
-         "No of Bins": [
-            ""
-         ],
-         "Select number of bins for the histogram": [
-            ""
-         ],
-         "Opacity of the bars. Between 0 and 1": [
-            ""
-         ],
-         "Primary Metric": [
-            ""
-         ],
-         "The primary metric is used to define the arc segment sizes": [
-            ""
-         ],
-         "Secondary Metric": [
-            ""
-         ],
-         "[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels": [
-            ""
-         ],
-         "Hierarchy": [
-            ""
-         ],
-         "This defines the level of the hierarchy": [
-            ""
-         ],
-         "Source / Target": [
-            ""
-         ],
-         "Choose a source and a target": [
-            ""
-         ],
-         "Chord Diagram": [
-            ""
-         ],
-         "Choose a number format": [
-            ""
-         ],
-         "Source": [
-            ""
-         ],
-         "Choose a source": [
-            ""
-         ],
-         "Target": [
-            ""
-         ],
-         "Choose a target": [
-            ""
-         ],
-         "ISO 3166-2 codes of region/province/department": [
-            ""
-         ],
-         "It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)": [
-            ""
-         ],
-         "Bubbles": [
-            ""
-         ],
-         "Country Control": [
-            ""
-         ],
-         "3 letter code of the country": [
-            ""
-         ],
-         "Metric for color": [
-            ""
-         ],
-         "Metric that defines the color of the country": [
-            ""
-         ],
-         "Bubble size": [
-            ""
-         ],
-         "Metric that defines the size of the bubble": [
-            ""
-         ],
-         "Filter Box": [
-            ""
-         ],
-         "Filter controls": [
-            ""
-         ],
-         "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [
-            ""
-         ],
-         "Heatmap Options": [
-            ""
-         ],
-         "Whether to apply a normal distribution based on rank on the color scale": [
-            ""
-         ],
-         "Value bounds": [
-            ""
-         ],
-         "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [
-            ""
-         ],
-         "Value Format": [
-            ""
-         ],
-         "Horizon": [
-            ""
-         ],
-         "Points": [
-            ""
-         ],
-         "Labelling": [
-            ""
-         ],
-         "Visual Tweaks": [
-            ""
-         ],
-         "Column containing longitude data": [
-            ""
-         ],
-         "Column containing latitude data": [
-            ""
-         ],
-         "Cluster label aggregator": [
-            ""
-         ],
-         "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [
-            ""
-         ],
-         "Tooltip": [
-            ""
-         ],
-         "Show a tooltip when hovering over points and clusters describing the label": [
-            ""
-         ],
-         "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [
-            ""
-         ],
-         "Event definition": [
-            ""
-         ],
-         "Additional meta data": [
-            ""
-         ],
-         "Column containing entity ids": [
-            ""
-         ],
-         "e.g., a \"user id\" column": [
-            ""
-         ],
-         "Column containing event names": [
-            ""
-         ],
-         "Event count limit": [
-            ""
-         ],
-         "The maximum number of events to return, equivalent to number of rows": [
-            ""
-         ],
-         "Meta data": [
-            ""
-         ],
-         "Select any columns for meta data inspection": [
-            ""
-         ],
-         "Paired t-test": [
-            ""
-         ],
-         "Time Series Options": [
-            ""
-         ],
-         "No such column found. To filter on a metric, try the Custom SQL tab.": [
-            ""
-         ],
-         "%s column(s) and metric(s)": [
-            ""
-         ],
-         "%s column(s)": [
-            ""
-         ],
-         "To filter on a metric, use Custom SQL tab.": [
-            ""
-         ],
-         "%s operators(s)": [
-            ""
-         ],
-         "type a value here": [
-            ""
-         ],
-         "Filter value": [
-            ""
-         ],
-         "choose WHERE or HAVING...": [
-            ""
-         ],
-         "%s aggregates(s)": [
-            ""
-         ],
-         "description": [
-            ""
-         ],
-         "bolt": [
-            ""
-         ],
-         "Changing this control takes effect instantly": [
-            ""
-         ],
-         "Error...": [
-            ""
-         ],
-         "Width": [
-            "Largeur"
-         ],
-         "Export to .json": [
-            ""
-         ],
-         "Export to .csv format": [
-            ""
-         ],
-         "%s - untitled": [
-            ""
-         ],
-         "Edit chart properties": [
-            ""
-         ],
-         "Limit reached": [
-            ""
-         ],
-         "Please enter a chart name": [
-            ""
-         ],
-         "Please select a dashboard": [
-            ""
-         ],
-         "Please enter a dashboard name": [
-            ""
-         ],
-         "Save A Chart": [
-            ""
-         ],
-         "Overwrite chart %s": [
-            ""
-         ],
-         "[chart name]": [
-            ""
-         ],
-         "Do not add to a dashboard": [
-            ""
-         ],
-         "Add chart to existing dashboard": [
-            ""
-         ],
-         "Add to new dashboard": [
-            ""
-         ],
-         "Save & go to dashboard": [
-            ""
-         ],
-         "choose a column or metric": [
-            ""
-         ],
-         "Add Annotation Layer": [
-            ""
-         ],
-         "`Min` value should be numeric or empty": [
-            ""
-         ],
-         "`Max` value should be numeric or empty": [
-            ""
-         ],
-         "Min": [
-            "Min"
-         ],
-         "Max": [
-            "Max"
-         ],
-         "Something went wrong while fetching the datasource list": [
-            ""
-         ],
-         "Select a datasource": [
-            ""
-         ],
-         "Search / Filter": [
-            ""
-         ],
-         "Click to point to another datasource": [
-            ""
-         ],
-         "Edit the datasource's configuration": [
-            ""
-         ],
-         "Show datasource configuration": [
-            ""
-         ],
-         "Select metric": [
-            ""
-         ],
-         "Select column": [
-            ""
-         ],
-         "Select operator": [
-            ""
-         ],
-         "Add Filter": [
-            "Ajouter un filtre"
-         ],
-         "choose a column or aggregate function": [
-            ""
-         ],
-         "Error while fetching data": [
-            ""
-         ],
-         "No results found": [
-            ""
-         ],
-         "%s option(s)": [
-            ""
-         ],
-         "Invalid lat/long configuration.": [
-            ""
-         ],
-         "Longitude & Latitude columns": [
-            ""
-         ],
-         "Delimited long & lat single column": [
-            ""
-         ],
-         "Multiple formats accepted, look the geopy.points Python library for more details": [
-            ""
-         ],
-         "Reverse lat/long ": [
-            ""
-         ],
-         "Geohash": [
-            ""
-         ],
-         "textarea": [
-            ""
-         ],
-         "Edit": [
-            "Éditer"
-         ],
-         "in modal": [
-            ""
-         ],
-         "Select a visualization type": [
-            ""
-         ],
-         "Favorites": [
-            ""
-         ],
-         "Created Content": [
-            ""
-         ],
-         "Recent Activity": [
-            ""
-         ],
-         "Security & Access": [
-            ""
-         ],
-         "No charts": [
-            ""
-         ],
-         "No dashboards": [
-            ""
-         ],
-         "Dashboards": [
-            "Tableaux de bords"
-         ],
-         "Charts": [
-            ""
-         ],
-         "No favorite charts yet, go click on stars!": [
-            ""
-         ],
-         "No favorite dashboards yet, go click on stars!": [
-            ""
-         ],
-         "Roles": [
-            ""
-         ],
-         "Databases": [
-            "Bases de données"
-         ],
-         "Datasources": [
-            ""
-         ],
-         "Profile picture provided by Gravatar": [
-            ""
-         ],
-         "joined": [
-            ""
-         ],
-         "id:": [
-            ""
-         ],
-         "Sorry, there appears to be no data": [
-            ""
-         ],
-         "Data has no time steps": [
-            ""
-         ],
-         "Select starting date": [
-            ""
-         ],
-         "Select end date": [
-            ""
-         ],
-         "Select [%s]": [
-            ""
-         ],
-         "Apply": [
-            ""
-         ],
-         "You cannot use 45° tick layout along with the time range filter": [
-            ""
-         ],
-         "Recently Viewed": [
-            ""
-         ],
-         "Metric(s) {} must be aggregations.": [
-            ""
-         ],
-         "No data was returned.": [
-            "Aucune donnée récupérée"
-         ],
-         "Unsupported extraction function: ": [
-            ""
-         ],
-         "List Druid Column": [
-            "Lister les colonnes Druid"
-         ],
-         "Show Druid Column": [
-            "Montrer les colonnes Druid"
-         ],
-         "Add Druid Column": [
-            "Ajouter une colonne Druid"
-         ],
-         "Edit Druid Column": [
-            "Éditer une colonne Druid"
-         ],
-         "Column": [
-            "Colonne"
-         ],
-         "Type": [
-            "Type"
-         ],
-         "Groupable": [
-            "Groupable"
-         ],
-         "Filterable": [
-            "Filtrable"
-         ],
-         "Count Distinct": [
-            "Valeurs distinctes"
-         ],
-         "Sum": [
-            "Somme"
-         ],
-         "Whether this column is exposed in the `Filters` section of the explore view.": [
-            "Est-ce-que cette colonne doit apparaître dans la section `Filtres` de la page exploration"
-         ],
-         "List Druid Metric": [
-            "Lister les métriques Druid"
-         ],
-         "Show Druid Metric": [
-            "Montrer une métrique Druid"
-         ],
-         "Add Druid Metric": [
-            "Ajouter une métrique Druid"
-         ],
-         "Edit Druid Metric": [
-            "Éditer une métrique Druid"
-         ],
-         "Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric": [
-            "Est-ce-que l'accès à cette métrique est restraint à certains rôles. Seuls les rôles avec la permission 'accès à la métrique XXX (le nom de cette métrique)  sont autorisés à accéder à cette métrique"
-         ],
-         "Verbose Name": [
-            "Nom explicite"
-         ],
-         "JSON": [
-            "JSON"
-         ],
-         "Druid Datasource": [
-            "Données Druid"
-         ],
-         "Warning Message": [
-            ""
-         ],
-         "List Druid Cluster": [
-            "Lister les clusters Druid"
-         ],
-         "Show Druid Cluster": [
-            "Monter les cluster Druid"
-         ],
-         "Add Druid Cluster": [
-            "Ajouter un cluster Druid"
-         ],
-         "Edit Druid Cluster": [
-            "Éditer une cluster Druid"
-         ],
-         "Cluster": [
-            "Cluster"
-         ],
-         "Broker Host": [
-            "Hôte du Broker"
-         ],
-         "Broker Port": [
-            "Port du Broker"
-         ],
-         "Broker Endpoint": [
-            "Endpoint du Broker"
-         ],
-         "Druid Clusters": [
-            "Clusters Druid"
-         ],
-         "Sources": [
-            "Sources"
-         ],
-         "List Druid Datasource": [
-            "Lister les dources de données Druid"
-         ],
-         "Show Druid Datasource": [
-            "Montrer les sources de données Druid"
-         ],
-         "Add Druid Datasource": [
-            "Ajouter une source de données Druid"
-         ],
-         "Edit Druid Datasource": [
-            "Éditer une source de données Druid"
-         ],
-         "The list of 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": [
-            "Timezone offset (en heure) de cette source de données"
-         ],
-         "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [
-            "Expression temporelle à utiliser comme un prédicat pour récupérer les valeurs distinctes pour remplir le filtre. S'applique uniquement quand `Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes de valeurs distinctes dans le filtre seront remplies en se basant sur les valeurs distinctes trouvées la semaine passée"
-         ],
-         "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [
-            "Faut-il remplir à la volée les choix du filtre de la section filtre de la page d'exploration avec la liste des valeurs distinctes répérées depuis le backend"
-         ],
-         "Redirects to this endpoint when clicking on the datasource from the datasource list": [
-            "Redirige à cet endpoint quand on clique sur la source de données depuis la liste des sources de données"
-         ],
-         "Associated Charts": [
-            ""
-         ],
-         "Data Source": [
-            "Source de données"
-         ],
-         "Owner": [
-            "Propriétaire"
-         ],
-         "Is Hidden": [
-            "Est caché"
-         ],
-         "Enable Filter Select": [
-            "Activer le filtre de sélection"
-         ],
-         "Default Endpoint": [
-            "Endpoint par défaut"
-         ],
-         "Time Offset": [
-            "Décalage du temps"
-         ],
-         "Cache Timeout": [
-            "Cache timeout"
-         ],
-         "Druid Datasources": [
-            "Sources de données Druid"
-         ],
-         "Scan New Datasources": [
-            ""
-         ],
-         "Refresh Druid Metadata": [
-            "Rafraichir les méta-données de Druid"
-         ],
-         "Datetime column not provided as part table configuration and is required by this type of chart": [
-            "Colonne Datetime non fournie dans la configuration alors qu'elle est requise pour ce type de graphique"
-         ],
-         "Empty query?": [
-            ""
-         ],
-         "Metric '{}' is not valid": [
-            "Métrique '{}' invalide"
-         ],
-         "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [
-            ""
-         ],
-         "List Columns": [
-            "Lister les colonnes"
-         ],
-         "Show Column": [
-            "Montrer les colonnes"
-         ],
-         "Add Column": [
-            "Ajouter une colonne"
-         ],
-         "Edit Column": [
-            "Éditer une colonne"
-         ],
-         "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [
-            "Faut-il que cette colonne soit accessible comme une option [Time Granularity],  la colonne doit être DATETIME ou d'un format équivalent"
-         ],
-         "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [
-            "Le type de donnée inféré par la base de données. Il peut être nécessaire de le rentrer manuellement pour les colonnes définissant des expressions dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le modifier"
-         ],
-         "Expression": [
-            "Expression"
-         ],
-         "Is temporal": [
-            "Est temporel"
-         ],
-         "Datetime Format": [
-            "Format Datetime"
-         ],
-         "Database Expression": [
-            "Expression de la base de données"
-         ],
-         "List Metrics": [
-            "Lister les métriques"
-         ],
-         "Show Metric": [
-            "Montrer les métriques"
-         ],
-         "Add Metric": [
-            "Ajouter une métrique"
-         ],
-         "Edit Metric": [
-            "Éditer la métrique"
-         ],
-         "SQL Expression": [
-            "Expression SQL"
-         ],
-         "D3 Format": [
-            "Format D3"
-         ],
-         "Is Restricted": [
-            "Est restreint"
-         ],
-         "List Tables": [
-            "Lister les tables"
-         ],
-         "Show Table": [
-            "Montrer les tables"
-         ],
-         "Add Table": [
-            "Ajouter une table"
-         ],
-         "Edit Table": [
-            "Éditer la table"
-         ],
-         "Name of the table that exists in the source database": [
-            "Nom de la table qui existe dans la base de données source"
-         ],
-         "Schema, as used only in some databases like Postgres, Redshift and DB2": [
-            "Schéma, utilisé uniquement dans certaines bases de données comme Postgres, Redshift et DB2"
-         ],
-         "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [
-            "Ces champs agissent comme une vue Superset, i.e. Superset va lancer une requête pour cette expression comme une sous-requête"
-         ],
-         "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [
-            "Prédicat appliqué à la récupération des valeurs distinctes pour remplir le filtre de contrôle des composants. Supporte la syntaxe Jinja. S'applique uniquement si `Activer le filtre` est coché."
-         ],
-         "Redirects to this endpoint when clicking on the table from the table list": [
-            "Redirige à cet endpoint quand on clique sur la table depuis la liste des tables"
-         ],
-         "Whether the table was generated by the 'Visualize' flow in SQL Lab": [
-            ""
-         ],
-         "A set of parameters that become available in the query using Jinja templating syntax": [
-            ""
-         ],
-         "Changed By": [
-            "Modifié par"
-         ],
-         "Last Changed": [
-            "Dernière modification"
-         ],
-         "Offset": [
-            "Décalage"
-         ],
-         "Fetch Values Predicate": [
-            "Récupérer les valeurs des prédicats"
-         ],
-         "Main Datetime Column": [
-            "Colonne Datetime principale"
-         ],
-         "SQL Lab View": [
-            ""
-         ],
-         "Template parameters": [
-            ""
-         ],
-         "Table [{}] could not be found, please double check your database connection, schema, and table name": [
-            "La table [{}] n'a pu être trouvée, vérifiez à nouveau votre la connexion à votre base de données, le schéma et le nom de la table"
-         ],
-         "The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.": [
-            "La table a été créée. Pour la deuxième partie de la configuration vous devez cliquer sur le bouton édition de la nouvelle table"
-         ],
-         "Refresh Metadata": [
-            ""
-         ],
-         "Refresh column metadata": [
-            ""
-         ],
-         "Metadata refreshed for the following table(s): %(tables)s": [
-            ""
-         ],
-         "Tables": [
-            "Tables"
-         ],
-         "Profile": [
-            "Profil"
-         ],
-         "Logout": [
-            "Déconnexion"
-         ],
-         "Login": [
-            "Connexion"
-         ],
-         "Record Count": [
-            "Nombre d'enregistrements"
-         ],
-         "No records found": [
-            "Aucun enregistrement trouvé"
-         ],
-         "Import dashboards": [
-            ""
-         ],
-         "No Access!": [
-            "Pas l'accès !"
-         ],
-         "You do not have permissions to access the datasource(s): %(name)s.": [
-            "Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s."
-         ],
-         "Request Permissions": [
-            "Besoin de permissions"
-         ],
-         "Test Connection": [
-            "Test de connexion"
-         ],
-         "Annotation Layers": [
-            ""
-         ],
-         "Manage": [
-            "Gestion"
-         ],
-         "Annotations": [
-            ""
-         ],
-         "Datasource %(name)s already exists": [
-            "La source de données %(name)s existe déjà"
-         ],
-         "json isn't valid": [
-            "Le json n'est pas valide"
-         ],
-         "Export to YAML": [
-            ""
-         ],
-         "Export to YAML?": [
-            ""
-         ],
-         "Delete": [
-            "Effacer"
-         ],
-         "Delete all Really?": [
-            "Vraiment tout effacer ?"
-         ],
-         "This endpoint requires the `all_datasource_access` permission": [
-            "Cet endpoint nécessite la permission `all_datasource_access`"
-         ],
-         "The datasource seems to have been deleted": [
-            "La source de données semble avoir été effacée"
-         ],
-         "The access requests seem to have been deleted": [
-            "L'accée à cette requête semble avoir été effacé"
-         ],
-         "The user seems to have been deleted": [
-            "L'utilisateur semble avoir été effacé"
-         ],
-         "You don't have access to this datasource. <a href='{}'>(Gain access)</a>": [
-            ""
-         ],
-         "You don't have access to this datasource": [
-            "Vous n'avez pas l'accès à cette source de données"
-         ],
-         "This view requires the database %(name)s or `all_datasource_access` permission": [
-            "Cette page nécessite la permission à la base %(name)s ou `all_datasource_access`"
-         ],
-         "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [
-            "Cet endpoint nécessite la permission à la source de données %(name)s, à la base de données ou `all_datasource_access`"
-         ],
-         "List Databases": [
-            "Lister les bases de données"
-         ],
-         "Show Database": [
-            "Montrer les bases de données"
-         ],
-         "Add Database": [
-            "Ajouter une base de données"
-         ],
-         "Edit Database": [
-            "Éditer la base de données"
-         ],
-         "Expose this DB in SQL Lab": [
-            "Expose cette BDD dans SQL Lab"
-         ],
-         "Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)": [
-            "Autorise les utilisateurs à lancer des requêtes synchrones, il s'agit de la configuration par défaut qui devrait fonctionner correctement pour des requêtes exécutables depuis le web (<~1 minute)"
-         ],
-         "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [
-            "Autorise les utilisateurs à lancer des requêtes sur un backend asynchrone. Suppose que vous ayez un worker Celery réglé comme un results backend"
-         ],
-         "Allow CREATE TABLE AS option in SQL Lab": [
-            "Autorise l'option CREATE TABLE AS dans SQL Lab"
-         ],
-         "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [
-            "Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, DELETE, CREATE, etc.) dans SQL Lab"
-         ],
-         "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [
-            "Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force la table a être créée dans le schéma"
-         ],
-         "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.<br/>If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [
-            ""
-         ],
-         "Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.": [
-            ""
-         ],
-         "Expose in SQL Lab": [
-            "Exposer dans SQL Lab"
-         ],
-         "Allow CREATE TABLE AS": [
-            "Autoriser CREATE TABLE AS"
-         ],
-         "Allow DML": [
-            "Autoriser DML"
-         ],
-         "CTAS Schema": [
-            "Schéma CTAS"
-         ],
-         "Creator": [
-            "Créateur"
-         ],
-         "SQLAlchemy URI": [
-            "URI SQLAlchemy"
-         ],
-         "Extra": [
-            "Extra"
-         ],
-         "Allow Run Sync": [
-            "Autoriser le lancement synchrone"
-         ],
-         "Allow Run Async": [
-            "Autoriser le lancement asynchrone"
-         ],
-         "Impersonate the logged on user": [
-            ""
-         ],
-         "Import Dashboards": [
-            "Importer des tableaux de bords"
-         ],
-         "CSV to Database configuration": [
-            ""
-         ],
-         "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [
-            ""
-         ],
-         "User": [
-            "Utilisateur"
-         ],
-         "User Roles": [
-            "Rôles utilisateurs"
-         ],
-         "Database URL": [
-            "URL de la base de données"
-         ],
-         "Roles to grant": [
-            "Röles à donner"
-         ],
-         "Created On": [
-            "Créé le"
-         ],
-         "Access requests": [
-            "Requêtes d'accès"
-         ],
-         "Security": [
-            "Sécurité"
-         ],
-         "List Charts": [
-            ""
-         ],
-         "Show Chart": [
-            ""
-         ],
-         "Add Chart": [
-            ""
-         ],
-         "Edit Chart": [
-            ""
-         ],
-         "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [
-            "Ces paramètres sont généré dynamiquement quand vous cliquez sur Sauvegarder ou forcer dans la page d'exploration. Cet objet JSON est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"
-         ],
-         "Duration (in seconds) of the caching timeout for this chart.": [
-            ""
-         ],
-         "Last Modified": [
-            "Dernière modification"
-         ],
-         "Owners": [
-            "Propriétaires"
-         ],
-         "Parameters": [
-            "Paramètres"
-         ],
-         "Chart": [
-            ""
-         ],
-         "List Dashboards": [
-            "Lister les tableaux de bords"
-         ],
-         "Show Dashboard": [
-            "Montrer les tableaux de bords"
-         ],
-         "Add Dashboard": [
-            "Ajouter un tableau de bord"
-         ],
-         "Edit Dashboard": [
-            "Éditer le tableau de bord"
-         ],
-         "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [
-            "Cet objet JSON décrit la position des widgets dans le tableau de bord. Il est généré dynamiquement quand on ajuste la taille ou la position des widgets"
-         ],
-         "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [
-            "Le css pour certains tableaux de bords peut être modifié ici, ou dans  la page tableaux de bords pour que les changement soient visibles immédiatement"
-         ],
-         "To get a readable URL for your dashboard": [
-            "Pour avoir une URL lisible pour votre tableau de bord"
-         ],
-         "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [
-            "Ce JSON a été généré automatiquement quand vous avez cliqué sur sauvegarder ou forcer dans la page des tableaux de bords.  Il est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"
-         ],
-         "Owners is a list of users who can alter the dashboard.": [
-            "Propriétaires est une liste d'utilisateurs qui peuvent modifier le tableau de bord"
-         ],
-         "Dashboard": [
-            "Tableau de bord"
-         ],
-         "Slug": [
-            "Slug"
-         ],
-         "Position JSON": [
-            "JSON des positions"
-         ],
-         "JSON Metadata": [
-            "JSON des méta-données"
-         ],
-         "Underlying Tables": [
-            "Tables sous-jacentes"
-         ],
-         "Export": [
-            "Exporter"
-         ],
-         "Export dashboards?": [
-            "Exporter les tableaux de bords ?"
-         ],
-         "Action": [
-            "Action"
-         ],
-         "dttm": [
-            "dttm"
-         ],
-         "Action Log": [
-            "Journaux d'actions"
-         ],
-         "Access was requested": [
-            "Accès demandé"
-         ],
-         "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [
-            "%(user)s a obtenu le rôle %(role)s qui donne accès à %(datasource)s"
-         ],
-         "Role %(r)s was extended to provide the access to the datasource %(ds)s": [
-            "Le rôle %(r)s a été étendu pour donner l'accès à la source de données %(ds)s"
-         ],
-         "You have no permission to approve this request": [
-            "Vous n'avez pas les permission pour approuver cette requête"
-         ],
-         "You don't have the rights to ": [
-            ""
-         ],
-         "alter this ": [
-            ""
-         ],
-         "chart": [
-            ""
-         ],
-         "create a ": [
-            ""
-         ],
-         "dashboard": [
-            ""
-         ],
-         "Malformed request. slice_id or table_name and db_name arguments are expected": [
-            "Requête malformée. Les arguments slice_id ou table_name et db_name sont attendus"
-         ],
-         "Chart %(id)s not found": [
-            ""
-         ],
-         "Table %(t)s wasn't found in the database %(d)s": [
-            "Table %(t)s pas trouvée dans la base de données %(d)s"
-         ],
-         "Can't find User '%(name)s', please ask your admin to create one.": [
-            "Impossible de trouver l'utilisateur '%(name)s', demandez à votre administrateur de le créer."
-         ],
-         "Can't find DruidCluster with cluster_name = '%(name)s'": [
-            "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s"
-         ],
-         "Query record was not created as expected.": [
-            "L'enregistrement de la requête n'a pas été créé comme prévu."
-         ],
-         "Template Name": [
-            "Nom du template"
-         ],
-         "CSS Templates": [
-            "Templates CSS"
-         ],
-         "SQL Editor": [
-            "Éditeur SQL"
-         ],
-         "SQL Lab": [
-            "SQL Lab"
-         ],
-         "Query Search": [
-            "Requêter"
-         ],
-         "Upload a CSV": [
-            ""
-         ],
-         "Status": [
-            "Status"
-         ],
-         "Start Time": [
-            "Date de début"
-         ],
-         "End Time": [
-            "Date de fin"
-         ],
-         "Queries": [
-            "Requêtes"
-         ],
-         "List Saved Query": [
-            "Liste des requêtes sauvegardées"
-         ],
-         "Show Saved Query": [
-            "Montrer les requêtes sauvagardées"
-         ],
-         "Add Saved Query": [
-            "Ajouter une requête sauvegardée"
-         ],
-         "Edit Saved Query": [
-            "Éditer la requête sauvegardée"
-         ],
-         "Pop Tab Link": [
-            ""
-         ],
-         "Changed on": [
-            ""
-         ],
-         "Saved Queries": [
-            "Requêtes sauvegardées"
-         ]
-      }
-   }
+  "domain": "superset",
+  "locale_data": {
+    "superset": {
+      "": {
+        "domain": "superset",
+        "plural_forms": "nplurals=2; plural=(n > 1)",
+        "lang": "fr"
+      },
+      "Time Column": ["Colonne du temps"],
+      "second": ["seconde"],
+      "minute": ["minute"],
+      "hour": ["heure"],
+      "day": ["jour"],
+      "week": ["semaine"],
+      "month": ["mois"],
+      "quarter": ["trimestre"],
+      "year": ["année"],
+      "week_ending_saturday": ["semaine_finit_samedi"],
+      "week_start_sunday": ["semande_commence_dimanche"],
+      "week_start_monday": ["semaine_commence_lundi"],
+      "5 minute": ["5 minutes"],
+      "half hour": ["demi-heure"],
+      "10 minute": ["10 minutes"],
+      "Table Name": ["Nom de la table"],
+      "Name of table to be created from csv data.": [
+        "Nom de la table à créer à partir de données csv."
+      ],
+      "CSV File": ["Fichier CSV"],
+      "Select a CSV file to be uploaded to a database.": [
+        "Selectionnez un fichier CSV à uploader dans un base de données."
+      ],
+      "CSV Files Only!": ["Fichier CSV uniquement!"],
+      "Database": ["Base de données"],
+      "Delimiter": ["Délimiteur"],
+      "Delimiter used by CSV file (for whitespace use \\s+).": [
+        "Délimiteur utilisé pour le fichier CSV (pour les espaces blancs utiliser \\s+)."
+      ],
+      "Table Exists": ["Table Existante"],
+      "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [
+        "Si la table existe, effectuez l'une des opérations suivantes: Échec (ne rien faire), Remplacer (supprimer et recréer la table) ou Ajouter (insérer des données)."
+      ],
+      "Fail": ["Echec"],
+      "Replace": ["Remplacer"],
+      "Append": ["Ajouter"],
+      "Schema": ["Schéma"],
+      "Specify a schema (if database flavour supports this).": [
+        "Spécifiez un schéma (si la version de base de données le prend en charge)."
+      ],
+      "Header Row": ["Ligne d'en-tête"],
+      "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [
+        "Ligne contenant les en-têtes à utiliser comme noms de colonne (0 est la première ligne de données). Laisser vide s'il n'y a pas de ligne d'en-tête."
+      ],
+      "Index Column": ["Colonne d'index"],
+      "Column to use as the row labels of the dataframe. Leave empty if no index column.": [
+        "Colonne à utiliser comme libellé de ligne du cadre de données. Laisser vide s'il n'y a pas de colonne d'index."
+      ],
+      "Mangle Duplicate Columns": ["Mélanger les colonnes en double"],
+      "Specify duplicate columns as \"X.0, X.1\".": [""],
+      "Skip Initial Space": ["Ignorer l'espace initial"],
+      "Skip spaces after delimiter.": [
+        "Ignorer les espaces après le délimiteur."
+      ],
+      "Skip Rows": ["Ignorer les lignes"],
+      "Number of rows to skip at start of file.": [
+        "Nombre de lignes à ignorer au début du fichier."
+      ],
+      "Rows to Read": ["Lignes à lire"],
+      "Number of rows of file to read.": [
+        "Nombre de lignes de fichier à lire."
+      ],
+      "Skip Blank Lines": ["Ignorer les lignes blanches"],
+      "Skip blank lines rather than interpreting them as NaN values.": [
+        "Ignorez les lignes vides plutôt que de les interpréter comme des valeurs NaN."
+      ],
+      "Parse Dates": [""],
+      "A comma separated list of columns that should be parsed as dates.": [
+        "Liste de colonnes séparées par des virgules qui doivent être analysées comme des dates."
+      ],
+      "Infer Datetime Format": ["Inférer le format de date / heure"],
+      "Use Pandas to interpret the datetime format automatically.": [
+        "Utilisez Pandas pour interpréter le format de date et heure automatiquement."
+      ],
+      "Decimal Character": ["Caractère décimal"],
+      "Character to interpret as decimal point.": [
+        "Caractère à interpréter en tant que point décimal."
+      ],
+      "Dataframe Index": ["Indice de trame de données"],
+      "Write dataframe index as a column.": [""],
+      "Étiquette(s) de colonne": [""],
+      "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [
+        "Étiquette de colonne pour la ou les colonnes d'index. Si la valeur est Aucun et que l'Index de la Structure de Données est Vrai, les Noms d'Index sont utilisés."
+      ],
+      "[Superset] Access to the datasource %(name)s was granted": [
+        "[Superset] Accès à la source de données %(name)s accordé"
+      ],
+      "Viz is missing a datasource": [
+        "Viz est une source de données manquante"
+      ],
+      "From date cannot be larger than to date": [
+        "From date ne peut être plus grand que to date"
+      ],
+      "Table View": ["Vue en table"],
+      "Pick a granularity in the Time section or uncheck 'Include Time'": [
+        "Choississez une granularité dans Time ou décochez 'Include Time'"
+      ],
+      "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
+        "Choisissez soit des champs dans [Grouper par] et [Métriques] ou dans [Colonnes], pas les deux"
+      ],
+      "Time Table View": [""],
+      "Pick at least one metric": ["Choisissez au moins une métrique"],
+      "When using 'Group By' you are limited to use a single metric": [""],
+      "Pivot Table": ["Table pivot"],
+      "Please choose at least one 'Group by' field ": [""],
+      "Please choose at least one metric": [
+        "Choississez au moins une métrique"
+      ],
+      "Group By' and 'Columns' can't overlap": [""],
+      "Markup": ["Markup"],
+      "Separator": ["Séparateur"],
+      "Word Cloud": ["Nuage de mots"],
+      "Treemap": ["Treemap"],
+      "Calendar Heatmap": ["Calendrier Heatmap"],
+      "Box Plot": ["Boites à moustaches"],
+      "Bubble Chart": ["Bulles"],
+      "Pick a metric for x, y and size": [
+        "Choisissez une métrique pour x, y, taille"
+      ],
+      "Bullet Chart": ["Points"],
+      "Pick a metric to display": ["Choisissez une métrique à afficher"],
+      "Big Number with Trendline": ["Gros nombre avec tendance"],
+      "Pick a metric!": ["Choisissez une métrique"],
+      "Big Number": ["Gros nombre"],
+      "Time Series - Line Chart": ["Séries temporelles - ligne"],
+      "Pick a time granularity for your time series": [
+        "Choisissez une granularité pour vos séries temporelles"
+      ],
+      "`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.": [
+        ""
+      ],
+      "Time Series - Multiple Line Charts": [""],
+      "Time Series - Dual Axis Line Chart": ["Séries temporelles - double axe"],
+      "Pick a metric for left axis!": [
+        "Choisissez une métrique pour l'axe de gauche"
+      ],
+      "Pick a metric for right axis!": [
+        "Choississez une métrique pour l'axe de droite"
+      ],
+      "Please choose different metrics on left and right axis": [
+        "Choisissez des métriques différentes pour les axes gauches et droits"
+      ],
+      "Time Series - Bar Chart": ["Séries temporelles - histogramme"],
+      "Time Series - Period Pivot": [""],
+      "Time Series - Percent Change": [
+        "Séries temporelles - pourcentage de changement"
+      ],
+      "Time Series - Stacked": ["Séries temporelles - empilées"],
+      "Distribution - NVD3 - Pie Chart": ["Distribution - camembert"],
+      "Histogram": ["Histogramme"],
+      "Must have at least one numeric column specified": [""],
+      "Distribution - Bar Chart": ["Distibution - histogramme"],
+      "Can't have overlap between Series and Breakdowns": [
+        "Il ne faut pas d'élement en commun entre Serie et Breakdowns"
+      ],
+      "Pick at least one field for [Series]": [
+        "Choisissez au moins un champs pour [Séries]"
+      ],
+      "Sunburst": ["Camembert hiérarchique"],
+      "Sankey": ["Sankey"],
+      "Pick exactly 2 columns as [Source / Target]": [
+        "Choisissez exactement 2 colonnes pour [Source / Target]"
+      ],
+      "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
+        "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}"
+      ],
+      "Directed Force Layout": ["Graphe orienté"],
+      "Pick exactly 2 columns to 'Group By'": [
+        "Choisissez exactement 2 colonnes pour 'Grouper par'"
+      ],
+      "Country Map": ["Carte de pays"],
+      "World Map": ["Carte du monde"],
+      "Filters": ["Filtres"],
+      "Pick at least one filter field": [
+        "Choisissez au moins un champ sur lequel filtrer"
+      ],
+      "iFrame": ["iFrame"],
+      "Parallel Coordinates": ["Coordonnées parallèles"],
+      "Heatmap": ["Carte de chaleur"],
+      "Horizon Charts": ["Histogrammes horizontaux"],
+      "Mapbox": ["Mapbox"],
+      "Must have a [Group By] column to have 'count' as the [Label]": [
+        "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]"
+      ],
+      "Choice of [Label] must be present in [Group By]": [
+        "Le [Label] choisi doit être présent dans [Grouper par]"
+      ],
+      "Choice of [Point Radius] must be present in [Group By]": [
+        "Le [Point Radius] doit être présent dans [Grouper par]"
+      ],
+      "[Longitude] and [Latitude] columns must be present in [Group By]": [
+        "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]"
+      ],
+      "Deck.gl - Multiple Layers": [""],
+      "Bad spatial key": [""],
+      "Deck.gl - Scatter plot": [""],
+      "Deck.gl - Screen Grid": [""],
+      "Deck.gl - 3D Grid": [""],
+      "Deck.gl - Paths": [""],
+      "Deck.gl - Polygon": [""],
+      "Deck.gl - 3D HEX": [""],
+      "Deck.gl - GeoJSON": [""],
+      "Deck.gl - Arc": [""],
+      "Event flow": ["Flot d'événements"],
+      "Time Series - Paired t-test": [""],
+      "Time Series - Nightingale Rose Chart": [""],
+      "Partition Diagram": [""],
+      "Your session timed out, please refresh your page and try again.": [""],
+      "Your query was saved": [""],
+      "Your query could not be saved": [""],
+      "Failed at retrieving results from the results backend": [""],
+      "Unknown error": [""],
+      "Query was stopped.": [""],
+      "Failed at stopping query.": [""],
+      "Error occurred while fetching table metadata": [""],
+      "shared query": [""],
+      "The query couldn't be loaded": [""],
+      "An error occurred while creating the data source": [""],
+      "Pick a chart type!": [""],
+      "To use this chart type you need at least one column flagged as a date": [
+        ""
+      ],
+      "To use this chart type you need at least one dimension": [""],
+      "To use this chart type you need at least one aggregation function": [""],
+      "Untitled Query": [""],
+      "Copy of %s": [""],
+      "share query": [""],
+      "copy URL to clipboard": [""],
+      "Raw SQL": [""],
+      "Source SQL": [""],
+      "SQL": [""],
+      "No query history yet...": [""],
+      "It seems you don't have access to any database": [""],
+      "Search Results": [""],
+      "[From]-": [""],
+      "[To]-": [""],
+      "[Query Status]": [""],
+      "Search": [""],
+      "Open in SQL Editor": [""],
+      "view results": [""],
+      "Data preview": [""],
+      "Visualize the data out of this query": [""],
+      "Overwrite text in editor with a query on this table": [""],
+      "Run query in a new tab": [""],
+      "Remove query from log": [""],
+      ".CSV": [""],
+      "Visualize": [""],
+      "Table": ["Table"],
+      "was created": [""],
+      "Query in a new tab": [""],
+      "Fetch data preview": [""],
+      "Track Job": [""],
+      "Loading...": [""],
+      "Run Selected Query": [""],
+      "Run Query": [""],
+      "Run query synchronously": [""],
+      "Run query asynchronously": [""],
+      "Stop": [""],
+      "Undefined": [""],
+      "Label": ["Label"],
+      "Label for your query": [""],
+      "Description": ["Description"],
+      "Write a description for your query": [""],
+      "Save": [""],
+      "Cancel": ["Annuler"],
+      "Save Query": [""],
+      "Share Query": [""],
+      "Run a query to display results here": [""],
+      "Preview for %s": [""],
+      "Results": [""],
+      "Query History": [""],
+      "Create table as with query results": [""],
+      "new table name": [""],
+      "Error while fetching table list": [""],
+      "Error while fetching schema list": [""],
+      "Type to search ...": [""],
+      "Select table ": [""],
+      "Error while fetching database list": [""],
+      "Database:": [""],
+      "Select a database": [""],
+      "Select a schema (%s)": [""],
+      "Schema:": [""],
+      "Add a table (%s)": [""],
+      "Reset State": [""],
+      "Enter a new title for the tab": [""],
+      "Untitled Query %s": [""],
+      "close tab": [""],
+      "rename tab": [""],
+      "expand tool bar": [""],
+      "hide tool bar": [""],
+      "Copy partition query to clipboard": [""],
+      "latest partition:": [""],
+      "Keys for table": [""],
+      "View keys & indexes (%s)": [""],
+      "Sort columns alphabetically": [""],
+      "Original table column order": [""],
+      "Copy SELECT statement to clipboard": [""],
+      "Remove table preview": [""],
+      "Template Parameters": [""],
+      "Edit template parameters": [""],
+      "Invalid JSON": [""],
+      "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
+        ""
+      ],
+      "AS my_alias": [""],
+      "using only alphanumeric characters and underscores": [""],
+      "Creating a data source and popping a new tab": [""],
+      "No results available for this query": [""],
+      "Chart Type": [""],
+      "[Chart Type]": [""],
+      "Datasource Name": [""],
+      "datasource name": [""],
+      "Create a new chart": [""],
+      "Choose a datasource": [""],
+      "If the datasource your are looking for is not available in the list, follow the instructions on the how to add it on the ": [
+        ""
+      ],
+      "Superset tutorial": [""],
+      "Choose a visualization type": [""],
+      "Create new chart": [""],
+      "Unexpected error: ": [""],
+      "Unexpected error.": [""],
+      "Updating chart was stopped": [""],
+      "An error occurred while rendering the visualization: %s": [""],
+      "visualization queries are set to timeout at ${action.timeout} seconds. ": [
+        ""
+      ],
+      "Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further.": [
+        ""
+      ],
+      "Network error.": [""],
+      "Click to see difference": [""],
+      "Altered": [""],
+      "Chart changes": [""],
+      "Select ...": [""],
+      "Loaded data cached": [""],
+      "Loaded from cache": [""],
+      "Click to force-refresh": [""],
+      "Copy to clipboard": [""],
+      "Not successful": [""],
+      "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""],
+      "Copied!": [""],
+      "Title": ["Title"],
+      "click to edit title": [""],
+      "You don't have the rights to alter this title.": [""],
+      "Click to favorite/unfavorite": [""],
+      "Dismiss": [""],
+      "%s%s": [""],
+      "Active Dashboard Filters": [""],
+      "Checkout this dashboard: %s": [""],
+      "Save as": [""],
+      "Force Refresh": [""],
+      "Force refresh the whole dashboard": [""],
+      "Set autorefresh": [""],
+      "Set the auto-refresh interval for this session": [""],
+      "Save the dashboard": [""],
+      "Edit properties": [""],
+      "Edit the dashboards's properties": [""],
+      "Email": [""],
+      "Email a link to this dashboard": [""],
+      "Add Charts": [""],
+      "Add some charts to this dashboard": [""],
+      "Edit CSS": [""],
+      "Change the style of the dashboard using CSS code": [""],
+      "Load a template": [""],
+      "Load a CSS template": [""],
+      "CSS": ["CSS"],
+      "Live CSS Editor": [""],
+      "You have unsaved changes.": [""],
+      "Unsaved changes": [""],
+      "Don't refresh": [""],
+      "10 seconds": [""],
+      "30 seconds": [""],
+      "1 minute": [""],
+      "5 minutes": [""],
+      "30 minutes": [""],
+      "1 hour": [""],
+      "6 hours": [""],
+      "12 hours": [""],
+      "24 hours": [""],
+      "Refresh Interval": [""],
+      "Choose the refresh frequency for this dashboard": [""],
+      "This dashboard was saved successfully.": [""],
+      "Sorry, there was an error saving this dashboard: ": [""],
+      "Error": [""],
+      "You must pick a name for the new dashboard": [""],
+      "Save Dashboard": [""],
+      "Overwrite Dashboard [%s]": [""],
+      "Save as:": [""],
+      "[dashboard name]": [""],
+      "Sorry, there was an error fetching charts to this dashboard: ": [""],
+      "Sorry, there was an error adding charts to this dashboard: ": [""],
+      "Name": ["Nom"],
+      "Viz": [""],
+      "Datasource": ["Source de données"],
+      "Modified": ["Modifié"],
+      "Add a new chart to the dashboard": [""],
+      "Add Charts to Dashboard": [""],
+      "Served from data cached %s . Click to force refresh.": [""],
+      "Force refresh data": [""],
+      "Annotation layers are still loading.": [""],
+      "One ore more annotation layers failed loading.": [""],
+      "Move chart": [""],
+      "Toggle chart description": [""],
+      "Edit chart": [""],
+      "Export CSV": [""],
+      "Explore chart": [""],
+      "Remove chart from dashboard": [""],
+      "A reference to the [Time] configuration, taking granularity into account": [
+        ""
+      ],
+      "Group by": [""],
+      "One or many controls to group by": [""],
+      "Metrics": [""],
+      "One or many metrics to display": [""],
+      "Metric": ["Métrique"],
+      "For more information about objects are in context in the scope of this function, refer to the": [
+        ""
+      ],
+      " source code of Superset's sandboxed parser": [""],
+      "This functionality is disabled in your environment for security reasons.": [
+        ""
+      ],
+      "Visualization Type": ["Type de visualisation"],
+      "The type of visualization to display": [""],
+      "Percentage Metrics": [""],
+      "Metrics for which percentage of total are to be displayed": [""],
+      "Y Axis Bounds": [""],
+      "Bounds for the Y axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [
+        ""
+      ],
+      "Ordering": [""],
+      "Fixed Color": [""],
+      "Use this to define a static color for all circles": [""],
+      "Legend Position": [""],
+      "Choose the position of the legend": [""],
+      "Fill Color": [""],
+      " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [
+        ""
+      ],
+      "Stroke Color": [""],
+      "Right Axis Metric": [""],
+      "Choose a metric for right axis": [""],
+      "Stacked Style": [""],
+      "Sort X Axis": [""],
+      "Sort Y Axis": [""],
+      "Linear Color Scheme": [""],
+      "Normalize Across": [""],
+      "Color will be rendered based on a ratio of the cell against the sum of across this criteria": [
+        ""
+      ],
+      "Horizon Color Scale": [""],
+      "Defines how the color are attributed.": [""],
+      "Rendering": [""],
+      "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [
+        ""
+      ],
+      "XScale Interval": [""],
+      "Number of steps to take between ticks when displaying the X scale": [""],
+      "YScale Interval": [""],
+      "Number of steps to take between ticks when displaying the Y scale": [""],
+      "Include Time": [""],
+      "Whether to include the time granularity as defined in the time section": [
+        ""
+      ],
+      "Auto Zoom": [""],
+      "When checked, the map will zoom to your data after each query": [""],
+      "Show percentage": [""],
+      "Whether to include the percentage in the tooltip": [""],
+      "Stacked Bars": [""],
+      "Show totals": [""],
+      "Display total row/column": [""],
+      "Show Markers": [""],
+      "Show data points as circle markers on the lines": [""],
+      "Bar Values": [""],
+      "Show the value on top of the bar": [""],
+      "Sort Bars": [""],
+      "Sort bars by x labels.": [""],
+      "Combine Metrics": [""],
+      "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [
+        ""
+      ],
+      "Extra Controls": [""],
+      "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [
+        ""
+      ],
+      "Reduce X ticks": [""],
+      "Reduces the number of X axis ticks to be rendered. If true, the x axis wont overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [
+        ""
+      ],
+      "Include Series": [""],
+      "Include series name as an axis": [""],
+      "Color Metric": [""],
+      "A metric to use for color": [""],
+      "Country Name": [""],
+      "The name of country that Superset should display": [""],
+      "Country Field Type": [""],
+      "The country code standard that Superset should expect to find in the [country] column": [
+        ""
+      ],
+      "Frequency": [""],
+      "The periodicity over which to pivot time. Users can provide\n      \"Pandas\" offset alias.\n      Click on the info bubble for more details on accepted \"freq\" expressions.": [
+        ""
+      ],
+      "Dimension": [""],
+      "Select a dimension": [""],
+      "Columns": [""],
+      "One or many controls to pivot as columns": [""],
+      "Columns to display": [""],
+      "Longitude & Latitude": [""],
+      "Point to your spatial columns": [""],
+      "Start Longitude & Latitude": [""],
+      "End Longitude & Latitude": [""],
+      "Longitude": [""],
+      "Select the longitude column": [""],
+      "Latitude": [""],
+      "Select the latitude column": [""],
+      "GeoJson Column": [""],
+      "Select the geojson column": [""],
+      "Polygon Column": [""],
+      "Select the polygon column. Each row should contain JSON.array(N) of [longitude, latitude] points": [
+        ""
+      ],
+      "Point Radius Scale": [""],
+      "Stroke Width": [""],
+      "Origin": [""],
+      "Defines the origin where time buckets start, accepts natural dates as in `now`, `sunday` or `1970-01-01`": [
+        ""
+      ],
+      "Bottom Margin": [""],
+      "Bottom margin, in pixels, allowing for more room for axis labels": [""],
+      "X Tick Layout": [""],
+      "The way the ticks are laid out on the X axis": [""],
+      "Left Margin": [""],
+      "Left margin, in pixels, allowing for more room for axis labels": [""],
+      "Time Granularity": [""],
+      "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [
+        ""
+      ],
+      "Domain": [""],
+      "The time unit used for the grouping of blocks": [""],
+      "Subdomain": [""],
+      "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [
+        ""
+      ],
+      "Link Length": [""],
+      "Link length in the force layout": [""],
+      "Charge": [""],
+      "Charge in the force layout": [""],
+      "The time column for the visualization. Note that you can define arbitrary expression that return a DATETIME column in the table. Also note that the filter below is applied against this column or expression": [
+        ""
+      ],
+      "Time Grain": [""],
+      "The time granularity for the visualization. This applies a date transformation to alter your time column and defines a new time granularity. The options here are defined on a per database engine basis in the Superset source code.": [
+        ""
+      ],
+      "Resample Rule": [""],
+      "Pandas resample rule": [""],
+      "Resample How": [""],
+      "Pandas resample how": [""],
+      "Resample Fill Method": [""],
+      "Pandas resample fill method": [""],
+      "Since": [""],
+      "7 days ago": [""],
+      "Until": [""],
+      "Max Bubble Size": [""],
+      "Whisker/outlier options": [""],
+      "Determines how whiskers and outliers are calculated.": [""],
+      "Ratio": [""],
+      "Target aspect ratio for treemap tiles.": [""],
+      "Number format": [""],
+      "Row limit": [""],
+      "Series limit": [""],
+      "Limits the number of time series that get displayed. A sub query (or an extra phase where sub queries are not supported) is applied to limit the number of time series that get fetched and displayed. This feature is useful when grouping by high cardinality dimension(s).": [
+        ""
+      ],
+      "Sort By": [""],
+      "Metric used to define the top series": [""],
+      "Sort Descending": [""],
+      "Whether to sort descending or ascending": [""],
+      "Rolling": [""],
+      "Defines a rolling window function to apply, works along with the [Periods] text box": [
+        ""
+      ],
+      "Multiplier": [""],
+      "Factor to multiply the metric by": [""],
+      "Periods": [""],
+      "Defines the size of the rolling window function, relative to the time granularity selected": [
+        ""
+      ],
+      "Cell Size": [""],
+      "The size of the square cell, in pixels": [""],
+      "Cell Padding": [""],
+      "The distance between cells, in pixels": [""],
+      "Cell Radius": [""],
+      "The pixel radius": [""],
+      "Color Steps": [""],
+      "The number color \"steps\"": [""],
+      "Grid Size": [""],
+      "Defines the grid size in pixels": [""],
+      "Min Periods": [""],
+      "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [
+        ""
+      ],
+      "Series": [""],
+      "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [
+        ""
+      ],
+      "Entity": [""],
+      "This defines the element to be plotted on the chart": [""],
+      "X Axis": [""],
+      "Metric assigned to the [X] axis": [""],
+      "Y Axis": [""],
+      "Metric assigned to the [Y] axis": [""],
+      "Bubble Size": [""],
+      "URL": [""],
+      "The URL, this control is templated, so you can integrate {{ width }} and/or {{ height }} in your URL string.": [
+        ""
+      ],
+      "X Axis Label": [""],
+      "Y Axis Label": [""],
+      "Custom WHERE clause": [""],
+      "The text in this box gets included in your query's WHERE clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Custom HAVING clause": [""],
+      "The text in this box gets included in your query's HAVING clause, as an AND to other criteria. You can include complex expression, parenthesis and anything else supported by the backend it is directed towards.": [
+        ""
+      ],
+      "Comparison Period Lag": [""],
+      "Based on granularity, number of time periods to compare against": [""],
+      "Comparison suffix": [""],
+      "Suffix to apply after the percentage display": [""],
+      "Table Timestamp Format": [""],
+      "Timestamp Format": [""],
+      "Series Height": [""],
+      "Pixel height of each series": [""],
+      "Page Length": [""],
+      "Rows per page, 0 means no pagination": [""],
+      "X Axis Format": [""],
+      "Y Axis Format": [""],
+      "When `Period Ratio` is set, the Y Axis Format is forced to `.1%`": [""],
+      "Right Axis Format": [""],
+      "Date Time Format": [""],
+      "Markup Type": [""],
+      "Pick your favorite markup language": [""],
+      "Rotation": [""],
+      "Rotation to apply to words in the cloud": [""],
+      "Line Style": [""],
+      "Line interpolation as defined by d3.js": [""],
+      "Label Type": [""],
+      "What should be shown on the label?": [""],
+      "Code": [""],
+      "Put your code here": [""],
+      "Aggregation function": [""],
+      "Aggregate function to apply when pivoting and computing the total rows and columns": [
+        ""
+      ],
+      "Font Size From": [""],
+      "Font size for the smallest value in the list": [""],
+      "Font Size To": [""],
+      "Font size for the biggest value in the list": [""],
+      "Instant Filtering": [""],
+      "Extruded": [""],
+      "Show Range Filter": [""],
+      "Whether to display the time range interactive selector": [""],
+      "Date Filter": [""],
+      "Whether to include a time filter": [""],
+      "Show SQL Granularity Dropdown": [""],
+      "Check to include SQL Granularity dropdown": [""],
+      "Show SQL Time Column": [""],
+      "Check to include Time Column dropdown": [""],
+      "Show Druid Granularity Dropdown": [""],
+      "Check to include Druid Granularity dropdown": [""],
+      "Show Druid Time Origin": [""],
+      "Check to include Time Origin dropdown": [""],
+      "Data Table": [""],
+      "Whether to display the interactive data table": [""],
+      "Search Box": [""],
+      "Whether to include a client side search box": [""],
+      "Table Filter": [""],
+      "Whether to apply filter when table cell is clicked": [""],
+      "Align +/-": [""],
+      "Whether to align the background chart for +/- values": [""],
+      "Color +/-": [""],
+      "Whether to color +/- values": [""],
+      "Show Bubbles": [""],
+      "Whether to display bubbles on top of countries": [""],
+      "Legend": [""],
+      "Whether to display the legend (toggles)": [""],
+      "Show Values": [""],
+      "Whether to display the numerical values within the cells": [""],
+      "Show Metric Names": [""],
+      "Whether to display the metric name as a title": [""],
+      "X bounds": [""],
+      "Whether to display the min and max values of the X axis": [""],
+      "Y bounds": [""],
+      "Whether to display the min and max values of the Y axis": [""],
+      "Rich Tooltip": [""],
+      "The rich tooltip shows a list of all series for that point in time": [
+        ""
+      ],
+      "Y Log Scale": [""],
+      "Use a log scale for the Y axis": [""],
+      "X Log Scale": [""],
+      "Use a log scale for the X axis": [""],
+      "Log Scale": [""],
+      "Use a log scale": [""],
+      "Donut": [""],
+      "Do you want a donut or a pie?": [""],
+      "Put labels outside": [""],
+      "Put the labels outside the pie?": [""],
+      "Contribution": [""],
+      "Compute the contribution to the total": [""],
+      "Period Ratio": [""],
+      "[integer] Number of period to compare against, this is relative to the granularity selected": [
+        ""
+      ],
+      "Period Ratio Type": [""],
+      "`factor` means (new/previous), `growth` is ((new/previous) - 1), `value` is (new-previous)": [
+        ""
+      ],
+      "Time Shift": [""],
+      "Overlay one or more timeseries from a relative time period. Expects relative time deltas in natural language (example:  24 hours, 7 days, 56 weeks, 365 days)": [
+        ""
+      ],
+      "Subheader": [""],
+      "Description text that shows up below your Big Number": [""],
+      "label": [""],
+      "`count` is COUNT(*) if a group by is used. Numerical columns will be aggregated with the aggregator. Non-numerical columns will be used to label points. Leave empty to get a count of points in each cluster.": [
+        ""
+      ],
+      "Map Style": [""],
+      "Base layer map style": [""],
+      "Clustering Radius": [""],
+      "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [
+        ""
+      ],
+      "Point Size": [""],
+      "Fixed point radius": [""],
+      "Point Radius": [""],
+      "The radius of individual points (ones that are not in a cluster). Either a numerical column or `Auto`, which scales the point based on the largest cluster": [
+        ""
+      ],
+      "Point Radius Unit": [""],
+      "The unit of measure for the specified point radius": [""],
+      "Point Unit": [""],
+      "Opacity": [""],
+      "Opacity of all clusters, points, and labels. Between 0 and 1.": [""],
+      "Viewport": [""],
+      "Parameters related to the view and perspective on the map": [""],
+      "Zoom": [""],
+      "Zoom level of the map": [""],
+      "Default latitude": [""],
+      "Latitude of default viewport": [""],
+      "Default longitude": [""],
+      "Longitude of default viewport": [""],
+      "Live render": [""],
+      "Points and clusters will update as viewport is being changed": [""],
+      "RGB Color": [""],
+      "The color for points and clusters in RGB": [""],
+      "Color": [""],
+      "Pick a color": [""],
+      "Ranges": [""],
+      "Ranges to highlight with shading": [""],
+      "Range labels": [""],
+      "Labels for the ranges": [""],
+      "Markers": [""],
+      "List of values to mark with triangles": [""],
+      "Marker labels": [""],
+      "Labels for the markers": [""],
+      "Marker lines": [""],
+      "List of values to mark with lines": [""],
+      "Marker line labels": [""],
+      "Labels for the marker lines": [""],
+      "Chart ID": [""],
+      "The id of the active chart": [""],
+      "Cache Timeout (seconds)": [""],
+      "The number of seconds before expiring the cache": [""],
+      "Order by entity id": [""],
+      "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [
+        ""
+      ],
+      "Minimum leaf node event count": [""],
+      "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [
+        ""
+      ],
+      "Color Scheme": [""],
+      "The color scheme for rendering chart": [""],
+      "Significance Level": [""],
+      "Threshold alpha level for determining significance": [""],
+      "p-value precision": [""],
+      "Number of decimal places with which to display p-values": [""],
+      "Lift percent precision": [""],
+      "Number of decimal places with which to display lift values": [""],
+      "Time Series Columns": [""],
+      "Use Area Proportions": [""],
+      "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [
+        ""
+      ],
+      "Options": [""],
+      "Not Time Series": [""],
+      "Ignore time": [""],
+      "Time Series": [""],
+      "Standard time series": [""],
+      "Aggregate Mean": [""],
+      "Mean of values over specified period": [""],
+      "Aggregate Sum": [""],
+      "Sum of values over specified period": [""],
+      "Difference": [""],
+      "Metric change in value from `since` to `until`": [""],
+      "Percent Change": [""],
+      "Metric percent change in value from `since` to `until`": [""],
+      "Factor": [""],
+      "Metric factor change from `since` to `until`": [""],
+      "Advanced Analytics": [""],
+      "Use the Advanced Analytics options below": [""],
+      "Settings for time series": [""],
+      "Equal Date Sizes": [""],
+      "Check to force date partitions to have the same height": [""],
+      "Partition Limit": [""],
+      "The maximum number of subdivisions of each group; lower values are pruned first": [
+        ""
+      ],
+      "Minimum Radius": [""],
+      "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [
+        ""
+      ],
+      "Maximum Radius": [""],
+      "Maxium radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [
+        ""
+      ],
+      "Partition Threshold": [""],
+      "Partitions whose height to parent height proportions are below this value are pruned": [
+        ""
+      ],
+      "Lines column": [""],
+      "The database columns that contains lines information": [""],
+      "Lines encoding": [""],
+      "The encoding format of the lines": [""],
+      "Line width": [""],
+      "The width of the lines": [""],
+      "Line charts": [""],
+      "Pick a set of line charts to layer on top of one another": [""],
+      "Select charts": [""],
+      "Error while fetching charts": [""],
+      "Right Axis chart(s)": [""],
+      "Choose one or more charts for right axis": [""],
+      "Prefix metric name with slice name": [""],
+      "Reverse Lat & Long": [""],
+      "deck.gl charts": [""],
+      "Pick a set of deck.gl charts to layer on top of one another": [""],
+      "Javascript data interceptor": [""],
+      "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [
+        ""
+      ],
+      "Javascript data mutator": [""],
+      "Define a function that receives intercepts the data objects and can mutate it": [
+        ""
+      ],
+      "Javascript tooltip generator": [""],
+      "Define a function that receives the input and outputs the content for a tooltip": [
+        ""
+      ],
+      "Javascript onClick href": [""],
+      "Define a function that returns a URL to navigate to when user clicks": [
+        ""
+      ],
+      "Extra data for JS": [""],
+      "List of extra columns made available in Javascript functions": [""],
+      "Stroked": [""],
+      "Whether to display the stroke": [""],
+      "Filled": [""],
+      "Whether to fill the objects": [""],
+      "Normalized": [""],
+      "Whether to normalize the histogram": [""],
+      "is expected to be a number": [""],
+      "is expected to be an integer": [""],
+      "cannot be empty": [""],
+      "Time": [""],
+      "Time related form attributes": [""],
+      "Datasource & Chart Type": [""],
+      "This section exposes ways to include snippets of SQL in your query": [
+        ""
+      ],
+      "Annotations and Layers": [""],
+      "Query": ["Requête"],
+      "This section contains options that allow for advanced analytical post processing of query results": [
+        ""
+      ],
+      "Result Filters": [""],
+      "The filters to apply after post-aggregation.Leave the value control empty to filter empty strings or nulls": [
+        ""
+      ],
+      "Chart Options": [""],
+      "Breakdowns": [""],
+      "Defines how each series is broken down": [""],
+      "Pie Chart": [""],
+      "Y Axis 1": [""],
+      "Y Axis 2": [""],
+      "Left Axis chart(s)": [""],
+      "Choose one or more charts for left axis": [""],
+      "Left Axis Format": [""],
+      "Time Series - Periodicity Pivot": [""],
+      "Dual Axis Line Chart": [""],
+      "Left Axis Metric": [""],
+      "Choose a metric for left axis": [""],
+      "Map": [""],
+      "Deck.gl - Hexagons": [""],
+      "Advanced": [""],
+      "Height": ["Hauteur"],
+      "Metric used to control height": [""],
+      "Deck.gl - Grid": [""],
+      "Deck.gl - Screen grid": [""],
+      "Grid": [""],
+      "Weight": [""],
+      "Metric used as a weight for the grid's coloring": [""],
+      "Deck.gl - GeoJson": [""],
+      "GeoJson Settings": [""],
+      "Polygon Settings": [""],
+      "Arc": [""],
+      "Point Color": [""],
+      "Categorical Color": [""],
+      "Pick a dimension from which categorical colors are defined": [""],
+      "GROUP BY": [""],
+      "Use this section if you want a query that aggregates": [""],
+      "NOT GROUPED BY": [""],
+      "Use this section if you want to query atomic rows": [""],
+      "Time Series Table": [""],
+      "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [
+        ""
+      ],
+      "Pivot Options": [""],
+      "Number Format": [""],
+      "Time Format": [""],
+      "Numeric Columns": [""],
+      "Select the numeric columns to draw the histogram": [""],
+      "No of Bins": [""],
+      "Select number of bins for the histogram": [""],
+      "Opacity of the bars. Between 0 and 1": [""],
+      "Primary Metric": [""],
+      "The primary metric is used to define the arc segment sizes": [""],
+      "Secondary Metric": [""],
+      "[optional] this secondary metric is used to define the color as a ratio against the primary metric. When omitted, the color is categorical and based on labels": [
+        ""
+      ],
+      "Hierarchy": [""],
+      "This defines the level of the hierarchy": [""],
+      "Source / Target": [""],
+      "Choose a source and a target": [""],
+      "Chord Diagram": [""],
+      "Choose a number format": [""],
+      "Source": [""],
+      "Choose a source": [""],
+      "Target": [""],
+      "Choose a target": [""],
+      "ISO 3166-2 codes of region/province/department": [""],
+      "It's ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)": [
+        ""
+      ],
+      "Bubbles": [""],
+      "Country Control": [""],
+      "3 letter code of the country": [""],
+      "Metric for color": [""],
+      "Metric that defines the color of the country": [""],
+      "Bubble size": [""],
+      "Metric that defines the size of the bubble": [""],
+      "Filter Box": [""],
+      "Filter controls": [""],
+      "The controls you want to filter on. Note that only columns checked as \"filterable\" will show up on this list.": [
+        ""
+      ],
+      "Heatmap Options": [""],
+      "Whether to apply a normal distribution based on rank on the color scale": [
+        ""
+      ],
+      "Value bounds": [""],
+      "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [
+        ""
+      ],
+      "Value Format": [""],
+      "Horizon": [""],
+      "Points": [""],
+      "Labelling": [""],
+      "Visual Tweaks": [""],
+      "Column containing longitude data": [""],
+      "Column containing latitude data": [""],
+      "Cluster label aggregator": [""],
+      "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [
+        ""
+      ],
+      "Tooltip": [""],
+      "Show a tooltip when hovering over points and clusters describing the label": [
+        ""
+      ],
+      "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [
+        ""
+      ],
+      "Event definition": [""],
+      "Additional meta data": [""],
+      "Column containing entity ids": [""],
+      "e.g., a \"user id\" column": [""],
+      "Column containing event names": [""],
+      "Event count limit": [""],
+      "The maximum number of events to return, equivalent to number of rows": [
+        ""
+      ],
+      "Meta data": [""],
+      "Select any columns for meta data inspection": [""],
+      "Paired t-test": [""],
+      "Time Series Options": [""],
+      "No such column found. To filter on a metric, try the Custom SQL tab.": [
+        ""
+      ],
+      "%s column(s) and metric(s)": [""],
+      "%s column(s)": [""],
+      "To filter on a metric, use Custom SQL tab.": [""],
+      "%s operators(s)": [""],
+      "type a value here": [""],
+      "Filter value": [""],
+      "choose WHERE or HAVING...": [""],
+      "%s aggregates(s)": [""],
+      "description": [""],
+      "bolt": [""],
+      "Changing this control takes effect instantly": [""],
+      "Error...": [""],
+      "Width": ["Largeur"],
+      "Export to .json": [""],
+      "Export to .csv format": [""],
+      "%s - untitled": [""],
+      "Edit chart properties": [""],
+      "Limit reached": [""],
+      "Please enter a chart name": [""],
+      "Please select a dashboard": [""],
+      "Please enter a dashboard name": [""],
+      "Save A Chart": [""],
+      "Overwrite chart %s": [""],
+      "[chart name]": [""],
+      "Do not add to a dashboard": [""],
+      "Add chart to existing dashboard": [""],
+      "Add to new dashboard": [""],
+      "Save & go to dashboard": [""],
+      "choose a column or metric": [""],
+      "Add Annotation Layer": [""],
+      "`Min` value should be numeric or empty": [""],
+      "`Max` value should be numeric or empty": [""],
+      "Min": ["Min"],
+      "Max": ["Max"],
+      "Something went wrong while fetching the datasource list": [""],
+      "Select a datasource": [""],
+      "Search / Filter": [""],
+      "Click to point to another datasource": [""],
+      "Edit the datasource's configuration": [""],
+      "Show datasource configuration": [""],
+      "Select metric": [""],
+      "Select column": [""],
+      "Select operator": [""],
+      "Add Filter": ["Ajouter un filtre"],
+      "choose a column or aggregate function": [""],
+      "Error while fetching data": [""],
+      "No results found": [""],
+      "%s option(s)": [""],
+      "Invalid lat/long configuration.": [""],
+      "Longitude & Latitude columns": [""],
+      "Delimited long & lat single column": [""],
+      "Multiple formats accepted, look the geopy.points Python library for more details": [
+        ""
+      ],
+      "Reverse lat/long ": [""],
+      "Geohash": [""],
+      "textarea": [""],
+      "Edit": ["Éditer"],
+      "in modal": [""],
+      "Select a visualization type": [""],
+      "Favorites": [""],
+      "Created Content": [""],
+      "Recent Activity": [""],
+      "Security & Access": [""],
+      "No charts": [""],
+      "No dashboards": [""],
+      "Dashboards": ["Tableaux de bords"],
+      "Charts": [""],
+      "No favorite charts yet, go click on stars!": [""],
+      "No favorite dashboards yet, go click on stars!": [""],
+      "Roles": [""],
+      "Databases": ["Bases de données"],
+      "Datasources": [""],
+      "Profile picture provided by Gravatar": [""],
+      "joined": [""],
+      "id:": [""],
+      "Sorry, there appears to be no data": [""],
+      "Data has no time steps": [""],
+      "Select starting date": [""],
+      "Select end date": [""],
+      "Select [%s]": [""],
+      "Apply": [""],
+      "You cannot use 45° tick layout along with the time range filter": [""],
+      "Recently Viewed": [""],
+      "Metric(s) {} must be aggregations.": [""],
+      "No data was returned.": ["Aucune donnée récupérée"],
+      "Unsupported extraction function: ": [""],
+      "List Druid Column": ["Lister les colonnes Druid"],
+      "Show Druid Column": ["Montrer les colonnes Druid"],
+      "Add Druid Column": ["Ajouter une colonne Druid"],
+      "Edit Druid Column": ["Éditer une colonne Druid"],
+      "Column": ["Colonne"],
+      "Type": ["Type"],
+      "Groupable": ["Groupable"],
+      "Filterable": ["Filtrable"],
+      "Count Distinct": ["Valeurs distinctes"],
+      "Sum": ["Somme"],
+      "Whether this column is exposed in the `Filters` section of the explore view.": [
+        "Est-ce-que cette colonne doit apparaître dans la section `Filtres` de la page exploration"
+      ],
+      "List Druid Metric": ["Lister les métriques Druid"],
+      "Show Druid Metric": ["Montrer une métrique Druid"],
+      "Add Druid Metric": ["Ajouter une métrique Druid"],
+      "Edit Druid Metric": ["Éditer une métrique Druid"],
+      "Whether the access to this metric is restricted to certain roles. Only roles with the permission 'metric access on XXX (the name of this metric)' are allowed to access this metric": [
+        "Est-ce-que l'accès à cette métrique est restraint à certains rôles. Seuls les rôles avec la permission 'accès à la métrique XXX (le nom de cette métrique)  sont autorisés à accéder à cette métrique"
+      ],
+      "Verbose Name": ["Nom explicite"],
+      "JSON": ["JSON"],
+      "Druid Datasource": ["Données Druid"],
+      "Warning Message": [""],
+      "List Druid Cluster": ["Lister les clusters Druid"],
+      "Show Druid Cluster": ["Monter les cluster Druid"],
+      "Add Druid Cluster": ["Ajouter un cluster Druid"],
+      "Edit Druid Cluster": ["Éditer une cluster Druid"],
+      "Cluster": ["Cluster"],
+      "Broker Host": ["Hôte du Broker"],
+      "Broker Port": ["Port du Broker"],
+      "Broker Endpoint": ["Endpoint du Broker"],
+      "Druid Clusters": ["Clusters Druid"],
+      "Sources": ["Sources"],
+      "List Druid Datasource": ["Lister les dources de données Druid"],
+      "Show Druid Datasource": ["Montrer les sources de données Druid"],
+      "Add Druid Datasource": ["Ajouter une source de données Druid"],
+      "Edit Druid Datasource": ["Éditer une source de données Druid"],
+      "The list of 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": [
+        "Timezone offset (en heure) de cette source de données"
+      ],
+      "Time expression to use as a predicate when retrieving distinct values to populate the filter component. Only applies when `Enable Filter Select` is on. If you enter `7 days ago`, the distinct list of values in the filter will be populated based on the distinct value over the past week": [
+        "Expression temporelle à utiliser comme un prédicat pour récupérer les valeurs distinctes pour remplir le filtre. S'applique uniquement quand `Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes de valeurs distinctes dans le filtre seront remplies en se basant sur les valeurs distinctes trouvées la semaine passée"
+      ],
+      "Whether to populate the filter's dropdown in the explore view's filter section with a list of distinct values fetched from the backend on the fly": [
+        "Faut-il remplir à la volée les choix du filtre de la section filtre de la page d'exploration avec la liste des valeurs distinctes répérées depuis le backend"
+      ],
+      "Redirects to this endpoint when clicking on the datasource from the datasource list": [
+        "Redirige à cet endpoint quand on clique sur la source de données depuis la liste des sources de données"
+      ],
+      "Associated Charts": [""],
+      "Data Source": ["Source de données"],
+      "Owner": ["Propriétaire"],
+      "Is Hidden": ["Est caché"],
+      "Enable Filter Select": ["Activer le filtre de sélection"],
+      "Default Endpoint": ["Endpoint par défaut"],
+      "Time Offset": ["Décalage du temps"],
+      "Cache Timeout": ["Cache timeout"],
+      "Druid Datasources": ["Sources de données Druid"],
+      "Scan New Datasources": [""],
+      "Refresh Druid Metadata": ["Rafraichir les méta-données de Druid"],
+      "Datetime column not provided as part table configuration and is required by this type of chart": [
+        "Colonne Datetime non fournie dans la configuration alors qu'elle est requise pour ce type de graphique"
+      ],
+      "Empty query?": [""],
+      "Metric '{}' is not valid": ["Métrique '{}' invalide"],
+      "Table [{}] doesn't seem to exist in the specified database, couldn't fetch column information": [
+        ""
+      ],
+      "List Columns": ["Lister les colonnes"],
+      "Show Column": ["Montrer les colonnes"],
+      "Add Column": ["Ajouter une colonne"],
+      "Edit Column": ["Éditer une colonne"],
+      "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [
+        "Faut-il que cette colonne soit accessible comme une option [Time Granularity],  la colonne doit être DATETIME ou d'un format équivalent"
+      ],
+      "The data type that was inferred by the database. It may be necessary to input a type manually for expression-defined columns in some cases. In most case users should not need to alter this.": [
+        "Le type de donnée inféré par la base de données. Il peut être nécessaire de le rentrer manuellement pour les colonnes définissant des expressions dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le modifier"
+      ],
+      "Expression": ["Expression"],
+      "Is temporal": ["Est temporel"],
+      "Datetime Format": ["Format Datetime"],
+      "Database Expression": ["Expression de la base de données"],
+      "List Metrics": ["Lister les métriques"],
+      "Show Metric": ["Montrer les métriques"],
+      "Add Metric": ["Ajouter une métrique"],
+      "Edit Metric": ["Éditer la métrique"],
+      "SQL Expression": ["Expression SQL"],
+      "D3 Format": ["Format D3"],
+      "Is Restricted": ["Est restreint"],
+      "List Tables": ["Lister les tables"],
+      "Show Table": ["Montrer les tables"],
+      "Add Table": ["Ajouter une table"],
+      "Edit Table": ["Éditer la table"],
+      "Name of the table that exists in the source database": [
+        "Nom de la table qui existe dans la base de données source"
+      ],
+      "Schema, as used only in some databases like Postgres, Redshift and DB2": [
+        "Schéma, utilisé uniquement dans certaines bases de données comme Postgres, Redshift et DB2"
+      ],
+      "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [
+        "Ces champs agissent comme une vue Superset, i.e. Superset va lancer une requête pour cette expression comme une sous-requête"
+      ],
+      "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [
+        "Prédicat appliqué à la récupération des valeurs distinctes pour remplir le filtre de contrôle des composants. Supporte la syntaxe Jinja. S'applique uniquement si `Activer le filtre` est coché."
+      ],
+      "Redirects to this endpoint when clicking on the table from the table list": [
+        "Redirige à cet endpoint quand on clique sur la table depuis la liste des tables"
+      ],
+      "Whether the table was generated by the 'Visualize' flow in SQL Lab": [
+        ""
+      ],
+      "A set of parameters that become available in the query using Jinja templating syntax": [
+        ""
+      ],
+      "Changed By": ["Modifié par"],
+      "Last Changed": ["Dernière modification"],
+      "Offset": ["Décalage"],
+      "Fetch Values Predicate": ["Récupérer les valeurs des prédicats"],
+      "Main Datetime Column": ["Colonne Datetime principale"],
+      "SQL Lab View": [""],
+      "Template parameters": [""],
+      "Table [{}] could not be found, please double check your database connection, schema, and table name": [
+        "La table [{}] n'a pu être trouvée, vérifiez à nouveau votre la connexion à votre base de données, le schéma et le nom de la table"
+      ],
+      "The table was created. As part of this two phase configuration process, you should now click the edit button by the new table to configure it.": [
+        "La table a été créée. Pour la deuxième partie de la configuration vous devez cliquer sur le bouton édition de la nouvelle table"
+      ],
+      "Refresh Metadata": [""],
+      "Refresh column metadata": [""],
+      "Metadata refreshed for the following table(s): %(tables)s": [""],
+      "Tables": ["Tables"],
+      "Profile": ["Profil"],
+      "Logout": ["Déconnexion"],
+      "Login": ["Connexion"],
+      "Record Count": ["Nombre d'enregistrements"],
+      "No records found": ["Aucun enregistrement trouvé"],
+      "Import dashboards": [""],
+      "No Access!": ["Pas l'accès !"],
+      "You do not have permissions to access the datasource(s): %(name)s.": [
+        "Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s."
+      ],
+      "Request Permissions": ["Besoin de permissions"],
+      "Test Connection": ["Test de connexion"],
+      "Annotation Layers": [""],
+      "Manage": ["Gestion"],
+      "Annotations": [""],
+      "Datasource %(name)s already exists": [
+        "La source de données %(name)s existe déjà"
+      ],
+      "json isn't valid": ["Le json n'est pas valide"],
+      "Export to YAML": [""],
+      "Export to YAML?": [""],
+      "Delete": ["Effacer"],
+      "Delete all Really?": ["Vraiment tout effacer ?"],
+      "This endpoint requires the `all_datasource_access` permission": [
+        "Cet endpoint nécessite la permission `all_datasource_access`"
+      ],
+      "The datasource seems to have been deleted": [
+        "La source de données semble avoir été effacée"
+      ],
+      "The access requests seem to have been deleted": [
+        "L'accée à cette requête semble avoir été effacé"
+      ],
+      "The user seems to have been deleted": [
+        "L'utilisateur semble avoir été effacé"
+      ],
+      "You don't have access to this datasource. <a href='{}'>(Gain access)</a>": [
+        ""
+      ],
+      "You don't have access to this datasource": [
+        "Vous n'avez pas l'accès à cette source de données"
+      ],
+      "This view requires the database %(name)s or `all_datasource_access` permission": [
+        "Cette page nécessite la permission à la base %(name)s ou `all_datasource_access`"
+      ],
+      "This endpoint requires the datasource %(name)s, database or `all_datasource_access` permission": [
+        "Cet endpoint nécessite la permission à la source de données %(name)s, à la base de données ou `all_datasource_access`"
+      ],
+      "List Databases": ["Lister les bases de données"],
+      "Show Database": ["Montrer les bases de données"],
+      "Add Database": ["Ajouter une base de données"],
+      "Edit Database": ["Éditer la base de données"],
+      "Expose this DB in SQL Lab": ["Expose cette BDD dans SQL Lab"],
+      "Allow users to run synchronous queries, this is the default and should work well for queries that can be executed within a web request scope (<~1 minute)": [
+        "Autorise les utilisateurs à lancer des requêtes synchrones, il s'agit de la configuration par défaut qui devrait fonctionner correctement pour des requêtes exécutables depuis le web (<~1 minute)"
+      ],
+      "Allow users to run queries, against an async backend. This assumes that you have a Celery worker setup as well as a results backend.": [
+        "Autorise les utilisateurs à lancer des requêtes sur un backend asynchrone. Suppose que vous ayez un worker Celery réglé comme un results backend"
+      ],
+      "Allow CREATE TABLE AS option in SQL Lab": [
+        "Autorise l'option CREATE TABLE AS dans SQL Lab"
+      ],
+      "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [
+        "Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, DELETE, CREATE, etc.) dans SQL Lab"
+      ],
+      "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [
+        "Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force la table a être créée dans le schéma"
+      ],
+      "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.<br/>If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [
+        ""
+      ],
+      "Allow SQL Lab to fetch a list of all tables and all views across all database schemas. For large data warehouse with thousands of tables, this can be expensive and put strain on the system.": [
+        ""
+      ],
+      "Expose in SQL Lab": ["Exposer dans SQL Lab"],
+      "Allow CREATE TABLE AS": ["Autoriser CREATE TABLE AS"],
+      "Allow DML": ["Autoriser DML"],
+      "CTAS Schema": ["Schéma CTAS"],
+      "Creator": ["Créateur"],
+      "SQLAlchemy URI": ["URI SQLAlchemy"],
+      "Extra": ["Extra"],
+      "Allow Run Sync": ["Autoriser le lancement synchrone"],
+      "Allow Run Async": ["Autoriser le lancement asynchrone"],
+      "Impersonate the logged on user": [""],
+      "Import Dashboards": ["Importer des tableaux de bords"],
+      "CSV to Database configuration": [""],
+      "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [
+        ""
+      ],
+      "User": ["Utilisateur"],
+      "User Roles": ["Rôles utilisateurs"],
+      "Database URL": ["URL de la base de données"],
+      "Roles to grant": ["Röles à donner"],
+      "Created On": ["Créé le"],
+      "Access requests": ["Requêtes d'accès"],
+      "Security": ["Sécurité"],
+      "List Charts": [""],
+      "Show Chart": [""],
+      "Add Chart": [""],
+      "Edit Chart": [""],
+      "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [
+        "Ces paramètres sont généré dynamiquement quand vous cliquez sur Sauvegarder ou forcer dans la page d'exploration. Cet objet JSON est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"
+      ],
+      "Duration (in seconds) of the caching timeout for this chart.": [""],
+      "Last Modified": ["Dernière modification"],
+      "Owners": ["Propriétaires"],
+      "Parameters": ["Paramètres"],
+      "Chart": [""],
+      "List Dashboards": ["Lister les tableaux de bords"],
+      "Show Dashboard": ["Montrer les tableaux de bords"],
+      "Add Dashboard": ["Ajouter un tableau de bord"],
+      "Edit Dashboard": ["Éditer le tableau de bord"],
+      "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [
+        "Cet objet JSON décrit la position des widgets dans le tableau de bord. Il est généré dynamiquement quand on ajuste la taille ou la position des widgets"
+      ],
+      "The css for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [
+        "Le css pour certains tableaux de bords peut être modifié ici, ou dans  la page tableaux de bords pour que les changement soient visibles immédiatement"
+      ],
+      "To get a readable URL for your dashboard": [
+        "Pour avoir une URL lisible pour votre tableau de bord"
+      ],
+      "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [
+        "Ce JSON a été généré automatiquement quand vous avez cliqué sur sauvegarder ou forcer dans la page des tableaux de bords.  Il est exposé ici comme une référence et pour les experts qui voudraient modifier des paramètres"
+      ],
+      "Owners is a list of users who can alter the dashboard.": [
+        "Propriétaires est une liste d'utilisateurs qui peuvent modifier le tableau de bord"
+      ],
+      "Dashboard": ["Tableau de bord"],
+      "Slug": ["Slug"],
+      "Position JSON": ["JSON des positions"],
+      "JSON Metadata": ["JSON des méta-données"],
+      "Underlying Tables": ["Tables sous-jacentes"],
+      "Export": ["Exporter"],
+      "Export dashboards?": ["Exporter les tableaux de bords ?"],
+      "Action": ["Action"],
+      "dttm": ["dttm"],
+      "Action Log": ["Journaux d'actions"],
+      "Access was requested": ["Accès demandé"],
+      "%(user)s was granted the role %(role)s that gives access to the %(datasource)s": [
+        "%(user)s a obtenu le rôle %(role)s qui donne accès à %(datasource)s"
+      ],
+      "Role %(r)s was extended to provide the access to the datasource %(ds)s": [
+        "Le rôle %(r)s a été étendu pour donner l'accès à la source de données %(ds)s"
+      ],
+      "You have no permission to approve this request": [
+        "Vous n'avez pas les permission pour approuver cette requête"
+      ],
+      "You don't have the rights to ": [""],
+      "alter this ": [""],
+      "chart": [""],
+      "create a ": [""],
+      "dashboard": [""],
+      "Malformed request. slice_id or table_name and db_name arguments are expected": [
+        "Requête malformée. Les arguments slice_id ou table_name et db_name sont attendus"
+      ],
+      "Chart %(id)s not found": [""],
+      "Table %(t)s wasn't found in the database %(d)s": [
+        "Table %(t)s pas trouvée dans la base de données %(d)s"
+      ],
+      "Can't find User '%(name)s', please ask your admin to create one.": [
+        "Impossible de trouver l'utilisateur '%(name)s', demandez à votre administrateur de le créer."
+      ],
+      "Can't find DruidCluster with cluster_name = '%(name)s'": [
+        "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s"
+      ],
+      "Query record was not created as expected.": [
+        "L'enregistrement de la requête n'a pas été créé comme prévu."
+      ],
+      "Template Name": ["Nom du template"],
+      "CSS Templates": ["Templates CSS"],
+      "SQL Editor": ["Éditeur SQL"],
+      "SQL Lab": ["SQL Lab"],
+      "Query Search": ["Requêter"],
+      "Upload a CSV": [""],
+      "Status": ["Status"],
+      "Start Time": ["Date de début"],
+      "End Time": ["Date de fin"],
+      "Queries": ["Requêtes"],
+      "List Saved Query": ["Liste des requêtes sauvegardées"],
+      "Show Saved Query": ["Montrer les requêtes sauvagardées"],
+      "Add Saved Query": ["Ajouter une requête sauvegardée"],
+      "Edit Saved Query": ["Éditer la requête sauvegardée"],
+      "Pop Tab Link": [""],
+      "Changed on": [""],
+      "Saved Queries": ["Requêtes sauvegardées"]
+    }
+  }
 }
diff --git a/superset/translations/it/LC_MESSAGES/messages.json b/superset/translations/it/LC_MESSAGES/messages.json
index 5583613..79eaff7 100644
--- a/superset/translations/it/LC_MESSAGES/messages.json
+++ b/superset/translations/it/LC_MESSAGES/messages.json
@@ -1,3135 +1,1327 @@
 {
-   "domain": "superset",
-   "locale_data": {
-      "superset": {
-         "": {
-            "domain": "superset",
-            "plural_forms": "nplurals=1; plural=0",
-            "lang": "it"
-         },
-         "Time Column": [
-            "Colonna del Tempo"
-         ],
-         "second": [
-            "secondo"
-         ],
-         "minute": [
-            "minuto"
-         ],
-         "hour": [
-            "ora"
-         ],
-         "day": [
-            "giorno"
-         ],
-         "week": [
-            "settimana"
-         ],
-         "month": [
-            "mese"
-         ],
-         "quarter": [
-            "quartile"
-         ],
-         "year": [
-            "anno"
-         ],
-         "week_start_monday": [
-            "settimana_inizio_lunedì"
-         ],
-         "week_ending_saturday": [
-            "settimana_fine_domenica"
-         ],
-         "week_start_sunday": [
-            "settimana_inizio_domenica"
-         ],
-         "5 minute": [
-            "5 minuti"
-         ],
-         "half hour": [
-            "mezz'ora"
-         ],
-         "10 minute": [
-            "10 minuti"
-         ],
-         "Table Name": [
-            ""
-         ],
-         "Name of table to be created from csv data.": [
-            ""
-         ],
-         "CSV File": [
-            ""
-         ],
-         "Select a CSV file to be uploaded to a database.": [
-            ""
-         ],
-         "CSV Files Only!": [
-            ""
-         ],
-         "Delimiter": [
-            ""
-         ],
-         "Delimiter used by CSV file (for whitespace use \\s+).": [
-            ""
-         ],
-         "Table Exists": [
-            ""
-         ],
-         "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [
-            ""
-         ],
-         "Fail": [
-            ""
-         ],
-         "Replace": [
-            ""
-         ],
-         "Append": [
-            ""
-         ],
-         "Schema": [
-            "Schema"
-         ],
-         "Specify a schema (if database flavour supports this).": [
-            ""
-         ],
-         "Header Row": [
-            ""
-         ],
-         "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [
-            ""
-         ],
-         "Index Column": [
-            ""
-         ],
-         "Column to use as the row labels of the dataframe. Leave empty if no index column.": [
-            ""
-         ],
-         "Mangle Duplicate Columns": [
-            ""
-         ],
-         "Specify duplicate columns as \"X.0, X.1\".": [
-            ""
-         ],
-         "Skip Initial Space": [
-            ""
-         ],
-         "Skip spaces after delimiter.": [
-            ""
-         ],
-         "Skip Rows": [
-            ""
-         ],
-         "Number of rows to skip at start of file.": [
-            ""
-         ],
-         "Rows to Read": [
-            ""
-         ],
-         "Number of rows of file to read.": [
-            ""
-         ],
-         "Skip Blank Lines": [
-            ""
-         ],
-         "Skip blank lines rather than interpreting them as NaN values.": [
-            ""
-         ],
-         "Parse Dates": [
-            ""
-         ],
-         "Parse date values.": [
-            ""
-         ],
-         "Infer Datetime Format": [
-            ""
-         ],
-         "Use Pandas to interpret the datetime format automatically.": [
-            ""
-         ],
-         "Decimal Character": [
-            ""
-         ],
-         "Character to interpret as decimal point.": [
-            ""
-         ],
-         "Dataframe Index": [
-            ""
-         ],
-         "Write dataframe index as a column.": [
-            ""
-         ],
-         "Column Label(s)": [
-            ""
-         ],
-         "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [
-            ""
-         ],
-         "[Superset] Access to the datasource %(name)s was granted": [
-            "[Superset] Accesso al datasource $(name) concesso"
-         ],
-         "Viz is missing a datasource": [
-            "Datasource mancante per la visualizzazione"
-         ],
-         "From date cannot be larger than to date": [
-            "La data di inizio non può essere dopo la data di fine"
-         ],
-         "Table View": [
-            "Vista Tabella"
-         ],
-         "Pick a granularity in the Time section or uncheck 'Include Time'": [
-            "Seleziona una granularità nella sezione tempo e deseleziona 'Includi Tempo'"
-         ],
-         "Choose either fields to [Group By] and [Metrics] or [Columns], not both": [
-            "Selezionare i campi [Group By] e [Metrica] o [Colonne], non entrambi"
-         ],
-         "Time Table View": [
-            ""
-         ],
-         "Pick at least one metric": [
-            "Seleziona almeno una metrica"
-         ],
-         "When using 'Group By' you are limited to use a single metric": [
-            ""
-         ],
-         "Pivot Table": [
-            "Vista Pivot"
-         ],
-         "Please choose at least one 'Group by' field ": [
-            ""
-         ],
-         "Please choose at least one metric": [
-            "Seleziona almeno una metrica"
-         ],
-         "Group By' and 'Columns' can't overlap": [
-            ""
-         ],
-         "Markup": [
-            "Marcatore"
-         ],
-         "Separator": [
-            "Separatore"
-         ],
-         "Word Cloud": [
-            "Cloud di Parole"
-         ],
-         "Treemap": [
-            "Treemap"
-         ],
-         "Calendar Heatmap": [
-            "Calendario di Intensità"
-         ],
-         "Box Plot": [
-            "Box Plot"
-         ],
-         "Bubble Chart": [
-            "Grafico a Bolle"
-         ],
-         "Pick a metric for x, y and size": [
-            "Seleziona una metrica per x, y e grandezza"
-         ],
-         "Bullet Chart": [
-            "Grafico a Proiettile"
-         ],
-         "Pick a metric to display": [
-            "Seleziona una metrica da visualizzare"
-         ],
-         "Big Number with Trendline": [
-            "Numero Grande con Linea del Trend"
-         ],
-         "Pick a metric!": [
-            "Seleziona una metrica!"
-         ],
-         "Big Number": [
-            "Numero Grande"
-         ],
-         "Time Series - Line Chart": [
-            "Serie Temporali - Grafico Lineare"
-         ],
-         "Pick a time granularity for your time series": [
-            "Seleziona una granularità per la serie temporale"
-         ],
-         "`Since` and `Until` time bounds should be specified when using the `Time Shift` feature.": [
-            ""
-         ],
-         "Time Series - Dual Axis Line Chart": [
-            "Serie Temporali - Grafico Lineare ad Assi Duali"
-         ],
-         "Pick a metric for left axis!": [
-            "Seleziona una metrica per l'asse sinistro"
-         ],
-         "Pick a metric for right axis!": [
-            "Seleziona una metrica per l'asse destro"
-         ],
-         "Please choose different metrics on left and right axis": [
-            "Seleziona metriche differenti per gli assi destro e sinistro"
-         ],
-         "Time Series - Bar Chart": [
-            "Serie Temporali - Grafico Barre"
-         ],
-         "Time Series - Period Pivot": [
-            ""
-         ],
-         "Time Series - Percent Change": [
-            "Serie Temporali - Cambiamento Percentuale"
-         ],
-         "Time Series - Stacked": [
-            "Serie Temporali - Stacked"
-         ],
-         "Distribution - NVD3 - Pie Chart": [
-            "Distribuzione - NVD3 - Grafico Torta"
-         ],
-         "Histogram": [
-            "Istogramma"
-         ],
-         "Must have one numeric column specified": [
-            "Devi specificare una colonna numerica"
-         ],
-         "Distribution - Bar Chart": [
-            "Distribuzione - Grafico Barre"
-         ],
-         "Can't have overlap between Series and Breakdowns": [
-            ""
-         ],
-         "Pick at least one field for [Series]": [
-            "Seleziona almeno un campo per [Series]"
-         ],
-         "Sunburst": [
-            "Sunburst"
-         ],
-         "Sankey": [
-            "Sankey"
-         ],
-         "Pick exactly 2 columns as [Source / Target]": [
-            "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]"
-         ],
-         "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [
-            ""
-         ],
-         "Directed Force Layout": [
-            "Disposizione a Forza Diretta"
-         ],
-         "Pick exactly 2 columns to 'Group By'": [
-            "Seleziona esattamente 2 colonne per 'Group By'"
-         ],
-         "Country Map": [
-            "Mappa della Nazione"
-         ],
-         "World Map": [
-            "Mappa del Mondo"
-         ],
-         "Filters": [
-            "Filtri"
-         ],
-         "Pick at least one filter field": [
-            ""
-         ],
-         "iFrame": [
-            "iFrame"
-         ],
-         "Parallel Coordinates": [
-            "Coordinate Parallele"
-         ],
-         "Heatmap": [
-            "Mappa di Intensità"
-         ],
-         "Horizon Charts": [
-            "Grafici d'orizzonte"
-         ],
-         "Mapbox": [
-            "Mapbox"
-         ],
-         "Must have a [Group By] column to have 'count' as the [Label]": [
-            ""
-         ],
-         "Choice of [Label] must be present in [Group By]": [
-            ""
-         ],
-         "Choice of [Point Radius] must be present in [Group By]": [
-            ""
-         ],
-         "[Longitude] and [Latitude] columns must be present in [Group By]": [
-            ""
-         ],
-         "Deck.gl - Multiple Layers": [
-            ""
-         ],
-         "Bad spatial key": [
-            ""
-         ],
-         "Deck.gl - Scatter plot": [
-            ""
-         ],
-         "Deck.gl - Screen Grid": [
-            ""
-         ],
-         "Deck.gl - 3D Grid": [
-            ""
-         ],
-         "Deck.gl - Paths": [
-            ""
-         ],
-         "Deck.gl - Polygon": [
-            ""
-         ],
-         "Deck.gl - 3D HEX": [
-            ""
-         ],
-         "Deck.gl - GeoJSON": [
-            ""
-         ],
-         "Deck.gl - Arc": [
-            ""
-         ],
-         "Event flow": [
-            ""
-         ],
-         "Time Series - Paired t-test": [
-            ""
-         ],
-         "Time Series - Nightingale Rose Chart": [
-            ""
-         ],
-         "Partition Diagram": [
-            ""
-         ],
-         "Your query was saved": [
-            "La tua query è stata salvata"
-         ],
-         "Your query could not be saved": [
-            "La tua query non può essere salvata"
-         ],
-         "Failed at retrieving results from the results backend": [
-            "Errore nel recupero dei dati dal backend"
-         ],
-         "Unknown error": [
-            ""
-         ],
-         "Your session timed out, please refresh your page and try again.": [
-            "La tua sessione è scaduta, ricarica la pagina e riprova."
-         ],
-         "Query was stopped.": [
-            "La query è stata fermata."
-         ],
-         "Failed at stopping query.": [
-            "Errore nel fermare la query."
-         ],
-         "Error occurred while fetching table metadata": [
-            "Errore nel recupero dei metadati della tabella"
-         ],
-         "shared query": [
-            "query condivisa"
-         ],
-         "The query couldn't be loaded": [
-            "La query non può essere caricata"
-         ],
-         "An error occurred while creating the data source": [
-            "Errore nel creare il datasource"
-         ],
-         "Pick a chart type!": [
-            "Seleziona un tipo di grafico"
-         ],
-         "To use this chart type you need at least one column flagged as a date": [
-            "Per usare questo tipo di grafico devi avere almeno una colonna selezionata come data"
-         ],
-         "To use this chart type you need at least one dimension": [
-            "Per usare questo tipo di grafico devi avere almeno una dimensione"
-         ],
-         "To use this chart type you need at least one aggregation function": [
-            "Per usare questo tipo di grafico devi avere almeno uan funziona di aggregazione"
-         ],
-         "Untitled Query": [
-            "Query senza nome"
-         ],
-         "Copy of %s": [
-            "Copia di %s"
-         ],
-         "share query": [
-            "condividi query"
-         ],
-         "copy URL to clipboard": [
-            "copia URL in appunti"
-         ],
-         "Raw SQL": [
-            ""
-         ],
-         "Source SQL": [
-            ""
-         ],
-         "SQL": [
-            ""
-         ],
-         "No query history yet...": [
-            ""
-         ],
-         "It seems you don't have access to any database": [
-            ""
-         ],
-         "Search Results": [
-            "Risultati della ricerca"
-         ],
-         "[From]-": [
-            ""
-         ],
-         "[To]-": [
-            ""
-         ],
-         "[Query Status]": [
-            ""
-         ],
-         "Search": [
-            "Cerca"
-         ],
-         "Open in SQL Editor": [
-            "Apri in SQL Editor"
-         ],
-         "view results": [
-            "visualizza risultati"
-         ],
-         "Data preview": [
-            ""
-         ],
-         "Visualize the data out of this query": [
-            ""
-         ],
-         "Overwrite text in editor with a query on this table": [
-            ""
-         ],
-         "Run query in a new tab": [
-            ""
-         ],
-         "Remove query from log": [
-            ""
-         ],
-         ".CSV": [
-            "CSV"
-         ],
-         "Visualize": [
-            ""
-         ],
-         "Table": [
-            "Tabella"
-         ],
-         "was created": [
-            "è stata creata"
-         ],
-         "Query in a new tab": [
-            "Query in un nuovo tab"
-         ],
-         "Fetch data preview": [
-            ""
-         ],
-         "Track Job": [
-            ""
-         ],
-         "Loading...": [
-            ""
-         ],
-         "Run Selected Query": [
-            ""
-         ],
-         "Run Query": [
-            ""
-         ],
-         "Run query synchronously": [
-            ""
-         ],
-         "Run query asynchronously": [
-            ""
-         ],
-         "Stop": [
-            ""
-         ],
-         "Undefined": [
-            ""
-         ],
-         "Label": [
-            ""
-         ],
-         "Label for your query": [
-            ""
-         ],
-         "Description": [
-            "Descrizione"
-         ],
-         "Write a description for your query": [
-            ""
-         ],
-         "Save": [
-            ""
-         ],
-         "Cancel": [
-            "Annulla"
-         ],
-         "Save Query": [
-            ""
-         ],
-         "Run a query to display results here": [
-            ""
-         ],
-         "Preview for %s": [
-            ""
-         ],
-         "Results": [
-            ""
-         ],
-         "Query History": [
-            ""
-         ],
-         "Create table as with query results": [
-            ""
-         ],
-         "new table name": [
-            ""
-         ],
-         "Error while fetching table list": [
-            ""
-         ],
-         "Error while fetching schema list": [
-            ""
-         ],
-         "Error while fetching database list": [
-            ""
-         ],
-         "Database:": [
-            ""
-         ],
-         "Select a database": [
-            ""
-         ],
-         "Select a schema (%s)": [
-            ""
-         ],
-         "Schema:": [
-            ""
-         ],
-         "Add a table (%s)": [
-            ""
-         ],
-         "Type to search ...": [
-            ""
-         ],
-         "Reset State": [
-            ""
-         ],
-         "Enter a new title for the tab": [
-            ""
-         ],
-         "Untitled Query %s": [
-            ""
-         ],
-         "close tab": [
-            ""
-         ],
-         "rename tab": [
-            ""
-         ],
-         "expand tool bar": [
-            ""
-         ],
-         "hide tool bar": [
-            ""
-         ],
-         "Copy partition query to clipboard": [
-            ""
-         ],
-         "latest partition:": [
-            ""
-         ],
-         "Keys for table": [
-            ""
-         ],
-         "View keys & indexes (%s)": [
-            ""
-         ],
-         "Sort columns alphabetically": [
-            ""
-         ],
-         "Original table column order": [
-            ""
-         ],
-         "Copy SELECT statement to clipboard": [
-            ""
-         ],
-         "Remove table preview": [
-            ""
-         ],
-         "Template Parameters": [
-            ""
-         ],
-         "Edit template parameters": [
-            ""
-         ],
-         "Invalid JSON": [
-            ""
-         ],
-         "%s is not right as a column name, please alias it (as in SELECT count(*) ": [
-            ""
-         ],
-         "AS my_alias": [
-            ""
-         ],
-         "using only alphanumeric characters and underscores": [
-            ""
-         ],
-         "Creating a data source and popping a new tab": [
-            ""
-         ],
-         "No results available for this query": [
-            ""
-         ],
-         "Chart Type": [
-            ""
-         ],
-         "[Chart Type]": [
-            ""
-         ],
-         "Datasource Name": [
-            ""
-         ],
-         "datasource name": [
-            ""
-         ],
-         "Create a new slice": [
-            ""
-         ],
-         "Choose a datasource": [
-            ""
-         ],
-         "Choose a visualization type": [
-            ""
-         ],
-         "Create new slice": [
-            ""
-         ],
-         "Updating chart was stopped": [
-            "L'aggiornamento del grafico è stato fermato"
... 23076 lines suppressed ...